diff options
Diffstat (limited to 'docs/en')
26 files changed, 99 insertions, 1342 deletions
diff --git a/docs/en/Administrator/hidden_options.rst b/docs/en/Administrator/hidden_options.rst deleted file mode 100644 index 5cf0b22e..00000000 --- a/docs/en/Administrator/hidden_options.rst +++ /dev/null | |||
@@ -1,85 +0,0 @@ | |||
1 | Hidden options | ||
2 | ============== | ||
3 | |||
4 | Caution | ||
5 | ------- | ||
6 | |||
7 | **Be careful**, this section is destined to advanced users. We are going | ||
8 | to modify an important wallabag configuration file, | ||
9 | ``inc/poche/config.inc.php``. It is therefore advised to do a backup of | ||
10 | this file before you proceed. **Any error occuring during the | ||
11 | modification of a wallabag file could lead to malfunctions**. | ||
12 | |||
13 | This file is created when you install wallabag. Install wallabag, do a | ||
14 | backup copy of the file, then open it in your favorite text editor. | ||
15 | |||
16 | In this file, there are some options that are not, as of now, available | ||
17 | in the **config** page of wallabag. | ||
18 | |||
19 | Modification of advanced options | ||
20 | -------------------------------- | ||
21 | |||
22 | Each option is defined this way: | ||
23 | |||
24 | :: | ||
25 | |||
26 | @define ('OPTION_NAME', 'Value'); | ||
27 | |||
28 | For each line, you can only modify the ``Value`` field. | ||
29 | |||
30 | Here is the list of each option you can change: | ||
31 | |||
32 | - ``HTTP_PORT`` (default: ``80``) : the HTTP port of your web server. | ||
33 | You may need to change it if your server is behind a proxy. Accepted | ||
34 | values: number | ||
35 | - ``SSL_PORT`` (default: ``443``) : the HTTP port of your web server. | ||
36 | You may need to change it if your server use SSLH. Accepted values: | ||
37 | number | ||
38 | - ``MODE_DEMO`` (default : ``FALSE)``: If you ever wanted to set up a | ||
39 | demonstration server… Accepted values: ``TRUE`` or ``FALSE``. | ||
40 | - ``DEBUG_POCHE`` (default: ``FALSE``) : if you encounter some problems | ||
41 | with wallabag, we may ask you to active Debug mode. Accepted values: | ||
42 | ``TRUE`` or ``FALSE``. Check the logs in cache/log.txt after | ||
43 | activating that. | ||
44 | - ``ERROR_REPORTING`` (default : ``E_ALL & ~E_NOTICE``) : Set to | ||
45 | ``E_ALL`` if needed to look for eventual PHP errors. | ||
46 | - ``DOWNLOAD_PICTURES`` (default: ``FALSE``) : Allows wallabag to fetch | ||
47 | images from the articles you save on your server, instead of fetching | ||
48 | only the text. We prefer to let you activate this option yourself. | ||
49 | Accepted values: ``TRUE`` or ``FALSE``. | ||
50 | - ``REGENERATE_PICTURES_QUALITY`` (default : ``75``) : In order to | ||
51 | avoid security problems, pictures are regenerated if you activate the | ||
52 | download of pictures. This is the percentage of quality at which they | ||
53 | are saved. Increase that numbler if you want better quality, lower if | ||
54 | you need better performances. | ||
55 | - ``SHARE_TWITTER`` (default: ``TRUE``) : enables Twitter sharing. | ||
56 | Accepted values: ``TRUE`` or ``FALSE``. | ||
57 | - ``SHARE_MAIL`` (default: ``TRUE``) : enables mail sharing. Accepted | ||
58 | values: ``TRUE`` or ``FALSE``. | ||
59 | - ``SHARE_EVERNOTE``\ (default : ``FALSE``) : enables sharing with your | ||
60 | Evernote account. Accepted values: ``TRUE`` or ``FALSE``. | ||
61 | - ``SHARE_DIASPORA`` (default : ``FALSE``) : enables to share an | ||
62 | article on your Diaspora account. | ||
63 | - ``DIASPORA_URL`` (default : ``http://diasporapod.com``) : The URL of | ||
64 | your Diaspora\* pod | ||
65 | - ``CARROT`` (default : ``FALSE``) : Like Flattr, it’s a service to | ||
66 | give small amounts of money to a web page. See http://carrot.org/ | ||
67 | - ``SHARE_SHAARLI`` (default: ``FALSE``) : enables sharing via your | ||
68 | Shaarli installation (Shaarli is an open-source bookmark manager). | ||
69 | Accepted values: ``TRUE`` or ``FALSE``. | ||
70 | - ``SHAARLI_URL`` (default: ``'http://myshaarliurl.com'``) : defines | ||
71 | your Shaarli installation URL. Accepted values: an URL. | ||
72 | - ``FLATTR`` (default: ``TRUE``) : enables the possibility to Flattr an | ||
73 | article (`Flattr is a microdonation platform`_). If an article is | ||
74 | Flattr-able, an icon will be displayed, allowing you to send a | ||
75 | microdonation to the author. Accepted values: ``TRUE`` or ``FALSE``. | ||
76 | - ``SHOW_PRINTLINK`` (default: ``'1'``) : enables the Print button for | ||
77 | articles. Accepted values: ``'1'`` to enable or ``'0'`` to disable. | ||
78 | - ``SHOW_READPERCENT`` (default: ``'1'``) : enables the reading | ||
79 | progress on articles (working on the ``default``, ``dark``, | ||
80 | ``dmagenta``, ``solarized``, ``solarized-dark`` themes). Accepted | ||
81 | values: ``'1'`` to enable or ``'0'`` to disable. | ||
82 | - ``PAGINATION`` (default: ``'12'``) : defines the number of articles | ||
83 | that are displayed on a list. Accepted values: number. | ||
84 | |||
85 | .. _Flattr is a microdonation platform: http://en.wikipedia.org/wiki/Flattr | ||
diff --git a/docs/en/Administrator/install.rst b/docs/en/Administrator/install.rst deleted file mode 100644 index 006d8708..00000000 --- a/docs/en/Administrator/install.rst +++ /dev/null | |||
@@ -1,200 +0,0 @@ | |||
1 | Download and install wallabag | ||
2 | ============================= | ||
3 | |||
4 | I don’t want to install wallabag | ||
5 | -------------------------------- | ||
6 | |||
7 | If you can’t or don’t want to install Wallabag on your server, we | ||
8 | suggest you create a free account on `Framabag`_ which uses our | ||
9 | software (see :ref:`Framabag account creation`). | ||
10 | |||
11 | I want to install wallabag | ||
12 | -------------------------- | ||
13 | |||
14 | I want to download wallabag manually | ||
15 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
16 | |||
17 | `Download the latest wallabag version`_ and unpack it: | ||
18 | |||
19 | :: | ||
20 | |||
21 | wget http://wllbg.org/latest | ||
22 | unzip latest | ||
23 | mv wallabag-version-number wallabag | ||
24 | |||
25 | Copy the files on your web server. For Ubuntu/Debian, it is the | ||
26 | directory /var/www/html/ : | ||
27 | |||
28 | :: | ||
29 | |||
30 | sudo mv wallabag /var/www/html/ | ||
31 | |||
32 | Then, jump off to next section. | ||
33 | |||
34 | I want to download wallabag via composer | ||
35 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
36 | |||
37 | You need to install composer: | ||
38 | |||
39 | :: | ||
40 | |||
41 | curl -s http://getcomposer.org/installer | php | ||
42 | |||
43 | Next, on your web server, run this command: | ||
44 | |||
45 | :: | ||
46 | |||
47 | composer create-project wallabag/wallabag . dev-master | ||
48 | |||
49 | All is downloaded into the current folder. | ||
50 | |||
51 | Prerequisites for your web server | ||
52 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
53 | |||
54 | Wallabag requires that several components to be installed on your web | ||
55 | server. To make sure your server has all the prerequisites, open in your | ||
56 | browser the page ``http://monserveur.com/wallabag/install/index.php``. | ||
57 | |||
58 | The components are: | ||
59 | |||
60 | - `PHP 5.3.3 or above`_ **with `PDO`_ support** | ||
61 | - `XML for PHP`_ | ||
62 | - `PCRE`_ | ||
63 | - `ZLib`_ (otherwise, the processing of compressed pages will be | ||
64 | affected) | ||
65 | - `mbstring`_ anb/or `iconv`_ (otherwise some pages will not be read - | ||
66 | even in English) | ||
67 | - The `DOM/XML`_ extension | ||
68 | - `Data filtering`_ | ||
69 | - `GD`_ (otherwise, pictures will not be saved) | ||
70 | - `Tidy for PHP`_ (otherwise, you may encounter problems with some | ||
71 | pages) | ||
72 | - `cURL`_ with ``Parallel URL fetching`` (optionnal) | ||
73 | - `Parse ini file`_ | ||
74 | - `allow\_url\_fopen`_ (optionnal if cURL is installed) | ||
75 | - `gettext`_ (required for multi-language support) | ||
76 | |||
77 | Install the missing components before to proceed. For example, to | ||
78 | install Tidy on Ubuntu/Debian: | ||
79 | |||
80 | :: | ||
81 | |||
82 | sudo apt-get install php5-tidy | ||
83 | sudo service apache2 reload | ||
84 | |||
85 | Note : if you’re using IIS as a webserver, you have to disable | ||
86 | *Anonymous Authentication* and `enable *Basic Authentication*`_ in order | ||
87 | to be able to login. | ||
88 | |||
89 | Twig installation | ||
90 | ^^^^^^^^^^^^^^^^^ | ||
91 | |||
92 | wallabag is build with Twig, a template library. You have to download it | ||
93 | for wallabag to work. If you cannot install ``composer`` (for example in | ||
94 | the case of shared hosting), we offer you to download a file which | ||
95 | includes ``Twig``. This file can be downloaed from the page | ||
96 | ``http://myservur.com/wallabag/install/index.php`` (section TWIG | ||
97 | INSTALLATION) or directly at http://wllbg.org/vendor. Uncompress it in | ||
98 | your wallabag directory. | ||
99 | |||
100 | Otherwise, you can use Composer to install ``Twig`` by launching | ||
101 | ``composer`` from your wallabag directory (in the case of Ubuntu/Debian | ||
102 | too: /var/www/html/wallabag/) by following the commands written on | ||
103 | screen: | ||
104 | |||
105 | :: | ||
106 | |||
107 | curl -s http://getcomposer.org/installer | php | ||
108 | php composer.phar install | ||
109 | |||
110 | Creation of the database. | ||
111 | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
112 | |||
113 | Wallabag can be installed on different types of databases: | ||
114 | |||
115 | - `SQLite`_. The easiest system of all. No extra configuration needed. | ||
116 | - `MySQL`_. A well known database system, which is in most cases more | ||
117 | efficient than SQLite. | ||
118 | - `PostgreSQL`_. Some people found it better than MySQL. | ||
119 | |||
120 | We advice you to use MySQL because it is more efficient. In this case, | ||
121 | you should create a new database (for example ``wallabag``), a new user | ||
122 | (for example ``wallabag``) and a password (here ``YourPassWord``). To do | ||
123 | this, you can use ``phpMyAdmin``, or launch the following commands: | ||
124 | |||
125 | :: | ||
126 | |||
127 | mysql -p -u root | ||
128 | mysql> CREATE DATABASE wallabag; | ||
129 | mysql> GRANT ALL PRIVILEGES ON `wallabag`.* TO 'wallabag'@'localhost' IDENTIFIED BY 'VotreMotdePasse'; | ||
130 | mysql> exit | ||
131 | |||
132 | *Note:* If you’re using MySQL or Postgresql, you have to **fill all the | ||
133 | fields**, otherwise the installation will not work and an error message | ||
134 | will tell you what’s wrong. You must create the database that you will | ||
135 | use for wallabag manually with a tool like PHPMyAdmin or the console. | ||
136 | |||
137 | Permissions | ||
138 | ~~~~~~~~~~~ | ||
139 | |||
140 | Your web server needs a writing access to the ``assets``, ``cache`` and | ||
141 | ``db`` directories. Otherwise, a message will report that the | ||
142 | installation is impossible: | ||
143 | |||
144 | :: | ||
145 | |||
146 | sudo chown -R www-data:www-data /var/www/html/wallabag | ||
147 | |||
148 | Installation of wallabag. At last. | ||
149 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
150 | |||
151 | Access to wallabag from your web browser: | ||
152 | ``http://votreserveur.com/wallabag``. If your server is correctly | ||
153 | configured, you directly reach the setup screen. | ||
154 | |||
155 | Select the type of database (``sqlite``, ``mysql`` or ``postgresql``) | ||
156 | and fill the information about your database. In the case of the databse | ||
157 | MySQL created before, the standard configuration will be: | ||
158 | |||
159 | :: | ||
160 | |||
161 | Database engine: MySQL | ||
162 | Server: localhost | ||
163 | Database: wallabag | ||
164 | Username: wallabag | ||
165 | Password: YourPassWord | ||
166 | |||
167 | Finally, Create your first user and his/her password (different from the | ||
168 | database user). | ||
169 | |||
170 | Wallabag is now installed. | ||
171 | |||
172 | Login | ||
173 | ----- | ||
174 | |||
175 | From your web browser, you reach the login screen: fill your username | ||
176 | and your password to connect to your account. | ||
177 | |||
178 | Enjoy! | ||
179 | |||
180 | .. _SQLite: http://php.net/manual/fr/book.sqlite.php | ||
181 | .. _MySQL: http://php.net/manual/fr/book.mysql.php | ||
182 | .. _PostgreSQL: http://php.net/manual/fr/book.pgsql.php | ||
183 | .. _Framabag: https://framabag.org/ | ||
184 | .. _Download the latest wallabag version: http://wllbg.org/latest | ||
185 | .. _PHP 5.3.3 or above: http://php.net/manual/fr/install.php | ||
186 | .. _PDO: http://php.net/manual/en/book.pdo.php | ||
187 | .. _XML for PHP: http://php.net/fr/xml | ||
188 | .. _PCRE: http://php.net/fr/pcre | ||
189 | .. _ZLib: http://php.net/en/zlib | ||
190 | .. _mbstring: http://php.net/en/mbstring | ||
191 | .. _iconv: http://php.net/en/iconv | ||
192 | .. _DOM/XML: http://php.net/manual/en/book.dom.php | ||
193 | .. _Data filtering: http://php.net/manual/fr/book.filter.php | ||
194 | .. _GD: http://php.net/manual/en/book.image.php | ||
195 | .. _Tidy for PHP: http://php.net/fr/tidy | ||
196 | .. _cURL: http://php.net/fr/curl | ||
197 | .. _Parse ini file: http://uk.php.net/manual/en/function.parse-ini-file.php | ||
198 | .. _allow\_url\_fopen: http://www.php.net/manual/fr/filesystem.configuration.php#ini.allow-url-fopen | ||
199 | .. _gettext: http://php.net/manual/fr/book.gettext.php | ||
200 | .. _enable *Basic Authentication*: https://technet.microsoft.com/en-us/library/cc772009%28v=ws.10%29.aspx | ||
diff --git a/docs/en/Administrator/multiusers.rst b/docs/en/Administrator/multiusers.rst deleted file mode 100644 index a4053aae..00000000 --- a/docs/en/Administrator/multiusers.rst +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | .. _`Multi users`: | ||
2 | |||
3 | Multi users | ||
4 | =========== | ||
5 | |||
6 | Create a new account | ||
7 | -------------------- | ||
8 | |||
9 | Administrator mode | ||
10 | ------------------ | ||
11 | |||
12 | If you want to use wallabag with several persons, you can create new | ||
13 | accounts from the configuration page. | ||
14 | |||
15 | At the bottom of this page there is a form where you should input a user | ||
16 | name and a password. | ||
17 | |||
18 | It is now possible to login to this account from the login page of | ||
19 | wallabag. | ||
20 | |||
21 | No information are shared among the accounts. | ||
22 | |||
23 | Open registration mode | ||
24 | ---------------------- | ||
25 | |||
26 | Starting from version 1.9, the administrator can let users register by | ||
27 | themselves. This is done by changing the following lines in the | ||
28 | configuration file: | ||
29 | |||
30 | :: | ||
31 | |||
32 | // registration | ||
33 | @define ('ALLOW_REGISTER', FALSE); | ||
34 | @define ('SEND_CONFIRMATION_EMAIL', FALSE); | ||
35 | |||
36 | Then, a user will be able to enter his/her user name and password to | ||
37 | create his/her own account. Depending on the configuration, a | ||
38 | confimation email can be sent to users who gave an email address. | ||
39 | |||
40 | Remove an account | ||
41 | ----------------- | ||
42 | |||
43 | It is possible to remove your own account from the configuration page. | ||
44 | You simply have to enter your password and to ask for the removal. | ||
45 | |||
46 | Of course, when there is only one account, it is impossible to remove | ||
47 | it. | ||
diff --git a/docs/en/Administrator/sessions.rst b/docs/en/Administrator/sessions.rst deleted file mode 100644 index 7dbae257..00000000 --- a/docs/en/Administrator/sessions.rst +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | Session issues | ||
2 | ============== | ||
3 | |||
4 | If you end up disconnected even while checking the *Stay signed in | ||
5 | checkbox*, please run the following commands as root (or with sudo) : | ||
6 | |||
7 | :: | ||
8 | |||
9 | mkdir /var/lib/wallabag-sessions | ||
10 | chown www-data:www-data /var/lib/wallabag-sessions | ||
11 | |||
12 | *NOTE : The www-data user and group may not exist, you may use | ||
13 | ``chown http:http /var/lib/wallabag-sessions`` instead* | ||
14 | |||
15 | Then, using apache add: | ||
16 | ``php_admin_value session.save_path /var/lib/wallabag-sessions`` to your | ||
17 | apache vhost, for instance ``wallabag-apache.conf`` Finally, restart | ||
18 | apache, for instance like this : ``/etc/init.d/apache2 restart`` | ||
19 | |||
20 | If you’re using nginx, add | ||
21 | ``php_admin_value[session.save_path] = /var/lib/wallabag-sessions`` in | ||
22 | your nginx configuration file. Then, restart nginx : | ||
23 | ``/etc/init.d/nginx restart`` | ||
24 | |||
25 | *NOTE : If you’re using systemd, you should do | ||
26 | ``systemctl restart apache2`` (or nginx).* | ||
diff --git a/docs/en/Administrator/update.rst b/docs/en/Administrator/update.rst deleted file mode 100644 index 7b799bb3..00000000 --- a/docs/en/Administrator/update.rst +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | Update wallabag | ||
2 | =============== | ||
3 | |||
4 | Update an existing wallabag installation | ||
5 | ---------------------------------------- | ||
6 | |||
7 | In order to update your installation, download and unzip the archive | ||
8 | into your installation folder. For example on Ubuntu/Debian: | ||
9 | |||
10 | :: | ||
11 | |||
12 | wget http://wllbg.org/latest | ||
13 | unzip latest | ||
14 | rsync -ur wallabag-version-number/* /var/www/html/wallabag/ # could be another location such as /srv/html, /usr/share/nginx/html | ||
15 | |||
16 | After that, just access wallabag in your browser and follow the | ||
17 | instructions to finish the update. | ||
18 | |||
19 | You can verify at the bottom of the configuration page that you’re | ||
20 | running the last version. | ||
21 | |||
22 | **If it fails**, just delete the ``install`` folder and clear the cache: | ||
23 | |||
24 | :: | ||
25 | |||
26 | cd /var/www/html/wallabag/ | ||
27 | rm -r cache/* install/ | ||
28 | |||
29 | Clearing the cache is also possible in the configuration page, clicking | ||
30 | on the link ``Delete Cache``. | ||
diff --git a/docs/en/Developer/create_new_theme.rst b/docs/en/Developer/create_new_theme.rst deleted file mode 100644 index 5731eb11..00000000 --- a/docs/en/Developer/create_new_theme.rst +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | Create new theme | ||
2 | ================ | ||
3 | |||
4 | TODO | ||
diff --git a/docs/en/Developer/git_repo.rst b/docs/en/Developer/git_repo.rst deleted file mode 100644 index 4fa5c608..00000000 --- a/docs/en/Developer/git_repo.rst +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Git repository | ||
2 | ============== | ||
3 | |||
4 | If you wish to contribute to the project by suggesting new features or | ||
5 | by fixing some bugs, please follow the recommendations below regarding | ||
6 | the git repository available at https://github.com/wallabag/wallabag. | ||
7 | |||
8 | Current state | ||
9 | ------------- | ||
10 | |||
11 | To manage the different versions of wallabag, we use Git. | ||
12 | |||
13 | There are multiple branches for the source code of wallabag web app: | ||
14 | |||
15 | - ``master`` branch : this is the stable branch, downloaded by those | ||
16 | who wish to install wallabag for their own use. | ||
17 | - ``dev`` branch : before being added on ``master`` branch, all bug | ||
18 | fixes and new features must go on that branch. This branch is not | ||
19 | recommended for production use. | ||
20 | - ``v2`` branch : this is the branch for a revamp of wallabag. | ||
21 | A whole chapter is to be focused on it. | ||
22 | |||
23 | Workflow | ||
24 | -------- | ||
25 | |||
26 | All the rules for contributing to the git repository are in the | ||
27 | `CONTRIBUTING.md file of | ||
28 | wallabag <https://github.com/wallabag/wallabag/blob/master/CONTRIBUTING.md>`__. | ||
29 | Please read carefully this file before you make any change. | ||
diff --git a/docs/en/Developer/write_config_files.rst b/docs/en/Developer/write_config_files.rst deleted file mode 100644 index c1ea61df..00000000 --- a/docs/en/Developer/write_config_files.rst +++ /dev/null | |||
@@ -1,52 +0,0 @@ | |||
1 | Write config files | ||
2 | ================== | ||
3 | |||
4 | wallabag can use specific site config files to parse website articles. | ||
5 | These files are stored in the | ||
6 | ```inc/3rdparty/site_config/standard`` <https://github.com/wallabag/wallabag/tree/master/inc/3rdparty/site_config/standard>`__ | ||
7 | folder. | ||
8 | |||
9 | The format used for these files is | ||
10 | `XPath <http://www.w3.org/TR/xpath20/>`__. Look at some examples in the | ||
11 | folder. | ||
12 | |||
13 | Automatic config files generation | ||
14 | --------------------------------- | ||
15 | |||
16 | Fivefilters has created a `very useful | ||
17 | tool <http://siteconfig.fivefilters.org/>`__ to create config files. You | ||
18 | just type in the adress of the article to work on with, and you select | ||
19 | the area containing the content you want. | ||
20 | |||
21 | .. figure:: https://lut.im/RNaO7gGe/l9vRnO1b | ||
22 | :alt: siteconfig | ||
23 | |||
24 | siteconfig | ||
25 | | You should confirm this area by trying with other articles. | ||
26 | | When you got the right area, just click on *Download Full-Text RSS | ||
27 | site config* to download your file. | ||
28 | |||
29 | Manual config file generation | ||
30 | ----------------------------- | ||
31 | |||
32 | If Fivefilters tool doesn't work correctly, take a look at the source | ||
33 | (Ctrl + U on Firefox and Chromium). Search for your content and get the | ||
34 | ``class`` or the ``id`` attribute of the area containing what you want. | ||
35 | |||
36 | Once you've got the id or class, you can write for example one or | ||
37 | another of these lines: | ||
38 | |||
39 | :: | ||
40 | |||
41 | body: //div[@class='myclass'] | ||
42 | body: //div[@id='myid'] | ||
43 | |||
44 | Then, test you file. If you got the right content but you want to strip | ||
45 | unnecessary parts, do: | ||
46 | |||
47 | :: | ||
48 | |||
49 | strip: //div[@class='hidden'] | ||
50 | |||
51 | You can look at other options for siteconfig files | ||
52 | `here <http://help.fivefilters.org/customer/portal/articles/223153-site-patterns>`__. | ||
diff --git a/docs/en/User/configure_wallabag.rst b/docs/en/User/configure_wallabag.rst deleted file mode 100644 index 7a0bc95f..00000000 --- a/docs/en/User/configure_wallabag.rst +++ /dev/null | |||
@@ -1,118 +0,0 @@ | |||
1 | .. _`Configure wallabag`: | ||
2 | |||
3 | Configure wallabag | ||
4 | ================== | ||
5 | |||
6 | From the configuration menu, you can change some of wallabag's options. | ||
7 | |||
8 | Some parts won't be detailed here, as they have a dedicated chapter in | ||
9 | the documentation (:ref:`RSS feeds`, :ref:`Import / Export`, :ref:`ePub conversion` and :ref:`Multi users`). | ||
10 | |||
11 | Saving articles | ||
12 | --------------- | ||
13 | |||
14 | You'll find help about the different ways to save articles to your | ||
15 | wallabag here. | ||
16 | |||
17 | Save article field | ||
18 | ~~~~~~~~~~~~~~~~~~ | ||
19 | |||
20 | Enter a link in the field and click “bag it!” to save. | ||
21 | |||
22 | Browser extensions | ||
23 | ~~~~~~~~~~~~~~~~~~ | ||
24 | |||
25 | Links to download extensions for your favourite browser, Firefox or | ||
26 | Chrome. | ||
27 | |||
28 | Mobile apps | ||
29 | ~~~~~~~~~~~ | ||
30 | |||
31 | Links to download mobile apps, Android, iOS or Windows Phone. | ||
32 | |||
33 | For Android, you have the choice to download either from Google's Play | ||
34 | Store of from the Free and Open Source market | ||
35 | `F-Droid <https://f-droid.org>`__ | ||
36 | |||
37 | Bookmarklet | ||
38 | ~~~~~~~~~~~ | ||
39 | |||
40 | Lastly, you can use the bookmarklet. A bookmarklet is a simple link you | ||
41 | can drag to your browser's bookmarks. Once it's in your bookmarks, | ||
42 | simply clicking on it will save the webpage you're currently viewing to | ||
43 | your wallabag. | ||
44 | |||
45 | Feeds | ||
46 | ----- | ||
47 | |||
48 | Plese refer to `RSS feeds <rss_feed.html>`__ for more details. | ||
49 | |||
50 | .. _`Howto change theme`: | ||
51 | |||
52 | Theme | ||
53 | ----- | ||
54 | |||
55 | As they say, “all tastes and colors are found in nature”. That's why | ||
56 | wallabag allows you to change its appearance through the use of themes, | ||
57 | in order to please everyone. | ||
58 | |||
59 | Select the theme of your choice from the drop down list and confirm by | ||
60 | clicking on **Update**. | ||
61 | |||
62 | Language | ||
63 | -------- | ||
64 | |||
65 | Select the language of your choice in the drop down list and confirm by | ||
66 | clicking on **Update**. | ||
67 | |||
68 | Import | ||
69 | ------ | ||
70 | |||
71 | Please refer to `Import/Export <import_export.html>`__ for more details. | ||
72 | |||
73 | Export | ||
74 | ------ | ||
75 | |||
76 | Please refer to `Import/Export <import_export.html>`__ for more details. | ||
77 | |||
78 | Clear the cache | ||
79 | --------------- | ||
80 | |||
81 | The cache allows wallabag perform certain functions faster. | ||
82 | |||
83 | After updating wallabag, it is advised to clear the cache. | ||
84 | |||
85 | Click on “delete cache” to do so (no confirmation will be asked). | ||
86 | |||
87 | Password | ||
88 | -------- | ||
89 | |||
90 | Fill in your new password in the two dedicated fields and confirm by | ||
91 | clicking on **Update**. | ||
92 | |||
93 | You will be disconnected and will have to enter your new password to | ||
94 | access your wallabag. | ||
95 | |||
96 | User | ||
97 | ---- | ||
98 | |||
99 | Add a user here by entering their name, password and (optionnaly) email | ||
100 | in the corresponding fields. | ||
101 | |||
102 | You may not be able to add a user if don't have the rights to do so. | ||
103 | |||
104 | Remind newly created users to change their password the first time they | ||
105 | connect to wallabag! | ||
106 | |||
107 | Delete | ||
108 | ------ | ||
109 | |||
110 | Delete your user account on wallabag here. | ||
111 | |||
112 | If there is only one account, you won't be able to delete the account. | ||
113 | |||
114 | Upgrade | ||
115 | ------- | ||
116 | |||
117 | Wallabag will check its curent version and if there is a new version | ||
118 | available and display this information here. | ||
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 | ||
diff --git a/docs/en/User/framabag_account_creation.rst b/docs/en/User/framabag_account_creation.rst deleted file mode 100644 index bce8cdfd..00000000 --- a/docs/en/User/framabag_account_creation.rst +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | .. _`Framabag account creation`: | ||
2 | |||
3 | Framabag account creation | ||
4 | ========================= | ||
5 | |||
6 | If you do not want to install and update wallabag, or if you do not have | ||
7 | the know-how to install it, it is possible to create an account for free | ||
8 | at `Framabag.org <https://www.framabag.org>`__. | ||
9 | |||
10 | Account creation | ||
11 | ---------------- | ||
12 | |||
13 | Click on the button **Créez votre compte / Create your account**. | ||
14 | |||
15 | You have to input some information: your username, your password and | ||
16 | your email address. Your address is used only to validate your account, | ||
17 | except if you check the box to subscribe the newsletter (3 to 4 messages | ||
18 | per year). | ||
19 | |||
20 | Once this form validated, you will receive an email with the | ||
21 | confirmation link. Click on it to create your account. | ||
22 | |||
23 | You will receive a last email with the address of your Framabag account, | ||
24 | which will look like ``https://www.framabag.org/u/Your-username``. | ||
25 | |||
26 | Information storage | ||
27 | ------------------- | ||
28 | |||
29 | Framabag use one database per user. We do not and will not use your | ||
30 | stored data. | ||
31 | |||
32 | You have forgotten your password | ||
33 | -------------------------------- | ||
34 | |||
35 | | If you have forgotten your password to get connected to Framabag, a | ||
36 | form is available `on the main page of the | ||
37 | service <https://www.framabag.org>`__. | ||
38 | | Fill it, and a confirmation will be sent to you and will allow you to | ||
39 | input a new password. | ||
40 | |||
41 | Account deletion | ||
42 | ---------------- | ||
43 | |||
44 | If you wish to delete your account, contact us by email: | ||
45 | hello@wallabag.org using the address your created your account with, and | ||
46 | state your username. | ||
47 | |||
48 | We will answer you after your account has been deleted: then, no | ||
49 | information about you will be stored by Framabag. | ||
diff --git a/docs/en/User/import_export.rst b/docs/en/User/import_export.rst deleted file mode 100644 index 8cd18bf2..00000000 --- a/docs/en/User/import_export.rst +++ /dev/null | |||
@@ -1,107 +0,0 @@ | |||
1 | .. _`Import / Export`: | ||
2 | |||
3 | Import and export data | ||
4 | ====================== | ||
5 | |||
6 | Import | ||
7 | ------ | ||
8 | |||
9 | To import data in wallabag, go to the page **Configuration**. | ||
10 | |||
11 | Caution | ||
12 | ~~~~~~~ | ||
13 | |||
14 | Data import can be a **demanding process** for your server. Hence, it is | ||
15 | done in two steps: | ||
16 | |||
17 | - Insertion of the URL in the wallabag database | ||
18 | - in the second step, the retrieval, for each article, of its full | ||
19 | content. | ||
20 | |||
21 | These two steps cannot be done concurrently, because it let us the | ||
22 | possibility to import thousands of links, but today, wallabag does not | ||
23 | have sufficient technical capabilities to do this task automatically. | ||
24 | |||
25 | From Pocket | ||
26 | ~~~~~~~~~~~ | ||
27 | |||
28 | Export your data from Pocket | ||
29 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
30 | |||
31 | From your Pocket account, go to the options. TODO | ||
32 | |||
33 | Import your Pocket data | ||
34 | ^^^^^^^^^^^^^^^^^^^^^^^ | ||
35 | |||
36 | From the configuration page of wallabag, section **Import**, select the | ||
37 | file ``ril_export.html`` generated by Pocket, then click on **Import**. | ||
38 | Wallabag only insert these links in the database. Now, you have to get | ||
39 | the content of each article. | ||
40 | |||
41 | For this, click on ``Click to finish import``: wallabag will fetch the | ||
42 | content of 10 articles at a time. | ||
43 | |||
44 | TODO | ||
45 | |||
46 | TODO new ticket: why when a click is done, this does not load in a loop? | ||
47 | I believe this was doing this ping @mariroz | ||
48 | |||
49 | From Instapaper | ||
50 | ~~~~~~~~~~~~~~~ | ||
51 | |||
52 | Export your data from Instapaper | ||
53 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
54 | |||
55 | TODO | ||
56 | |||
57 | Import your Instapaper data | ||
58 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
59 | |||
60 | TODO | ||
61 | |||
62 | From Readability | ||
63 | ~~~~~~~~~~~~~~~~ | ||
64 | |||
65 | Export your data from Readability | ||
66 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
67 | |||
68 | TODO | ||
69 | |||
70 | Import your Readability data | ||
71 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
72 | |||
73 | TODO | ||
74 | |||
75 | From wallabag | ||
76 | ~~~~~~~~~~~~~ | ||
77 | |||
78 | Since you can export your data from wallabag (see below), it is of | ||
79 | course possible to re-import them. | ||
80 | |||
81 | In the import form, select your wallabag-exported file (format JSON). | ||
82 | Start the import, et voilà. | ||
83 | |||
84 | Unlike the above imports, this process is shorter because all the data | ||
85 | (title and content of the articles) are already included in the file. | ||
86 | Hence wallabag does not have to access each URL. However, the import | ||
87 | file is necessarily bigger. | ||
88 | |||
89 | From a HTML or JSON file | ||
90 | ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
91 | |||
92 | TODO | ||
93 | |||
94 | Export | ||
95 | ------ | ||
96 | |||
97 | It is possible to export your data from the page **Configuration** of | ||
98 | wallabag. Several reasons to do this: | ||
99 | |||
100 | - re-install of wallabag | ||
101 | - leave the Framabag service to install your own wallabag | ||
102 | - a user with an account on a multi-user wallabag want to have his/her | ||
103 | own wallabag installation | ||
104 | - ... | ||
105 | |||
106 | This will lead you to download a file `at the JSON | ||
107 | format <http://en.wikipedia.org/wiki/JavaScript_Object_Notation>`__. As detailed above, you can import this file in wallabag. | ||
diff --git a/docs/en/User/issue_with_article.rst b/docs/en/User/issue_with_article.rst deleted file mode 100644 index 408403f2..00000000 --- a/docs/en/User/issue_with_article.rst +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | .. _`Article is not displayed properly`: | ||
2 | |||
3 | My article is not displayed properly in wallabag | ||
4 | ================================================ | ||
5 | |||
6 | If you think wallabag do not copy well the content of an article (empty | ||
7 | or incomplete text), here are some suggestions. | ||
8 | |||
9 | Ask for help | ||
10 | ------------ | ||
11 | |||
12 | Via an email or a ticket, do not forget to give some information that | ||
13 | are important for us to better solve the problem: | ||
14 | |||
15 | - The URL of the article | ||
16 | - What wallabag displays | ||
17 | - What you were expecting | ||
18 | - The wallabag version of if you use Framabag | ||
19 | |||
20 | Open a ticket on github | ||
21 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
22 | |||
23 | To open a new ticket, you should `go to | ||
24 | github <https://github.com/wallabag/wallabag/issues/new>`__. An account | ||
25 | is required. Do not forget to send us the information listed above. | ||
26 | |||
27 | Send us an email | ||
28 | ~~~~~~~~~~~~~~~~ | ||
29 | |||
30 | Send us the link in a email to the address | ||
31 | `hello@wallabag.org <mailto:hello@wallabag.org?subject=Wrong%20display%20in%20wallabag>`__. Do not forget to send us the information listed above. | ||
32 | |||
33 | Solve this display problem | ||
34 | -------------------------- | ||
35 | |||
36 | TODO | ||
diff --git a/docs/en/User/organize_articles.rst b/docs/en/User/organize_articles.rst deleted file mode 100644 index 734e4de6..00000000 --- a/docs/en/User/organize_articles.rst +++ /dev/null | |||
@@ -1,109 +0,0 @@ | |||
1 | .. _`Organize articles`: | ||
2 | |||
3 | Organize articles | ||
4 | ================= | ||
5 | |||
6 | To be able to find more easily your articles, several methods are | ||
7 | available. | ||
8 | |||
9 | Tags | ||
10 | ---- | ||
11 | |||
12 | Assign a tag | ||
13 | ~~~~~~~~~~~~ | ||
14 | |||
15 | When saving an article | ||
16 | ^^^^^^^^^^^^^^^^^^^^^^ | ||
17 | |||
18 | To tag an article when saving it, just click on the tag icon next to the | ||
19 | URL field before hitting the Save button. At the moment, it is possible | ||
20 | only to do this from the web interface, but it could come to some apps | ||
21 | or extensions. | ||
22 | |||
23 | From the article | ||
24 | ^^^^^^^^^^^^^^^^ | ||
25 | |||
26 | To tag an already-saved article, go to the reading page of the article. | ||
27 | There is a part ``tags`` followed with a pencil. Click on the pencil. | ||
28 | |||
29 | Input in the box the tags you want to assign. Add as many tags as you | ||
30 | want. They need to be separated by commas and not spaces. | ||
31 | Auto-completion is available here: when you type the first letters of an | ||
32 | existing tag, it is not necessary to type the whole word. Select it in | ||
33 | the drop-down list. Once all your tags are inputted, click on the button | ||
34 | **Tag**. | ||
35 | |||
36 | Then, you can go back to your article and read it. | ||
37 | |||
38 | From the search | ||
39 | ^^^^^^^^^^^^^^^ | ||
40 | |||
41 | A full chapter on search is available. Here, we will describe only how | ||
42 | to assign a tag from your search. | ||
43 | |||
44 | When your search displays results, there is a link | ||
45 | ``Apply the tag ABCD to this search`` at the bottom of the page. Click | ||
46 | on it: a tad depending on your search (here ``ABCD``) will be assigned | ||
47 | to all the articles found. | ||
48 | |||
49 | Find all the articles with a given tag | ||
50 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
51 | |||
52 | In the wallabag menu, click on **Tags**. Then, all the tags you have | ||
53 | created are displayed, sorted by the number of articles for each tag. | ||
54 | Click on one of these tags to find all the articles with this tag. | ||
55 | |||
56 | Preferred articles | ||
57 | ------------------ | ||
58 | |||
59 | When you wish to set aside an article, you can mark it as preferred. | ||
60 | |||
61 | Set an article as favorite | ||
62 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
63 | |||
64 | From the reading page of an article, or from a list of articles (such as | ||
65 | the list of unread articles), you can set an article as favorite simply | ||
66 | by a click on the star which is displayed. Click again on the star will | ||
67 | remove the **favorite** status of this article. | ||
68 | |||
69 | Find all the favorite articles | ||
70 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
71 | |||
72 | In the wallabag menu, click on **Favorites** to display the list of all | ||
73 | the articles that you have set as favorite. | ||
74 | |||
75 | Archived articles | ||
76 | ----------------- | ||
77 | |||
78 | When you have read an article, you can archive it: hence it will not be | ||
79 | displayed in your list of unread articles. | ||
80 | |||
81 | Archiving an article does not remove it from wallabag. | ||
82 | |||
83 | Archive an article | ||
84 | ~~~~~~~~~~~~~~~~~~ | ||
85 | |||
86 | | From the reading page of an article, or from a list of articles (such | ||
87 | as the list of unread articles), you can archive an article simply by | ||
88 | clicking on the icon ✓. | ||
89 | | Click again on this icon will set back the **unread** status of the | ||
90 | article. | ||
91 | |||
92 | Find all the archived articles | ||
93 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
94 | |||
95 | In the wallabag menu, click on **Archive** to find all the articles that | ||
96 | you have archived. | ||
97 | |||
98 | Delete an article | ||
99 | ----------------- | ||
100 | |||
101 | Be cautious: the deletion of an article is **definitive**. It is deleted | ||
102 | from the wallabag database. | ||
103 | |||
104 | To delete an article, a trash icon is displayed on the page of an | ||
105 | article or of a list of articles (unread articles, favorites or | ||
106 | archived, for example). | ||
107 | |||
108 | We trust you: that is why there is no confirmation message during the | ||
109 | deletion. | ||
diff --git a/docs/en/User/read_an_article.rst b/docs/en/User/read_an_article.rst deleted file mode 100644 index 6eef46f8..00000000 --- a/docs/en/User/read_an_article.rst +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | Read an article | ||
2 | =============== | ||
3 | |||
4 | Reading an article is not difficult in wallabag: you only have to click on the title of the article for it to be displayed. | ||
5 | |||
6 | Back to where you left the article | ||
7 | ---------------------------------- | ||
8 | |||
9 | If you stop reading an article halfway through, the next time wallabag will open it right where you left off. | ||
10 | |||
11 | This feature only works with web applications and not with smartphone applications. | ||
12 | |||
13 | Possible actions in an article | ||
14 | ------------------------------ | ||
15 | |||
16 | The following actions can be performed through the icons displayed at the top of the page. We assume here that you are using the Baggy theme (see the section on :ref:`Howto change theme`). Icons in other themes are very similar. | ||
17 | |||
18 | Here are the actions, in the order of appearance of the icons. | ||
19 | |||
20 | Read the original article | ||
21 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
22 | |||
23 | Open the article on its original location. | ||
24 | |||
25 | Mark the article as read | ||
26 | ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
27 | |||
28 | Archive the article, which will be placed into the **Archive** category of the wallabag menu. Clicking again on this button will move the article back to the **unread** category. | ||
29 | |||
30 | Mark the article as favorite | ||
31 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
32 | |||
33 | Mark the article as favorite, and it will be placed into the **Favorites** category of the wallabag menu. Clicking again on this button will remove the favorite status. | ||
34 | |||
35 | Delete the article | ||
36 | ~~~~~~~~~~~~~~~~~~ | ||
37 | |||
38 | Delete the article from wallabag permanently. It cannot be restored. Be careful: no confirmation message is displayed. | ||
39 | |||
40 | Share through twitter | ||
41 | ~~~~~~~~~~~~~~~~~~~~~ | ||
42 | |||
43 | Share the title and the original link of the article on twitter. | ||
44 | |||
45 | Share via email | ||
46 | ~~~~~~~~~~~~~~~ | ||
47 | |||
48 | Share the title and the original link of the article via e-mail. | ||
49 | |||
50 | Print the article | ||
51 | ~~~~~~~~~~~~~~~~~ | ||
52 | |||
53 | Open the print window of the browser. | ||
54 | |||
55 | Convert into ePub | ||
56 | ~~~~~~~~~~~~~~~~~ | ||
57 | |||
58 | Convert the article into ePub format: see the section on :ref:`ePub conversion`. | ||
59 | |||
60 | Notify us that the article appears wrong | ||
61 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
62 | |||
63 | Notify the wallabag developers that an article is not displayed as expected (see the section on :ref:`Article is not displayed properly`). | ||
diff --git a/docs/en/User/rss_feed.rst b/docs/en/User/rss_feed.rst deleted file mode 100644 index 760c2856..00000000 --- a/docs/en/User/rss_feed.rst +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | .. _`RSS feeds`: | ||
2 | |||
3 | RSS feeds | ||
4 | ========= | ||
5 | |||
6 | The RSS feeds allow you to: | ||
7 | |||
8 | - read your articles from your favorite RSS feed reader. | ||
9 | - to activate the reading features for smartphone softwares | ||
10 | |||
11 | | First, you must activate the RSS feature by generating a feed token. | ||
12 | | Go to **config** in wallabag and generate a token in the section | ||
13 | **Feeds**. You can generate a new token at any time. | ||
14 | |||
15 | Read articles | ||
16 | ------------- | ||
17 | |||
18 | Once the token created, you have access to three RSS feeds: | ||
19 | |||
20 | - the one of the unread articles | ||
21 | - the one of the favorites articles | ||
22 | - the one of the archived articles | ||
23 | |||
24 | Add the feed you want to your RSS feed reader. Be careful: when you will | ||
25 | be reading an article from your feed reader, this will not set it as | ||
26 | read in wallabag. | ||
27 | |||
28 | Share your readings | ||
29 | ~~~~~~~~~~~~~~~~~~~ | ||
30 | |||
31 | If you wish to share your readings with somebody, send him for example | ||
32 | the RSS feed of your favorite articles. Hence, as soon as an article | ||
33 | will be set as favorite in wallabag, this person will be able to read it | ||
34 | too. | ||
35 | |||
36 | Activate the features for smartphones | ||
37 | ------------------------------------- | ||
38 | |||
39 | You ave created an RSS feed token. It will also be useful to you to | ||
40 | configure your smartphone software. For more information about | ||
41 | smartphone sofwares, you can read :ref:`Save your first article`. | ||
diff --git a/docs/en/User/save_your_first_article.rst b/docs/en/User/save_your_first_article.rst deleted file mode 100644 index e6e884a3..00000000 --- a/docs/en/User/save_your_first_article.rst +++ /dev/null | |||
@@ -1,226 +0,0 @@ | |||
1 | .. _`Save your first article`: | ||
2 | |||
3 | Save your first article | ||
4 | ======================= | ||
5 | |||
6 | Once connected on wallabag, you have many ways to save an article. | ||
7 | |||
8 | From the web application | ||
9 | ------------------------ | ||
10 | |||
11 | Let’s see first how to do from the web application. In the menu, you | ||
12 | have a link **save a link**. Clicking on it, a form shows up: you simply | ||
13 | have to type the web adress of the article you want to save. | ||
14 | |||
15 | Confirm to store the content of the article. | ||
16 | |||
17 | By default, only the text is saved. If you want to store a copy of the | ||
18 | images on your server, you have to enable the setting | ||
19 | *DOWNLOAD\_PICTURES*. Read the chapter on hidden options for more | ||
20 | information. | ||
21 | |||
22 | From the bookmarklet | ||
23 | -------------------- | ||
24 | |||
25 | From `Wikipedia’s definition`_ | ||
26 | |||
27 | A bookmarklet is a `bookmark`_ stored in a `web browser`_ that | ||
28 | contains `JavaScript`_\ commands to extend the browser’s | ||
29 | functionality. | ||
30 | |||
31 | Bookmarklets are unobtrusive scripts stored as the URL of a bookmark | ||
32 | in a web browser or as a hyperlink on a web page. | ||
33 | |||
34 | When clicked, a bookmarklet performs some function, one of a wide | ||
35 | variety such as a search query or data extraction. Bookmarklets are | ||
36 | usually `JavaScript programs`_. | ||
37 | |||
38 | From the wallabag’s menu, click on **settings**. On the first part of | ||
39 | this page, we have listed all the ways to save an article. You’ll find | ||
40 | the bookmarklet (it’s the ``Bag it!`` link) to drag and drop in the | ||
41 | bookmarks bar of your web browser. From now on, when you want to save | ||
42 | the article you are browsing, you just have to click on this bookmarklet | ||
43 | and the article will be automatically saved. | ||
44 | |||
45 | From your smartphone | ||
46 | -------------------- | ||
47 | |||
48 | Above all else | ||
49 | ~~~~~~~~~~~~~~ | ||
50 | |||
51 | To use a smartphone application, you have to enable RSS feeds from the | ||
52 | settings panel of wallabag. Then some information will be displayed, | ||
53 | like your security token. Read the chapter on RSS feeds for more | ||
54 | information. | ||
55 | |||
56 | Android | ||
57 | ~~~~~~~ | ||
58 | |||
59 | Installation and configuration | ||
60 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
61 | |||
62 | You can download the android application from the `Google Play Store`_ | ||
63 | and from `F-droid`_. It’s the exact same application on those two | ||
64 | stores. | ||
65 | |||
66 | Once installed, start the application, go to the **settings** part et | ||
67 | fill in the **URL (complete address of your wallabag installation or | ||
68 | your Framabag account)** and **User ID (in most cases, you’ll have to | ||
69 | put 1)** fields. If you have created multiple accounts from wallabag, | ||
70 | you will have to to fill the user account you want to connect to your | ||
71 | application and your security **Token** (enter properly all the token’s | ||
72 | letters as seen in the settings part of wallabag). | ||
73 | |||
74 | Saving of an article | ||
75 | ^^^^^^^^^^^^^^^^^^^^ | ||
76 | |||
77 | Now that everything is correctly set up, as soon as you browse on your | ||
78 | smartphone’s web browser, you can share an article in wallabag at any | ||
79 | time from the **Share** menu: you’ll find a **Bag it!** entry which will | ||
80 | add your article in wallabag. | ||
81 | |||
82 | Reading | ||
83 | ^^^^^^^ | ||
84 | |||
85 | When you open the application, click on Synchronize: your recently saved | ||
86 | articles will be downloaded on your smartphone. | ||
87 | |||
88 | You don’t need an internet connection anymore: click on **List | ||
89 | articles** to start your reading. | ||
90 | |||
91 | At the end of each article, a **Mark as read** button allows you to | ||
92 | archive the article. | ||
93 | |||
94 | To date, the synchronisation occurs in one direction (from wallabag to | ||
95 | the application), thus preventing mark as read an article on wallabag | ||
96 | from your smartphone. | ||
97 | |||
98 | iOS | ||
99 | ~~~ | ||
100 | |||
101 | Installation and configuration | ||
102 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
103 | |||
104 | You can download the iOS application from the `AppStore`_. | ||
105 | |||
106 | Once installed, configure the app by filling following fields inside the | ||
107 | settings: the **URL (complete address of your wallabag installation or | ||
108 | your Framabag account)** and **User ID (in most cases, you’ll have to | ||
109 | put 1)** field. If you have created multiple accounts from wallabag, you | ||
110 | will have to to fill the user account you want to connect to your | ||
111 | application and your security **Token** (enter properly all the token’s | ||
112 | letters as seen in the settings part of wallabag). | ||
113 | |||
114 | Usage | ||
115 | ^^^^^ | ||
116 | |||
117 | If the app is configured correctly, the app will automatically download | ||
118 | the articles from your wallabag (use **pull-to-refresh** to trigger this | ||
119 | update manually). Once an article is downloaded, it’ll be available | ||
120 | offline from your app. | ||
121 | |||
122 | Unfortunately you can only locally mark an article as read (it will not | ||
123 | synchronise to your online wallabag). | ||
124 | |||
125 | Saving articles | ||
126 | ~~~~~~~~~~~~~~~ | ||
127 | |||
128 | If you’re browsing a website and want to add the current article to your | ||
129 | wallabag, simply tap the **Share**-button and select **Bag it!** (if you | ||
130 | don’t find the wallabag icon, have a look in the **more**-menu). If | ||
131 | everything is set up correctly, your article will be saved (you may have | ||
132 | to login from time to time). | ||
133 | |||
134 | Windows Phone | ||
135 | ~~~~~~~~~~~~~ | ||
136 | |||
137 | Installation and configuration | ||
138 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
139 | |||
140 | You can download the Windows Phone application from the `Windows Store`_ | ||
141 | or directly from your smartphone’s Store. | ||
142 | |||
143 | Once installed, the application will show you a notification on the | ||
144 | first launch, asking the configuration of your wallabag server. Go to | ||
145 | the **Settings** part of the application by pressing the three dots menu | ||
146 | at the bottom of the screen, then fill in the **URL (complete address of | ||
147 | your wallabag installation or your Framabag account)** and **User ID (in | ||
148 | most cases, you’ll have to put 1)** fields. | ||
149 | |||
150 | If you have created multiple accounts from wallabag, you will have to to | ||
151 | fill the user account you want to connect to your application and your | ||
152 | security **Token** (enter properly all the token’s letters as seen in | ||
153 | the setting part of wallabag). | ||
154 | |||
155 | From your web browser | ||
156 | --------------------- | ||
157 | |||
158 | Firefox Classic Add-on | ||
159 | ~~~~~~~~~~~~~~~~~~~~~~ | ||
160 | |||
161 | Download the Firefox add-on at `addons.mozilla.org`_ and install it like | ||
162 | any other Firefox add-on. | ||
163 | |||
164 | In the add-on’s settings, fill the complete URL of your installation of | ||
165 | wallabag or your Framabag account. | ||
166 | |||
167 | Personalize the Firefox toolbar to add wallabag (**W** icon). When you | ||
168 | find an article you want to save, click on this icon: a new window will | ||
169 | open to add the article and will close itself automatically. | ||
170 | |||
171 | Firefox Social API Service | ||
172 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
173 | |||
174 | *Available from wallabag v1.9.1 only* | ||
175 | |||
176 | You will need an https connection to use this. It’s a Firefox | ||
177 | `requirement`_, sorry. | ||
178 | |||
179 | With Firefox 29+ versions, your browser comes with an integrated | ||
180 | interface to share things to multiple social services directly from your | ||
181 | browser. In the Firefox interface, it is shown a paper plane-like icon | ||
182 | that you will use to share a page, which means here, save an article. | ||
183 | You can add the service by going into the Config page of wallabag, then | ||
184 | click on Mozilla Services Social API Extension. You must also accept to | ||
185 | use Firefox Services. | ||
186 | |||
187 | Chrome | ||
188 | ~~~~~~ | ||
189 | |||
190 | Download the Chrome add-on `on the dedicated website`_ and install it | ||
191 | like any other Chrome add-on. | ||
192 | |||
193 | In the add-on’s settings, fill the complete URL of your installation of | ||
194 | wallabag or your Framabag account. | ||
195 | |||
196 | During the addon’s installation, a new icon appear in Chrome toolbar (a | ||
197 | **W** icon). When you find an article you want to save, click on this | ||
198 | icon: a popup will appear to confirm that your article has been saved. | ||
199 | |||
200 | Opera | ||
201 | ~~~~~ | ||
202 | |||
203 | The recent versions of Opera (15+) allow to install add-ons compatible | ||
204 | with Chrome. | ||
205 | |||
206 | First, install the add-on named `Download Chrome Extensions`_ which will | ||
207 | allow you to install add-ons from the Chrome Web Store. Then, go `to to | ||
208 | Google site`_ and get the Chrome add-on by clicking on *Add to Opera*. A | ||
209 | message will invite you to confirm this action because this add-on is | ||
210 | not coming from a certified source. The behavior will be the same as for | ||
211 | Chrome (see above). | ||
212 | |||
213 | .. _Wikipedia’s definition: http://fr.wikipedia.org/wiki/Bookmarklet | ||
214 | .. _bookmark: http://en.wikipedia.org/wiki/Internet_bookmark | ||
215 | .. _web browser: http://en.wikipedia.org/wiki/Web_browser | ||
216 | .. _JavaScript: http://en.wikipedia.org/wiki/JavaScript | ||
217 | .. _JavaScript programs: http://en.wikipedia.org/wiki/Computer_program | ||
218 | .. _Google Play Store: https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche | ||
219 | .. _F-droid: https://f-droid.org/app/fr.gaulupeau.apps.InThePoche | ||
220 | .. _AppStore: https://itunes.apple.com/app/id828331015 | ||
221 | .. _Windows Store: https://www.microsoft.com/en-us/store/apps/wallabag/9nblggh11646 | ||
222 | .. _addons.mozilla.org: https://addons.mozilla.org/firefox/addon/wallabag/ | ||
223 | .. _requirement: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Social_API/Manifest#Manifest_Contents | ||
224 | .. _on the dedicated website: https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj | ||
225 | .. _Download Chrome Extensions: https://addons.opera.com/en/extensions/details/download-chrome-extension-9/ | ||
226 | .. _to to Google site: https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj | ||
diff --git a/docs/en/User/search.rst b/docs/en/User/search.rst deleted file mode 100644 index d2bda8bc..00000000 --- a/docs/en/User/search.rst +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | Search content in wallabag | ||
2 | ========================== | ||
3 | |||
4 | To enable you to find an article quickly, we set up a full search | ||
5 | engine. | ||
6 | |||
7 | Click on **Search** in the wallabag menu. Then, enter your search terms. | ||
8 | |||
9 | Wallabag will go through all your articles, and lists the ones | ||
10 | containing the search terms in their title, their content or their URL. | ||
11 | |||
12 | Convert this search into ePub format | ||
13 | ------------------------------------ | ||
14 | |||
15 | You can convert the listed articles to the ePub format, so that you can | ||
16 | read them in your e-reader, for example. Look at :ref:`ePub conversion` for more about this. | ||
17 | |||
18 | Assign a tag to your search results | ||
19 | ----------------------------------- | ||
20 | |||
21 | You can create a tag based on your search criteria. Loot at :ref:`Organize articles` for more about this. | ||
diff --git a/docs/en/conf.py b/docs/en/conf.py index ae879a61..8d0a4776 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py | |||
@@ -35,7 +35,7 @@ man_pages = [ | |||
35 | 35 | ||
36 | texinfo_documents = [ | 36 | texinfo_documents = [ |
37 | ('index', 'wallabag', u'wallabag Documentation', | 37 | ('index', 'wallabag', u'wallabag Documentation', |
38 | u'Nicolas Lœuillet', 'wallabag', 'One line description of project.', | 38 | u'Nicolas Lœuillet', 'wallabag', 'wallabag is an opensource read-it-later.', |
39 | 'Miscellaneous'), | 39 | 'Miscellaneous'), |
40 | ] | 40 | ] |
41 | 41 | ||
diff --git a/docs/en/index.rst b/docs/en/index.rst index 8cb1b479..3c0a0d5a 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst | |||
@@ -8,11 +8,9 @@ wallabag documentation | |||
8 | **wallabag** is a read-it-later application: it saves a web page by | 8 | **wallabag** is a read-it-later application: it saves a web page by |
9 | keeping content only. Elements like navigation or ads are deleted. | 9 | keeping content only. Elements like navigation or ads are deleted. |
10 | 10 | ||
11 | The main documentation for the site is organized into a couple sections: | 11 | The main documentation for this application is organized into a couple sections: |
12 | 12 | ||
13 | * :ref:`user-docs` | 13 | * :ref:`user-docs` |
14 | * :ref:`admin-docs` | ||
15 | * :ref:`dev-docs` | ||
16 | 14 | ||
17 | .. _user-docs: | 15 | .. _user-docs: |
18 | 16 | ||
@@ -25,34 +23,6 @@ The main documentation for the site is organized into a couple sections: | |||
25 | user/configuration | 23 | user/configuration |
26 | user/first_article | 24 | user/first_article |
27 | user/import | 25 | user/import |
28 | 26 | user/download_articles | |
29 | user/organize | 27 | user/filters |
30 | user/filters | 28 | user/tags \ No newline at end of file |
31 | User/read_an_article | ||
32 | User/search | ||
33 | User/epub_conversion | ||
34 | User/issue_with_article | ||
35 | User/rss_feed | ||
36 | User/import_export | ||
37 | |||
38 | .. _admin-docs: | ||
39 | |||
40 | .. toctree:: | ||
41 | :maxdepth: 2 | ||
42 | :caption: Admin Documentation | ||
43 | |||
44 | Administrator/install | ||
45 | Administrator/update | ||
46 | Administrator/hidden_options | ||
47 | Administrator/multiusers | ||
48 | Administrator/sessions | ||
49 | |||
50 | .. _dev-docs: | ||
51 | |||
52 | .. toctree:: | ||
53 | :maxdepth: 2 | ||
54 | :caption: Developer Documentation | ||
55 | |||
56 | Developer/write_config_files | ||
57 | Developer/create_new_theme | ||
58 | Developer/git_repo | ||
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst index 60aae4e5..369c977a 100644 --- a/docs/en/user/configuration.rst +++ b/docs/en/user/configuration.rst | |||
@@ -3,7 +3,7 @@ Configuration | |||
3 | 3 | ||
4 | Now you're logged in, it's time to configure your account as you want. | 4 | Now you're logged in, it's time to configure your account as you want. |
5 | 5 | ||
6 | Click on ``Config`` menu. You have four tabs: ``Settings``, ``RSS``, ``User information`` and ``Password``. | 6 | Click on ``Config`` menu. You have five tabs: ``Settings``, ``RSS``, ``User information``, ``Password`` and ``Tagging rules``. |
7 | 7 | ||
8 | Settings | 8 | Settings |
9 | -------- | 9 | -------- |
@@ -59,3 +59,41 @@ Password | |||
59 | -------- | 59 | -------- |
60 | 60 | ||
61 | You can change your password here. | 61 | You can change your password here. |
62 | |||
63 | Tagging rules | ||
64 | ------------- | ||
65 | |||
66 | If you want to automatically assign a tag to new articles, this part of the configuration is for you. | ||
67 | |||
68 | What does « tagging rules » mean? | ||
69 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
70 | |||
71 | They are rules used by wallabag to automatically tag new entries. | ||
72 | Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries. | ||
73 | |||
74 | How do I use them? | ||
75 | ~~~~~~~~~~~~~~~~~~ | ||
76 | |||
77 | Let assume you want to tag new entries as *« short reading »* when the reading time is inferior to 3 minutes. | ||
78 | In that case, you should put « readingTime <= 3 » in the **Rule** field and *« short reading »* in the **Tags** field. | ||
79 | Several tags can added simultaneously by separating them by a comma: *« short reading, must read »*. | ||
80 | Complex rules can be written by using predefined operators: if *« readingTime >= 5 AND domainName = "github.com" »* then tag as *« long reading, github »*. | ||
81 | |||
82 | Which variables and operators can I use to write rules? | ||
83 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
84 | |||
85 | The following variables and operators can be used to create tagging rules: | ||
86 | |||
87 | =========== ============================================== ======== ========== | ||
88 | Variable Meaning Operator Meaning | ||
89 | ----------- ---------------------------------------------- -------- ---------- | ||
90 | title Title of the entry <= Less than… | ||
91 | url URL of the entry < Strictly less than… | ||
92 | isArchived Whether the entry is archived or not => Greater than… | ||
93 | isStared Whether the entry is starred or not > Strictly greater than… | ||
94 | content The entry's content = Equal to… | ||
95 | language The entry's language != Not equal to… | ||
96 | mimetype The entry's mime-type OR One rule or another | ||
97 | readingTime The estimated entry's reading time, in minutes AND One rule and another | ||
98 | domainName The domain name of the entry matches Tests that a subject is matches a search (case-insensitive). Example: title matches "football" | ||
99 | =========== ============================================== ======== ========== \ No newline at end of file | ||
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 | ||
diff --git a/docs/en/user/filters.rst b/docs/en/user/filters.rst new file mode 100644 index 00000000..65fdedcb --- /dev/null +++ b/docs/en/user/filters.rst | |||
@@ -0,0 +1,2 @@ | |||
1 | Filters | ||
2 | ======= \ No newline at end of file | ||
diff --git a/docs/en/user/first_article.rst b/docs/en/user/first_article.rst index 4e6735c6..c1ffd23f 100644 --- a/docs/en/user/first_article.rst +++ b/docs/en/user/first_article.rst | |||
@@ -27,53 +27,32 @@ By using a browser add-on | |||
27 | Firefox | 27 | Firefox |
28 | ~~~~~~~ | 28 | ~~~~~~~ |
29 | 29 | ||
30 | Firefox Classic Add-on | 30 | *This addon is not yet available for wallabag v2*. |
31 | ^^^^^^^^^^^^^^^^^^^^^^ | ||
32 | |||
33 | Download the Firefox add-on at `addons.mozilla.org`_ and install it like | ||
34 | any other Firefox add-on. | ||
35 | |||
36 | In the add-on’s settings, fill the complete URL of your installation of | ||
37 | wallabag or your Framabag account. | ||
38 | |||
39 | Personalize the Firefox toolbar to add wallabag (**W** icon). When you | ||
40 | find an article you want to save, click on this icon: a new window will | ||
41 | open to add the article and will close itself automatically. | ||
42 | |||
43 | Firefox Social API Service | ||
44 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
45 | |||
46 | *Available from wallabag v1.9.1 only* | ||
47 | |||
48 | You will need an https connection to use this. It’s a Firefox | ||
49 | `requirement`_, sorry. | ||
50 | |||
51 | With Firefox 29+ versions, your browser comes with an integrated | ||
52 | interface to share things to multiple social services directly from your | ||
53 | browser. In the Firefox interface, it is shown a paper plane-like icon | ||
54 | that you will use to share a page, which means here, save an article. | ||
55 | You can add the service by going into the Config page of wallabag, then | ||
56 | click on Mozilla Services Social API Extension. You must also accept to | ||
57 | use Firefox Services. | ||
58 | 31 | ||
59 | Chrome | 32 | Chrome |
60 | ~~~~~~ | 33 | ~~~~~~ |
61 | 34 | ||
35 | *This addon is not yet available for wallabag v2*. | ||
36 | |||
62 | By using your smarphone application | 37 | By using your smarphone application |
63 | ----------------------------------- | 38 | ----------------------------------- |
64 | 39 | ||
65 | Android | 40 | Android |
66 | ~~~~~~~ | 41 | ~~~~~~~ |
67 | 42 | ||
43 | *This application is not yet available for wallabag v2*. | ||
44 | |||
68 | Firefox OS | 45 | Firefox OS |
69 | ~~~~~~~~~~ | 46 | ~~~~~~~~~~ |
70 | 47 | ||
48 | *This application is not yet available for wallabag v2*. | ||
49 | |||
71 | Windows Phone | 50 | Windows Phone |
72 | ~~~~~~~~~~~~~ | 51 | ~~~~~~~~~~~~~ |
73 | 52 | ||
53 | *This application is not yet available for wallabag v2*. | ||
54 | |||
74 | iOS | 55 | iOS |
75 | ~~~ | 56 | ~~~ |
76 | 57 | ||
77 | 58 | *This application is not yet available for wallabag v2*. \ No newline at end of file | |
78 | .. _addons.mozilla.org: https://addons.mozilla.org/firefox/addon/wallabag/ | ||
79 | .. _requirement: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Social_API/Manifest#Manifest_Contents | ||
diff --git a/docs/en/user/import.rst b/docs/en/user/import.rst index d326b06e..8f6cf4c1 100644 --- a/docs/en/user/import.rst +++ b/docs/en/user/import.rst | |||
@@ -29,11 +29,36 @@ All your wallabag 1.x articles will be imported. | |||
29 | From Pocket | 29 | From Pocket |
30 | ----------- | 30 | ----------- |
31 | 31 | ||
32 | Create a new applicaton on Pocket | ||
33 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
34 | |||
35 | To import your data from Pocket, we use the Pocket API. You need to create a new application on their developer website to continue. | ||
36 | |||
37 | * Create a new application `on the developer website <https://getpocket.com/developer/apps/new>`_ | ||
38 | * Fill in the required fields: application name, application description, permissions (only **retrieve**), platform (**web**), accept the terms of service and submit your new application | ||
39 | |||
40 | Pocket will give you a **Consumer Key** (for example, `49961-985e4b92fe21fe4c78d682c1`). You need to configure the ``pocket_consumer_key`` into the ``app/config/parameters.yml`` file in wallabag. | ||
41 | |||
42 | Now, all is fine to migrate from Pocket. | ||
43 | |||
44 | Import your data into wallabag 2.x | ||
45 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
46 | |||
47 | Click on ``Import`` link in the menu, on ``Import contents`` in Pocket section and then on ``Connect to Pocket and import data``. | ||
48 | |||
49 | You need to authorize wallabag to interact with your Pocket account. Your data will be imported. Data import can be a demanding process for your server (we need to work on this import to improve it). | ||
50 | |||
32 | From Instapaper | 51 | From Instapaper |
33 | --------------- | 52 | --------------- |
34 | 53 | ||
54 | *Feature not yet implemented in wallabag v2.* | ||
55 | |||
35 | From Readability | 56 | From Readability |
36 | ---------------- | 57 | ---------------- |
37 | 58 | ||
59 | *Feature not yet implemented in wallabag v2.* | ||
60 | |||
38 | From HTML or JSON file | 61 | From HTML or JSON file |
39 | ---------------------- | 62 | ---------------------- |
63 | |||
64 | *Feature not yet implemented in wallabag v2.* | ||
diff --git a/docs/en/user/tags.rst b/docs/en/user/tags.rst new file mode 100644 index 00000000..8ddc0f40 --- /dev/null +++ b/docs/en/user/tags.rst | |||
@@ -0,0 +1,2 @@ | |||
1 | Tags | ||
2 | ==== \ No newline at end of file | ||