diff --git a/recipes/daily_writing_tips.recipe b/recipes/daily_writing_tips.recipe new file mode 100644 index 0000000000..836f8ec4d1 --- /dev/null +++ b/recipes/daily_writing_tips.recipe @@ -0,0 +1,18 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class DailyWritingTips(BasicNewsRecipe): + title = u'Daily Writing Tips' + language = 'en_GB' + __author__ = 'NotTaken' + oldest_article = 7 #days + max_articles_per_feed = 40 + use_embedded_content = True + no_stylesheets = True + auto_cleanup = False + encoding = 'utf-8' + + + feeds = [ +('Latest tips', + 'http://feeds2.feedburner.com/DailyWritingTips'), +] diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 3700451b2d..b58b87cc5e 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -265,7 +265,7 @@ How do I use |app| with my Android phone/tablet? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are two ways that you can connect your Android device to calibre. Using a USB cable-- or wirelessly, over the air. -The USB cable method only works if your Android device can act as a USB disk, which some Android tablets cannot. +**The USB cable method only works if your Android device can act as a USB disk, that means in windows it must have a drive letter, like K:**. Using a USB cable ^^^^^^^^^^^^^^^^^^^^