[Nice-commit] Nice/web new.xsl,1.6,1.7
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-26 13:44:28
|
Update of /cvsroot/nice/Nice/web
In directory sc8-pr-cvs1:/tmp/cvs-serv9876/web
Modified Files:
new.xsl
Log Message:
Added generation of PDF and PS versions of the manual.
Link directly to nice-info, that's the only one for users.
Index: new.xsl
===================================================================
RCS file: /cvsroot/nice/Nice/web/new.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** new.xsl 11 Mar 2003 23:26:16 -0000 1.6
--- new.xsl 26 Apr 2003 13:44:23 -0000 1.7
***************
*** 87,90 ****
--- 87,93 ----
<span class="small">o</span><xsl:text> </xsl:text>
<a class="nav" href="manual.html">Manual</a>
+ (<a class="nav" href="manual.html">online</a>,
+ <a class="nav" href="manual.pdf">PDF</a>,
+ <a class="nav" href="manual.ps">PS</a>)
<br />
<span class="small">o</span><xsl:text> </xsl:text>
***************
*** 139,143 ****
<br />
<span class="small">o</span><xsl:text> </xsl:text>
! <a class="nav" href="http://sourceforge.net/mail/?group_id=12788">Mailing List</a>
<!--
<br />
--- 142,146 ----
<br />
<span class="small">o</span><xsl:text> </xsl:text>
! <a class="nav" href="http://lists.sourceforge.net/lists/listinfo/nice-info">Mailing List</a>
<!--
<br />
|