Daily Writing Tips by NotTaken

This commit is contained in:
Kovid Goyal 2011-11-29 07:13:00 +05:30
parent 8f16a5e02a
commit d6ab402774
2 changed files with 19 additions and 1 deletions

View File

@ -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'),
]

View File

@ -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
^^^^^^^^^^^^^^^^^^^^