diff options
-rw-r--r-- | src/documentation/skinconf.xml | 66 |
1 files changed, 35 insertions, 31 deletions
diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml index 668b64968..8190982e3 100644 --- a/src/documentation/skinconf.xml +++ b/src/documentation/skinconf.xml @@ -15,20 +15,20 @@ See the License for the specific language governing permissions and limitations under the License. --> + <!-- Skin configuration file. This file contains details of your project, which will be used to configure the chosen Forrest skin. - -Explanation of some elements has been removed from this file. -See main/fresh-site/src/documentation/skinconf.xml for details. --> -<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-2//EN" "http://forrest.apache.org/dtd/skinconfig-v08-2.dtd"> + +<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.dtd"> <skinconfig> -<!-- To enable lucene search add provider="lucene" + <!-- To enable lucene search add provider="lucene" (default is google). Add box-location="alt" to move the search box to an alternate location (if the skin supports it) and box-location="all" to show it in all available locations on the page. Remove the <search> element to show - no search box. + no search box. @domain will enable sitesearch for the specific domain with google. + In other words google will search the @domain for the query string. --> <search name="Apache FOP" domain="xmlgraphics.apache.org" provider="google"/> @@ -60,7 +60,8 @@ See main/fresh-site/src/documentation/skinconf.xml for details. <!-- Render mailto: links unrecognisable by spam harvesters? --> <obfuscate-mail-links>true</obfuscate-mail-links> <obfuscate-mail-value>.at.</obfuscate-mail-value> -<!-- Disable the javascript facility to change the font size --> + + <!-- Disable the javascript facility to change the font size --> <disable-font-script>false</disable-font-script> <!-- mandatory project logo @@ -85,21 +86,16 @@ See main/fresh-site/src/documentation/skinconf.xml for details. default skin: renders it at the bottom-left corner --> <host-url></host-url> <host-logo></host-logo> -<!-- relative url of a favicon file, normally favicon.ico --> - <favicon-url>favicon.ico</favicon-url> -<!-- The following used to construct a copyright statement --> - <!-- <year>1999-2011</year> --> - <year inception="true">1999</year> - <vendor>The Apache Software Foundation. Licensed under Apache License 2.0</vendor> + + <!-- relative url of a favicon file, normally favicon.ico --> + <favicon-url></favicon-url> + + <!-- The following used to construct a copyright statement --> + <year>1999-2009</year> + <vendor>The Apache Software Foundation.</vendor> <copyright-link>http://www.apache.org/licenses/</copyright-link> -<!-- Optional text trademark statement below the copyright statement --> - <trademark-statement> - Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest - logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. - </trademark-statement> -<!-- Some skins use this to form a 'breadcrumb trail' of links. - If you don't want these, then set the attributes to blank. - The DTD purposefully requires them. + + <!-- Some skins use this to form a 'breadcrumb trail' of links. Use location="alt" to move the trail to an alternate location (if the skin supports it). Omit the location attribute to display the trail in the default location. @@ -111,7 +107,8 @@ See main/fresh-site/src/documentation/skinconf.xml for details. <link2 name="XML Federation" href="http://xml.apache.org/"/> <link3 name="xmlgraphics.apache.org" href="http://xmlgraphics.apache.org/"/> </trail> -<!-- Configure the TOC, i.e. the Table of Contents. + + <!-- Configure the TOC, i.e. the Table of Contents. @max-depth how many "section" levels need to be included in the generated Table of Contents (TOC). @@ -121,7 +118,8 @@ See main/fresh-site/src/documentation/skinconf.xml for details. Where to show the TOC. --> <toc max-depth="2" min-sections="1" location="page"/> -<!-- Heading types can be clean|underlined|boxed --> + + <!-- Heading types can be clean|underlined|boxed --> <headings type="underlined"/> <!-- The optional feedback element will be used to construct a @@ -169,6 +167,7 @@ See main/fresh-site/src/documentation/skinconf.xml for details. .menuitemgroup{ display: block;} </extra-css> + <colors> <!-- These values are used for the generated CSS files. --> @@ -303,9 +302,10 @@ See main/fresh-site/src/documentation/skinconf.xml for details. <color name="footer" value="#E5E4D9"/> --> </colors> -<!-- Settings specific to PDF output. --> + + <!-- Settings specific to PDF output. --> <pdf> -<!-- + <!-- Supported page sizes are a0, a1, a2, a3, a4, a5, executive, folio, legal, ledger, letter, quarto, tabloid (default letter). Supported page orientations are portrait, landscape (default @@ -313,7 +313,7 @@ See main/fresh-site/src/documentation/skinconf.xml for details. Supported text alignments are left, right, justify (default left). --> <page size="letter" orientation="portrait" text-align="justify"/> - <page-numbering-format>Page 1/1</page-numbering-format> + <page-numbering-format>1</page-numbering-format> <!-- Margins can be specified for top, bottom, inner, and outer edges. If double-sided="false", the inner edge is always left @@ -328,7 +328,8 @@ See main/fresh-site/src/documentation/skinconf.xml for details. <inner>1in</inner> <outer>0.5in</outer> </margins> -<!-- + + <!-- Print the URL text next to all links going outside the file --> <show-external-urls>false</show-external-urls> @@ -341,7 +342,8 @@ See main/fresh-site/src/documentation/skinconf.xml for details. --> <disable-copyright-footer>false</disable-copyright-footer> </pdf> -<!-- + + <!-- Credits are typically rendered as a set of small clickable images in the page footer. @@ -376,13 +378,15 @@ See main/fresh-site/src/documentation/skinconf.xml for details. <height>125</height> </credit> --> + <!-- <credit box-location="alt2"> - <name>ApacheCon NA 2011</name> - <url>http://www.apachecon.com/</url> - <image>http://apache.org/ads/ApacheCon/2011-na-125x125.png</image> + <name>ApacheCon US 2009</name> + <url>http://us.apachecon.com/</url> + <image>http://apache.org/ads/ApacheCon/2009-usa-125x125.png</image> <width>125</width> <height>125</height> </credit> + --> <credit role="pdf"> <name>PDF created by Apache FOP</name> |