diff options
Diffstat (limited to 'docs/de/user')
-rw-r--r-- | docs/de/user/articles.rst | 5 | ||||
-rw-r--r-- | docs/de/user/installation.rst | 10 |
2 files changed, 12 insertions, 3 deletions
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/installation.rst b/docs/de/user/installation.rst index 0de6b6de..403ff6e0 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 | ||
@@ -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 | ||