Update of /cvsroot/boost/boost/tools/boostbook/xsl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5421/tools/boostbook/xsl

Modified Files:
        admon.xsl annotation.xsl chunk-common.xsl docbook-layout.xsl 
        docbook.xsl error.xsl function.xsl global.xsl html-single.xsl 
        html.xsl index.xsl library.xsl lookup.xsl macro.xsl 
        manpages.xsl navbar.xsl reference.xsl relative-href.xsl 
        source-highlight.xsl template.xsl type.xsl utility.xsl 
        xref.xsl 
Log Message:
Cross merge HEAD and RC_1_34_0.

Index: admon.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/admon.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- admon.xsl   8 Oct 2004 23:03:02 -0000       1.1
+++ admon.xsl   13 Nov 2006 16:24:15 -0000      1.2
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: annotation.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/annotation.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- annotation.xsl      6 Sep 2006 23:46:50 -0000       1.18
+++ annotation.xsl      13 Nov 2006 16:24:15 -0000      1.19
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:key name="classes" match="class|struct|union" use="@name"/>

Index: chunk-common.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/chunk-common.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- chunk-common.xsl    28 Nov 2004 04:36:05 -0000      1.3
+++ chunk-common.xsl    13 Nov 2006 16:24:15 -0000      1.4
@@ -1,4 +1,11 @@
 <?xml version="1.0"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: docbook-layout.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/docbook-layout.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- docbook-layout.xsl  7 Jul 2004 18:41:12 -0000       1.5
+++ docbook-layout.xsl  13 Nov 2006 16:24:15 -0000      1.6
@@ -1,4 +1,11 @@
 <?xml version = "1.0" encoding = "utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 
 <xsl:stylesheet version = "1.0"
    xmlns:xsl = "http://www.w3.org/1999/XSL/Transform";

Index: docbook.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/docbook.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- docbook.xsl 7 Sep 2006 22:34:36 -0000       1.21
+++ docbook.xsl 13 Nov 2006 16:24:15 -0000      1.22
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:include href="reference.xsl"/>

Index: error.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/error.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- error.xsl   12 Mar 2003 22:01:42 -0000      1.1
+++ error.xsl   13 Nov 2006 16:24:15 -0000      1.2
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:template name="print.warning.context">

Index: function.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/function.xsl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- function.xsl        1 Aug 2006 14:00:22 -0000       1.25
+++ function.xsl        13 Nov 2006 16:24:15 -0000      1.26
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: global.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/global.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- global.xsl  20 Feb 2006 03:09:03 -0000      1.2
+++ global.xsl  13 Nov 2006 16:24:15 -0000      1.3
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
   <xsl:template name="global-synopsis">
     <xsl:param name="indentation" select="0" />

Index: html-single.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/html-single.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- html-single.xsl     4 Apr 2006 22:57:29 -0000       1.6
+++ html-single.xsl     13 Nov 2006 16:24:15 -0000      1.7
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 
xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision";
                 version="1.0">

Index: html.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/html.xsl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- html.xsl    29 Sep 2006 15:10:06 -0000      1.26
+++ html.xsl    13 Nov 2006 16:24:15 -0000      1.27
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 
xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision";
                 version="1.0">

Index: index.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/index.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.xsl   12 Mar 2003 22:01:43 -0000      1.1
+++ index.xsl   13 Nov 2006 16:24:15 -0000      1.2
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:template match="class-index">

Index: library.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/library.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- library.xsl 23 Aug 2004 16:17:18 -0000      1.4
+++ library.xsl 13 Nov 2006 16:24:15 -0000      1.5
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:key name="library-categories" match="library" 

Index: lookup.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/lookup.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lookup.xsl  14 Apr 2006 20:35:25 -0000      1.8
+++ lookup.xsl  13 Nov 2006 16:24:15 -0000      1.9
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: macro.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/macro.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- macro.xsl   3 Jul 2004 22:20:11 -0000       1.2
+++ macro.xsl   13 Nov 2006 16:24:15 -0000      1.3
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:template match="macro" mode="synopsis">

Index: manpages.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/manpages.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- manpages.xsl        19 Mar 2003 18:27:56 -0000      1.3
+++ manpages.xsl        13 Nov 2006 16:24:15 -0000      1.4
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: navbar.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/navbar.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- navbar.xsl  24 Jan 2006 00:14:23 -0000      1.5
+++ navbar.xsl  13 Nov 2006 16:24:15 -0000      1.6
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: reference.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/reference.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- reference.xsl       7 Oct 2005 17:51:29 -0000       1.6
+++ reference.xsl       13 Nov 2006 16:24:15 -0000      1.7
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:include href="annotation.xsl"/>

Index: relative-href.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/relative-href.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- relative-href.xsl   17 Mar 2006 14:27:08 -0000      1.4
+++ relative-href.xsl   13 Nov 2006 16:24:15 -0000      1.5
@@ -1,4 +1,11 @@
 <?xml version="1.0"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: source-highlight.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/source-highlight.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- source-highlight.xsl        27 Sep 2004 05:13:06 -0000      1.4
+++ source-highlight.xsl        13 Nov 2006 16:24:15 -0000      1.5
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <xsl:param name="boost.syntax.highlight">1</xsl:param>

Index: template.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/template.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- template.xsl        29 Aug 2003 14:45:37 -0000      1.4
+++ template.xsl        13 Nov 2006 16:24:15 -0000      1.5
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
   <!-- Determine the length of a template header synopsis -->

Index: type.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/type.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- type.xsl    4 Apr 2006 22:16:40 -0000       1.15
+++ type.xsl    13 Nov 2006 16:24:15 -0000      1.16
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 

Index: utility.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/utility.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- utility.xsl 12 Mar 2003 22:01:43 -0000      1.1
+++ utility.xsl 13 Nov 2006 16:24:15 -0000      1.2
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <!DOCTYPE xsl:stylesheet [
 <!ENTITY nbsp "&#160;">
 ]>

Index: xref.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/xref.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xref.xsl    28 Nov 2004 04:36:05 -0000      1.2
+++ xref.xsl    13 Nov 2006 16:24:15 -0000      1.3
@@ -1,4 +1,11 @@
 <?xml version="1.0"?>
+<!--
+   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+  
+   Distributed under the Boost Software License, Version 1.0.
+   (See accompanying file LICENSE_1_0.txt or copy at
+   http://www.boost.org/LICENSE_1_0.txt)
+  -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 
xmlns:suwl="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.UnwrapLinks";
                 exclude-result-prefixes="suwl"


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to