This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtemplate.xml
31 lines (31 loc) · 1.89 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
<?xml version="1.0" encoding="utf-8"?>
<template>
<author>Mike van Riel</author>
<email>[email protected]</email>
<version>1.1.2</version>
<copyright>Mike van Riel / Naenius 2011</copyright>
<description>This is the Old Ocean theme; the old default for phpDocumentor.</description>
<transformations>
<transformation query="copy" writer="FileIo" source="templates/old-ocean/js" artifact="js"/>
<transformation query="copy" writer="FileIo" source="templates/old-ocean/css" artifact="css"/>
<transformation query="copy" writer="FileIo" source="templates/old-ocean/images" artifact="images"/>
<transformation writer="xml" artifact="structure.xml" />
<transformation writer="xsl" source="templates/old-ocean/preprocess/object-index.xsl" artifact="$object-index" />
<transformation writer="xsl" source="templates/old-ocean/index.xsl" artifact="index.html">
<parameters><variables><title>Class Diagram</title></variables></parameters>
</transformation>
<transformation writer="xsl" source="templates/old-ocean/classgraph.xsl" artifact="graph.html">
<parameters><variables><title>phpDocumentor</title></variables></parameters>
</transformation>
<transformation query="/project/file/@path" writer="xsl" source="templates/old-ocean/file.xsl" artifact="{$path}">
<parameters><variables><title>File</title></variables></parameters>
</transformation>
<transformation writer="xsl" source="templates/old-ocean/markers.xsl" artifact="markers.html">
<parameters><variables><title>Markers</title></variables></parameters>
</transformation>
<transformation writer="xsl" source="templates/old-ocean/parse_markers.xsl" artifact="parse_markers.html">
<parameters><variables><title>Errors</title></variables></parameters>
</transformation>
<transformation writer="Graph" source="Class" artifact="classes.svg" />
</transformations>
</template>