source: proiecte/swift/trunk/lib/hoard-371/doc/src/documentation/skinconf.xml @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 14.0 KB
Line 
1<?xml version="1.0"?>
2<!--
3  Copyright 2002-2004 The Apache Software Foundation
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16-->
17
18<!--
19Skin configuration file. This file contains details of your project,
20which will be used to configure the chosen Forrest skin.
21-->
22
23<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.dtd">
24<skinconfig>
25  <!-- To enable lucene search add provider="lucene" (default is google).
26    Add box-location="alt" to move the search box to an alternate location
27    (if the skin supports it) and box-location="all" to show it in all
28    available locations on the page.  Remove the <search> element to show
29    no search box. @domain will enable sitesearch for the specific domain with google.
30    In other words google will search the @domain for the query string.
31  -->
32<!--
33  <search name="MyProject" domain="mydomain" provider="google"/>
34-->
35
36  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
37  <disable-print-link>true</disable-print-link> 
38  <!-- Disable the PDF link? -->
39  <disable-pdf-link>true</disable-pdf-link>
40  <!-- Disable the POD link? -->
41  <disable-pod-link>true</disable-pod-link>
42  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
43  <disable-txt-link>true</disable-txt-link>
44  <!-- Disable the xml source link? -->
45  <!-- The xml source link makes it possible to access the xml rendition
46    of the source frim the html page, and to have it generated statically.
47    This can be used to enable other sites and services to reuse the
48    xml format for their uses. Keep this disabled if you don't want other
49    sites to easily reuse your pages.-->
50  <disable-xml-link>true</disable-xml-link>
51
52  <!-- Disable navigation icons on all external links? -->
53  <disable-external-link-image>false</disable-external-link-image>
54
55  <!-- Disable w3c compliance links?
56    Use e.g. align="center" to move the compliance links logos to
57    an alternate location default is left.
58    (if the skin supports it) -->
59  <disable-compliance-links>true</disable-compliance-links>
60
61  <!-- Render mailto: links unrecognisable by spam harvesters? -->
62  <obfuscate-mail-links>true</obfuscate-mail-links>
63  <obfuscate-mail-value>.at.</obfuscate-mail-value>
64
65  <!-- Disable the javascript facility to change the font size -->
66  <disable-font-script>true</disable-font-script>
67
68  <!-- mandatory project logo
69       default skin: renders it at the top -->
70  <project-name></project-name>
71  <project-description>The Hoard Multiprocessor Memory Allocator</project-description>
72  <project-url></project-url>
73  <project-logo></project-logo>
74  <!-- Alternative static image:
75  <project-logo>images/project-logo.gif</project-logo> -->
76
77  <!-- optional group logo
78       default skin: renders it at the top-left corner -->
79  <group-name>Hoard</group-name>
80  <group-description>The Hoard Multiprocessor Memory Allocator</group-description>
81  <group-url>http://www.hoard.org</group-url>
82  <group-logo>images/hoard-logo.jpg</group-logo>
83
84  <!-- Alternative static image:
85  <group-logo>images/hoard-logo.jpg</group-logo> -->
86
87  <!-- optional host logo (e.g. sourceforge logo)
88       default skin: renders it at the bottom-left corner -->
89  <host-url></host-url>
90  <host-logo></host-logo>
91
92  <!-- relative url of a favicon file, normally favicon.ico -->
93  <favicon-url></favicon-url>
94
95  <!-- The following are used to construct a copyright statement -->
96  <year>2005</year>
97  <vendor>Emery Berger.</vendor>
98  <!-- The optional copyright-link URL will be used as a link in the
99    copyright statement
100  <copyright-link>http://www.apache.org/licenses/</copyright-link>
101  -->
102
103  <!-- Some skins use this to form a 'breadcrumb trail' of links.
104    Use location="alt" to move the trail to an alternate location
105    (if the skin supports it).
106          Omit the location attribute to display the trail in the default location.
107          Use location="none" to not display the trail (if the skin supports it).
108    For some skins just set the attributes to blank.
109  -->
110
111  <trail location="none">
112    <link1 name="Emery Berger" href="http://www.cs.umass.edu/~emery/"/>
113    <link2 name="Hoard" href="http://www.hoard.org/"/>
114    <link3 name="" href=""/>
115  </trail>
116
117  <!-- Configure the TOC, i.e. the Table of Contents.
118  @max-depth
119   how many "section" levels need to be included in the
120   generated Table of Contents (TOC).
121  @min-sections
122   Minimum required to create a TOC.
123  @location ("page","menu","page,menu", "none")
124   Where to show the TOC.
125  -->
126  <toc max-depth="3" min-sections="1" location="page"/>
127
128  <!-- Heading types can be clean|underlined|boxed  -->
129  <headings type="boxed"/>
130 
131  <!-- The optional feedback element will be used to construct a
132    feedback link in the footer with the page pathname appended:
133    <a href="@href">{@to}</a>
134    -->
135  <feedback to="emery@cs.umass.edu"
136    href="mailto:emery@cs.umass.edu?subject=Feedback," >
137    Send feedback about the website to:
138  </feedback>
139  <!--
140    extra-css - here you can define custom css-elements that are
141    a. overriding the fallback elements or
142    b. adding the css definition from new elements that you may have
143       used in your documentation.
144    -->
145  <extra-css>
146    <!--Example of b.
147        To define the css definition of a new element that you may have used
148        in the class attribute of a <p> node.
149        e.g. <p class="quote"/>
150    -->
151    p.quote {
152      margin-left: 2em;
153      padding: .5em;
154      background-color: #f0f0f0;
155      font-family: Bookman Old Style; Palatino;
156    }
157  </extra-css>
158
159  <colors>
160  <!-- These values are used for the generated CSS files. -->
161
162  <!-- Krysalis -->
163<!--
164    <color name="header"    value="#FFFFFF"/>
165
166    <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
167    <color name="tab-unselected" value="#F7F7F7"  link="#000000" vlink="#000000" hlink="#000000"/>
168    <color name="subtab-selected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
169    <color name="subtab-unselected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
170
171    <color name="heading" value="#a5b6c6"/>
172    <color name="subheading" value="#CFDCED"/>
173       
174    <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
175    <color name="toolbox" value="#a5b6c6"/>
176    <color name="border" value="#a5b6c6"/>
177       
178    <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>   
179    <color name="dialog" value="#F7F7F7"/>
180           
181    <color name="body"    value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
182   
183    <color name="table" value="#a5b6c6"/>   
184    <color name="table-cell" value="#ffffff"/>   
185    <color name="highlight" value="#ffff00"/>
186    <color name="fixme" value="#cc6600"/>
187    <color name="note" value="#006699"/>
188    <color name="warning" value="#990000"/>
189    <color name="code" value="#a5b6c6"/>
190       
191    <color name="footer" value="#a5b6c6"/>
192-->
193
194  <!-- Forrest -->
195<!--
196    <color name="header"    value="#294563"/>
197
198    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
199    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
200    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
201    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
202
203    <color name="heading" value="#294563"/>
204    <color name="subheading" value="#4a6d8c"/>
205       
206    <color name="navstrip" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
207    <color name="toolbox" value="#4a6d8c"/>
208    <color name="border" value="#294563"/>
209   
210    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>   
211    <color name="dialog" value="#4a6d8c"/>
212           
213    <color name="body" value="#ffffff"  link="#0F3660" vlink="#009999" hlink="#000066"/>
214   
215    <color name="table" value="#7099C5"/>   
216    <color name="table-cell" value="#f0f0ff"/>   
217    <color name="highlight" value="#ffff00"/>
218    <color name="fixme" value="#cc6600"/>
219    <color name="note" value="#006699"/>
220    <color name="warning" value="#990000"/>
221    <color name="code" value="#CFDCED"/>
222       
223    <color name="footer" value="#cedfef"/>
224-->
225
226  <!-- Collabnet --> 
227<!--
228    <color name="header"    value="#003366"/>
229
230    <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/>
231    <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
232    <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/>
233    <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/>
234
235    <color name="heading" value="#003366"/>
236    <color name="subheading" value="#888888"/>
237   
238    <color name="navstrip" value="#dddddd" font="#555555"/>
239    <color name="toolbox" value="#dddddd" font="#555555"/>
240    <color name="border" value="#999999"/>
241   
242    <color name="menu" value="#ffffff"/>   
243    <color name="dialog" value="#eeeeee"/>
244           
245    <color name="body"      value="#ffffff"/>
246   
247    <color name="table" value="#ccc"/>   
248    <color name="table-cell" value="#ffffff"/>   
249    <color name="highlight" value="#ffff00"/>
250    <color name="fixme" value="#cc6600"/>
251    <color name="note" value="#006699"/>
252    <color name="warning" value="#990000"/>
253    <color name="code" value="#003366"/>
254       
255    <color name="footer" value="#ffffff"/>
256-->
257 <!-- Lenya using pelt-->
258<!--
259    <color name="header" value="#ffffff"/>
260
261    <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
262    <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
263    <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
264    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
265
266    <color name="heading" value="#E5E4D9"/>
267    <color name="subheading" value="#000000"/>
268    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
269    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
270    <color name="navstrip" value="#E5E4D9" font="#000000"/>
271
272    <color name="toolbox" value="#CFDCED" font="#000000"/>
273
274    <color name="border" value="#999999"/>
275    <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" current="#FFCC33" />   
276    <color name="menuheading" value="#cfdced" font="#000000" />
277    <color name="searchbox" value="#E5E4D9" font="#000000"/>
278   
279    <color name="dialog" value="#CFDCED"/>
280    <color name="body" value="#ffffff" />           
281   
282    <color name="table" value="#ccc"/>   
283    <color name="table-cell" value="#ffffff"/>   
284    <color name="highlight" value="#ffff00"/>
285    <color name="fixme" value="#cc6600"/>
286    <color name="note" value="#006699"/>
287    <color name="warning" value="#990000"/>
288    <color name="code" value="#003366"/>
289       
290    <color name="footer" value="#E5E4D9"/>
291-->
292  </colors>
293 
294  <!-- Settings specific to PDF output. -->
295  <pdf>
296    <!--
297       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
298       folio, legal, ledger, letter, quarto, tabloid (default letter).
299       Supported page orientations are portrait, landscape (default
300       portrait).
301       Supported text alignments are left, right, justify (default left).
302    -->
303    <page size="letter" orientation="portrait" text-align="left"/>
304
305    <!--
306       Margins can be specified for top, bottom, inner, and outer
307       edges. If double-sided="false", the inner edge is always left
308       and the outer is always right. If double-sided="true", the
309       inner edge will be left on odd pages, right on even pages,
310       the outer edge vice versa.
311       Specified below are the default settings.
312    -->
313    <margins double-sided="false">
314      <top>1in</top>
315      <bottom>1in</bottom>
316      <inner>1.25in</inner>
317      <outer>1in</outer>
318    </margins>
319
320    <!--
321      Print the URL text next to all links going outside the file
322    -->
323    <show-external-urls>false</show-external-urls>
324
325    <!--
326      Disable the copyright footer on each page of the PDF.
327      A footer is composed for each page. By default, a "credit" with role=pdf
328      will be used, as explained below. Otherwise a copyright statement
329      will be generated. This latter can be disabled.
330    -->
331    <disable-copyright-footer>false</disable-copyright-footer>
332  </pdf>
333
334  <!-- Credits are typically rendered as a set of small clickable
335    images in the page footer.
336    Use box-location="alt" to move the credit to an alternate location
337    (if the skin supports it).
338  -->
339<!--
340  <credits>
341    <credit box-location="alt">
342      <name>Built with Apache Forrest</name>
343      <url>http://forrest.apache.org/</url>
344      <image>images/built-with-forrest-button.png</image>
345      <width>88</width>
346      <height>31</height>
347    </credit>
348-->
349    <!-- A credit with @role="pdf" will be used to compose a footer
350     for each page in the PDF, using either "name" or "url" or both.
351    -->
352    <!--
353    <credit role="pdf">
354      <name>Built with Apache Forrest</name>
355      <url>http://forrest.apache.org/</url>
356    </credit>
357    -->
358<!--
359  </credits>
360-->
361
362</skinconfig>
Note: See TracBrowser for help on using the repository browser.