Author: vgritsenko Date: Thu Feb 22 19:34:22 2007 New Revision: 510793 URL: http://svn.apache.org/viewvc?view=rev&rev=510793 Log: <action dev="VG" type="update"> Updated Xindice docs to work with latest Forrest (0.8-dev, trunk). </action>
Added: xml/xindice/trunk/forrest.properties.xml (with props) xml/xindice/trunk/src/documentation/content/xdocs/download.html (props changed) - copied unchanged from r510366, xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml xml/xindice/trunk/src/documentation/content/xdocs/site.xml (with props) xml/xindice/trunk/src/documentation/sitemap.xmap (with props) Removed: xml/xindice/trunk/src/documentation/content/xdocs/book.xml xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml Modified: xml/xindice/trunk/README (contents, props changed) xml/xindice/trunk/forrest.properties xml/xindice/trunk/src/documentation/content/xdocs/1.0/book.xml xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml xml/xindice/trunk/src/documentation/content/xdocs/dev/news.xml xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml xml/xindice/trunk/src/documentation/skinconf.xml xml/xindice/trunk/status.xml (contents, props changed) Modified: xml/xindice/trunk/README URL: http://svn.apache.org/viewvc/xml/xindice/trunk/README?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/README (original) +++ xml/xindice/trunk/README Thu Feb 22 19:34:22 2007 @@ -1,3 +1,5 @@ +$Id$ + See LICENSE for The Xindice License @@ -7,7 +9,6 @@ Target Platforms Release Notes Known Issues - Introduction Propchange: xml/xindice/trunk/README ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Feb 22 19:34:22 2007 @@ -1 +1 @@ -Author Date Id Revision +Id Revision Author Date Modified: xml/xindice/trunk/forrest.properties URL: http://svn.apache.org/viewvc/xml/xindice/trunk/forrest.properties?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/forrest.properties (original) +++ xml/xindice/trunk/forrest.properties Thu Feb 22 19:34:22 2007 @@ -1,28 +1,152 @@ +# Copyright 1999-2004 The Apache Software Foundation. +# +# Licensed 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. +# +# $Id$ + ############## -# Properties used by forrest.build.xml for building the website +# These are the defaults, un-comment them only if you need to change them. +# +# You can even have a completely empty file, to assist with maintenance. +# This file is required, even if empty. +# +# The file obtained from 'forrest seed-sample' shows the defaults. ############## # Prints out a summary of Forrest settings for this project -#forrest.echo=true +#forrest.echo=true # Project name (used to name .war file) project.name=Xindice # Specifies name of Forrest skin to use -project.skin=forrest-site +# See list at http://forrest.apache.org/docs/skins.html +#project.skin=pelt + +# Descriptors for plugins and skins +# comma separated list, file:// is supported +#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml +#forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml + +############## +# behavioural properties +#project.menu-scheme=tab_attributes +#project.menu-scheme=directories + +############## +# layout properties + +# Properties that can be set to override the default locations +# +# Parent properties must be set. This usually means uncommenting +# project.content-dir if any other property using it is uncommented -# Properties that must be set to override the default locations +#project.status=status.xml #project.content-dir=src/documentation +#project.raw-content-dir=${project.content-dir}/content #project.conf-dir=${project.content-dir}/conf -#project.sitemap=${project.content-dir}/sitemap.xmap +#project.sitemap-dir=${project.content-dir} #project.xdocs-dir=${project.content-dir}/content/xdocs -#project.status=${project.xdocs-dir}/status.xml -#project.stylesheets-dir=${project.content-dir}/resources/stylesheets -#project.images-dir=${project.content-dir}/resources/images -#project.schema-dir=${project.content-dir}/resources/schema +#project.resources-dir=${project.content-dir}/resources +#project.stylesheets-dir=${project.resources-dir}/stylesheets +#project.images-dir=${project.resources-dir}/images +#project.schema-dir=${project.resources-dir}/schema #project.skins-dir=${project.content-dir}/skins #project.skinconf=${project.content-dir}/skinconf.xml #project.lib-dir=${project.content-dir}/lib #project.classes-dir=${project.content-dir}/classes +#project.translations-dir=${project.content-dir}/translations + +#project.build-dir=${project.home}/build +#project.site=site +#project.site-dir=${project.build-dir}/${project.site} +#project.temp-dir=${project.build-dir}/tmp + +############## +# Cocoon catalog entity resolver properties +# A local OASIS catalog file to supplement the default Forrest catalog +#project.catalog=${project.schema-dir}/catalog.xcat + +############## +# validation properties + +# This set of properties determine if validation is performed +# Values are inherited unless overridden. +# e.g. if forrest.validate=false then all others are false unless set to true. +#forrest.validate=true +#forrest.validate.xdocs=${forrest.validate} +#forrest.validate.skinconf=${forrest.validate} +#forrest.validate.sitemap=${forrest.validate} +#forrest.validate.stylesheets=${forrest.validate} +#forrest.validate.skins=${forrest.validate} +#forrest.validate.skins.stylesheets=${forrest.validate.skins} + +# *.failonerror=(true|false) - stop when an XML file is invalid +#forrest.validate.failonerror=true + +# *.excludes=(pattern) - comma-separated list of path patterns to not validate +# Note: If you do add an "excludes" list then you need to specify site.xml too. +# e.g. +#forrest.validate.xdocs.excludes=site.xml, samples/subdir/**, samples/faq.xml +#forrest.validate.xdocs.excludes=site.xml + +############## +# General Forrest properties + +# The URL to start crawling from +#project.start-uri=linkmap.html + +# Set logging level for messages printed to the console +# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) +#project.debuglevel=ERROR + +# Max memory to allocate to Java +#forrest.maxmemory=64m + +# Any other arguments to pass to the JVM. For example, to run on an X-less +# server, set to -Djava.awt.headless=true +#forrest.jvmargs= + +# The bugtracking URL - the issue number will be appended +# Projects would use their own issue tracker, of course. +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id= +#project.bugtracking-url=http://issues.apache.org/jira/browse/ + +# The issues list as rss +#project.issues-rss-url= + +#I18n Property. Based on the locale request for the browser. +#If you want to use it for static site then modify the JVM system.language +# and run once per language +project.i18n=false + +# The names of plugins that are required to build the project +# comma separated list (no spaces) +# You can request a specific version by appending "-VERSION" to the end of +# the plugin name. If you exclude a version number, the latest released version +# will be used. However, be aware that this may be a development version. In +# a production environment it is recommended that you specify a known working +# version. +# Run "forrest available-plugins" for a list of plug-ins currently available. +project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf + +# codename: Dispatcher +# Add the following plugins to project.required.plugins: +#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule -project.start-uri=index.html +# Proxy configuration +# - proxy.user and proxy.password are only needed if the proxy is an authenticated one... +# proxy.host=myproxy.myhost.com +# proxy.port=<ProxyPort> +# proxy.user=<login, if authenticated proxy> +# proxy.password=<password, if authenticated proxy> Added: xml/xindice/trunk/forrest.properties.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/forrest.properties.xml?view=auto&rev=510793 ============================================================================== --- xml/xindice/trunk/forrest.properties.xml (added) +++ xml/xindice/trunk/forrest.properties.xml Thu Feb 22 19:34:22 2007 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<properties> + <!-- + # codename: Dispatcher + # Dispatcher is using a fallback mechanism for theming. + # You can configure the theme name and its extension here + <property name="dispatcher.theme" value="pelt"/> + <property name="dispatcher.theme-ext" value=".fv"/> + --> + + <property name="projectInfo.changes.sort" value="none"/> + <property name="projectInfo.changes.includeCommitterList" value="false"/> + <property name="projectInfo.changes.includeContributorList" value="false"/> +</properties> Propchange: xml/xindice/trunk/forrest.properties.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xml/xindice/trunk/forrest.properties.xml ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date Modified: xml/xindice/trunk/src/documentation/content/xdocs/1.0/book.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/1.0/book.xml?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/1.0/book.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/1.0/book.xml Thu Feb 22 19:34:22 2007 @@ -27,7 +27,6 @@ <book software="Xindice" title="Xindice" copyright="The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Overview"> - <menu-item label="Back" href="../index.html"/> <menu-item label="Overview" href="index.html"/> <menu-item label="Changes" href="changes.html"/> </menu> Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml Thu Feb 22 19:34:22 2007 @@ -30,13 +30,13 @@ copyright="2002 The Apache Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> - <menu label="Project"> + <menu label="Dev Zone"> <menu-item label="Overview" href="index.html"/> <menu-item label="News" href="news.html"/> <menu-item label="Todo" href="todo.html"/> </menu> - <menu label="Developers"> + <menu label="Doumentation"> <menu-item label="How To Contribute" href="doc-contributing.html"/> <menu-item label="Xindice Internals" href="guide-internals.html"/> <menu-item label="Wiki" href="http://wiki.apache.org/xindice"/> Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/news.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/news.xml?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/dev/news.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/dev/news.xml Thu Feb 22 19:34:22 2007 @@ -34,6 +34,15 @@ <body> <ul> <li> + <strong>23 February 2007</strong>: + Updated Xindice site to work with Forrest 0.8-dev (trunk). + </li> + <li> + <strong>22 June 2005</strong>: + The Apache Xindice source code repository has been converted from the CVS + into the Subversion. Checkout Xindice from <code>http://svn.apache.org/repos/asf/xml/xindice/trunk/</code>. + </li> + <li> <strong>8 April 2004</strong>: The Apache Xindice team is pleased to <link href="http://marc.theaimsgroup.com/?l=xindice-dev&m=107289430732328">announce</link> the release of the next version of the Xindice native XML database, Propchange: xml/xindice/trunk/src/documentation/content/xdocs/download.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xml/xindice/trunk/src/documentation/content/xdocs/download.html ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date Added: xml/xindice/trunk/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/site.xml?view=auto&rev=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/site.xml (added) +++ xml/xindice/trunk/src/documentation/content/xdocs/site.xml Thu Feb 22 19:34:22 2007 @@ -0,0 +1,67 @@ +<?xml version="1.0"?> +<!-- + Copyright 2007 The Apache Software Foundation + + Licensed 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. + + $Id$ +--> + +<!-- +Forrest site.xml + +This file contains an outline of the site's information content. It is used to: +- Generate the website menus (though these can be overridden - see docs) +- Provide semantic, location-independent aliases for internal 'site:' URIs, eg +<link href="site:changes"> links to changes.html (or ../changes.html if in + subdir). +- Provide aliases for external URLs in the external-refs section. Eg, <link + href="ext:cocoon"> links to http://cocoon.apache.org/ + +See http://forrest.apache.org/docs/linking.html for more info +--> + +<site label="Xindice" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab=""> + + <menu label="Project"> + <item label="About" href="index.html" description="About Apache Xindice"/> + <item label="News" href="news.html" description="News"/> + <item label="License" href="license.html" description="License"/> + <item label="Changes" href="changes.html" description="Change Log"/> + <item label="Todo" href="todo.html" description="TODO List"/> + <item label="Download" href="http://xml.apache.org/xindice/download.cgi"/> + <item label="Download Template" type="hidden" href="download.html"/> + </menu> + <menu label="Documentation"> + <item label="Administrator Guide" href="guide-administrator.html"/> + <item label="User Guide" href="guide-user.html"/> + <item label="Developer Guide" href="guide-developer.html"/> + <item label="Commandline Tool Guide" href="guide-tools.html"/> + <item label="XPath Guide" href="guide-xpath.html"/> + <item label="FAQ" href="faq.html"/> + <item label="Wiki" href="http://wiki.apache.org/xindice"/> + <item label="Javadocs" href="api/index.html"/> + </menu> + <menu label="Community"> + <item label="Contributing" href="contributing.html"/> + <item label="Who we are" href="who.html"/> + <item label="Mailing lists" href="mail.html"/> + <item label="Code Repository" href="http://xml.apache.org/svn.html"/> + <item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Xindice"/> + </menu> + <menu label="Resources"> + <item label="Related links" href="related.html"/> + <item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> + </menu> + +</site> Propchange: xml/xindice/trunk/src/documentation/content/xdocs/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xml/xindice/trunk/src/documentation/content/xdocs/site.xml ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date Modified: xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml Thu Feb 22 19:34:22 2007 @@ -31,7 +31,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink"> <tab label="Home" dir=""/> - <tab label="How-Tos" dir="community/howto/"/> + <tab label="How-Tos" dir="community/howto"/> <tab label="1.0" dir="1.0"/> <tab label="Dev" dir="dev"/> </tabs> Added: xml/xindice/trunk/src/documentation/sitemap.xmap URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/sitemap.xmap?view=auto&rev=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/sitemap.xmap (added) +++ xml/xindice/trunk/src/documentation/sitemap.xmap Thu Feb 22 19:34:22 2007 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + - $Id$ + --> +<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> + <map:pipelines> + <map:pipeline> + + <!-- override projectInfo plugin --> + <map:match pattern="1.0/changes.xml"> + <map:generate src="content/xdocs/1.0/changes.xml"/> + <map:serialize type="xml"/> + </map:match> + + </map:pipeline> + </map:pipelines> +</map:sitemap> Propchange: xml/xindice/trunk/src/documentation/sitemap.xmap ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xml/xindice/trunk/src/documentation/sitemap.xmap ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date Modified: xml/xindice/trunk/src/documentation/skinconf.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/skinconf.xml?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/src/documentation/skinconf.xml (original) +++ xml/xindice/trunk/src/documentation/skinconf.xml Thu Feb 22 19:34:22 2007 @@ -1,90 +1,116 @@ <?xml version="1.0"?> - <!-- - - Skin configuration file. This file contains details of your project, which will - - be used to configure the chosen Forrest skin. - --> + 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. -<!DOCTYPE skinconfig [ + $Id$ +--> - <!ENTITY % links.att 'name CDATA #REQUIRED'> - <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'> - <!ELEMENT skinconfig (disable-search?, disable-print-link?, disable-pdf-link?, - disable-xml-link?, disable-compliance-links?, searchsite-domain?, searchsite-name?, - project-name, project-url, project-logo, group-name?, group-url?, group-logo?, - host-url?, host-logo?, year?, vendor?, trail?, credits?)*> - <!ELEMENT credits (credit*)> - <!ELEMENT credit (name, url, image, width?, height?)> - <!ELEMENT disable-search (#PCDATA)> - <!ELEMENT disable-print-link (#PCDATA)> - <!ELEMENT disable-pdf-link (#PCDATA)> - <!ELEMENT disable-xml-link (#PCDATA)> - <!ELEMENT disable-compliance-links (#PCDATA)> - <!ELEMENT searchsite-domain (#PCDATA)> - <!ELEMENT searchsite-name (#PCDATA)> - <!ELEMENT project-name (#PCDATA)> - <!ELEMENT project-url (#PCDATA)> - <!ELEMENT project-logo (#PCDATA)> - <!ELEMENT group-name (#PCDATA)> - <!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)> - ]> +<!-- +Skin configuration file. This file contains details of your project, +which will be used to configure the chosen Forrest skin. +--> +<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"> <skinconfig> - <!-- Do we want to disable the Google search box? --> - <disable-search>false</disable-search> - <!-- Do we want to disable the print link? --> - <disable-print-link>false</disable-print-link> - <!-- Do we want to disable the PDF link? --> + <!-- 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. @domain will enable sitesearch for the specific domain with google. + In other words google will search the @domain for the query string. + --> + <search name="the Apache XML site" domain="xml.apache.org" provider="google"/> + + <!-- Disable the print link? If enabled, invalid HTML 4.0.1 --> + <disable-print-link>false</disable-print-link> + <!-- Disable the PDF link? --> <disable-pdf-link>false</disable-pdf-link> - <!-- Do we want to disable the xml source link? --> + <!-- Disable the POD link? --> + <disable-pod-link>true</disable-pod-link> + <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. --> + <disable-txt-link>true</disable-txt-link> + <!-- Disable the xml source link? --> + <!-- The xml source link makes it possible to access the xml rendition + of the source frim the html page, and to have it generated statically. + This can be used to enable other sites and services to reuse the + xml format for their uses. Keep this disabled if you don't want other + sites to easily reuse your pages.--> <disable-xml-link>true</disable-xml-link> - <!-- Do we want to disable w3c compliance links? --> + + <!-- Disable navigation icons on all external links? --> + <disable-external-link-image>true</disable-external-link-image> + + <!-- Disable w3c compliance links? + Use e.g. align="center" to move the compliance links logos to + an alternate location default is left. + (if the skin supports it) --> <disable-compliance-links>false</disable-compliance-links> - <searchsite-domain>xml.apache.org</searchsite-domain> - <searchsite-name>Apache XML</searchsite-name> + <!-- 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-font-script>true</disable-font-script> <!-- mandatory project logo skin: forrest-site renders it at the top --> <project-name>Xindice</project-name> + <project-description>Apache Xindice: Native XML database</project-description> <project-url>http://xml.apache.org/xindice/</project-url> <project-logo>images/xindice.gif</project-logo> + <!-- Alternative static image: + <project-logo>images/project-logo.gif</project-logo> --> <!-- optional group logo - skin: forrest-site renders it at the top-left corner --> + default skin: renders it at the top-left corner --> <group-name>XML Apache</group-name> + <group-description>Apache XML Project</group-description> <group-url>http://xml.apache.org</group-url> <group-logo>images/group-logo.gif</group-logo> + <!-- Alternative static image: + <group-logo>images/group-logo.gif</group-logo> --> <!-- optional host logo (e.g. sourceforge logo) - skin: forrest-site renders it at the bottom-left corner --> + 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-url> + <!-- The following are used to construct a copyright statement --> - <year>2001-2003</year> + <disable-copyright-footer>false</disable-copyright-footer> + <year>2001-2007</year> <vendor>The Apache Software Foundation.</vendor> + <!-- The optional copyright-link URL will be used as a link in the + copyright statement + <copyright-link>http://www.apache.org/licenses/</copyright-link> + --> - <!-- 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. + <!-- 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. + Use location="none" to not display the trail (if the skin supports it). + For some skins just set the attributes to blank. + + NOTE: If a breadcrumb entry points at a local file the href must + be complete, that is it must point to the file itself, not to a + directory. --> <trail> <link1 name="apache" href="http://www.apache.org/"/> @@ -92,8 +118,222 @@ <link3 name="xindice" href="http://xml.apache.org/xindice/"/> </trail> - <!-- Credits are typically rendered as a set of small clickable images in the - page footer --> + <!-- 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). + @min-sections + Minimum required to create a TOC. + @location ("page","menu","page,menu", "none") + Where to show the TOC. + --> + <toc max-depth="2" min-sections="1" location="page"/> + + <!-- Heading types can be clean|underlined|boxed --> + <headings type="clean"/> + + <!-- The optional feedback element will be used to construct a + feedback link in the footer with the page pathname appended: + <a href="@href">[EMAIL PROTECTED]</a> + --> + <!-- feedback to="[EMAIL PROTECTED]" + href="mailto:[EMAIL PROTECTED] " > + Send feedback about the website to: + </feedback --> + + <!-- Optional message of the day (MOTD). + Note: This is only implemented in the pelt skin. + Note: Beware issue FOR-677 if you use an absolute path uri. + If the optional <motd> element is used, then messages will be appended + depending on the URI string pattern. + motd-option : Each option will match a pattern and apply its text. + The "pattern" attribute specifies the pattern to be matched. + This can be a specific page, or a general pattern to match a set of pages, + e.g. everything in the "samples" directory. + motd-title : This text will be added in brackets after the <html><title> + and this can be empty. + motd-page : This text will be added in a panel on the face of the page, + with the "motd-page-url" being the hyperlink "More". + Values for the "location" attribute are: + page : on the face of the page, e.g. in the spare space of the toc + alt : at the bottom of the left-hand navigation panel + both : both + --> + + <!-- motd> + <motd-option pattern="samples/sample.html"> + <motd-title>sample</motd-title> + <motd-page location="both"> + This is an example of a Message of the day (MOTD). + </motd-page> + <motd-page-url>faq.html</motd-page-url> + </motd-option> + <motd-option pattern="samples/faq.html"> + <motd-title></motd-title> + <motd-page location="both"> + How to enable this MOTD is on this page. + </motd-page> + <motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url> + </motd-option> + </motd --> + + <!-- + extra-css - here you can define custom css-elements that are + A) overriding the fallback elements or + B) adding the css definition from new elements that you may have + used in your documentation. + --> + <extra-css> + <!--Example of reason B: + To define the css definition of a new element that you may have used + in the class attribute of a <p> node. + e.g. <p class="quote"/> + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + --> + <!--Example: + To override the colours of links only in the footer. + #footer a { color: #0F3660; } + #footer a:visited { color: #009999; } + + #menu { font-size: 8pt; } + --> + #menu .menuitem a { text-decoration: none; } + #menu .menupage .menupagetitle { border: none; font-weight: bold; color: white; } + </extra-css> + + <colors> + <!-- These values are used for the generated CSS files. + They essentially "override" the default colors defined in the chosen skin. + There are four duplicate "groups" of colors below, denoted by comments: + Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt. + They are provided for example only. To customize the colors of any skin, + uncomment one of these groups of color elements and change the values + of the particular color elements that you wish to change. + Note that by default, all color groups are commented-out which means that + the default colors provided by the skin are being used. + --> + + <!-- Color group: Forrest: example colors similar to forrest.apache.org + Some of the element names are obscure, so comments are added to show how + the "pelt" skin uses them, other skins might use these elements in a different way. + Tip: temporarily change the value of an element to red (#ff0000) and see the effect. + pelt: breadtrail: the strip at the top of the page and the second strip under the tabs + pelt: header: top strip containing project and group logos + pelt: heading|subheading: section headings within the content + pelt: navstrip: the strip under the tabs which contains the published date + pelt: menu: the left-hand navigation panel + pelt: toolbox: the selected menu item + pelt: searchbox: the background of the searchbox + pelt: border: line border around selected menu item + pelt: body: any remaining parts, e.g. the bottom of the page + pelt: footer: the second from bottom strip containing credit logos and published date + pelt: feedback: the optional bottom strip containing feedback link + --> + <color name="breadtrail" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="header" value="#294563"/> + <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="heading" value="#294563"/> + <color name="subheading" value="#4a6d8c"/> + <color name="published" value="#4C6C8F" font="#FFFFFF"/> + <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/> + <color name="navstrip" value="#4a6d8c" font="#ffffff" link="#0F3660" vlink="#0F3660" hlink="#000066"/> + <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/> + <color name="menuheading" value="#cfdced" font="#000000"/> + <color name="toolbox" value="#4a6d8c"/> + <color name="border" value="#294563"/> + <color name="dialog" value="#4a6d8c"/> + <color name="searchbox" value="#4a6d8c" font="#000000"/> + <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/> + <color name="table" value="#7099C5"/> + <color name="table-cell" value="#f0f0ff"/> + <color name="highlight" value="#ffff00"/> + <color name="fixme" value="#cc6600"/> + <color name="note" value="#006699"/> + <color name="warning" value="#990000"/> + <color name="code" value="#CFDCED"/> + <color name="footer" value="#cedfef"/> + </colors> + + <!-- 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 + portrait). + Supported text alignments are left, right, justify (default left). + --> + <page size="letter" orientation="portrait" text-align="left"/> + + <!-- + Pattern of the page numbering in the footer - Default is "Page x". + first occurrence of '1' digit represents the current page number, + second occurrence of '1' digit represents the total page number, + anything else is considered as the static part of the numbering pattern. + Examples : x is the current page number, y the total page number. + <page-numbering-format>none</page-numbering-format> Do not displays the page numbering + <page-numbering-format>1</page-numbering-format> Displays "x" + <page-numbering-format>p1.</page-numbering-format> Displays "px." + <page-numbering-format>Page 1/1</page-numbering-format> Displays "Page x/y" + <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)" + --> + <page-numbering-format>Page 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 + and the outer is always right. If double-sided="true", the + inner edge will be left on odd pages, right on even pages, + the outer edge vice versa. + Specified below are the default settings. + --> + <margins double-sided="false"> + <top>1in</top> + <bottom>1in</bottom> + <inner>1.25in</inner> + <outer>1in</outer> + </margins> + + <!-- + Print the URL text next to all links going outside the file + --> + <show-external-urls>false</show-external-urls> + + <!-- + Disable the copyright footer on each page of the PDF. + A footer is composed for each page. By default, a "credit" with role=pdf + will be used, as explained below. Otherwise a copyright statement + will be generated. This latter can be disabled. + --> + <disable-copyright-footer>false</disable-copyright-footer> + </pdf> + + <!-- + Credits are typically rendered as a set of small clickable + images in the page footer. + + Use box-location="alt" to move the credits to an alternate location + (if the skin supports it). + + For example, pelt skin: + - box-location="alt" will place the logo at the end of the + left-hand coloured menu panel. + - box-location="alt2" will place them underneath that panel + in the left-hand whitespace. + - Otherwise they are placed next to the compatibility icons + at the bottom of the screen. + + Comment out the whole <credit>-element if you want no credits in the + web pages + --> <credits> <credit> <name>Built with Apache Forrest</name> @@ -102,5 +342,14 @@ <width>88</width> <height>31</height> </credit> + <!-- A credit with @role="pdf" will be used to compose a footer + for each page in the PDF, using either "name" or "url" or both. + --> + <!-- + <credit role="pdf"> + <name>Built with Apache Forrest</name> + <url>http://forrest.apache.org/</url> + </credit> + --> </credits> </skinconfig> Modified: xml/xindice/trunk/status.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?view=diff&rev=510793&r1=510792&r2=510793 ============================================================================== --- xml/xindice/trunk/status.xml (original) +++ xml/xindice/trunk/status.xml Thu Feb 22 19:34:22 2007 @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="./tools/antipede/resources/stylesheets/status.xsl"?> +<!-- + - Xindice project status file. + - + - Version: $Revision$ $Date$ + --> <status> <developers> <person name="Vladimir Ritz Bossicard" email="[EMAIL PROTECTED]" id="VBO"/> @@ -74,7 +79,10 @@ </todo> <changes> - <release version="1.1b5-dev" date="Jan 30 2007"> + <release version="1.1b5-dev" date="Feb 22 2007"> + <action dev="VG" type="update"> + Updated Xindice docs to work with latest Forrest (0.8-dev, trunk). + </action> <action dev="VG" type="fix" fixes-bug="38886" due-to="Terry Rosenbaum"> Fix MemValueIndexer for starts-with queries. </action> @@ -344,7 +352,7 @@ </action> </release> <release version="1.1b" date="November 1 2002"> - <action dev="VBO" type="add" context="admin"> + <action dev="VBO" type="add"> Xindice has a new website. </action> </release> Propchange: xml/xindice/trunk/status.xml ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date