2003-04-23 20:53:41 -04:00
|
|
|
<?xml version="1.0"?>
|
2007-01-15 18:11:09 -05:00
|
|
|
<!--
|
|
|
|
====================================================================
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
====================================================================
|
|
|
|
-->
|
2003-04-23 20:53:41 -04:00
|
|
|
|
|
|
|
<!--
|
|
|
|
Skin configuration file. This file contains details of your project, which will
|
|
|
|
be used to configure the chosen Forrest skin.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!DOCTYPE skinconfig [
|
|
|
|
|
|
|
|
<!ENTITY % links.att 'name CDATA #REQUIRED'>
|
|
|
|
<!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT skinconfig (disable-lucene?, disable-search?, disable-print-link?, disable-pdf-link?,
|
|
|
|
disable-xml-link?, disable-compliance-links?, obfuscate-mail-links?, searchsite-domain?, searchsite-name?,
|
|
|
|
project-name, project-description?, project-url, project-logo, group-name?, group-description?, group-url?, group-logo?,
|
|
|
|
host-url?, host-logo?, year?, vendor?, trail?, toc?, credits?)*>
|
2003-04-23 20:53:41 -04:00
|
|
|
<!ELEMENT credits (credit*)>
|
|
|
|
<!ELEMENT credit (name, url, image?, width?, height?)>
|
|
|
|
<!-- id uniquely identifies the tool, and role indicates its function -->
|
|
|
|
<!ATTLIST credit id CDATA #IMPLIED
|
|
|
|
role CDATA #IMPLIED>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT disable-lucene (#PCDATA)>
|
2003-04-23 20:53:41 -04:00
|
|
|
<!ELEMENT disable-search (#PCDATA)>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT disable-print-link (#PCDATA)>
|
|
|
|
<!ELEMENT disable-pdf-link (#PCDATA)>
|
|
|
|
<!ELEMENT disable-xml-link (#PCDATA)>
|
2003-08-05 00:00:14 -04:00
|
|
|
<!ELEMENT disable-compliance-links (#PCDATA)>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT obfuscate-mail-links (#PCDATA)>
|
2003-04-23 20:53:41 -04:00
|
|
|
<!ELEMENT searchsite-domain (#PCDATA)>
|
|
|
|
<!ELEMENT searchsite-name (#PCDATA)>
|
|
|
|
<!ELEMENT project-name (#PCDATA)>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT project-description (#PCDATA)>
|
2003-04-23 20:53:41 -04:00
|
|
|
<!ELEMENT project-url (#PCDATA)>
|
|
|
|
<!ELEMENT project-logo (#PCDATA)>
|
|
|
|
<!ELEMENT group-name (#PCDATA)>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT group-description (#PCDATA)>
|
2003-04-23 20:53:41 -04:00
|
|
|
<!ELEMENT group-url (#PCDATA)>
|
|
|
|
<!ELEMENT group-logo (#PCDATA)>
|
|
|
|
<!ELEMENT host-url (#PCDATA)>
|
|
|
|
<!ELEMENT host-logo (#PCDATA)>
|
|
|
|
<!ELEMENT year (#PCDATA)>
|
|
|
|
<!ELEMENT vendor (#PCDATA)>
|
|
|
|
<!ELEMENT trail (link1, link2, link3)>
|
|
|
|
<!ELEMENT link1 EMPTY>
|
|
|
|
<!-- Seems we can't use param entity refs until this is DTDified -->
|
|
|
|
<!ATTLIST link1 name CDATA #REQUIRED href CDATA #IMPLIED>
|
|
|
|
<!ELEMENT link2 EMPTY>
|
|
|
|
<!ATTLIST link2 name CDATA #REQUIRED href CDATA #IMPLIED>
|
|
|
|
<!ELEMENT link3 EMPTY>
|
|
|
|
<!ATTLIST link3 name CDATA #REQUIRED href CDATA #IMPLIED>
|
|
|
|
<!ELEMENT name (#PCDATA)>
|
|
|
|
<!ELEMENT url (#PCDATA)>
|
|
|
|
<!ELEMENT image (#PCDATA)>
|
|
|
|
<!ELEMENT width (#PCDATA)>
|
|
|
|
<!ELEMENT height (#PCDATA)>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!ELEMENT toc EMPTY>
|
|
|
|
<!ATTLIST toc level CDATA #IMPLIED>
|
2003-04-23 20:53:41 -04:00
|
|
|
]>
|
|
|
|
|
|
|
|
<skinconfig>
|
2003-10-26 04:09:20 -05:00
|
|
|
<!-- Do we want to disable the Lucene search box? -->
|
|
|
|
<disable-lucene>true</disable-lucene>
|
|
|
|
<!-- Do we want to disable the Google search box? -->
|
|
|
|
<disable-search>false</disable-search>
|
|
|
|
<!-- Do we want to disable the print link? If enabled, invalid HTML 4.0.1 -->
|
|
|
|
<disable-print-link>false</disable-print-link>
|
|
|
|
<!-- Do we want to disable the PDF link? -->
|
|
|
|
<disable-pdf-link>false</disable-pdf-link>
|
|
|
|
<!-- Do we want to disable the xml source link? -->
|
|
|
|
<disable-xml-link>true</disable-xml-link>
|
|
|
|
<!-- Do we want to disable w3c compliance links? -->
|
|
|
|
<disable-compliance-links>false</disable-compliance-links>
|
|
|
|
<!-- Whether to render mailto: links unrecognisable by spam harvesters -->
|
|
|
|
<obfuscate-mail-links>true</obfuscate-mail-links>
|
|
|
|
|
2003-04-23 20:53:41 -04:00
|
|
|
<!-- Do we want to disable the Google search box? -->
|
|
|
|
<disable-search>false</disable-search>
|
2003-08-05 00:00:14 -04:00
|
|
|
<!-- Do we want to disable w3c compliance links? -->
|
2003-04-23 20:53:41 -04:00
|
|
|
<disable-compliance-links>false</disable-compliance-links>
|
2003-08-05 00:00:14 -04:00
|
|
|
|
2007-05-29 13:32:05 -04:00
|
|
|
<searchsite-domain>poi.apache.org</searchsite-domain>
|
|
|
|
<searchsite-name>poi</searchsite-name>
|
2003-04-23 20:53:41 -04:00
|
|
|
|
|
|
|
<!-- mandatory project logo
|
|
|
|
skin: forrest-site renders it at the top -->
|
|
|
|
<project-name>POI</project-name>
|
2007-05-29 13:32:05 -04:00
|
|
|
<project-url>http://poi.apache.org/</project-url>
|
2007-06-01 06:36:12 -04:00
|
|
|
<project-logo>resources/images/project-logo.jpg</project-logo>
|
2003-04-23 20:53:41 -04:00
|
|
|
|
|
|
|
<!-- optional group logo
|
|
|
|
skin: forrest-site renders it at the top-left corner -->
|
2007-05-29 13:32:05 -04:00
|
|
|
<group-name>Apache POI</group-name>
|
|
|
|
<group-url>http://poi.apache.org</group-url>
|
2007-06-01 06:36:12 -04:00
|
|
|
<group-logo>resources/images/group-logo.jpg</group-logo>
|
2003-04-23 20:53:41 -04:00
|
|
|
|
|
|
|
<!-- optional host logo (e.g. sourceforge logo)
|
|
|
|
skin: forrest-site renders it at the bottom-left corner -->
|
|
|
|
<host-url></host-url>
|
|
|
|
<host-logo></host-logo>
|
|
|
|
|
|
|
|
<!-- The following are used to construct a copyright statement -->
|
2007-05-29 13:32:05 -04:00
|
|
|
<year>2002-2007</year>
|
2006-03-24 01:18:45 -05:00
|
|
|
<vendor>The Apache Software Foundation</vendor>
|
2003-04-23 20:53:41 -04:00
|
|
|
|
|
|
|
<!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
|
|
|
|
want these, set the attributes to blank. The DTD purposefully requires them.
|
|
|
|
-->
|
|
|
|
<trail>
|
|
|
|
<link1 name="Apache" href="http://www.apache.org/"/>
|
2007-05-29 13:32:05 -04:00
|
|
|
<link2 name="POI" href="http://poi.apache.org/"/>
|
2003-04-23 20:53:41 -04:00
|
|
|
</trail>
|
|
|
|
|
|
|
|
<!-- Credits are typically rendered as a set of small clickable images in the
|
|
|
|
page footer -->
|
|
|
|
<credits>
|
|
|
|
<credit>
|
|
|
|
<name>Built with Apache Forrest</name>
|
|
|
|
<url>http://xml.apache.org/forrest/</url>
|
|
|
|
<image>images/built-with-forrest-button.png</image>
|
|
|
|
<width>88</width>
|
|
|
|
<height>31</height>
|
|
|
|
</credit>
|
|
|
|
<!-- A credit with @role='pdf' will have its name and url displayed in the
|
|
|
|
PDF page's footer. -->
|
|
|
|
</credits>
|
|
|
|
|
|
|
|
</skinconfig>
|