Author: crossley
Date: Tue Apr 10 02:23:52 2007
New Revision: 527066
URL: http://svn.apache.org/viewvc?view=rev&rev=527066
Log:
Updating docs layout in readiness for 0.8 release.
See relevant steps in
localhost:8888/procedures/release/How_to_release.html#adjustDocs
Added:
forrest/trunk/site-author/content/xdocs/docs_0_90/
forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml (with props)
forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml
- copied, changed from r527041,
forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_90/
- copied from r527041,
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/
Removed:
forrest/trunk/site-author/content/xdocs/docs_0_60/
Modified:
forrest/trunk/site-author/conf/cli.xconf
forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
forrest/trunk/site-author/content/xdocs/events.xml
forrest/trunk/site-author/content/xdocs/index.xml
forrest/trunk/site-author/content/xdocs/mirrors.html
forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml
forrest/trunk/site-author/content/xdocs/site.xml
forrest/trunk/site-author/content/xdocs/tabs.xml
forrest/trunk/site-author/content/xdocs/versions/index.xml
forrest/trunk/site-author/forrest.properties
forrest/trunk/site-author/status.xml
Modified: forrest/trunk/site-author/conf/cli.xconf
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/conf/cli.xconf?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/conf/cli.xconf (original)
+++ forrest/trunk/site-author/conf/cli.xconf Tue Apr 10 02:23:52 2007
@@ -217,7 +217,6 @@
Warning: If change the layout of the site, then need to temporarily stop
this exclusion.
-->
- <exclude pattern="docs_0_60/**"/>
<exclude pattern="docs_0_70/**"/>
<!--
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml Tue Apr
10 02:23:52 2007
@@ -18,17 +18,11 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Upgrading to Apache Forrest 0.8-dev</title>
+ <title>Upgrading to Apache Forrest 0.8</title>
</header>
<body>
<section id="introduction">
<title>Introduction</title>
- <note>
- This is the <strong>development</strong> version of Apache Forrest
which
- can be obtained from the Subversion repository or from a code snapshot.
- See the notes for obtaining and <a href="site:build">Building
- Forrest</a>.
- </note>
<p>
This page describes some changes to Apache Forrest that affect people
who are upgrading to the 0.8 version. If you have other issues, then
Added: forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml?view=auto&rev=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml (added)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml Tue Apr 10
02:23:52 2007
@@ -0,0 +1,33 @@
+<?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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+ <header>
+ <title>Forrest 0.90-dev documentation</title>
+ </header>
+ <body>
+ <note>
+ This is the <strong>development</strong> version of Apache Forrest.
+ Developers can obtain it from the <a
href="site:version-control">Subversion</a>
+ repository.
+ See the notes for obtaining and <a href="site:build">Building
+ Forrest</a>.
+ </note>
+ <p>This is a placeholder document for the new version.</p>
+ </body>
+</document>
Propchange: forrest/trunk/site-author/content/xdocs/docs_0_90/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Copied: forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml
(from r527041,
forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml)
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml?view=diff&rev=527066&p1=forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml&r1=527041&p2=forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml Tue Apr
10 02:23:52 2007
@@ -18,180 +18,20 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Upgrading to Apache Forrest 0.8-dev</title>
+ <title>Upgrading to Apache Forrest 0.9-dev</title>
</header>
<body>
<section id="introduction">
<title>Introduction</title>
<note>
- This is the <strong>development</strong> version of Apache Forrest
which
- can be obtained from the Subversion repository or from a code snapshot.
+ This is the <strong>development</strong> version of Apache Forrest.
+ Developers can obtain it from the <a
href="site:version-control">Subversion</a>
+ repository.
See the notes for obtaining and <a href="site:build">Building
Forrest</a>.
</note>
- <p>
- This page describes some changes to Apache Forrest that affect people
- who are upgrading to the 0.8 version. If you have other issues, then
- please discuss on either the
- <a href="site:mail-lists/forrest-dev">dev</a> or
- <a href="site:mail-lists/forrest-user">user</a> mailing lists. As more
- experience is gained, this document will be updated.
- </p>
- <p>
- (If you are upgrading from a version prior to 0.7 then you will need to
- see the notes for the previous upgrade.)
- </p>
- </section>
- <section id="new">
- <title>New Features</title>
- <p>
- The following list shows some of the key new features. For the full
list
- of changes, see the main <a href="site:changes">change log</a> and also
- for each plugin.
- </p>
- <ul>
- <li><a href="site:locationmap">Locationmaps</a>.</li>
- </ul>
- <p>
- Many new initial plugins are in the "whiteboard". See the entries in
the
- <a href="site:changes">change log</a> and see each plugin's
- documentation and changes log. This includes the new Dispatcher. See
- <a href="site:status-themes">Status of Themes: Skins and
Dispatcher</a>.
- </p>
- </section>
- <section id="locationmaps">
- <title>Locationmaps</title>
- <p>
- The <a href="site:locationmap">Locationmaps</a> define the mapping from
- requests to locations which enables content and resources to be located
- at various different sources.
- </p>
- <p>
- Adding a default locationmap to your project is not required, but is
- advisable. Sooner or later you will use it. Having a default one also
- reduces the verbosity of the log files. Copy one from a fresh 'forrest
- seed' to
- <code>PROJECT_HOME/src/documentation/content/locationmap.xml</code>
- </p>
- <warning>
- If you do use locationmaps and an entry for a specific request is
- missing Forrest generates a confusing error message. Please ask on our
- mailing lists for help in debugging your problem (hint, turn on
- locationmap debugging in
- [FORREST_HOME]/main/webapp/WEB-INF/logkit.xconf, restart Forrest,
- request the broken pages and visit
- [SITE_HOM]/build/webapp/logs/locationmap.xml). This issue will be fixed
- in the next version of Forrest.
- </warning>
- </section>
- <section id="modules">
- <title>Forrest configuration simplification</title>
- <p>
- <strong>FOR-920</strong> Merging the <code>defaults</code> and
- <code>project</code> modules to the new <code>properties</code> module.
- You can use it like {properties:forrest.home}
- </p>
- <p>
- In all custom code (e.g. project sitemaps or plugins) you need to do
the
- following:
- </p>
- <ul>
- <li>find:
- <code>{defaults:</code> and replace with
- <code>{properties:forrest.</code></li>
- <li>find:
- <code>{forrest:</code> and replace with
- <code>{forrest:forrest.</code> or
- <code>{properties:forrest.</code> (if you do not need the
- ChainMetaModule)</li>
- <li>find:
- <code>{project:</code> and replace with
- <code>{properties:</code></li>
- </ul>
- </section>
- <section id="clean">
- <title>Run a clean target after upgrade</title>
- <p>
- Do 'forrest clean-work' in each of your projects. This also removes the
- old Cocoon disk cache.
- </p>
- </section>
- <section id="to2to">
- <title>New filename convention for stylesheets</title>
- <p>
- There is now a filenaming convention for stylesheets (e.g.
- document-to-html.xsl). This assists with automating the location of
such
- resources. See <a href="site:locationmap">Locationmap</a>.
- </p>
- <p>
- For the default use of Forrest, this makes no difference. However, if
- you have developed your own skin then you will need to do some filename
- changes, e.g. <code>'cd skins/my-skin/xslt/html; mv tab2menu.xsl
- tab-to-menu.xsl'</code> (do each of book2menu.xsl document2html.xsl
- site2xhtml.xsl tab2menu.xsl). It is advisable to follow this naming
- convention for your other resources, which will mean that you can
- utilise the locationmap.
- </p>
- </section>
- <section id="docs">
- <title>Notes about documentation</title>
- <p>
- After each release, the "Versioned Docs" are copied to form the new
- "dev" set. Ideally the docs are then upgraded in readiness for the new
- release. This has not been completed for the 0.8 release. In particular
- there are example snippets of sitemaps which have not yet been upgraded
- to reflect the changes to the sitemaps and the separation of some core
- stuff into plugins. See issues
- <a href="http://issues.apache.org/jira/browse/FOR-546">FOR-546</a> and
- <a href="http://issues.apache.org/jira/browse/FOR-922">FOR-922</a> and
- others.
- </p>
- </section>
- <section id="cocoon">
- <title>Notes about Cocoon version</title>
- <p>
- The last time that we upgraded our packaged version of Cocoon trunk was
- using their SVN r351990 on 2005-12-08. Since then a number of things
- have happened to cause us to fall out of synchronisation with Cocoon.
- There is various discussion about this in the Forrest and Cocoon dev
- mail archives.
- </p>
- <p>
- If you use your own version of Cocoon, then you will know about the
- upgrade notes in the $FORREST_HOME/etc/cocoon_upgrade directory. You
- might be able to advance a bit beyond the SVN revision, but not much.
- Please help to rectify this situation.
- </p>
- </section>
- <section id="xmlformat">
- <title>Whitespace and indenting of xml files with xmlformat</title>
- <p>
- All xml type files have been formatted using xmlformat. You can apply
- this to your own work if necessary by using the same configuration as
- the Forrest project. See notes at
- <a href="http://issues.apache.org/jira/browse/FOR-644">FOR-644</a>.
- </p>
- </section>
- <section id="tips">
- <title>General upgrade tips</title>
- <p>
- Synchronise your project's skinconf.xml and forrest.properties files.
- </p>
- <p>
- Take advantage of the separation of concerns. In a new workspace,
create
- a fresh '<code>forrest seed</code>' site, then tweak its
- forrest.properties and skinconf.xml until it reflects your old site.
- When it is ready, replace your project's skinconf.xml and
- forrest.properties files. Any remaining issues would concern other
- aspects of your configuration, such as site.xml and your actual
content.
- </p>
- </section>
- <section>
- <title>To be continued...</title>
- <p>
- ...as more issues are discovered/remembered :) Please send feedback to
- the <a href="site:mail-lists/forrest-dev">mailing list</a>.
- </p>
+ <p>This is a placeholder document for the new version.</p>
</section>
+<!-- FIXME: need to bring back some sections from the 0.8 version, temporarily
removed -->
</body>
</document>
Modified: forrest/trunk/site-author/content/xdocs/events.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/events.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/events.xml (original)
+++ forrest/trunk/site-author/content/xdocs/events.xml Tue Apr 10 02:23:52 2007
@@ -23,6 +23,14 @@
<body>
<section id="upcoming">
<title>Upcoming events</title>
+ <section id="apachecon-eu-2007">
+ <title>ApacheCon Europe 2007 (1-4 May 2007)</title>
+ <p>
+ <a href="http://www.eu.apachecon.com/">ApacheCon Europe 2007</a> -
Please
+ make plans to join us for the conference in Amsterdam, The
Netherlands on 1-4
+ May 2007.
+ </p>
+ </section>
<section id="forrest-friday">
<title>ForrestFriday monthly get-together</title>
<p>
@@ -31,6 +39,7 @@
development and get to know each other. See how to
<a href="site:forrest-friday">participate</a>.
</p>
+ <p>Note that these sessions are currently on hold.</p>
</section>
</section>
<section id="past">
Modified: forrest/trunk/site-author/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/index.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/index.xml Tue Apr 10 02:23:52 2007
@@ -211,9 +211,10 @@
See our <link href="site:events">events</link> list for the schedule
of Forrest meetings at ApacheCon.
--></li>
- <li>Apache Forrest 0.7 was released on 2005-06-23.
- An architecture for Plugins which enables a smaller Forrest
- core and the ability to add new features in a modular way.
+ <li>Apache Forrest 0.8 was released on 2007-04-16.
+ Locationmaps define the mapping from requests to locations,
+ which enables content and resources to be located at various
+ different sources.
</li>
</ul>
</section>
Modified: forrest/trunk/site-author/content/xdocs/mirrors.html
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/mirrors.html?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/mirrors.html (original)
+++ forrest/trunk/site-author/content/xdocs/mirrors.html Tue Apr 10 02:23:52
2007
@@ -72,18 +72,18 @@
<input type="submit" value="Change" />
</form>
<p>
- The current release is Apache Forrest 0.7 (see the
- <a href="[preferred]/forrest/RELEASE-NOTES-0.7.txt">release notes</a>).
+ The current release is Apache Forrest 0.8 (see the
+ <a href="[preferred]/forrest/RELEASE-NOTES-0.8.txt">release notes</a>).
</p>
<ul>
<li>For UNIX operating systems:
-<a
href="[preferred]/forrest/apache-forrest-0.7.tar.gz">apache-forrest-0.7.tar.gz</a>
-[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.7.tar.gz.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.7.tar.gz.md5">MD5</a>]</li>
+<a
href="[preferred]/forrest/apache-forrest-0.8.tar.gz">apache-forrest-0.8.tar.gz</a>
+[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.8.tar.gz.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.8.tar.gz.md5">MD5</a>]</li>
<li>For Windows operating systems:
-<a href="[preferred]/forrest/apache-forrest-0.7.zip">apache-forrest-0.7.zip</a>
-[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.7.zip.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.7.zip.md5">MD5</a>]</li>
+<a href="[preferred]/forrest/apache-forrest-0.8.zip">apache-forrest-0.8.zip</a>
+[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.8.zip.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/forrest/apache-forrest-0.8.zip.md5">MD5</a>]</li>
</ul>
<h1><a name="svn" />Current development and head SVN repository</h1>
<p>
Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml Tue Apr 10
02:23:52 2007
@@ -25,8 +25,9 @@
Plugins documentation is available for various releases ...
</p>
<ul>
- <li><a href="site:v0.70/plugins/index">0.7</a> - the current release</li>
- <li><a href="site:plugins/index">0.8-dev</a> - the current development
version</li>
+ <li><a href="site:v0.80/plugins/index">0.8</a> - the current release</li>
+ <li><a href="site:plugins/index">0.9-dev</a> - the current development
version</li>
+ <li><a href="site:plugins/index">0.7</a> - the past version</li>
</ul>
</body>
</document>
Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Tue Apr 10 02:23:52 2007
@@ -154,9 +154,9 @@
<!-- FIXME: Might not need these when we have the local docs happening -->
<versions>
<overview href="../docs.html"/>
+ <v0.9 href="../0.9/"/>
<v0.8 href="../0.8/"/>
<v0.7 href="../0.7/"/>
- <v0.6 href="../0.6/"/>
</versions>
</docs>
</forrest>
@@ -208,14 +208,15 @@
</external-refs>
<versions tab="docs">
<overview label="Overview" href="versions/index.html"/>
- <v0.8 label="0.8-dev" href="site:index"/>
- <v0.7 label="0.7 (current)" href="site:v0.70//index"/>
- <v0.6 label="0.6" href="site:v0.60//index"/>
+ <v0.9 label="0.9-dev" href="site:index"/>
+ <v0.8 label="0.8 (current)" href="site:v0.80//index"/>
+ <v0.7 label="0.7" href="site:v0.70//index"/>
</versions>
<pluginVersions tab="plugins">
<overview label="Overview" href="pluginDocs/index.html"/>
- <v0.8 label="0.8-dev" href="site:plugins/index"/>
- <v0.7 label="0.7 (current)" href="site:v0.70//plugins/index"/>
+ <v0.9 label="0.9-dev" href="site:plugins/index"/>
+ <v0.8 label="0.8 (current)" href="site:v0.80//plugins/index"/>
+ <v0.7 label="0.7" href="site:v0.70//plugins/index"/>
</pluginVersions>
<tools label="Tools" href="tools/" tab="tools">
<index label="Index" href="index.html"/>
@@ -231,14 +232,20 @@
version of a document with the site:protocol by specifiying an access
path such as 'site:v0.70/documentation/faq'
- To create a new release:
-
- - copy first versioned element below and insert right after this
comment
- - edit version-element name to reflect new version number
- - FIXME: Add instructions for fixing directories and adjusting links
in files
-
+ To create a new release see f.a.o/procedures/release/How_to_release.html
-->
- <v0.80 label="Documentation in development" description="Set of documents
for the in-development version, i.e. SVN head">
+ <v0.90 label="Documentation in development" description="Set of documents
for the in-development version, i.e. SVN head">
+ <documentation label="0.90-dev" href="docs_0_90/" tab="v0_90">
+ <index label="Overview" href="index.html"/>
+ <upgrading_09 label="Upgrading to 0.9" href="upgrading_09.html"/>
+ </documentation>
+ <plugins label="0.90 Plugins" href="pluginDocs/plugins_0_90/" tab="p0_90">
+ <index label="Index" href="index.html"/>
+ <using label="Using Plugins" href="usingPlugins.html"/>
+ <infrastructure label="Plugin Infrastructure"
href="pluginInfrastructure.html"/>
+ </plugins>
+ </v0.90>
+ <v0.80 label="Documentation current" description="Set of documents for the
released version">
<documentation label="0.80-dev" tab="v0_80" href="docs_0_80/">
<index label="Overview" href="index.html"/>
<!-- FIXME: Needed to avoid moving files -->
@@ -375,7 +382,8 @@
<infrastructure label="Plugin Infrastructure"
href="pluginInfrastructure.html"/>
</plugins>
</v0.80>
- <v0.70 label="Documentation current" description="Set of documents for the
released version">
+<!-- Removing the label from the past release, stops it being in the ToC and
cluttering -->
+ <v0.70>
<documentation label="0.70" tab="v0_70" href="docs_0_70/">
<index label="Overview" href="index.html"/>
<faq label="FAQs" href="faq.html">
@@ -485,77 +493,4 @@
<infrastructure label="Plugin Infrastructure"
href="pluginInfrastructure.html"/>
</plugins>
</v0.70>
- <v0.60>
- <documentation label="0.60" href="docs_0_60/" tab="v0_60">
- <index label="Overview" href="index.html"/>
- <faq label="FAQs" href="faq.html">
- <docbook href="#docbook"/>
- <ignoring_javadocs href="#ignoring_javadocs"/>
- <link_raw href="#link_raw"/>
- <pdf_images href="#pdf_images"/>
- </faq>
- <changes label="Changes" href="changes.html"/>
- <todo label="Todo" href="todo.html"/>
- <your-project label="Using Forrest" href="your-project.html">
- <new_content_type href="#adding_new_content_type"/>
- <new_dtd href="#new_dtd"/>
- <webapp href="#webapp"/>
- <skins href="#skins"/>
- <new-skin href="#new_skin"/>
- <invoking_from_ant href="#invoking_from_ant"/>
- </your-project>
- <upgrading_06 label="Upgrading to 0.6" href="upgrading_06.html"/>
- <validation label="XML Validation" href="validation.html"/>
- <linking label="Menus and Linking" href="linking.html">
- <menu_generation href="#menu_generation"/>
- </linking>
- <searching label="Searching" href="searching.html"/>
- <skins label="Default Skins" href="skins.html"/>
- <skin-package label="Skin Packages" href="skin-package.html"/>
- <forrest-contract label="Our Contract" href="forrest-contract.html"/>
- <compliance label="Standards Compliance" href="compliance.html"/>
- <howto label="How-To" href="howto/">
- <overview label="Overview" href="index.html"/>
- <single-page label="Single Page" href="howto-howto.html"/>
- <multi-page label="Multi-Page" href="multi/">
- <intro label="Intro" href="howto-multi.html"/>
- <step1 label="Step 1" href="step1.html"/>
- <step2 label="Step 2" href="step2.html"/>
- <step3 label="Step 3" href="step3.html"/>
- </multi-page>
- <with-images label="With Images"
href="bugzilla-patch/howto-bugzilla-patch.html"/>
- <write-howto label="Write a How-to" href="howto-howto.html"/>
- <asf-mirror label="Download mirror" href="howto-asf-mirror.html"/>
- <pdf-tab label="Create tab PDF" href="howto-pdf-tab.html"/>
- </howto>
- <developers label="Advanced Topics">
- <build label="Building Forrest" href="build.html"/>
- <catalog label="Using DTD Catalogs" href="catalog.html"/>
- <sitemap-ref label="Sitemap Reference" href="sitemap-ref.html">
- <linkrewriting_impl href="#linkrewriting_impl"/>
- <menu_generation_impl href="#menu_generation_impl"/>
- <source_pipelines href="#source_pipelines"/>
- <forrest_xmap href="#forrest_xmap"/>
- </sitemap-ref>
- <project-sitemap label="Project sitemap" href="project-sitemap.html"/>
- <cap label="Sourcetype Action" href="cap.html"/>
- </developers>
- <samples label="Reference docs">
- <dtd-docs-container label="DTD documentation">
- <dtd-docs label="Overview" href="../dtdx/dtd-docs.html"/>
- <document-v20-dtd label="document-v20"
href="../dtdx/document-v20.dtdx.html"/>
- <howto-v20-dtd label="howto-v20" href="../dtdx/howto-v20.dtdx.html"/>
- <faq-v20-dtd label="faq-v20" href="../dtdx/faq-v20.dtdx.html"/>
- <document-v13-dtd label="document-v13"
href="../dtdx/document-v13.dtdx.html"/>
- <howto-v13-dtd label="howto-v13" href="../dtdx/howto-v13.dtdx.html"/>
- <faq-v13-dtd label="faq-v13" href="../dtdx/faq-v13.dtdx.html"/>
- </dtd-docs-container>
- <samples-container label="Doc samples">
- <document-v12 href="../dtdx/document-v12.html"/>
- <document-v13 label="document-v13" href="../dtdx/document-v13.html"/>
- <document-v20 label="document-v20" href="../dtdx/document-v20.html"/>
- </samples-container>
- </samples>
- </documentation>
- </v0.60>
</site>
Modified: forrest/trunk/site-author/content/xdocs/tabs.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tabs.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tabs.xml Tue Apr 10 02:23:52 2007
@@ -18,7 +18,7 @@
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN"
"http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
<tabs software="Forrest"
title="Apache Forrest"
- copyright="2005 The Apache Software Foundation"
+ copyright="2007 The Apache Software Foundation"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- The rules for tabs are:
@dir will always have '/@indexfile' added.
@@ -33,13 +33,14 @@
<tab id="home" label="Welcome" dir=""/>
<tab id="project" label="Developers" dir="" indexfile="contrib.html"/>
<tab id="docs" label="Versioned Docs" dir="versions">
- <tab id="v0_70" label="0.70 (current)" dir="docs_0_70"/>
- <tab id="v0_80" label="0.80-dev (under development)" dir="docs_0_80"/>
- <tab id="v0_60" label="0.60 (past)" dir="docs_0_60"/>
+ <tab id="v0_80" label="0.80 (current)" dir="docs_0_80"/>
+ <tab id="v0_90" label="0.90-dev (under development)" dir="docs_0_90"/>
+ <tab id="v0_70" label="0.70 (past)" dir="docs_0_70"/>
</tab>
<tab id="plugins" label="Plugins" dir="pluginDocs">
- <tab id="p0_70" label="0.70 (current)" dir="pluginDocs/plugins_0_70"/>
- <tab id="p0_80" label="0.80-dev (under development)"
dir="pluginDocs/plugins_0_80"/>
+ <tab id="p0_80" label="0.80 (current)" dir="pluginDocs/plugins_0_80"/>
+ <tab id="p0_90" label="0.90-dev (under development)"
dir="pluginDocs/plugins_0_90"/>
+ <tab id="p0_70" label="0.70 (past)" dir="pluginDocs/plugins_0_70"/>
</tab>
<tab id="tools" label="Tools" dir="tools"/>
</tabs>
Modified: forrest/trunk/site-author/content/xdocs/versions/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/versions/index.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/content/xdocs/versions/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/versions/index.xml Tue Apr 10
02:23:52 2007
@@ -25,9 +25,9 @@
Documentation is available for various releases ...
</p>
<ul>
- <li><a href="site:v0.60/documentation/index">0.6</a> - the past
release</li>
- <li><a href="site:v0.70/documentation/index">0.7</a> - the current
release</li>
- <li><a href="site:documentation/index">0.8-dev</a> - the current
development version</li>
+ <li><a href="site:v0.70/documentation/index">0.7</a> - the past
release</li>
+ <li><a href="site:v0.80/documentation/index">0.8</a> - the current
release</li>
+ <li><a href="site:documentation/index">0.9-dev</a> - the current
development version</li>
</ul>
</body>
</document>
Modified: forrest/trunk/site-author/forrest.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/forrest.properties?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/forrest.properties (original)
+++ forrest/trunk/site-author/forrest.properties Tue Apr 10 02:23:52 2007
@@ -28,7 +28,7 @@
project.skinconf=${project.content-dir}/skinconf.xml
project.bugtracking-url=http://issues.apache.org/jira/browse/
-project.issues-rss-url=http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&pid=12310000&fixfor=12310040&resolutionIds=-1&sorter/field=priority&sorter/order=DESC&tempMax=25&reset=true&decorator=none
+project.issues-rss-url=http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&pid=12310000&fixfor=12310041&resolutionIds=-1&sorter/field=priority&sorter/order=DESC&tempMax=25&reset=true&decorator=none
# The URL to start crawling from
#project.start-uri=linkmap.html
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=527066&r1=527065&r2=527066
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Tue Apr 10 02:23:52 2007
@@ -58,7 +58,7 @@
<!-- CHANGES -->
<!-- ===================================================================== -->
<changes>
- <release version="0.8-dev" date="not yet released">
+ <release version="0.8" date="2007-04-16">
<introduction>
<p>
See each <link href="site:plugins/index">plugin</link> for its