Changeset 74958 in spip-zone
- Timestamp:
- Aug 26, 2013, 9:34:21 AM (8 years ago)
- Location:
- _galaxie_/code.spip.net/autodoc/trunk/templates/zora
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/code.spip.net/autodoc/trunk/templates/zora/content/statistiques.twig
r74902 r74958 36 36 <tr><th>Traits</th><td>{{ project.indexes.traits|length }}</td></tr> 37 37 <tr><th>Méthodes de traits</th><td>{{ methods_traits }}</td></tr> 38 <tr><th><a href="{{ path( 'deprecies.html' ) }}">Éléments dépréciés</a></th><td>{{ project.indexes.functions|selectionner('tags.deprecated')|length }}</td></tr> 38 39 </tbody> 39 40 </table> -
_galaxie_/code.spip.net/autodoc/trunk/templates/zora/template.xml
r74921 r74958 46 46 <transformation writer="twig" source="templates/zora/criteres.twig" artifact="criteres.html"/> 47 47 <!-- 15 --> 48 <transformation writer="twig" source="templates/zora/deprecies.twig" artifact="deprecies.html"/> 48 49 <transformation writer="twig" source="templates/zora/pipelines.twig" artifact="pipelines/index.html"/> 49 50 <transformation writer="twig" source="templates/zora/apis.twig" artifact="apis/index.html"/> 51 52 <!-- gestion de la recherche --> 53 <transformation writer="twig" source="templates/zora/recherche.twig" artifact="recherche.html"/> 54 <transformation writer="twig" source="templates/zora/recherche_data.twig" artifact="recherche_data.xml"/> 55 <!-- 20 --> 50 56 51 57 <!-- gestion des objets générées en twig --> … … 53 59 <transformation writer="twig" query="files" source="templates/zora/file.twig" /> 54 60 <transformation writer="twig" query="indexes.classes" source="templates/zora/class.twig" /> 55 <!-- 20 -->56 61 <transformation writer="twig" query="indexes.apis" source="templates/zora/api.twig" /> 57 62 <transformation writer="twig" query="indexes.spip.pipelines" source="templates/zora/pipeline.twig" /> 63 <!-- 25 --> 58 64 59 65 <!-- gestion des statistiques --> … … 62 68 <transformation writer="FileConcat" source="templates/zora/statistiques.txt" artifact="statistiques.txt" 63 69 query="last_stat.txt" /><!-- note: passer un paramètres (lorsque le bug qui ne les transmets pas sera corrigé) --> 64 <!-- 25 -->65 70 66 71 <!-- feuille temporaire d'aide au debug -->
Note: See TracChangeset
for help on using the changeset viewer.