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/download_articles.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/download_articles.rst')
-rw-r--r-- | docs/en/user/download_articles.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/en/user/download_articles.rst b/docs/en/user/download_articles.rst new file mode 100644 index 00000000..21ab1995 --- /dev/null +++ b/docs/en/user/download_articles.rst | |||
@@ -0,0 +1,16 @@ | |||
1 | Download articles | ||
2 | ================= | ||
3 | |||
4 | You can download each article in several formats: ePUB, MOBI, PDF, XML, JSON, CSV. | ||
5 | |||
6 | On the article view, click on this icon, in the sidebar: | ||
7 | |||
8 | .. image:: ../../img/user/download_article.png | ||
9 | :alt: download article | ||
10 | :align: center | ||
11 | |||
12 | You can also download a full category in these formats. For example, on **Unread** view, click on this icon in the top bar: | ||
13 | |||
14 | .. image:: ../../img/user/download_articles.png | ||
15 | :alt: download articles | ||
16 | :align: center \ No newline at end of file | ||