aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/skinconf.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2003-01-11 16:49:26 +0000
committerJeremias Maerki <jeremias@apache.org>2003-01-11 16:49:26 +0000
commit19c1ab18a9d22898f0893a0e1890b7e69f965ae1 (patch)
tree19e0c28306750204f81cafb5d5113e85b06e3043 /src/documentation/skinconf.xml
parent67c66cd0501a8dd93b67b3408b74c4b96ba42fff (diff)
downloadxmlgraphics-fop-19c1ab18a9d22898f0893a0e1890b7e69f965ae1.tar.gz
xmlgraphics-fop-19c1ab18a9d22898f0893a0e1890b7e69f965ae1.zip
Fixed validation errors
forrest.diff no longer necessary due to changes in Forrest Little FOP logo in credits line (commented out, discussion pending) Submitted by: Jeff Turner <jefft@apache.org> Updated skinconf.xml's DTD Updated year git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/skinconf.xml')
-rw-r--r--src/documentation/skinconf.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml
index 9c7dd7d35..6c0ac4101 100644
--- a/src/documentation/skinconf.xml
+++ b/src/documentation/skinconf.xml
@@ -14,6 +14,7 @@ jefft@apache.org
<!ELEMENT skinconfig (disable-search?, searchsite-domain?, searchsite-name?, project-name, project-url, project-logo, group-name?, group-url?, group-logo?, host-logo?, year?, vendor?, trail?, credits?)*>
<!ELEMENT credits (credit*)>
<!ELEMENT credit (name, url, image, width?, height?)>
+ <!ATTLIST credit role CDATA #IMPLIED>
<!ELEMENT disable-search (#PCDATA)>
<!ELEMENT searchsite-domain (#PCDATA)>
<!ELEMENT searchsite-name (#PCDATA)>
@@ -60,7 +61,7 @@ jefft@apache.org
<host-logo></host-logo>
<!-- The following used to construct a copyright statement -->
- <year>1999-2002</year>
+ <year>1999-2003</year>
<vendor>The Apache Software Foundation.</vendor>
<!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
@@ -89,5 +90,12 @@ jefft@apache.org
<width>138</width>
<height>31</height>
</credit>-->
+ <!--credit role="pdf">
+ <name>Created by: FOP 1.0dev</name>
+ <url>http://xml.apache.org/fop/dev</url>
+ <image>images/logo.jpg</image>
+ <width>138</width>
+ <height>31</height>
+ </credit-->
</credits>
</skinconfig>