You can subscribe to this list here.
2003 |
Jan
|
Feb
(89) |
Mar
(219) |
Apr
(82) |
May
(33) |
Jun
(11) |
Jul
(129) |
Aug
(357) |
Sep
(34) |
Oct
(37) |
Nov
(42) |
Dec
(182) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(59) |
Feb
(74) |
Mar
(196) |
Apr
(205) |
May
(109) |
Jun
(268) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/images/callouts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20425/xml/xsl/images/callouts Added Files: 14.png 2.gif 10.png 15.gif 14.gif 3.png 1.png 13.gif 4.png 3.gif 7.gif 6.png 10.gif 12.gif 2.png 9.gif 15.png 9.png 11.gif 5.png 4.gif 8.gif 12.png 1.gif 7.png 8.png 6.gif ChangeLog 5.gif 11.png 13.png Log Message: xml pour l'aide en docbook --- NEW FILE: 8.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 14.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 14.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 13.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 13.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 11.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 6.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 9.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 11.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 10.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 12.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 9.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 10.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 12.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ChangeLog --- 2002-05-17 Norman Walsh <nw...@us...> * 11.gif, 11.png, 12.gif, 12.png, 13.gif, 13.png, 14.gif, 14.png, 15.gif, 15.png: New file. 2002-01-28 Norman Walsh <nw...@us...> * 1.gif, 10.gif, 2.gif, 3.gif, 4.gif, 5.gif, 6.gif, 7.gif, 8.gif, 9.gif: New file. 2001-04-02 Norman Walsh <nw...@us...> * 1.png, 10.png, 2.png, 3.png, 4.png, 5.png, 6.png, 7.png, 8.png, 9.png: New file. --- NEW FILE: 1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 15.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 15.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 7.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 4.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 5.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 8.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 5.gif --- (This appears to be a binary file; contents omitted.) |
From: Frederic D. <de...@us...> - 2004-06-01 11:14:04
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20425/xml/xsl/template Added Files: titlepage.xsl testtemplate.xml ChangeLog README biblioentry.xsl Log Message: xml pour l'aide en docbook --- NEW FILE: README --- This directory contains rudimentary support for the notion of stylesheet templates. The idea is that if you want to change the behavior of the stylesheets, for example, processing different bibliography elements, you will construct a tempate document that describes what you want and then process that template with the "template" stylesheet. The result of this processing will be a customization layer for the DocBook XSL Stylesheets that does what you want. This removes the stylesheet customizer from the burdon of figuring out how the stylesheets work and modifying them. In theory, anyway... --- NEW FILE: titlepage.xsl --- <?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0" xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="doc t param" version='1.0'> <!-- ******************************************************************** $Id: titlepage.xsl,v 1.1 2004/06/01 11:13:50 deniger Exp $ ******************************************************************** This file is part of the XSL DocBook Stylesheet distribution. See ../README or http://nwalsh.com/docbook/xsl/ for copyright and other information. ******************************************************************** --> [...1150 lines suppressed...] <xsl:value-of select="$orlist"/> </xsl:when> <xsl:otherwise> <xsl:call-template name="element-or-list"> <xsl:with-param name="elements" select="$elements"/> <xsl:with-param name="element.count" select="$element.count"/> <xsl:with-param name="count" select="$count+1"/> <xsl:with-param name="orlist"> <xsl:value-of select="$orlist"/> <xsl:if test="not($orlist='')">|</xsl:if> <xsl:value-of select="name($elements[position()=$count])"/> </xsl:with-param> </xsl:call-template> </xsl:otherwise> </xsl:choose> </xsl:template> <!-- ==================================================================== --> </xsl:stylesheet> --- NEW FILE: biblioentry.xsl --- <!-- THIS IS BROKEN --> <!-- ==================================================================== --> <xsl:template match="t:biblioentry"> <xsl:text>

</xsl:text> <xsl:element name="xsl:template"> <xsl:attribute name="match">biblioentry</xsl:attribute> <xsl:text>
</xsl:text> <xsl:element name="xsl:variable"> <xsl:attribute name="name">id</xsl:attribute> <xsl:element name="xsl:call-template"> <xsl:attribute name="name">object.id</xsl:attribute> </xsl:element> </xsl:element> <xsl:text>
</xsl:text> <xsl:element name="{@wrapper}"> <xsl:attribute name="id">{$id}</xsl:attribute> <xsl:attribute name="class">{name(.)}</xsl:attribute> <xsl:text>
 </xsl:text> <xsl:element name="a"> <xsl:attribute name="name">{$id}</xsl:attribute> </xsl:element> <xsl:apply-templates mode="biblioentry"/> <xsl:text>
</xsl:text> </xsl:element> <xsl:text>
</xsl:text> </xsl:element> <!-- <xsl:text>

