[docs] xmldocs - docelic modified 9 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Oct 3 15:05:05 EDT 2004


User:      docelic
Date:      2004-10-03 19:05:05 GMT
Modified:  .        Makefile TODO
Modified:  docbook  html-chunks.xsl html-common.xsl xmldocs.css
Modified:  images   home.gif up.gif
Added:     images   next.gif prev.gif
Log:
- various

Revision  Changes    Path
1.27      +5 -0      xmldocs/Makefile


rev 1.27, prev_rev 1.26
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile	2 Oct 2004 20:37:19 -0000	1.26
+++ Makefile	3 Oct 2004 19:05:05 -0000	1.27
@@ -85,6 +85,11 @@
 	  docbook/html-nochunks.xsl $<
 	  tail +2 $@ > $T/tail
 	  mv $T/tail $@
+olinkdbs-c olinks-c:                                              \
+	$(patsubst %.xml,$T/%-c.db,$(shell find $(VPATH) -name '*.xml' | \
+	awk -F/ '{ print $$2 }'))                                         \
+	$(patsubst %.xml,$T/%-c.db,$(shell find $(VPATH) -name '*.xml' | \
+	awk -F/ '{ print $$2 }'))
 $T/%-c.db: %.xml $T
 	$(PSR) $(PSR_FLAGS)                                               \
 	  --stringparam collect.xref.targets only                         \



1.30      +1 -0      xmldocs/TODO


rev 1.30, prev_rev 1.29
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- TODO	2 Oct 2004 20:37:19 -0000	1.29
+++ TODO	3 Oct 2004 19:05:05 -0000	1.30
@@ -124,3 +124,4 @@
 explain version naming.. stable/unstable and how 5.3.0 implies next stable
 
 script to [un]comment debug lines
+Say about accesskeys in html source, for key-based navigation



1.8       +1 -1      xmldocs/docbook/html-chunks.xsl


rev 1.8, prev_rev 1.7
Index: html-chunks.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/html-chunks.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- html-chunks.xsl	8 Aug 2004 20:20:17 -0000	1.7
+++ html-chunks.xsl	3 Oct 2004 19:05:05 -0000	1.8
@@ -16,7 +16,7 @@
 
 	<xsl:param name="use.id.as.filename"/>
 	<xsl:param name="root.filename">index</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
+	<xsl:param name="chunk.fast">0</xsl:param>
 	<xsl:param name="chunk.section.depth">1</xsl:param>
 	<xsl:param name="chunker.output.encoding">ISO8859-1</xsl:param>
 	<xsl:param name="chunker.output.indent">no</xsl:param>



1.5       +1 -1      xmldocs/docbook/html-common.xsl


rev 1.5, prev_rev 1.4
Index: html-common.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/html-common.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html-common.xsl	6 Aug 2004 11:26:47 -0000	1.4
+++ html-common.xsl	3 Oct 2004 19:05:05 -0000	1.5
@@ -6,7 +6,7 @@
 
 	<xsl:param name="para.propagates.style">1</xsl:param>
 
-	<!-- <xsl:param name="glossary.auto.link">1</xsl:param> -->
+	<xsl:param name="glossary.auto.link">1</xsl:param>
 
 </xsl:stylesheet>
 



1.16      +11 -2     xmldocs/docbook/xmldocs.css


rev 1.16, prev_rev 1.15
Index: xmldocs.css
===================================================================
RCS file: /var/cvs/xmldocs/docbook/xmldocs.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xmldocs.css	25 Sep 2004 10:12:28 -0000	1.15
+++ xmldocs.css	3 Oct 2004 19:05:05 -0000	1.16
@@ -300,17 +300,26 @@
 	color: #208cbd;
 }
 
+img {
+	border: 0;
+}
+
 
 thead {
 	background-color: black;
 	color: white; 
 } 
 
-table, tbody, thead, tfoot, tr, td {
+.informaltable table,
+.informaltable tbody,
+.informaltable thead,
+.informaltable tfoot,
+.informaltable td {
 	border-color: #8F8F8F;
 	border: none;
 	border: 0.5pt solid black;
+	border: 0.5pt solid black;
 	padding: 0;
 	margin: 0
-} 
+}
 



1.2       +5 -1      xmldocs/images/home.gif


<<home.gif: PNG image data, 30 x 29, 8-bit/color RGBA, non-interlaced>>


1.2       +10 -1     xmldocs/images/up.gif


<<up.gif: PNG image data, 36 x 42, 8-bit/color RGBA, non-interlaced>>


1.1                  xmldocs/images/next.gif


<<next.gif: PNG image data, 50 x 35, 8-bit/color RGBA, non-interlaced>>


1.1                  xmldocs/images/prev.gif


<<prev.gif: PNG image data, 50 x 36, 8-bit/color RGBA, non-interlaced>>







More information about the docs mailing list