diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/user/installation.rst | 9 | ||||
-rw-r--r-- | docs/fr/user/installation.rst | 9 | ||||
-rw-r--r-- | docs/pt-br/conf.py | 55 | ||||
-rw-r--r-- | docs/pt-br/index.rst | 36 | ||||
-rw-r--r-- | docs/pt-br/requirements.txt | 2 |
5 files changed, 18 insertions, 93 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index bc35a02b..182ed418 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -62,6 +62,11 @@ To start php's build-in server and test if everything did install correctly, you | |||
62 | 62 | ||
63 | And access wallabag at http://yourserverip:8000 | 63 | And access wallabag at http://yourserverip:8000 |
64 | 64 | ||
65 | .. note:: | ||
66 | |||
67 | To define parameters with environment variables, you have to set these variables with ``SYMFONY__`` prefix. For example, ``SYMFONY__DATABASE_DRIVER``. You can have a look to the `Symfony documentation | ||
68 | <http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__. | ||
69 | |||
65 | Installing on Apache | 70 | Installing on Apache |
66 | -------------------- | 71 | -------------------- |
67 | 72 | ||
@@ -146,3 +151,7 @@ Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe | |||
146 | } | 151 | } |
147 | 152 | ||
148 | After reloading or restarting nginx, you should now be able to access wallabag at http://domain.tld. | 153 | After reloading or restarting nginx, you should now be able to access wallabag at http://domain.tld. |
154 | |||
155 | .. note:: | ||
156 | |||
157 | When you want to import large file into wallabag, you need to add this line in your nginx configuration ``client_max_body_size XM; # allows file uploads up to X megabytes``. | ||
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 489304d6..42208871 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -60,6 +60,11 @@ Pour démarrer le serveur interne à php et vérifier que tout s'est installé c | |||
60 | 60 | ||
61 | Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 | 61 | Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 |
62 | 62 | ||
63 | .. note:: | ||
64 | |||
65 | Pour définir des paramètres via des variables d'environnement, vous pouvez les spécifier avec le préfixe ``SYMFONY__``. Par exemple, ``SYMFONY__DATABASE_DRIVER``. Vous pouvez lire `documentation Symfony | ||
66 | <http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__ pour en savoir plus. | ||
67 | |||
63 | Installation avec Apache | 68 | Installation avec Apache |
64 | ------------------------ | 69 | ------------------------ |
65 | 70 | ||
@@ -144,3 +149,7 @@ En imaginant que vous vouliez installer wallabag dans le dossier /var/www/wallab | |||
144 | } | 149 | } |
145 | 150 | ||
146 | Après que vous ayez rechargé/redémarré Nginx, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld. | 151 | Après que vous ayez rechargé/redémarré Nginx, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld. |
152 | |||
153 | .. note:: | ||
154 | |||
155 | Si vous voulez importer un fichier important dans wallabag, vous devez ajouter cette ligne dans votre configuration nginx ``client_max_body_size XM; # allows file uploads up to X megabytes``. | ||
diff --git a/docs/pt-br/conf.py b/docs/pt-br/conf.py deleted file mode 100644 index 582ad114..00000000 --- a/docs/pt-br/conf.py +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | # -*- coding: utf-8 -*- | ||
2 | # | ||
3 | # wallabag documentation build configuration file, created by | ||
4 | # sphinx-quickstart on Fri Oct 16 06:47:23 2015. | ||
5 | |||
6 | import sys | ||
7 | import os | ||
8 | |||
9 | extensions = [] | ||
10 | templates_path = ['_templates'] | ||
11 | source_suffix = '.rst' | ||
12 | master_doc = 'index' | ||
13 | project = u'wallabag-pt' | ||
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | ||
15 | version = '2.0.0' | ||
16 | release = version | ||
17 | exclude_patterns = ['_build'] | ||
18 | pygments_style = 'sphinx' | ||
19 | html_theme = 'default' | ||
20 | html_static_path = ['_static'] | ||
21 | htmlhelp_basename = 'wallabagfrdoc' | ||
22 | |||
23 | latex_elements = { | ||
24 | } | ||
25 | |||
26 | latex_documents = [ | ||
27 | ('index', 'wallabag-pt.tex', u'wallabag Documentation', | ||
28 | u'Nicolas Lœuillet', 'manual'), | ||
29 | ] | ||
30 | |||
31 | man_pages = [ | ||
32 | ('index', 'wallabagpt', u'wallabag Documentation', | ||
33 | [u'Nicolas Lœuillet'], 1) | ||
34 | ] | ||
35 | |||
36 | texinfo_documents = [ | ||
37 | ('index', 'wallabag', u'wallabag Documentation', | ||
38 | u'Nicolas Lœuillet', 'wallabag', 'wallabag is an opensource read-it-later.', | ||
39 | 'Miscellaneous'), | ||
40 | ] | ||
41 | |||
42 | ##### Guzzle sphinx theme | ||
43 | |||
44 | import guzzle_sphinx_theme | ||
45 | html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator' | ||
46 | html_theme_path = guzzle_sphinx_theme.html_theme_path() | ||
47 | html_theme = 'guzzle_sphinx_theme' | ||
48 | |||
49 | # Custom sidebar templates, maps document names to template names. | ||
50 | html_sidebars = { | ||
51 | '**': ['logo-text.html', 'globaltoc.html', 'searchbox.html'] | ||
52 | } | ||
53 | |||
54 | # Register the theme as an extension to generate a sitemap.xml | ||
55 | extensions.append("guzzle_sphinx_theme") | ||
diff --git a/docs/pt-br/index.rst b/docs/pt-br/index.rst deleted file mode 100644 index c0076d25..00000000 --- a/docs/pt-br/index.rst +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | wallabag documentation | ||
2 | ====================== | ||
3 | |||
4 | .. image:: ../img/wallabag.png | ||
5 | :alt: wallabag logo | ||
6 | :align: center | ||
7 | |||
8 | **wallabag** É uma aplicação "leia mais tarde": Ele salva páginas da web mantendo apenas o conteúdo. Elementos como ícones de navegação ou propaganda são deletedos. | ||
9 | |||
10 | A documentação principal desta aplicação é organizada em duas seções: | ||
11 | |||
12 | * :ref:`doc-usuario` | ||
13 | * :ref:`doc-desenvolvedor` | ||
14 | |||
15 | .. _user-docs: | ||
16 | |||
17 | .. toctree:: | ||
18 | :maxdepth: 2 | ||
19 | :caption: Documentação do usuário | ||
20 | |||
21 | user/criar_conta | ||
22 | user/login | ||
23 | user/configuração | ||
24 | user/primeiro_artigo | ||
25 | user/importar | ||
26 | user/baixar_artigos | ||
27 | user/filtros | ||
28 | user/tags | ||
29 | |||
30 | .. _dev-docs: | ||
31 | |||
32 | .. toctree:: | ||
33 | :maxdepth: 2 | ||
34 | :caption: Documentação do desenvolvedor | ||
35 | |||
36 | developer/docker | ||
diff --git a/docs/pt-br/requirements.txt b/docs/pt-br/requirements.txt deleted file mode 100644 index 06fc8973..00000000 --- a/docs/pt-br/requirements.txt +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | Sphinx>=1.3.0,<1.4.0 | ||
2 | guzzle_sphinx_theme>=0.7.0,<0.8.0 | ||