]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved release-notes boilerplate into abstract and added links to
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Aug 2007 10:46:06 +0000 (10:46 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Aug 2007 10:46:06 +0000 (10:46 +0000)
online change history to release-notes and to README. Also made a
minor correction to the README.BUILD file.

xsl/README
xsl/README.BUILD
xsl/RELEASE-NOTES.xml
xsl/tools/xsl/build/doc-link-docbook.xsl

index 62ca6ec395aad09fc33b3693f54eb6c9a7798892..1ef913bc160b06b60bde936001bc72e48adc544c 100644 (file)
@@ -125,12 +125,26 @@ xhtml/        for producing XHTML
 ----------------------------------------------------------------------
 Changes
 ----------------------------------------------------------------------
-See the ChangeHistory.xml.zip file for a cumulative list of all changes.
-
 See the NEWS file for changes made since the previous release.
 
-See the RELEASE-NOTES.html or RELEASE-NOTES.txt or RELEASE-NOTES.pdf files
-for per-release cumulative summaries of significant user-visible changes.
+See the RELEASE-NOTES.html or RELEASE-NOTES.txt or RELEASE-NOTES.pdf
+files for per-release cumulative summaries of significant
+user-visible changes.
+
+For online access to a hyperlinked view of all changes made over
+the entire history of the codebase, see the following:
+
+  http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/xsl/?view=log
+
+WARNING: That above change history is a very long list and may
+take a long time to load/download.
+
+You can also create an XML-formatted "ChangeHistory.xml" copy of
+the complete change history for the codebase by running the
+following commands:
+
+  svn checkout https://docbook.svn.sf.net/svnroot/docbook/trunk/xsl
+  svn log --xml --verbose xsl > ChangeHistory.xml
 
 ----------------------------------------------------------------------
 Copyright information
index a59bcc4489b24fb4f68a3a02a49722ee793c646f..941269610c99b20f10a561cbe418cff59f9856dd 100644 (file)
@@ -265,7 +265,7 @@ the stylesheets -- then you can ignore this "Part 2" section; the
 
      rm -f DOCBOOK-BUILD.LOG && \
      . ~/docbk.sh && \
-     $DOCBOOK_SVN/releasetools/build-clean && \
+     $DOCBOOK_SVN/buildtools/build-clean && \
      make all 2>&1 \
        XSLTENGINE=xsltproc \
        | tee DOCBOOK-BUILD.LOG && \
@@ -385,7 +385,7 @@ you're not a project member, you can safely ignore this part.
 
      rm -f DOCBOOK-BUILD.LOG && \
      . ~/docbk.sh && \
-     $DOCBOOK_SVN/releasetools/build-clean && \
+     $DOCBOOK_SVN/buildtools/build-clean && \
      make all 2>&1 \
        XSLTENGINE=xsltproc \
        | tee DOCBOOK-BUILD.LOG && \
index 08e978f0d24f4d5a3683a9d3aa8e597cc1b4006b..95a357ddaa04b5054de5ead2c9bc9adac422e66c 100644 (file)
@@ -4,39 +4,53 @@
   xml:lang="en" xml:id="releasenotes"
   version="5.0">
 <info>
-  <title>Release Notes</title>
-  <subtitle>DocBook Project XSL Stylesheets</subtitle>
+  <title>Release Notes for the DocBook XSL Stylesheets</title>
   <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
   <releaseinfo role="cvs">$Revision$ $Date$</releaseinfo>
-  <author><orgname>DocBook Project Development Team</orgname></author>
-</info>
+  <!-- * <author><orgname>DocBook Project Development Team</orgname></author> -->
+
+<abstract>
+<para>These release notes for the DocBook XSL Stylesheets
+  distribution are available in the following formats:
+  <link
+    xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/reference.html"
+    >HTML</link>,
+  <link
+    xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/reference.pdf"
+    >PDF</link>,
+  <link
+    xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/reference.txt"
+    >plain text</link>. This document provides a per-release list
+of enhancements and changes to the stylesheets’ public APIs
+(user-configurable parameters) and excludes descriptions of most
+bug fixes. For a complete list of all changes (including all bug
+fixes) that have been made since the previous release, see the
+separate <link xlink:href="NEWS">NEWS</link> (plain text) or <link
+  xlink:href="NEWS.html">NEWS.html</link> files. Also available:
+An online <link
+  xlink:href="http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/xsl/?view=log"
+  >hyperlinked change history</link> (warning: big file) of all
+changes made over the entire history of the codebase.</para>
 
-<!-- * <para>These are the release notes for the DocBook XSL Stylesheets -->
-<!-- * distribution. This document provides an (incomplete) per-release list -->
-<!-- * of enhancements and changes to the stylesheets’ public APIs -->
-<!-- * (user-configurable parameters) and generally excludes descriptions of -->
-<!-- * bug fixes. For a complete list of all changes (including all bug -->
-<!-- * fixes) that have been made since the previous release, see the -->
-<!-- * separate <link xlink:href="NEWS">NEWS</link> (plain text) or <link -->
-<!-- * xlink:href="NEWS.html">NEWS.html</link> files.</para> -->
-<!-- *  -->
 <!-- * <para>As with all DocBook Project <link linkend="dot0">dot-zero</link> -->
 <!-- * releases, this is an experimental release. It will be followed shortly -->
 <!-- * by a stable release.</para> -->
 <!-- *  -->
-<para>This is a pre-release “snapshot” of the DocBook XSL
-Stylesheets. The change information in the first section of this
-file (for “<xi:include href="NEWS.xml"
-xpointer="xpointer(/article/sect1/title/text())"/>”) is
-auto-generated from change descriptions stored in the project
-source-code repository.</para>
-
-<para>That means the first section contains descriptions both of bug
-fixes and of feature changes. The remaning sections are manually
-edited changelog subsets that exclude bug-fix descriptions – that
-is, trimmed down to just those those descriptions that document
-enhancements and changes to the public APIs (user-configurable
-parameters).</para>
+<!-- * <para>This is a pre-release “snapshot” of the DocBook XSL -->
+<!-- * Stylesheets. The change information in the first section of this -->
+<!-- * file (for “<xi:include href="NEWS.xml" -->
+<!-- * xpointer="xpointer(/article/sect1/title/text())"/>”) is -->
+<!-- * auto-generated from change descriptions stored in the project -->
+<!-- * source-code repository.</para> -->
+<!-- *  -->
+<!-- * <para>That means the first section contains descriptions both of bug -->
+<!-- * fixes and of feature changes. The remaning sections are manually -->
+<!-- * edited changelog subsets that exclude bug-fix descriptions – that -->
+<!-- * is, trimmed down to just those those descriptions that document -->
+<!-- * enhancements and changes to the public APIs (user-configurable -->
+<!-- * parameters).</para> -->
+</abstract>
+</info>
 
 <xi:include href="NEWS.xml" xpointer="xpointer(/article/sect1)"/>
 
index d7e72f57478b1c28a12b40ad154724a28821b0b3..db86b713193653e53a9bdf0775ceaa1a8610da2b 100644 (file)
@@ -5,6 +5,7 @@
 <xsl:import href="../../../html/docbook.xsl"/>
 <xsl:include href="tdg-link.xsl"/>
 <xsl:include href="xsl-param-link.xsl"/>
+<xsl:param name="abstract.notitle.enabled" select="1"/>
 <xsl:param name="html.append"><xsl:text>&#x0a;</xsl:text></xsl:param>
 
 </xsl:stylesheet>