diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-21 14:14:51 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-21 14:14:51 +0200 |
commit | 59e91bc8931a386974a3817e9849aad1ca7fc186 (patch) | |
tree | 4bd4f99cff41e32c3820f1770d5500c96630c32f /docs/en/User/epub_conversion.rst | |
parent | a4e1ddf2d64bba7c7e28459ccc6738a9a9e23e71 (diff) | |
download | wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.tar.gz wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.tar.zst wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.zip |
add docs
Diffstat (limited to 'docs/en/User/epub_conversion.rst')
-rw-r--r-- | docs/en/User/epub_conversion.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/en/User/epub_conversion.rst b/docs/en/User/epub_conversion.rst new file mode 100644 index 00000000..7b31fe07 --- /dev/null +++ b/docs/en/User/epub_conversion.rst | |||
@@ -0,0 +1,32 @@ | |||
1 | .. _`ePub conversion`: | ||
2 | |||
3 | ePub conversion | ||
4 | =============== | ||
5 | |||
6 | To enable you to read your articles on a e-reader, wallabag can convert | ||
7 | them to the ePub format, and hence create an eBook for your long winter | ||
8 | evenings. | ||
9 | |||
10 | A word of caution | ||
11 | ----------------- | ||
12 | |||
13 | Be careful, the creation of ePub files can be very resource demanding | ||
14 | for the server on which wallabag is installed. It depends on the number | ||
15 | of articles and on their length. Do not create a really big eBook if | ||
16 | this is not necessary. | ||
17 | |||
18 | Where to convert the articles | ||
19 | ----------------------------- | ||
20 | |||
21 | You can convert your articles at various places in wallabag: | ||
22 | |||
23 | - on the reading page of an article: the ePub link will convert this | ||
24 | article only | ||
25 | - from the list of articles (unread, favorite or archived articles, | ||
26 | articles with a tag): a link at the bottom of the page allows you to | ||
27 | convert all the article of this category | ||
28 | - from a search: the link is at the bottom of the page | ||
29 | - from the configuration page: you can convert all your articles, | ||
30 | whatever the category to which they belong | ||
31 | |||
32 | TODO talk about calibre | ||