]> gitweb.fluxo.info Git - templates.git/commitdiff
TOC
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jan 2018 17:27:57 +0000 (15:27 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jan 2018 17:27:57 +0000 (15:27 -0200)
15 files changed:
Makefile.sphinx
README.md [deleted file]
casa.md
coletivo.md
coletivo/comunicacao.md
coletivo/contabilidade.md
coletivo/misc.md
conf.py
english.md
etica.md
index.md
mensagens.md
muamba.md
organizacao.md
sobre.md [new file with mode: 0644]

index 6f8ddaafaf50345df220a66f2b6a88b5e5e1622b..8374b4c5921752c1ce01b6f9c29682ce538f7f3e 100644 (file)
@@ -152,7 +152,8 @@ doctest:
        @echo "Testing of doctests in the sources finished, look at the " \
              "results in $(BUILDDIR)/doctest/output.txt."
 
-web: clean html
+#web: clean epub latexpdf html
+web: clean html 
 
 web_deploy:
        @rsync -avz --delete _build/html/ templates:/var/sites/templates/www/
diff --git a/README.md b/README.md
deleted file mode 100644 (file)
index 0c8348c..0000000
--- a/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Organização: Templates e Protocolos Sociotécnicos
-
-_**Blueprints, boilerplates, modelos, listas, templates! Prontos para usar e se organizar!**_
-
-Este é um repositório de protocolos e templates de gestão pessoal e coletiva
-contendo procedimentos, comportamentos e regras simples que, quando combinados,
-contribuem para a emergência (no sentido de emergir) de padrões complexos de
-organização coletiva: [Memes](http://pt.wikipedia.org/wiki/Meme), máquinas e
-para aumentar a fluidez e a organização de grupos sociais.
-
-[Saiba como usar](usando)!
-
-[[!map pages="page(*) and !ikiwiki/* and !index and !sandbox and !templates* and !smileys and !shortcuts and !ikiwiki and !RecentChanges and !*/Discussion" show="title
-
-Sobre
------
-
-* [Repositório](https://git.fluxo.info/templates).
-* [Licença](LICENSE).
diff --git a/casa.md b/casa.md
index cb74be83837f20ef1d7b1f3f41a0fea46e51a934..24cfd5b14309d0bd1dd99bbb328ce5740eb48e85 100644 (file)
--- a/casa.md
+++ b/casa.md
@@ -1,3 +1,9 @@
 # Casa & Jardim
 
-[[!map pages="page(casa*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   casa/*
+```
index d090141f4e36921b6e6b9ad077f4be3e3755e04f..a51e2f1c1c249460e9143a7170ca1ed32270a1ba 100644 (file)
@@ -1,3 +1,9 @@
 # Coletivo
 
-[[!map pages="page(coletivo*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   coletivo/*
+```
index cb70224f72802f96a6ad7d5e67f1721acb2e2332..9ddb4783552761db61717de66d508fb8d5f6985a 100644 (file)
@@ -1,3 +1,9 @@
 # Comunicação
 
-[[!map pages="page(comunicacao*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 2
+   :glob:
+
+   coletivo/comunicacao/*
+```
index 9a491791814551146168829e9070903b5f5ce574..218525c42168c6a7829b07a3b0c707df31776708 100644 (file)
@@ -1,5 +1,13 @@
 # Contabilidade
 
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   coletivo/contabilidade/*
+```
+
 A [Contabilidade](/coletivo/contabilidade), por possibilitar a manipulação de
 recursos do coletivo que podem ser usados para a aquisição, manutenção e
 proteção de outros recursos, representa um ganho em autonomia.
index 70226258467f97508f1fe2a46348ffd036a1e12c..7ffe0cce307eadbd320474d993341611366b82ea 100644 (file)
@@ -1,3 +1,9 @@
 # Misc
 
-[[!map pages="page(misc*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   coletivo/misc/*
+```
diff --git a/conf.py b/conf.py
index a605478561e9305fa0930d02225eef194b60c116..a8aa2d8ad0a70fd7debf229209573a29b09a108b 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -12,6 +12,8 @@
 # serve to show the default.
 
 import sys, os
+import recommonmark
+from recommonmark.transform import AutoStructify
 
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
@@ -291,3 +293,15 @@ epub_copyright = u'2016, Templates'
 
 # Allow duplicate toc entries.
 #epub_tocdup = True
+
+# See http://recommonmark.readthedocs.io
+#github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/doc/'
+def setup(app):
+    app.add_config_value('recommonmark_config', {
+            #'url_resolver': lambda url: github_doc_root + url,
+            'auto_toc_tree_section': 'Index',
+            'enable_auto_toc_tree' : True,
+            'enable_auto_doc_ref'  : True,
+            'enable_eval_rst'      : True,
+            }, True)
+    app.add_transform(AutoStructify)
index 2d81b6f547f93d66472a796657a448d963c8920b..1250dbf534255a644e192f1b9f19cd17cfd6235e 100644 (file)
@@ -1,3 +1,9 @@
 # English Templates
 
-[[!map pages="page(english*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   english/*
+```
index 4efa1d97639dd2635c88065fcb98e88bf1b3a74a..5d7f5788c4f6a021296621e2d05c0613f398ceb4 100644 (file)
--- a/etica.md
+++ b/etica.md
@@ -1,3 +1,9 @@
 # Ética
 
-[[!map pages="page(etica*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   etica/*
+```
index 0c8348c958a6c861f3dac77b7841ce974a1f5317..0ec8ad978dc56cc2ca7d66f1d199994f0acbf43a 100644 (file)
--- a/index.md
+++ b/index.md
@@ -1,6 +1,8 @@
-# Organização: Templates e Protocolos Sociotécnicos
+# Templates e Protocolos Sociotécnicos
 
-_**Blueprints, boilerplates, modelos, listas, templates! Prontos para usar e se organizar!**_
+**Blueprints, boilerplates, modelos, listas, templates! Prontos para usar e se organizar!**
+
+[PDF](_static/templates.pdf) | [EPUB](_static/templates.epub).
 
 Este é um repositório de protocolos e templates de gestão pessoal e coletiva
 contendo procedimentos, comportamentos e regras simples que, quando combinados,
@@ -8,12 +10,34 @@ contribuem para a emergência (no sentido de emergir) de padrões complexos de
 organização coletiva: [Memes](http://pt.wikipedia.org/wiki/Meme), máquinas e
 para aumentar a fluidez e a organização de grupos sociais.
 
-[Saiba como usar](usando)!
+Conteúdo
+--------
 
-[[!map pages="page(*) and !ikiwiki/* and !index and !sandbox and !templates* and !smileys and !shortcuts and !ikiwiki and !RecentChanges and !*/Discussion" show="title
+<!--
+* [Usando](usando.md).
+* [Pessoal](pessoal.md).
+* [Casa](casa.md).
+* [Coletivo](coletivo.md).
+* [Provedor](provedor.md).
+* [TODO](todo.md).
+-->
 
-Sobre
------
+```eval_rst
+.. toctree::
+   :maxdepth: 1
 
-* [Repositório](https://git.fluxo.info/templates).
-* [Licença](LICENSE).
+   usando
+   organizacao
+   pessoal
+   etica
+   travel
+   casa
+   project
+   coletivo
+   rede
+   muamba
+   orfanato
+   provedor
+   sobre
+   english
+```
index 817175a32799ec0d3c432abb3ff565f5a514b4ac..e6fb47db98abcb72d484e723cecd288c68921ad2 100644 (file)
@@ -2,4 +2,10 @@
 
 Templates para mensagens.
 
-[[!map pages="page(mensagens*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   mensagens/*
+```
index 555d200c9812d0976f8fca2190743e5372a7c5de..007c6b7db6a5ed1289f799c582d4767d4bb828e7 100644 (file)
--- a/muamba.md
+++ b/muamba.md
@@ -1,6 +1,12 @@
 # Clube da Muamba
 
-[[!map pages="page(muamba*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   muamba/*
+```
 
 Sabe aquela festa de rua que não acontece porque falta o gerador de energia,
 aquele filme que não é feito porque não há câmera ou aquela rádio que não
index d1b39af91a8ba01545c2509d23c536d3525e49cb..35d1c2562e6c685d9d255aa1d7ca9f38308c1a2f 100644 (file)
@@ -3,7 +3,13 @@
 Índice
 ------
 
-[[!map pages="page(organizacao*)" show="title
+```eval_rst
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   organizacao/*
+```
 
 Se a [modelagem de ameaças](https://threat.fluxo.info) é a mãe da segurança, organização é a mãe de tudo!
 
diff --git a/sobre.md b/sobre.md
new file mode 100644 (file)
index 0000000..e86584b
--- /dev/null
+++ b/sobre.md
@@ -0,0 +1,4 @@
+# Sobre
+
+* [Repositório](https://git.fluxo.info/templates).
+* [Licença](LICENSE).