</xsl:text> <xsl:element name="xsl:template"> <xsl:attribute name="match">biblioentry/biblioset</xsl:attribute> <xsl:apply-templates mode="biblioentry"/> </xsl:element> --> </xsl:template> <xsl:template match="t:if" mode="biblioentry"> <xsl:element name="xsl:if"> <xsl:attribute name="test"> <xsl:value-of select="@test"/> </xsl:attribute> <xsl:apply-templates mode="biblioentry"/> </xsl:element> </xsl:template> <xsl:template match="t:text" mode="biblioentry"> <xsl:element name="xsl:text"> <xsl:apply-templates/> </xsl:element> </xsl:template> <xsl:template match="*" mode="biblioentry"> <xsl:text>
 </xsl:text> <xsl:element name="xsl:apply-templates"> <xsl:attribute name="select"> <xsl:value-of select="name(.)"/> </xsl:attribute> <xsl:attribute name="mode">bibliography.mode</xsl:attribute> </xsl:element> </xsl:template> <xsl:template match="t:or" mode="biblioentry"> <xsl:text>
 </xsl:text> <xsl:element name="xsl:apply-templates"> <xsl:attribute name="select"> <xsl:call-template name="element-or-list"/> </xsl:attribute> <xsl:attribute name="mode">bibliography.mode</xsl:attribute> </xsl:element> </xsl:template> --- NEW FILE: testtemplate.xml --- <t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0" base-stylesheet="../html/docbook.xsl"> <t:titlepage element="article" wrapper="div" class="titlepage"> <t:titlepage-content side="recto"> <title/> <subtitle/> <corpauthor/> <authorgroup/> <author/> <othercredit/> <releaseinfo/> <copyright/> <legalnotice/> <pubdate/> <revision/> <revhistory/> <abstract/> </t:titlepage-content> <t:titlepage-content side="verso"> </t:titlepage-content> <t:titlepage-separator> <hr/> </t:titlepage-separator> <t:titlepage-before side="recto"> </t:titlepage-before> <t:titlepage-before side="verso"> </t:titlepage-before> </t:titlepage> </t:templates> --- NEW FILE: ChangeLog --- 2004-01-29 Norman Walsh <nw...@us...> * titlepage.xsl: Support 'info' everywhere 2003-01-20 Norman Walsh <nw...@us...> * titlepage.xsl: SIGNIFICANT changes to the titlepage template setup. See RELEASE-NOTES. 2002-01-28 Norman Walsh <nw...@us...> * testtemplate.xml: Bug #502952: testtemple.xml was incorrect 2001-08-01 Norman Walsh <nw...@us...> * titlepage.xsl: Add t and param to the excluded result prefixes 2001-05-21 Norman Walsh <nw...@us...> * titlepage.xsl: Reworked titlepage template processing to support use of more interesting predicates. Note: in previous versions, at most one title, subtitle, or titleabbrev element would be processed for each title page. In the new design, if you have multiple title, subtitle, or titleabbrev elements inside an info wrapper (you shouldn't!), they will all be processed. 2001-04-02 Norman Walsh <nw...@us...> * README, biblioentry.xsl, testtemplate.xml, titlepage.xsl: New file. |
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20425/xml/xsl/images Added Files: up.gif important.gif toc-blank.png note.png blank.png next.png tip.tif toc-plus.png caution.png tip.png up.png caution.tif note.tif caution.gif next.gif home.png important.png tip.gif toc-minus.png warning.gif ChangeLog home.gif warning.tif draft.png prev.png important.tif prev.gif warning.png note.gif Log Message: xml pour l'aide en docbook --- NEW FILE: note.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: caution.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: note.tif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: home.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: up.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tip.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: home.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: caution.tif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: important.tif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: warning.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: toc-minus.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: important.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: warning.tif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: important.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: warning.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: next.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ChangeLog --- 2002-02-11 Norman Walsh <nw...@us...> * draft.png: Updated draft image 2002-01-29 Norman Walsh <nw...@us...> * blank.png, draft.png: New file. 2001-11-06 Robert Stayton <bob...@us...> * home.gif, next.gif, prev.gif, up.gif: New file. 2001-04-02 Norman Walsh <nw...@us...> * caution.gif, caution.png, caution.tif, home.png, important.gif, important.png, important.tif, next.png, note.gif, note.png, note.tif, prev.png, tip.gif, tip.png, tip.tif, toc-blank.png, toc-minus.png, toc-plus.png, up.png, warning.gif, warning.png, warning.tif: New file. --- NEW FILE: tip.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: up.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: next.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: draft.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prev.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tip.tif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: toc-blank.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prev.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: toc-plus.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: note.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: blank.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: caution.png --- (This appears to be a binary file; contents omitted.) |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:48
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/tools/olink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/tools/olink Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/tools/olink added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:48
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/xhtml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/xhtml Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/xhtml added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:48
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/tools/profile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/tools/profile Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/tools/profile added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:47
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/javahelp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/javahelp Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/javahelp added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:47
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/profiling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/profiling Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/profiling added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:47
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/tools Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/tools added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:47
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/params In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/params Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/params added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:47
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/lib Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/lib added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:46
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/template Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/template added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:46
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/manpages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/manpages Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/manpages added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:45
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/images/callouts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/images/callouts Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/images/callouts added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:45
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/images Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/images added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:44
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/html Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/html added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:44
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xsltproc/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/xsltproc/python Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xsltproc/python added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:44
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/htmlhelp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/htmlhelp Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/htmlhelp added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xalan2/com/nwalsh In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/xalan2/com/nwalsh Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xalan2/com/nwalsh added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xsltproc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/xsltproc Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xsltproc added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/fo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/fo Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/fo added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/saxon643/com/nwalsh In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/saxon643/com/nwalsh Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/saxon643/com/nwalsh added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/saxon643/com/nwalsh/saxon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/saxon643/com/nwalsh/saxon Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/saxon643/com/nwalsh/saxon added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xalan2/com/nwalsh/xalan In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/xalan2/com/nwalsh/xalan Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xalan2/com/nwalsh/xalan added to the repository |
From: Frederic D. <de...@us...> - 2004-06-01 11:09:43
|
Update of /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xalan2/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/xml/xsl/extensions/xalan2/com Log Message: Directory /cvsroot/fudaa/fudaa_devel/aide/xml/xsl/extensions/xalan2/com added to the repository |