]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added :fr: and :it: translations for Cloudron
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 29 Mar 2017 10:31:52 +0000 (12:31 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 29 Mar 2017 10:31:52 +0000 (12:31 +0200)
docs/de/user/installation.rst
docs/en/user/installation.rst
docs/fr/user/installation.rst
docs/it/user/installation.rst

index 0de6b6de8e67482ef3a3285fb14b42f79997f3ae..6dc4e66987aa9d7597a23ab7f9f98f5f48af9c79 100644 (file)
@@ -105,6 +105,14 @@ Kommando, um den Container zu starten
 
     docker pull wallabag/wallabag
 
+Installation on Cloudron
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated.
+wallabag is packaged as a Cloudron app and available to install directly from the store.
+
+`Install wallabag on your Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
+
 Virtualhosts
 ------------
 
index 6dea169175f898cb121b9564d351c1aca34f48c8..961e2e986e510df3ae9277a2944ab76b15af6336 100644 (file)
@@ -108,9 +108,9 @@ Installation on Cloudron
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
 Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated.
-Wallabag is packaged as a Cloudron app and available to install directly from the store.
+wallabag is packaged as a Cloudron app and available to install directly from the store.
 
-`Install Wallabag on your Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
+`Install wallabag on your Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
 
 Virtual hosts
 -------------
@@ -163,9 +163,9 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w
         ErrorLog /var/log/apache2/wallabag_error.log
         CustomLog /var/log/apache2/wallabag_access.log combined
     </VirtualHost>
-    
-    
-.. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives : 
+
+
+.. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives :
 
 ::
 
@@ -174,12 +174,12 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w
     Allow from All
 
 
-by 
+by
 
 ::
-    
+
     Require All granted
-    
+
 
 After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld.
 
index 5d29cb013a79ea838c92ff50ff50e376b559ab95..9d3c9d5e3e591706ae95807a28b1fb21e33494dd 100644 (file)
@@ -101,6 +101,14 @@ Commande pour démarrer le containeur
 
     docker pull wallabag/wallabag
 
+Installation sur Cloudron
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Cloudron permet d'installer des applications web sur votre serveur
+wallabag est proposé en tant qu'application Cloudron et est disponible directement depuis le store.
+
+`Installer wallabag sur Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
+
 Virtual hosts
 -------------
 
@@ -162,12 +170,12 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall
     Allow from All
 
 
-par 
+par
 
 ::
-    
+
     Require All granted
-    
+
 
 
 
index a79a31d3a85748d7175d7cf4ed386877e9a476f8..8b54fe2c72417714f9e6614804c4daf2cd57c609 100644 (file)
@@ -103,6 +103,13 @@ Comando per avviare il container
 
    docker pull wallabag/wallabag
 
+Installazione su Cloudron
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Cloudron fornisce un modo facile di installare webapps sul vostro server mirato ad automatizzare i compiti del sysadmin ed a mantenere le app aggiornate.
+wallabag é pacchettizzata come app Cloudron ed é disponibile all'installazione direttamente dallo store.
+
+`Installa wallabag sul tuo Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
 
 Host virtuali
 -------------