diff options
Diffstat (limited to 'docs')
27 files changed, 248 insertions, 79 deletions
diff --git a/docs/de/conf.py b/docs/de/conf.py index cc9dcdf8..1bc39d4c 100644 --- a/docs/de/conf.py +++ b/docs/de/conf.py | |||
@@ -11,8 +11,8 @@ templates_path = ['_templates'] | |||
11 | source_suffix = '.rst' | 11 | source_suffix = '.rst' |
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag-fr' | 13 | project = u'wallabag-fr' |
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | 14 | copyright = u'2013-2017, Nicolas Lœuillet - MIT Licence' |
15 | version = '2.1.0' | 15 | version = '2.3.0' |
16 | release = version | 16 | release = version |
17 | exclude_patterns = ['_build'] | 17 | exclude_patterns = ['_build'] |
18 | pygments_style = 'sphinx' | 18 | pygments_style = 'sphinx' |
diff --git a/docs/de/user/articles.rst b/docs/de/user/articles.rst index 07cfa06c..b6893a2c 100644 --- a/docs/de/user/articles.rst +++ b/docs/de/user/articles.rst | |||
@@ -30,7 +30,7 @@ Klicke darauf, um ein neues Feld anzuzeigen, füge die Artikel-URL ein und drüc | |||
30 | Firefox | 30 | Firefox |
31 | """"""" | 31 | """"""" |
32 | 32 | ||
33 | Du kannst das `Firefox-Addon hier <https://addons.mozilla.org/firefox/addon/wallabag-v2/> herunterladen`_. | 33 | Du kannst das `Firefox-Addon hier <https://addons.mozilla.org/firefox/addon/wallabagger/> herunterladen`_. |
34 | 34 | ||
35 | Chrome | 35 | Chrome |
36 | """""" | 36 | """""" |
@@ -43,7 +43,7 @@ Du kannst das `Chrome-Addon hier <https://chrome.google.com/webstore/detail/wall | |||
43 | Android | 43 | Android |
44 | """"""" | 44 | """"""" |
45 | 45 | ||
46 | Du kannst die `Android-App hier <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche> herunterladen`_. | 46 | Du kannst die `Android-App hier <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_ oder auf `F-Droid <https://f-droid.org/repository/browse/?fdid=fr.gaulupeau.apps.InThePoche>`_ herunterladen. |
47 | 47 | ||
48 | Windows 10 in general | 48 | Windows 10 in general |
49 | """"""""""""""""""""" | 49 | """"""""""""""""""""" |
@@ -82,6 +82,7 @@ Nun kannst du den Artikel teilen: | |||
82 | - über eine öffentliche URL (es wird eine reduzierte Ansicht des Artikels zurückgegeben) | 82 | - über eine öffentliche URL (es wird eine reduzierte Ansicht des Artikels zurückgegeben) |
83 | - über einen Tweet | 83 | - über einen Tweet |
84 | - in deine Shaarli | 84 | - in deine Shaarli |
85 | - in deine Scuttle | ||
85 | - mit einem Beitrag auf Diaspora* | 86 | - mit einem Beitrag auf Diaspora* |
86 | - an Carrot | 87 | - an Carrot |
87 | - mit einer E-Mail | 88 | - mit einer E-Mail |
diff --git a/docs/de/user/configuration.rst b/docs/de/user/configuration.rst index c0c04bde..06cae7cb 100644 --- a/docs/de/user/configuration.rst +++ b/docs/de/user/configuration.rst | |||
@@ -115,16 +115,17 @@ Welche Variablen und Operatoren kann ich zum Regeln schreiben nutzen? | |||
115 | 115 | ||
116 | Die folgenden Variablen und Operatoren können genutzt werden, um Tagging-Regeln zu erstellen (sei vorsichtig, denn bei einigen Werten musst du Anführungszeichen hinzufügen, z.B. ``language = "de"``): | 116 | Die folgenden Variablen und Operatoren können genutzt werden, um Tagging-Regeln zu erstellen (sei vorsichtig, denn bei einigen Werten musst du Anführungszeichen hinzufügen, z.B. ``language = "de"``): |
117 | 117 | ||
118 | =========== ============================================== ======== ========== | 118 | =========== ============================================== ========== ========== |
119 | Variable Bedeutung Operator Bedeutung | 119 | Variable Bedeutung Operator Bedeutung |
120 | ----------- ---------------------------------------------- -------- ---------- | 120 | ----------- ---------------------------------------------- ---------- ---------- |
121 | title Titel des Artikels <= Kleiner gleich als… | 121 | title Titel des Artikels <= Kleiner gleich als… |
122 | url URL des Artikels < Kleiner als… | 122 | url URL des Artikels < Kleiner als… |
123 | isArchived Ob der Artikel archiviert ist oder nicht => Größer gleich als… | 123 | isArchived Ob der Artikel archiviert ist oder nicht => Größer gleich als… |
124 | isStarred Ob der Artikel favorisiert ist oder nicht > Größer als… | 124 | isStarred Ob der Artikel favorisiert ist oder nicht > Größer als… |
125 | content Inhalt des Eintrags = Gleich zu… | 125 | content Inhalt des Eintrags = Gleich zu… |
126 | language Sprache des Eintrags != Nicht gleich zu… | 126 | language Sprache des Eintrags != Nicht gleich zu… |
127 | mimetype MIME-Typ des Eintrags OR Eine Regel oder die andere | 127 | mimetype MIME-Typ des Eintrags OR Eine Regel oder die andere |
128 | readingTime Die geschätzte Lesezeit in Minuten AND Eine Regel und die andere | 128 | readingTime Die geschätzte Lesezeit in Minuten AND Eine Regel und die andere |
129 | domainName Der Domain-Name des Eintrags matches Testet, dass ein Feld einer Suche (unabhängig von Groß- und Kleinschreibung) übereinstimmt. Z.B.: title matches "Fußball" | 129 | domainName Der Domain-Name des Eintrags matches Testet, dass ein Feld einer Suche (unabhängig von Groß- und Kleinschreibung) übereinstimmt. Z.B.: title matches "Fußball" |
130 | =========== ============================================== ======== ========== | 130 | notmatches |
131 | =========== ============================================== ========== ========== | ||
diff --git a/docs/de/user/import.rst b/docs/de/user/import.rst index 399a1b98..b4e89c39 100644 --- a/docs/de/user/import.rst +++ b/docs/de/user/import.rst | |||
@@ -100,7 +100,7 @@ Wenn du in der Vergangenheit wallabag 1.x genutzt hast, musst du deine Daten exp | |||
100 | Wenn du mehrere Accounts auf der gleichen wallabag-Instanz hast, muss jeder Nutzer seine Daten aus 1.x exportieren und in 2.x importieren. | 100 | Wenn du mehrere Accounts auf der gleichen wallabag-Instanz hast, muss jeder Nutzer seine Daten aus 1.x exportieren und in 2.x importieren. |
101 | 101 | ||
102 | .. note:: | 102 | .. note:: |
103 | Falls während des Exports oder des Imports Probleme auftreten sollten, scheue dich nicht, den `Support zu kontaktieren <https://www.wallabag.org/pages/support.html>`__. | 103 | Falls während des Exports oder des Imports Probleme auftreten sollten, scheue dich nicht, den `Support zu kontaktieren <http://gitter.im/wallabag/wallabag>`__. |
104 | 104 | ||
105 | Wenn du dann die JSON-Datei mit deinen Einträgen heruntergeladen hast, kannst du `wallabag 2 über die Standard-Prozedur installieren <http://doc.wallabag.org/en/master/user/installation.html>`__. | 105 | Wenn du dann die JSON-Datei mit deinen Einträgen heruntergeladen hast, kannst du `wallabag 2 über die Standard-Prozedur installieren <http://doc.wallabag.org/en/master/user/installation.html>`__. |
106 | 106 | ||
@@ -122,7 +122,7 @@ Gehe auf der alten wallabag-Instanz, die du vorher genutzt hast, auf `Alle Artik | |||
122 | Nach dem Erstellen des Benutzeraccounts auf deiner neuen "wallabag 2.x"-Instanz, navigiere auf den Import-Bereich und wähle `Aus wallabag v2 importieren`. Wähle deine JSON-Datei und lade sie hoch. | 122 | Nach dem Erstellen des Benutzeraccounts auf deiner neuen "wallabag 2.x"-Instanz, navigiere auf den Import-Bereich und wähle `Aus wallabag v2 importieren`. Wähle deine JSON-Datei und lade sie hoch. |
123 | 123 | ||
124 | .. note:: | 124 | .. note:: |
125 | Falls während des Exports oder des Imports Probleme auftreten sollten, scheue dich nicht, den `Support zu kontaktieren <https://www.wallabag.org/pages/support.html>`__. | 125 | Falls während des Exports oder des Imports Probleme auftreten sollten, scheue dich nicht, den `Support zu kontaktieren <http://gitter.im/wallabag/wallabag>`__. |
126 | 126 | ||
127 | Import über die Kommandozeile (CLI) | 127 | Import über die Kommandozeile (CLI) |
128 | ----------------------------------- | 128 | ----------------------------------- |
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index 0de6b6de..7dd489b1 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst | |||
@@ -4,7 +4,7 @@ Installation von wallabag | |||
4 | Voraussetzungen | 4 | Voraussetzungen |
5 | --------------- | 5 | --------------- |
6 | 6 | ||
7 | wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7. | 7 | wallabag ist kompatibel mit **PHP >= 5.6**, inkl. PHP 7. |
8 | 8 | ||
9 | .. note:: | 9 | .. note:: |
10 | 10 | ||
@@ -88,7 +88,7 @@ Führe dieses Kommando aus, um das neueste Paket herunterzuladen und zu entpacke | |||
88 | 88 | ||
89 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 89 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
90 | 90 | ||
91 | Du findest die `md5 Hashsumme des neuesten Pakets auf unserer Website <https://www.wallabag.org/pages/download-wallabag.html>`_. | 91 | Du findest die `md5 Hashsumme des neuesten Pakets auf unserer Website <https://static.wallabag.org/releases/>`_. |
92 | 92 | ||
93 | Jetzt lies die Dokumentation, um einen Virtualhost zu erstellen, dann greife auf dein wallabag zu. | 93 | Jetzt lies die Dokumentation, um einen Virtualhost zu erstellen, dann greife auf dein wallabag zu. |
94 | Wenn du die Datenbankkonfiguration eingestellt hast, MySQL oder PostgreSQL zu nutzen, musst du einen Nutzer über das folgende Kommando erstellen ``php bin/console wallabag:install --env=prod``. | 94 | Wenn du die Datenbankkonfiguration eingestellt hast, MySQL oder PostgreSQL zu nutzen, musst du einen Nutzer über das folgende Kommando erstellen ``php bin/console wallabag:install --env=prod``. |
@@ -105,6 +105,14 @@ Kommando, um den Container zu starten | |||
105 | 105 | ||
106 | docker pull wallabag/wallabag | 106 | docker pull wallabag/wallabag |
107 | 107 | ||
108 | Cloudron Installation | ||
109 | ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
110 | |||
111 | Cloudron bietet einfache Webapp Installation auf deinem Server, mit Fokus auf System Administrator Automatisierung und Updates. | ||
112 | Ein Wallabag Paket ist direkt zur Installation durch den Cloudron Store verfügbar. | ||
113 | |||
114 | `Installiere wallabag auf deinem Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__ | ||
115 | |||
108 | Virtualhosts | 116 | Virtualhosts |
109 | ------------ | 117 | ------------ |
110 | 118 | ||
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst index 76faa4e2..fa2aac45 100644 --- a/docs/de/user/upgrade.rst +++ b/docs/de/user/upgrade.rst | |||
@@ -63,7 +63,7 @@ Lade das letzte Release von wallabag herunter: | |||
63 | 63 | ||
64 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 64 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
65 | 65 | ||
66 | Du findest den `aktuellen MD5-Hash auf unserer Webseite <https://www.wallabag.org/pages/download-wallabag.html>`_. | 66 | Du findest den `aktuellen MD5-Hash auf unserer Webseite <https://static.wallabag.org/releases/>`_. |
67 | 67 | ||
68 | Extrahiere das Archiv in deinen wallabag-Ordner und ersetze die ``app/config/parameters.yml`` mit deiner. | 68 | Extrahiere das Archiv in deinen wallabag-Ordner und ersetze die ``app/config/parameters.yml`` mit deiner. |
69 | 69 | ||
diff --git a/docs/en/conf.py b/docs/en/conf.py index 717b35f1..5926f8c9 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py | |||
@@ -11,8 +11,8 @@ templates_path = ['_templates'] | |||
11 | source_suffix = '.rst' | 11 | source_suffix = '.rst' |
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag' | 13 | project = u'wallabag' |
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | 14 | copyright = u'2013-2017, Nicolas Lœuillet - MIT Licence' |
15 | version = '2.1.0' | 15 | version = '2.3.0' |
16 | release = version | 16 | release = version |
17 | exclude_patterns = ['_build'] | 17 | exclude_patterns = ['_build'] |
18 | pygments_style = 'sphinx' | 18 | pygments_style = 'sphinx' |
diff --git a/docs/en/developer/console_commands.rst b/docs/en/developer/console_commands.rst new file mode 100644 index 00000000..85a8a092 --- /dev/null +++ b/docs/en/developer/console_commands.rst | |||
@@ -0,0 +1,30 @@ | |||
1 | Console Commands | ||
2 | ================ | ||
3 | |||
4 | wallabag has a number of CLI commands to manage a number of tasks. You can list all the commands by executing `bin/console` in the wallabag folder. | ||
5 | |||
6 | Each command has a help accessible through `bin/console help %command%`. | ||
7 | |||
8 | .. note:: | ||
9 | |||
10 | If you're in a production environment, remember to add `-e prod` to each command. | ||
11 | |||
12 | Notable commands | ||
13 | ---------------- | ||
14 | |||
15 | * `assets:install`: May be helpful if assets are missing. | ||
16 | * `cache:clear`: should be run after each update (included in `make update`). | ||
17 | * `doctrine:migrations:status`: Output the status of your database migrations. | ||
18 | * `fos:user:activate`: Manually activate an user. | ||
19 | * `fos:user:change-password`: Change a password for an user. | ||
20 | * `fos:user:create`: Create an user. | ||
21 | * `fos:user:deactivate`: Deactivate an user (not deleted). | ||
22 | * `fos:user:demote`: Removes a role from an user, typically admin rights. | ||
23 | * `fos:user:promote`: Adds a role to an user, typically admin rights. | ||
24 | * `rabbitmq:*`: May be useful if you're using RabbitMQ. | ||
25 | * `wallabag:clean-duplicates`: Removes all entry duplicates for one user or all users | ||
26 | * `wallabag:export`: Exports all entries for an user. You can choose the output path of the file. | ||
27 | * `wallabag:import`: Import entries to different formats to an user account. | ||
28 | * `wallabag:import:redis-worker`: Useful if you use Redis. | ||
29 | * `wallabag:install`: (re)Install wallabag | ||
30 | * `wallabag:tag:all`: Tag all entries for an user using his/her tagging rules. | ||
diff --git a/docs/en/developer/front_end.rst b/docs/en/developer/front_end.rst new file mode 100644 index 00000000..40f18a42 --- /dev/null +++ b/docs/en/developer/front_end.rst | |||
@@ -0,0 +1,33 @@ | |||
1 | Tips for front-end developers | ||
2 | ============================= | ||
3 | |||
4 | Starting from version 2.3, wallabag uses webpack to bundle its assets. | ||
5 | |||
6 | Dev mode | ||
7 | -------- | ||
8 | |||
9 | If the server runs in dev mode, you need to run ``yarn run build:dev`` to generate the outputted javascript files for each theme. These are named ``%theme%.dev.js`` and are ignored by git. You need to relaunch ``yarn run build:dev`` for each change made to one of the assets files (js, css, pictures, fonts,...). | ||
10 | |||
11 | Live reload | ||
12 | ----------- | ||
13 | |||
14 | Webpack brings support for live reload, which means you don't need to regenerate the assets file for each change neither reload the page manually. Changes are applied automatically in the web page. Just set the ``use_webpack_dev_server`` setting to ``true`` in ``app/config/config.yml`` and run ``yarn run watch`` and you're good to go. | ||
15 | |||
16 | .. note:: | ||
17 | |||
18 | Don't forget to put back ``use_webpack_dev_server`` to ``false`` when not using the live reload feature. | ||
19 | |||
20 | Production builds | ||
21 | ----------------- | ||
22 | |||
23 | When you want to commit your changes, build them in production environment by using ``yarn run build:prod``. This will build all the assets needed for wallabag. To test that it properly works, you'll need to have a server in production mode, for instance with ``bin/console server:run -e=prod``. | ||
24 | |||
25 | .. note:: | ||
26 | |||
27 | Don't forget to generate production builds before committing ! | ||
28 | |||
29 | |||
30 | Code style | ||
31 | ---------- | ||
32 | |||
33 | Code style is checked by two tools : stylelint for (S)CSS and eslint for JS. ESlint config is based on the Airbnb base preset. | ||
diff --git a/docs/en/user/articles.rst b/docs/en/user/articles.rst index 16b3b0d2..862bba3e 100644 --- a/docs/en/user/articles.rst +++ b/docs/en/user/articles.rst | |||
@@ -34,20 +34,20 @@ By using a browser add-on | |||
34 | Firefox | 34 | Firefox |
35 | """"""" | 35 | """"""" |
36 | 36 | ||
37 | You can download the `Firefox addon here <https://addons.mozilla.org/firefox/addon/wallabag-v2/>`_. | 37 | You can download the `Firefox addon here <https://addons.mozilla.org/firefox/addon/wallabagger/>`_. |
38 | 38 | ||
39 | Chrome | 39 | Chrome |
40 | """""" | 40 | """""" |
41 | 41 | ||
42 | You can download the `Chrome addon here <https://chrome.google.com/webstore/detail/wallabagger/gbmgphmejlcoihgedabhgjdkcahacjlj?hl=fr>`_. | 42 | You can download the `Chrome addon here <https://chrome.google.com/webstore/detail/wallabagger/gbmgphmejlcoihgedabhgjdkcahacjlj?hl=fr>`_. |
43 | 43 | ||
44 | By using your smarphone application | 44 | By using your smartphone application |
45 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 45 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
46 | 46 | ||
47 | Android | 47 | Android |
48 | """"""" | 48 | """"""" |
49 | 49 | ||
50 | You can download the `Android application here <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_. | 50 | You can download the `Android application here <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_ or on `F-Droid <https://f-droid.org/repository/browse/?fdid=fr.gaulupeau.apps.InThePoche>`_. |
51 | 51 | ||
52 | Windows Phone | 52 | Windows Phone |
53 | """"""""""""" | 53 | """"""""""""" |
@@ -86,6 +86,7 @@ Now, you can share the article: | |||
86 | - with a public URL (you'll have a light view of the article) | 86 | - with a public URL (you'll have a light view of the article) |
87 | - with a tweet | 87 | - with a tweet |
88 | - into your Shaarli | 88 | - into your Shaarli |
89 | - into your Scuttle | ||
89 | - with a post in Diaspora* | 90 | - with a post in Diaspora* |
90 | - to Carrot | 91 | - to Carrot |
91 | - with an email | 92 | - with an email |
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst index bba12cb9..0f3ac38f 100644 --- a/docs/en/user/configuration.rst +++ b/docs/en/user/configuration.rst | |||
@@ -116,16 +116,17 @@ Which variables and operators can I use to write rules? | |||
116 | 116 | ||
117 | The following variables and operators can be used to create tagging rules (be careful, for some values, you need to add quotes, for example ``language = "en"``): | 117 | The following variables and operators can be used to create tagging rules (be careful, for some values, you need to add quotes, for example ``language = "en"``): |
118 | 118 | ||
119 | =========== ============================================== ======== ========== | 119 | =========== ============================================== ========== ========== |
120 | Variable Meaning Operator Meaning | 120 | Variable Meaning Operator Meaning |
121 | ----------- ---------------------------------------------- -------- ---------- | 121 | ----------- ---------------------------------------------- ---------- ---------- |
122 | title Title of the entry <= Less than… | 122 | title Title of the entry <= Less than… |
123 | url URL of the entry < Strictly less than… | 123 | url URL of the entry < Strictly less than… |
124 | isArchived Whether the entry is archived or not => Greater than… | 124 | isArchived Whether the entry is archived or not => Greater than… |
125 | isStarred Whether the entry is starred or not > Strictly greater than… | 125 | isStarred Whether the entry is starred or not > Strictly greater than… |
126 | content The entry's content = Equal to… | 126 | content The entry's content = Equal to… |
127 | language The entry's language != Not equal to… | 127 | language The entry's language != Not equal to… |
128 | mimetype The entry's mime-type OR One rule or another | 128 | mimetype The entry's mime-type OR One rule or another |
129 | readingTime The estimated entry's reading time, in minutes AND One rule and another | 129 | readingTime The estimated entry's reading time, in minutes AND One rule and another |
130 | domainName The domain name of the entry matches Tests that a subject is matches a search (case-insensitive). Example: title matches "football" | 130 | domainName The domain name of the entry matches Tests that a subject is matches a search (case-insensitive). Example: title matches "football" |
131 | =========== ============================================== ======== ========== | 131 | notmatches Tests that a subject is not matches a search (case-insensitive). Example: title notmatches "football" |
132 | =========== ============================================== ========== ========== | ||
diff --git a/docs/en/user/import.rst b/docs/en/user/import.rst index f420a131..f6aaa373 100644 --- a/docs/en/user/import.rst +++ b/docs/en/user/import.rst | |||
@@ -77,7 +77,7 @@ From Instapaper | |||
77 | --------------- | 77 | --------------- |
78 | 78 | ||
79 | Export your Instapaper data | 79 | Export your Instapaper data |
80 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 80 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
81 | 81 | ||
82 | On the settings (`https://www.instapaper.com/user <https://www.instapaper.com/user>`_) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like ``instapaper-export.csv``). | 82 | On the settings (`https://www.instapaper.com/user <https://www.instapaper.com/user>`_) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like ``instapaper-export.csv``). |
83 | 83 | ||
@@ -102,7 +102,7 @@ If you were using wallabag v1.x, you need to export your data before migrating t | |||
102 | If you have multiple accounts on the same instance of wallabag, each user must export from v1 and import into v2 its data. | 102 | If you have multiple accounts on the same instance of wallabag, each user must export from v1 and import into v2 its data. |
103 | 103 | ||
104 | .. note:: | 104 | .. note:: |
105 | If you encounter issues during the export or the import, don't hesitate to `ask for support <https://www.wallabag.org/pages/support.html>`__. | 105 | If you encounter issues during the export or the import, don't hesitate to `ask for support <https://gitter.im/wallabag/wallabag>`__. |
106 | 106 | ||
107 | When you have retrieved the json file containing your entries, you can install wallabag v2 if needed by following `the standard procedure <http://doc.wallabag.org/en/master/user/installation.html>`__. | 107 | When you have retrieved the json file containing your entries, you can install wallabag v2 if needed by following `the standard procedure <http://doc.wallabag.org/en/master/user/installation.html>`__. |
108 | 108 | ||
@@ -124,7 +124,7 @@ From the previous wallabag instance on which you were before, go to `All article | |||
124 | From your new wallabag instance, create your user account and click on the link in the menu to proceed to import. Choose import from wallabag v2 and select your json file to upload it. | 124 | From your new wallabag instance, create your user account and click on the link in the menu to proceed to import. Choose import from wallabag v2 and select your json file to upload it. |
125 | 125 | ||
126 | .. note:: | 126 | .. note:: |
127 | If you encounter issues during the export or the import, don't hesitate to `ask for support <https://www.wallabag.org/pages/support.html>`__. | 127 | If you encounter issues during the export or the import, don't hesitate to `ask for support <https://gitter.im/wallabag/wallabag>`__. |
128 | 128 | ||
129 | Import via command-line interface (CLI) | 129 | Import via command-line interface (CLI) |
130 | --------------------------------------- | 130 | --------------------------------------- |
@@ -133,16 +133,21 @@ If you have a CLI access on your web server, you can execute this command to imp | |||
133 | 133 | ||
134 | :: | 134 | :: |
135 | 135 | ||
136 | bin/console wallabag:import 1 ~/Downloads/wallabag-export-1-2016-04-05.json --env=prod | 136 | bin/console wallabag:import username ~/Downloads/wallabag-export-1-2016-04-05.json --env=prod |
137 | 137 | ||
138 | Please replace values: | 138 | Please replace values: |
139 | 139 | ||
140 | * ``1`` is the user identifier in database (The ID of the first user created on wallabag is 1) | 140 | * ``username`` is the user's username |
141 | * ``~/Downloads/wallabag-export-1-2016-04-05.json`` is the path of your wallabag v1 export | 141 | * ``~/Downloads/wallabag-export-1-2016-04-05.json`` is the path of your wallabag v1 export |
142 | 142 | ||
143 | If you want to mark all these entries as read, you can add the ``--markAsRead`` option. | 143 | .. note:: |
144 | If you want to mark all these entries as read, you can add the ``--markAsRead`` option. | ||
144 | 145 | ||
145 | To import a wallabag v2 file, you need to add the option ``--importer=v2``. | 146 | .. note:: |
147 | To import a wallabag v2 file, you need to add the option ``--importer=v2``. | ||
148 | |||
149 | .. note:: | ||
150 | If you want to pass the user id of the user instead of it's username, add the option ``--useUserId=true``. | ||
146 | 151 | ||
147 | You'll have this in return: | 152 | You'll have this in return: |
148 | 153 | ||
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 2b730b83..f1146b49 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -4,7 +4,7 @@ Install wallabag | |||
4 | Requirements | 4 | Requirements |
5 | ------------ | 5 | ------------ |
6 | 6 | ||
7 | wallabag is compatible with PHP >= 5.5, including PHP 7. | 7 | wallabag is compatible with **PHP >= 5.6**, including PHP 7. |
8 | 8 | ||
9 | .. note:: | 9 | .. note:: |
10 | 10 | ||
@@ -87,7 +87,7 @@ Execute this command to download and extract the latest package: | |||
87 | 87 | ||
88 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 88 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
89 | 89 | ||
90 | You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. | 90 | You will find the `md5 hash of the latest package on our website <https://static.wallabag.org/releases/>`_. |
91 | 91 | ||
92 | Now, read the following documentation to create your virtual host, then access your wallabag. | 92 | Now, read the following documentation to create your virtual host, then access your wallabag. |
93 | If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. | 93 | If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. |
@@ -104,6 +104,14 @@ Command to launch container | |||
104 | 104 | ||
105 | docker pull wallabag/wallabag | 105 | docker pull wallabag/wallabag |
106 | 106 | ||
107 | Installation on Cloudron | ||
108 | ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
109 | |||
110 | Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated. | ||
111 | wallabag is packaged as a Cloudron app and available to install directly from the store. | ||
112 | |||
113 | `Install wallabag on your Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__ | ||
114 | |||
107 | Virtual hosts | 115 | Virtual hosts |
108 | ------------- | 116 | ------------- |
109 | 117 | ||
@@ -155,9 +163,9 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w | |||
155 | ErrorLog /var/log/apache2/wallabag_error.log | 163 | ErrorLog /var/log/apache2/wallabag_error.log |
156 | CustomLog /var/log/apache2/wallabag_access.log combined | 164 | CustomLog /var/log/apache2/wallabag_access.log combined |
157 | </VirtualHost> | 165 | </VirtualHost> |
158 | 166 | ||
159 | 167 | ||
160 | .. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives : | 168 | .. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives : |
161 | 169 | ||
162 | :: | 170 | :: |
163 | 171 | ||
@@ -166,12 +174,12 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w | |||
166 | Allow from All | 174 | Allow from All |
167 | 175 | ||
168 | 176 | ||
169 | by | 177 | by |
170 | 178 | ||
171 | :: | 179 | :: |
172 | 180 | ||
173 | Require All granted | 181 | Require All granted |
174 | 182 | ||
175 | 183 | ||
176 | After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld. | 184 | After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld. |
177 | 185 | ||
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst index 46b490c3..3157684c 100644 --- a/docs/en/user/upgrade.rst +++ b/docs/en/user/upgrade.rst | |||
@@ -67,7 +67,7 @@ Download the last release of wallabag: | |||
67 | 67 | ||
68 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 68 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
69 | 69 | ||
70 | You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. | 70 | You will find the `md5 hash of the latest package on our website <https://static.wallabag.org/releases/>`_. |
71 | 71 | ||
72 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. | 72 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. |
73 | 73 | ||
diff --git a/docs/fr/conf.py b/docs/fr/conf.py index 49a57e2d..90489d83 100644 --- a/docs/fr/conf.py +++ b/docs/fr/conf.py | |||
@@ -11,8 +11,8 @@ templates_path = ['_templates'] | |||
11 | source_suffix = '.rst' | 11 | source_suffix = '.rst' |
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag-fr' | 13 | project = u'wallabag-fr' |
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | 14 | copyright = u'2013-2017, Nicolas Lœuillet - MIT Licence' |
15 | version = '2.1.0' | 15 | version = '2.3.0' |
16 | release = version | 16 | release = version |
17 | exclude_patterns = ['_build'] | 17 | exclude_patterns = ['_build'] |
18 | pygments_style = 'sphinx' | 18 | pygments_style = 'sphinx' |
diff --git a/docs/fr/developer/console_commands.rst b/docs/fr/developer/console_commands.rst new file mode 100644 index 00000000..1b222b32 --- /dev/null +++ b/docs/fr/developer/console_commands.rst | |||
@@ -0,0 +1,30 @@ | |||
1 | Actions en ligne de commande | ||
2 | ============================ | ||
3 | |||
4 | wallabag a un certain nombre de commandes CLI pour effectuer des tâches. Vous pouvez lister toutes les commandes en exécutant `bin/console` dans le dossier d'installation de wallabag. | ||
5 | |||
6 | Chaque commande a une aide correspondante accessible via `bin/console help %command%`. | ||
7 | |||
8 | .. note:: | ||
9 | |||
10 | Si vous êtes dans un environnement de production, souvenez-vous d'ajouter `-e prod` à chaque commande. | ||
11 | |||
12 | Commandes notables | ||
13 | ------------------ | ||
14 | |||
15 | * `assets:install`: Peut-être utile si les *assets* sont manquants. | ||
16 | * `cache:clear`: doit être exécuté après chaque mise à jour (appelé dans `make update`). | ||
17 | * `doctrine:migrations:status`: Montre le statut de vos migrations de vos bases de données. | ||
18 | * `fos:user:activate`: Activer manuellement un utilisateur. | ||
19 | * `fos:user:change-password`: Changer le mot de passe pour un utilisateur. | ||
20 | * `fos:user:create`: Créer un utilisateur. | ||
21 | * `fos:user:deactivate`: Désactiver un utilisateur (non supprimé). | ||
22 | * `fos:user:demote`: Supprimer un rôle d'un utilisateur, typiquement les droits d'administration. | ||
23 | * `fos:user:promote`: Ajoute un rôle à un utilisateur, typiquement les droits d'administration. | ||
24 | * `rabbitmq:*`: Peut-être utile si vous utilisez RabbitMQ. | ||
25 | * `wallabag:clean-duplicates`: Supprime tous les articles dupliqués pour un utilisateur ou bien tous. | ||
26 | * `wallabag:export`: Exporte tous les articles pour un utilisateur. Vous pouvez choisir le chemin du fichier exporté. | ||
27 | * `wallabag:import`: Importe les articles en différents formats dans un compte utilisateur. | ||
28 | * `wallabag:import:redis-worker`: Utile si vous utilisez Redis. | ||
29 | * `wallabag:install`: (ré)Installer wallabag | ||
30 | * `wallabag:tag:all`: Tagger tous les articles pour un utilisateur ou une utilisatrice en utilisant ses règles de tags automatiques. | ||
diff --git a/docs/fr/developer/front-end.rst b/docs/fr/developer/front-end.rst new file mode 100644 index 00000000..714df08b --- /dev/null +++ b/docs/fr/developer/front-end.rst | |||
@@ -0,0 +1,33 @@ | |||
1 | Conseils pour développeurs front-end | ||
2 | ==================================== | ||
3 | |||
4 | Depuis la version 2.3, wallabag utilise webpack pour générer ses assets. | ||
5 | |||
6 | Mode développeur | ||
7 | ---------------- | ||
8 | |||
9 | Si le serveur fonctionne en mode dev, vous devez lancer la commande ``yarn run build:dev`` pour générer les fichiers de sortie javascript pour chaque thème. Ils sont nommés ``%theme%.dev.js`` et sont ignorés par git. Vous devez relancer la commande ``yarn run build:dev`` pour chaque changement que vous effectuez dans les fichiers assets (js, css, images, polices,...). | ||
10 | |||
11 | Live reload | ||
12 | ----------- | ||
13 | |||
14 | Webpack apporte le support pour la fonctionnalité de live reload, ce qui signifie que vous n'avez pas besoin de regénérer manuellement le fichier de sortie javascript ni de rafraichir la page dans votre navigateur. Les changements sont appliqués automatiquement. Vous avez juste besoin de mettre le paramètre ``use_webpack_dev_server`` à ``true`` dans ``app/config/config.yml`` et de lancer ``yarn run watch`` pour que cela soit actif. | ||
15 | |||
16 | .. note:: | ||
17 | |||
18 | N'oubliez pas de remettre ``use_webpack_dev_server`` à ``false`` lorsque vous n'utilisez pas la fonctionnalité de live reload. | ||
19 | |||
20 | Production builds | ||
21 | ----------------- | ||
22 | |||
23 | Lorsque vous committez vos changements, vous devez les compiler dans un environnement de production en exécutant ``yarn run build:prod``. Cela compilera tous les assets nécessaires pour wallabag. Pour tester que cela fonctionne proprement, vous devrez avoir un serveur en mode de production, par exemple avec ``bin/console server:run -e=prod``. | ||
24 | |||
25 | .. note:: | ||
26 | |||
27 | N'oubliez pas de générer des fichiers en mode production avant de committer ! | ||
28 | |||
29 | |||
30 | Code style | ||
31 | ---------- | ||
32 | |||
33 | Le style de code est vérifié par deux outils : stylelint pour le (S)CSS et eslint pour le JS. La configuration ESlint config est basée sur le preset Airbnb base. | ||
diff --git a/docs/fr/user/articles.rst b/docs/fr/user/articles.rst index fb5b3837..cefc3c10 100644 --- a/docs/fr/user/articles.rst +++ b/docs/fr/user/articles.rst | |||
@@ -18,7 +18,7 @@ En utilisant le bookmarklet | |||
18 | Sur la page ``Aide``, vous avez un onglet ``Bookmarklet``. Glissez/déposez le lien ``bag it!`` | 18 | Sur la page ``Aide``, vous avez un onglet ``Bookmarklet``. Glissez/déposez le lien ``bag it!`` |
19 | dans votre barre de favoris de votre navigateur. | 19 | dans votre barre de favoris de votre navigateur. |
20 | 20 | ||
21 | Maintennat, à chaque fois que vous lisez un article et que vous souhaitez le sauvegarder, | 21 | Maintenant, à chaque fois que vous lisez un article et que vous souhaitez le sauvegarder, |
22 | cliquez sur le lien ``bag it!`` dans votre barre de favoris. L'article est enregistré. | 22 | cliquez sur le lien ``bag it!`` dans votre barre de favoris. L'article est enregistré. |
23 | 23 | ||
24 | En utilisant le formulaire classique | 24 | En utilisant le formulaire classique |
@@ -40,7 +40,7 @@ En utilisant l'extension de votre navigateur | |||
40 | Firefox | 40 | Firefox |
41 | """"""" | 41 | """"""" |
42 | 42 | ||
43 | Vous pouvez télécharger `l'extension Firefox ici <https://addons.mozilla.org/firefox/addon/wallabag-v2/>`_. | 43 | Vous pouvez télécharger `l'extension Firefox ici <https://addons.mozilla.org/firefox/addon/wallabagger/>`_. |
44 | 44 | ||
45 | Chrome | 45 | Chrome |
46 | """""" | 46 | """""" |
@@ -53,7 +53,7 @@ En utilisant l'application de votre smartphone | |||
53 | Android | 53 | Android |
54 | """"""" | 54 | """"""" |
55 | 55 | ||
56 | Vous pouvez télécharger `l'application Android ici <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_. | 56 | Vous pouvez télécharger `l'application Android ici <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_ ou sur `F-Droid <https://f-droid.org/repository/browse/?fdid=fr.gaulupeau.apps.InThePoche>`_. |
57 | 57 | ||
58 | Windows Phone | 58 | Windows Phone |
59 | ~~~~~~~~~~~~~ | 59 | ~~~~~~~~~~~~~ |
@@ -92,6 +92,7 @@ Vous pouvez maintenant le partager : | |||
92 | - avec une URL publique (vous obtiendrez une vue allégée de l'article) | 92 | - avec une URL publique (vous obtiendrez une vue allégée de l'article) |
93 | - avec un tweet | 93 | - avec un tweet |
94 | - dans votre Shaarli | 94 | - dans votre Shaarli |
95 | - dans votre Scuttle | ||
95 | - avec un message dans Diaspora* | 96 | - avec un message dans Diaspora* |
96 | - sur Carrot | 97 | - sur Carrot |
97 | - avec un email | 98 | - avec un email |
diff --git a/docs/fr/user/configuration.rst b/docs/fr/user/configuration.rst index 772000c3..0f5d4375 100644 --- a/docs/fr/user/configuration.rst +++ b/docs/fr/user/configuration.rst | |||
@@ -130,4 +130,5 @@ language La langue de l'article != Différ | |||
130 | mimetype The type MIME de l'article OR Telle règle ou telle autre règle | 130 | mimetype The type MIME de l'article OR Telle règle ou telle autre règle |
131 | readingTime Le temps de lecture de l'article, en minutes AND Telle règle et telle règle | 131 | readingTime Le temps de lecture de l'article, en minutes AND Telle règle et telle règle |
132 | domainName Le nom de domaine de l'article matches Contient telle chaîne de caractère (insensible à la casse). Exemple : title matches "football" | 132 | domainName Le nom de domaine de l'article matches Contient telle chaîne de caractère (insensible à la casse). Exemple : title matches "football" |
133 | notmaches Ne contient pas telle chaîne de caractère (insensible à la casse). Exemple : title notmatches "football" | ||
133 | =========== ============================================== ========== ========== | 134 | =========== ============================================== ========== ========== |
diff --git a/docs/fr/user/import.rst b/docs/fr/user/import.rst index 9a2dda8f..5317ee4b 100644 --- a/docs/fr/user/import.rst +++ b/docs/fr/user/import.rst | |||
@@ -103,7 +103,7 @@ Si vous utilisiez wallabag v1.x, vous devez exporter vos données avant de migre | |||
103 | Si vous avez plusieurs comptes sur la même instance de wallabag, chaque utilisateur doit exporter ses données depuis wallabag v1 et les importer dans la v2. | 103 | Si vous avez plusieurs comptes sur la même instance de wallabag, chaque utilisateur doit exporter ses données depuis wallabag v1 et les importer dans la v2. |
104 | 104 | ||
105 | .. note:: | 105 | .. note:: |
106 | S'il vous arrive des problèmes durant l'export ou l'import, n'hésitez pas à `demander de l'aide <https://www.wallabag.org/pages/support.html>`_. | 106 | S'il vous arrive des problèmes durant l'export ou l'import, n'hésitez pas à `demander de l'aide <http://gitter.im/wallabag/wallabag>`_. |
107 | 107 | ||
108 | Une fois que vous avez récupéré le fichier json contenant vos données, vous pouvez installer wallabag v2 si c'est nécessaire en suivant `la procédure standard <http://doc.wallabag.org/fr/master/user/installation.html>`_. | 108 | Une fois que vous avez récupéré le fichier json contenant vos données, vous pouvez installer wallabag v2 si c'est nécessaire en suivant `la procédure standard <http://doc.wallabag.org/fr/master/user/installation.html>`_. |
109 | 109 | ||
@@ -125,7 +125,7 @@ Depuis l'instance sur laquelle vous étiez, rendez-vous dans la section `Tous le | |||
125 | Depuis votre nouvelle instance de wallabag, créez votre compte utilisateur puis cliquez sur le lien dans le menu pour accéder à l'import. Choisissez l'import depuis wallabag v2 puis sélectionnez votre fichier json pour l'uploader. | 125 | Depuis votre nouvelle instance de wallabag, créez votre compte utilisateur puis cliquez sur le lien dans le menu pour accéder à l'import. Choisissez l'import depuis wallabag v2 puis sélectionnez votre fichier json pour l'uploader. |
126 | 126 | ||
127 | .. note:: | 127 | .. note:: |
128 | S'il vous arrive des problèmes durant l'export ou l'import, n'hésitez pas à `demander de l'aide <https://www.wallabag.org/pages/support.html>`_. | 128 | S'il vous arrive des problèmes durant l'export ou l'import, n'hésitez pas à `demander de l'aide <http://gitter.im/wallabag/wallabag>`_. |
129 | 129 | ||
130 | Import via la ligne de commande (CLI) | 130 | Import via la ligne de commande (CLI) |
131 | -------------------------------------<http://doc.wallabag.org/en/master/user/parameters.html | 131 | -------------------------------------<http://doc.wallabag.org/en/master/user/parameters.html |
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 5d29cb01..442241e6 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -4,7 +4,7 @@ Installer wallabag | |||
4 | Pré-requis | 4 | Pré-requis |
5 | ------------ | 5 | ------------ |
6 | 6 | ||
7 | wallabag est compatible avec PHP >= 5.5, PHP 7 inclus. | 7 | wallabag est compatible avec **PHP >= 5.6**, PHP 7 inclus. |
8 | 8 | ||
9 | .. note:: | 9 | .. note:: |
10 | 10 | ||
@@ -84,7 +84,7 @@ Exécutez cette commande pour télécharger et décompresser l'archive : | |||
84 | 84 | ||
85 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 85 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
86 | 86 | ||
87 | Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_. | 87 | Vous trouverez `le hash md5 du dernier package sur notre site <https://static.wallabag.org/releases/>`_. |
88 | 88 | ||
89 | Maintenant, lisez la documentation ci-dessous pour crééer un virtual host. Accédez ensuite à votre installation de wallabag. | 89 | Maintenant, lisez la documentation ci-dessous pour crééer un virtual host. Accédez ensuite à votre installation de wallabag. |
90 | Si vous avez changé la configuration pour modifier le type de stockage (MySQL ou PostgreSQL), vous devrez vous créer un utilisateur via la commande ``php bin/console wallabag:install --env=prod``. | 90 | Si vous avez changé la configuration pour modifier le type de stockage (MySQL ou PostgreSQL), vous devrez vous créer un utilisateur via la commande ``php bin/console wallabag:install --env=prod``. |
@@ -101,6 +101,14 @@ Commande pour démarrer le containeur | |||
101 | 101 | ||
102 | docker pull wallabag/wallabag | 102 | docker pull wallabag/wallabag |
103 | 103 | ||
104 | Installation sur Cloudron | ||
105 | ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
106 | |||
107 | Cloudron permet d'installer des applications web sur votre serveur | ||
108 | wallabag est proposé en tant qu'application Cloudron et est disponible directement depuis le store. | ||
109 | |||
110 | `Installer wallabag sur Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__ | ||
111 | |||
104 | Virtual hosts | 112 | Virtual hosts |
105 | ------------- | 113 | ------------- |
106 | 114 | ||
@@ -162,12 +170,12 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall | |||
162 | Allow from All | 170 | Allow from All |
163 | 171 | ||
164 | 172 | ||
165 | par | 173 | par |
166 | 174 | ||
167 | :: | 175 | :: |
168 | 176 | ||
169 | Require All granted | 177 | Require All granted |
170 | 178 | ||
171 | 179 | ||
172 | 180 | ||
173 | 181 | ||
diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst index af97ebb2..af198006 100644 --- a/docs/fr/user/upgrade.rst +++ b/docs/fr/user/upgrade.rst | |||
@@ -63,7 +63,7 @@ Téléchargez la dernière version de wallabag : | |||
63 | 63 | ||
64 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 64 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
65 | 65 | ||
66 | Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_. | 66 | Vous trouverez `le hash md5 du dernier package sur notre site <https://static.wallabag.org/releases/>`_. |
67 | 67 | ||
68 | Décompressez l'archive dans votre répertoire d'installation et remplacez le fichier ``app/config/parameters.yml`` avec le votre. | 68 | Décompressez l'archive dans votre répertoire d'installation et remplacez le fichier ``app/config/parameters.yml`` avec le votre. |
69 | 69 | ||
diff --git a/docs/it/conf.py b/docs/it/conf.py index 717b35f1..5926f8c9 100644 --- a/docs/it/conf.py +++ b/docs/it/conf.py | |||
@@ -11,8 +11,8 @@ templates_path = ['_templates'] | |||
11 | source_suffix = '.rst' | 11 | source_suffix = '.rst' |
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag' | 13 | project = u'wallabag' |
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | 14 | copyright = u'2013-2017, Nicolas Lœuillet - MIT Licence' |
15 | version = '2.1.0' | 15 | version = '2.3.0' |
16 | release = version | 16 | release = version |
17 | exclude_patterns = ['_build'] | 17 | exclude_patterns = ['_build'] |
18 | pygments_style = 'sphinx' | 18 | pygments_style = 'sphinx' |
diff --git a/docs/it/user/articles.rst b/docs/it/user/articles.rst index 944b23ef..2a415608 100644 --- a/docs/it/user/articles.rst +++ b/docs/it/user/articles.rst | |||
@@ -32,7 +32,7 @@ Usando un add-on del browser | |||
32 | Firefox | 32 | Firefox |
33 | """"""" | 33 | """"""" |
34 | 34 | ||
35 | Potete scaricare `qui l'addon per Firefox <https://addons.mozilla.org/firefox/addon/wallabag-v2/>`_. | 35 | Potete scaricare `qui l'addon per Firefox <https://addons.mozilla.org/firefox/addon/wallabagger/>`_. |
36 | 36 | ||
37 | Chrome | 37 | Chrome |
38 | """""" | 38 | """""" |
@@ -45,7 +45,7 @@ Usando la vostra applicazione per smartphone | |||
45 | Android | 45 | Android |
46 | """"""" | 46 | """"""" |
47 | 47 | ||
48 | Potete scaricare `qui l'applicazione per Android <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_. | 48 | Potete scaricare `qui l'applicazione per Android <https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche>`_ o tramite `F-Droid <https://f-droid.org/repository/browse/?fdid=fr.gaulupeau.apps.InThePoche>`_. |
49 | 49 | ||
50 | Windows Phone | 50 | Windows Phone |
51 | """"""""""""" | 51 | """"""""""""" |
@@ -83,6 +83,7 @@ Ora potete condividere l'articolo: | |||
83 | - attraverso una URL pubblica (avrete una vista semplificata dell'articolo) | 83 | - attraverso una URL pubblica (avrete una vista semplificata dell'articolo) |
84 | - attraverso un tweet | 84 | - attraverso un tweet |
85 | - nel vostro Shaarli | 85 | - nel vostro Shaarli |
86 | - nel vostro Scuttle | ||
86 | - attraverso un post su Diaspora* | 87 | - attraverso un post su Diaspora* |
87 | - su Carrot | 88 | - su Carrot |
88 | - attraverso un'email | 89 | - attraverso un'email |
diff --git a/docs/it/user/import.rst b/docs/it/user/import.rst index c249acfd..5d38d29b 100644 --- a/docs/it/user/import.rst +++ b/docs/it/user/import.rst | |||
@@ -64,9 +64,9 @@ Se state usando wallabag 1.x, dovete esportare i dati prima di migrare a wallaba | |||
64 | Se avete account multipli nella stessa istanza di wallabag, ogni utente dovrá esportare da v1 ed importare su v2. | 64 | Se avete account multipli nella stessa istanza di wallabag, ogni utente dovrá esportare da v1 ed importare su v2. |
65 | 65 | ||
66 | .. nota:: | 66 | .. nota:: |
67 | Se riscontrate problemi durante l'importazione o l'esportazione, non esitate a `chiedere supporto <https://www.wallabag.org/pages/support.html>`__. | 67 | Se riscontrate problemi durante l'importazione o l'esportazione, non esitate a `chiedere supporto <http://gitter.im/wallabag/wallabag>`__. |
68 | 68 | ||
69 | Quando avrete ottenuto il file json contenente i vostri articoli, potrete installare wallabag v2 seguendo, se necessario, `la procedura standard *link mancante*. | 69 | Quando avrete ottenuto il file json contenente i vostri articoli, potrete installare wallabag v2 seguendo, se necessario, `la procedura standard *link mancante*`. |
70 | 70 | ||
71 | Dopo aver creato un account utente sulla vostra nuova istanza di wallabag v2, dovete andare alla sezione `Importa` e selezionare `Importa da wallabag v1`. Selezionate il vostro file json e caricatelo. | 71 | Dopo aver creato un account utente sulla vostra nuova istanza di wallabag v2, dovete andare alla sezione `Importa` e selezionare `Importa da wallabag v1`. Selezionate il vostro file json e caricatelo. |
72 | 72 | ||
@@ -86,7 +86,7 @@ Dalla istanza di wallabag precedente sulla quale eravate prima, andate su `Tutti | |||
86 | Dalla vostra nuova istanza di wallabag, create un account utente e cliccate sul link nel menu per procedere all'importazione. Scegliete di importare da wallabag v2 e selezionate il vostro file json per caricarlo. | 86 | Dalla vostra nuova istanza di wallabag, create un account utente e cliccate sul link nel menu per procedere all'importazione. Scegliete di importare da wallabag v2 e selezionate il vostro file json per caricarlo. |
87 | 87 | ||
88 | .. nota:: | 88 | .. nota:: |
89 | Se riscontrate problemi durante l'importazione o l'esportazione, non esitate a `chiedere supporto <https://www.wallabag.org/pages/support.html>`__. | 89 | Se riscontrate problemi durante l'importazione o l'esportazione, non esitate a `chiedere supporto <http://gitter.im/wallabag/wallabag>`__. |
90 | 90 | ||
91 | Importate dall'interfaccia a riga di comando (CLI) | 91 | Importate dall'interfaccia a riga di comando (CLI) |
92 | -------------------------------------------------- | 92 | -------------------------------------------------- |
diff --git a/docs/it/user/installation.rst b/docs/it/user/installation.rst index 95d781e6..174507b8 100644 --- a/docs/it/user/installation.rst +++ b/docs/it/user/installation.rst | |||
@@ -88,7 +88,7 @@ Eseguite questo comando per scaricare ed estrarre il pacchetto piú aggiornato: | |||
88 | 88 | ||
89 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 89 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
90 | 90 | ||
91 | Troverete il `hash md5 del pacchetto piú aggiornato sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_. | 91 | Troverete il `hash md5 del pacchetto piú aggiornato sul nostro sito <https://static.wallabag.org/releases/>`_. |
92 | 92 | ||
93 | Ora leggete la seguente documentazione per creare il vostro host virtuale poi accedete al vostro wallabag. Se avete cambiato la configurazione del database per usare MySQL o PostrgreSQL, dovrete creare un utente con il comando php bin/console wallabag:install --env=prod . | 93 | Ora leggete la seguente documentazione per creare il vostro host virtuale poi accedete al vostro wallabag. Se avete cambiato la configurazione del database per usare MySQL o PostrgreSQL, dovrete creare un utente con il comando php bin/console wallabag:install --env=prod . |
94 | 94 | ||
@@ -103,6 +103,13 @@ Comando per avviare il container | |||
103 | 103 | ||
104 | docker pull wallabag/wallabag | 104 | docker pull wallabag/wallabag |
105 | 105 | ||
106 | Installazione su Cloudron | ||
107 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
108 | |||
109 | Cloudron fornisce un modo facile di installare webapps sul vostro server mirato ad automatizzare i compiti del sysadmin ed a mantenere le app aggiornate. | ||
110 | wallabag é pacchettizzata come app Cloudron ed é disponibile all'installazione direttamente dallo store. | ||
111 | |||
112 | `Installa wallabag sul tuo Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__ | ||
106 | 113 | ||
107 | Host virtuali | 114 | Host virtuali |
108 | ------------- | 115 | ------------- |
diff --git a/docs/it/user/upgrade.rst b/docs/it/user/upgrade.rst index e1c3f041..ede1a1a3 100644 --- a/docs/it/user/upgrade.rst +++ b/docs/it/user/upgrade.rst | |||
@@ -80,7 +80,7 @@ Scaricate l'ultima versione di wallabag: | |||
80 | 80 | ||
81 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 81 | wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
82 | 82 | ||
83 | Troverete il `hash md5 dell'ultima versione del pacchetto sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_. | 83 | Troverete il `hash md5 dell'ultima versione del pacchetto sul nostro sito <https://static.wallabag.org/releases/>`_. |
84 | 84 | ||
85 | Estraete l'archivio nella vostra cartella di wallabag e rimpiazzate ``app/config/parameters.yml`` con il vostro. | 85 | Estraete l'archivio nella vostra cartella di wallabag e rimpiazzate ``app/config/parameters.yml`` con il vostro. |
86 | 86 | ||
@@ -98,5 +98,5 @@ Da wallabag 1.x | |||
98 | Non esiste uno script automatico per aggiornare da wallabag 1.x a wallabag 2.x. Dovete: | 98 | Non esiste uno script automatico per aggiornare da wallabag 1.x a wallabag 2.x. Dovete: |
99 | 99 | ||
100 | - esportare i vostri dati | 100 | - esportare i vostri dati |
101 | - installare wallabag 2.x (leggete la documentazione a proposito dell'installazione *link mancante*) | 101 | - installare wallabag 2.x (leggete la documentazione a proposito dell'installazione *link mancante*) |
102 | - importate i dati in questa nuova installazione (leggete la documentazione a proposito dell'importazione) | 102 | - importate i dati in questa nuova installazione (leggete la documentazione a proposito dell'importazione) |