-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtemplate.xml
More file actions
33 lines (30 loc) · 1.83 KB
/
template.xml
File metadata and controls
33 lines (30 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<template>
<author>Kyle Ledbetter</author>
<email>kyle@kyleledbetter.com</email>
<version>1.2.0</version>
<copyright>Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.</copyright>
<description><![CDATA[
This is the 'Joomla' look and feel for phpDocumentor.
This template is for use to render API documentation on joomla.org.
To improve performance you can add the following to your .htaccess:
<ifModule mod_deflate.c>
<filesMatch "\.(js|css|html)$">
SetOutputFilter DEFLATE
</filesMatch>
</ifModule>
]]></description>
<transformations>
<transformation writer="twig" query="indexes.namespaces" source="templates/joomla/namespace.html.twig" />
<transformation writer="twig" query="indexes.packages" source="templates/joomla/package.html.twig" />
<transformation writer="twig" query="indexes.interfaces" source="templates/joomla/interface.html.twig" />
<transformation writer="twig" query="indexes.classes" source="templates/joomla/class.html.twig" />
<transformation writer="twig" query="indexes.traits" source="templates/joomla/trait.html.twig" />
<transformation writer="twig" source="templates/joomla/index.html.twig" artifact="index.html"/>
<transformation writer="twig" source="templates/joomla/reports/markers.html.twig" artifact="markers.html"/>
<transformation writer="twig" source="templates/joomla/reports/errors.html.twig" artifact="errors.html"/>
<transformation writer="twig" source="templates/joomla/reports/deprecated.html.twig" artifact="deprecated.html"/>
<transformation writer="twig" source="templates/joomla/graphs/class.html.twig" artifact="graph_class.html"/>
<transformation writer="Graph" source="Class" artifact="classes.svg" />
</transformations>
</template>