From 9de807e1ec19bb813cb0cba8209f405031f79662 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 14 Nov 2005 22:34:26 +0000 Subject: [PATCH] Resurrected status.xml and prepared it for changes after the first release. Added stylesheets and sitemap snippets as a project sitemap for FOP from Forrest 0.7 branch because the plugin didn't work. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344252 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/site.xml | 2 +- .../stylesheets/changes2document.xsl | 173 ++++++++++++++++++ .../resources/stylesheets/dotdots.xsl | 78 ++++++++ .../stylesheets/releaseNotes2document.xsl | 131 +++++++++++++ src/documentation/sitemap.xmap | 54 ++++++ status.xml | 34 ++++ 6 files changed, 471 insertions(+), 1 deletion(-) create mode 100644 src/documentation/resources/stylesheets/changes2document.xsl create mode 100644 src/documentation/resources/stylesheets/dotdots.xsl create mode 100644 src/documentation/resources/stylesheets/releaseNotes2document.xsl create mode 100644 src/documentation/sitemap.xmap create mode 100644 status.xml diff --git a/src/documentation/content/xdocs/site.xml b/src/documentation/content/xdocs/site.xml index e2be838c9..86d19bf53 100644 --- a/src/documentation/content/xdocs/site.xml +++ b/src/documentation/content/xdocs/site.xml @@ -46,7 +46,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + <xsl:choose> + <xsl:when test="@title!=''"> + <xsl:value-of select="@title"/> + </xsl:when> + <xsl:otherwise> + <xsl:text>History of Changes</xsl:text> <xsl:value-of select="$versionNumber"/> + </xsl:otherwise> + </xsl:choose> + +
+ + + + + + + + + + + + +
+
+ + + + +
+ Version <xsl:value-of select="@version"/> (<xsl:value-of select="@date"/>) + + +
+ + + <xsl:choose> + <xsl:when test="//contexts/context[@id=$context]"> + <xsl:value-of select="//contexts/context[@id=$context]/@title"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="@context"/> + </xsl:otherwise> + </xsl:choose> + +
    + + + +
+
+
+
+
+ + +
  • + + + () + + + Thanks to + + + + + + + + + + + . + + + + Fixes + + + + + . + +
  • +
    + + + + + + + + + + + , + + + + + + + + + + + + + + + + +
    diff --git a/src/documentation/resources/stylesheets/dotdots.xsl b/src/documentation/resources/stylesheets/dotdots.xsl new file mode 100644 index 000000000..2f6aeb881 --- /dev/null +++ b/src/documentation/resources/stylesheets/dotdots.xsl @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + ../ + + + + + + + + + + diff --git a/src/documentation/resources/stylesheets/releaseNotes2document.xsl b/src/documentation/resources/stylesheets/releaseNotes2document.xsl new file mode 100644 index 000000000..0569b7a1c --- /dev/null +++ b/src/documentation/resources/stylesheets/releaseNotes2document.xsl @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + <xsl:choose> + <xsl:when test="@title!=''"> + <xsl:value-of select="@title"/> + </xsl:when> + <xsl:otherwise> + <xsl:text>Release Notes for Apache Forrest </xsl:text><xsl:value-of select="$versionNumber"/> + </xsl:otherwise> + </xsl:choose> + +
    + + + Version is a development release, + these notes are therefore not complete, they are intended to be an indicator + of the major features that are so far included in this version. + + + + + + + + +
    +
    + + +
    + Major Changes in Version <xsl:value-of select="@version"/> + This is not a complete list of changes, a + full list of changes in this release + is available. + +
    + Important Changes Code Base +
      + + + +
    +
    +
    + +
    + Important Changes Documentation +
      + + + +
    +
    +
    + +
    + Important Changes Project Administration +
      + + + +
    +
    +
    + +
    + Important Changes Design +
      + + + +
    +
    +
    + +
    + Important Changes Build +
      + + + +
    +
    +
    +
    +
    + +
    diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap new file mode 100644 index 000000000..ac47d12ca --- /dev/null +++ b/src/documentation/sitemap.xmap @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/status.xml b/status.xml new file mode 100644 index 000000000..3545f951b --- /dev/null +++ b/status.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + [your text here] + + + + + Complete redesign of the FOP codebase in the period between Dec 2001 and Nov 2005. + There are just too many changes to list here. If you like to know details, run + "svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/". + + + + + For the change log for the maintenance branch + (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or + the CHANGES file in the SVN repository. + + + + + -- 2.39.5