forked from phpDocumentor/template.responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.xml
37 lines (34 loc) · 2.2 KB
/
template.xml
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
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<template>
<author>Mike van Riel</author>
<email>mike.vanriel@naenius.com</email>
<version>1.0.1</version>
<copyright>Mike van Riel 2012</copyright>
<description><![CDATA[
This is the 'Responsive' look and feel for phpDocumentor.
This is a responsive template that is optimized to make the user's
experience paramount.
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 query="copy" writer="FileIo" source="images" artifact="img"/>
<transformation query="copy" writer="FileIo" source="templates/responsive/img" artifact="img"/>
<transformation query="copy" writer="FileIo" source="templates/responsive/css" artifact="css"/>
<transformation query="copy" writer="FileIo" source="js" artifact="js"/>
<transformation query="copy" writer="FileIo" source="templates/responsive/js" artifact="js"/>
<transformation query="" writer="xsl" source="templates/responsive/index.xsl" artifact="index.html"/>
<transformation query="//namespace/@full_name" writer="xsl" source="templates/responsive/namespaces.xsl" artifact="namespaces/{$full_name}"/>
<transformation query="//package/@full_name" writer="xsl" source="templates/responsive/packages.xsl" artifact="packages/{$full_name}"/>
<transformation query="//class/full_name|//interface/full_name" writer="xsl" source="templates/responsive/class.xsl" artifact="classes/{$full_name}"/>
<transformation query="" writer="xsl" source="templates/responsive/reports/markers.xsl" artifact="markers.html"/>
<transformation query="" writer="xsl" source="templates/responsive/reports/errors.xsl" artifact="errors.html"/>
<transformation query="" writer="xsl" source="templates/responsive/reports/deprecated.xsl" artifact="deprecated.html"/>
<transformation query="" writer="xsl" source="templates/responsive/graphs/class.xsl" artifact="graph_class.html"/>
<transformation query="" writer="Graph" source="Class" artifact="classes.svg" />
</transformations>
</template>