diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-09 17:33:27 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-09 17:33:27 +0100 |
commit | 5ad863c63a023d754998a08ec55f43b3ebe2ede9 (patch) | |
tree | 66172b7256e757e3e5254e243d41df45a7490c57 /docs/en/User/epub_conversion.rst | |
parent | 1caf557de797a662906779b348759e2937255812 (diff) | |
parent | a42938f42caf91a602617ef4354d17e1bc3f3629 (diff) | |
download | wallabag-5ad863c63a023d754998a08ec55f43b3ebe2ede9.tar.gz wallabag-5ad863c63a023d754998a08ec55f43b3ebe2ede9.tar.zst wallabag-5ad863c63a023d754998a08ec55f43b3ebe2ede9.zip |
Merge pull request #1558 from wallabag/v2-documentation
[v2] documentation cleaning
Diffstat (limited to 'docs/en/User/epub_conversion.rst')
-rw-r--r-- | docs/en/User/epub_conversion.rst | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/en/User/epub_conversion.rst b/docs/en/User/epub_conversion.rst deleted file mode 100644 index 7b31fe07..00000000 --- a/docs/en/User/epub_conversion.rst +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
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 | ||