techtonik Tue Nov 2 14:04:45 2004 EDT
Modified files:
/phpdoc/xsl howto.xsl
Log:
small cleanup
http://cvs.php.net/diff.php/phpdoc/xsl/howto.xsl?r1=1.4&r2=1.5&ty=u
Index: phpdoc/xsl/howto.xsl
diff -u phpdoc/xsl/howto.xsl:1.4 phpdoc/xsl/howto.xsl:1.5
--- phpdoc/xsl/howto.xsl:1.4 Tue Nov 2 09:36:33 2004
+++ phpdoc/xsl/howto.xsl Tue Nov 2 14:04:44 2004
@@ -3,7 +3,7 @@
HOWTO specific stylesheet based on Docbook XSL 1.66.1
- $Id: howto.xsl,v 1.4 2004/11/02 14:36:33 techtonik Exp $
+ $Id: howto.xsl,v 1.5 2004/11/02 19:04:44 techtonik Exp $
-->
<!--
@@ -12,7 +12,7 @@
- output directory for howto is 'howto/html'
- xsltproc chunks quietly using division's ids as filenames
- verbatim parts (like programlisting) are shaded and newlines from start and in
the end
- are stripped
+ are stripped (now in common.xsl)
- chunk default.css stylesheet
- TOCs are generated only for book, part, chapter and preface.2-level Book ToC and
1-level Part Toc
- TOC labels not included in href
@@ -32,7 +32,7 @@
- if not chunking - include stylesheet as <head> <style> element
Commited by techtonik
- Proposals and questions can be sent at php.net
+ Proposals and questions can be sent at php.net / techtonik
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@@ -51,8 +51,6 @@
<!-- These should be migrated to common customizations -->
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="chunk.quietly" select="1"/>
- <!-- Turn on background shading for program listings and screens -->
- <xsl:param name="shade.verbatim" select="1"/>
<!-- Autogenerated below -->
<xsl:param name="html.stylesheet" select="'default.css'"/>
@@ -211,7 +209,6 @@
/* Make literals look like in DSSSL - vars */
.literal {font:oblique 1em serif;}
-.parameter {font:italic;}
.filename {font:monospace}