mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Daily Writing Tips by NotTaken
This commit is contained in:
parent
8f16a5e02a
commit
d6ab402774
18
recipes/daily_writing_tips.recipe
Normal file
18
recipes/daily_writing_tips.recipe
Normal 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'),
|
||||||
|
]
|
@ -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.
|
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
|
Using a USB cable
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user