Projet

Général

Profil

Anomalie #632 » 0001-Fix-PDF-build.patch

Guillaume AGNIERAY, 22/09/2019 11:55

Voir les différences:

Makefile
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER = a4
PAPER = a4paper
BUILDDIR = build
# Internal variables.
source/development/plugins.rst
Au final, la hiérarchie d'un plugin devrait ressembler à ça :
* |folder| `plugins`
* |folder| `galette-monplugin`
* |folder| `galette-monplugin`
* |folder| `includes`
* |folder| `includes`
* |file| `...`
* |file| `...`
* |folder| `lang`
* |folder| `lang`
* |file| `...`
* |file| `...`
* |folder| `lib`
* |folder| `lib`
* |folder| `GaletteMonPlugin`
* |folder| `GaletteMonPlugin`
* |phpfile| `...`
* |phpfile| `...`
* |folder| `templates`
* |folder| `templates`
* |folder| `default`
* |folder| `default`
* |file| `headers.tpl`
* |file| `menu.tpl`
* |file| `...`
* |file| `headers.tpl`
* |file| `menu.tpl`
* |file| `...`
* |folder| webroot
* |folder| webroot
* |file| `...`
* |folder| `images`
* |file| `...`
* |folder| `images`
* |file| `...`
* |phpfile| `_config.inc.php`
* |phpfile| `_define.php`
* |phpfile| `_smarties.php`
* |phpfile| `_routes.php`
* |file| `...`
* |phpfile| `_config.inc.php`
* |phpfile| `_define.php`
* |phpfile| `_smarties.php`
* |phpfile| `_routes.php`
* |file| `...`
Pour le reste... Il suffit de vous armer du `manuel PHP <http://fr.php.net/manual/fr/>`_, du `manuel Smarty <http://www.smarty.net/manual/fr/>`_, d'un client de messagerie email pour `contacter les listes de diffusion <http://galette.eu/dc/index.php/pages/Contact#mailing_lists>`_, et éventuellement d'un `client IRC <http://xchat.org/>`_ pour rejoindre `le canal IRC de Galette <http://galette.eu/dc/index.php/pages/Contact#irc>`_ ;-)
source/development/technical_infos.rst
Zend DB
-------
.. image:: ../_styles/static/images/libraries/zend.gif
.. image:: ../_styles/static/images/libraries/zend.png
:align: right
*Version de la bibliothèque requise :* `2.8.2`
    (1-1/1)