Changeset 74921 in spip-zone
- Timestamp:
- Aug 23, 2013, 10:52:44 PM (8 years ago)
- Location:
- _galaxie_/code.spip.net/autodoc/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/code.spip.net/autodoc/trunk/installation.md
r74650 r74921 27 27 php composer.phar update 28 28 cd .. 29 30 Notes sur les mises à jour: 31 --------------------------- 32 33 J'ai aperçu que phpDocumentor copie les fichiers du template utilisé 34 dans son propre répertoire de templates. Il arrive que de vieux fichiers 35 trainent. Il faut donc supprimer `autodoc/vendor/phpdocumentor/templates/zora` 36 qui se recréera. 29 37 30 38 -
_galaxie_/code.spip.net/autodoc/trunk/templates/zora/template.xml
r74916 r74921 31 31 <transformation query="copy" writer="FileIo" source="templates/zora/js" artifact="js"/> 32 32 <transformation query="copy" writer="FileIo" source="templates/zora/favicon.png" artifact="favicon.png"/> 33 <!-- 5 --> 33 34 34 35 <!-- gestion des pages générées en twig --> … … 38 39 <transformation writer="twig" source="templates/zora/constantes.twig" artifact="constantes.html"/> 39 40 <transformation writer="twig" source="templates/zora/erreurs.twig" artifact="erreurs.html"/> 41 <!-- 10 --> 40 42 <transformation writer="twig" source="templates/zora/marqueurs.twig" artifact="marqueurs.html"/> 41 43 <transformation writer="twig" source="templates/zora/balises.twig" artifact="balises.html"/> … … 43 45 <transformation writer="twig" source="templates/zora/filtres.twig" artifact="filtres.html"/> 44 46 <transformation writer="twig" source="templates/zora/criteres.twig" artifact="criteres.html"/> 47 <!-- 15 --> 45 48 <transformation writer="twig" source="templates/zora/pipelines.twig" artifact="pipelines/index.html"/> 46 49 <transformation writer="twig" source="templates/zora/apis.twig" artifact="apis/index.html"/> … … 50 53 <transformation writer="twig" query="files" source="templates/zora/file.twig" /> 51 54 <transformation writer="twig" query="indexes.classes" source="templates/zora/class.twig" /> 55 <!-- 20 --> 52 56 <transformation writer="twig" query="indexes.apis" source="templates/zora/api.twig" /> 53 57 <transformation writer="twig" query="indexes.spip.pipelines" source="templates/zora/pipeline.twig" /> … … 58 62 <transformation writer="FileConcat" source="templates/zora/statistiques.txt" artifact="statistiques.txt" 59 63 query="last_stat.txt" /><!-- note: passer un paramètres (lorsque le bug qui ne les transmets pas sera corrigé) --> 64 <!-- 25 --> 60 65 61 66 <!-- feuille temporaire d'aide au debug --> 62 < transformation writer="twig" source="templates/zora/debug.twig" artifact="debug.html"/>67 <!-- transformation writer="twig" source="templates/zora/debug.twig" artifact="debug.html"/ --> 63 68 64 69 <!-- nettoyage des vieux fichiers périmés -->
Note: See TracChangeset
for help on using the changeset viewer.