[docs] xmldocs - docelic modified 7 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Nov 21 19:18:44 EST 2004


User:      docelic
Date:      2004-11-22 00:18:43 GMT
Modified:  .        TODO
Modified:  bin      generic-autogen
Modified:  docbook  common.xsl olinkdb-c.xml olinkdb-nc.xml
Modified:  howtos   daemon-control
Modified:  refs     banner
Log:
Various little tweaks and fixes

Revision  Changes    Path
1.50      +1 -1      xmldocs/TODO


rev 1.50, prev_rev 1.49
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- TODO	20 Nov 2004 14:40:39 -0000	1.49
+++ TODO	22 Nov 2004 00:18:43 -0000	1.50
@@ -7,7 +7,7 @@
 - Image tag, sort out mgkpath thing
 - To be able to build docs for 5.2 (so, excluding cvs-head)
 - Fix mess with entities
-- Commit log-files howto from denali
+- Commit log-files, glos-OS and more of the bunch from denali
 
 - Ask ndw about including [NEW!] and [TODO!] in titles in TOC.
 



1.7       +1 -0      xmldocs/bin/generic-autogen


rev 1.7, prev_rev 1.6
Index: generic-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/generic-autogen,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- generic-autogen	14 Nov 2004 00:30:00 -0000	1.6
+++ generic-autogen	22 Nov 2004 00:18:43 -0000	1.7
@@ -72,6 +72,7 @@
 __ENDP__
 
 # OPEN GLOSSARY ENTITIES
+print "GEN: docbook/auto$cat.ent\n";
 open ENT, "> docbook/auto$cat.ent" or
 	die "Can't wropen docbook/$cat.ent ($!)\n";
 



1.16      +1 -1      xmldocs/docbook/common.xsl


rev 1.16, prev_rev 1.15
Index: common.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/common.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- common.xsl	7 Nov 2004 14:53:07 -0000	1.15
+++ common.xsl	22 Nov 2004 00:18:43 -0000	1.16
@@ -19,7 +19,7 @@
 	<xsl:param name="callout.graphics.path">./images/</xsl:param>
 
 	<xsl:param name="glossary.auto.link">0</xsl:param>
-	<xsl:param name="glossterm.auto.link">1</xsl:param>
+	<xsl:param name="glossterm.auto.link">0</xsl:param>
 	<xsl:param name="glossentry.show.acronym">yes</xsl:param>
 	<xsl:param name="glossary.as.blocks">yes</xsl:param>
 



1.6       +7 -0      xmldocs/docbook/olinkdb-c.xml


rev 1.6, prev_rev 1.5
Index: olinkdb-c.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-c.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- olinkdb-c.xml	9 Oct 2004 20:33:34 -0000	1.5
+++ olinkdb-c.xml	22 Nov 2004 00:18:43 -0000	1.6
@@ -7,6 +7,7 @@
 	<!ENTITY glossary SYSTEM "../tmp/glossary-c.db"> 
 	<!ENTITY pragmas SYSTEM "../tmp/pragmas-c.db"> 
 	<!ENTITY globvars SYSTEM "../tmp/globvars-c.db"> 
+	<!ENTITY catvars SYSTEM "../tmp/catvars-c.db"> 
 	<!ENTITY uitags SYSTEM "../tmp/uitags-c.db"> 
 	<!ENTITY usertags SYSTEM "../tmp/usertags-c.db"> 
 	<!ENTITY systemtags SYSTEM "../tmp/systemtags-c.db"> 
@@ -55,6 +56,12 @@
 			<dir name='globvars'>
 				<document targetdoc="globvars">
 				&globvars;
+				</document>
+			</dir>
+			
+			<dir name='catvars'>
+				<document targetdoc="catvars">
+				&catvars;
 				</document>
 			</dir>
 			



1.5       +2 -0      xmldocs/docbook/olinkdb-nc.xml


rev 1.5, prev_rev 1.4
Index: olinkdb-nc.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-nc.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- olinkdb-nc.xml	9 Oct 2004 14:28:03 -0000	1.4
+++ olinkdb-nc.xml	22 Nov 2004 00:18:43 -0000	1.5
@@ -7,6 +7,7 @@
 	<!ENTITY glossary SYSTEM "../tmp/glossary-nc.db"> 
 	<!ENTITY pragmas SYSTEM "../tmp/pragmas-nc.db"> 
 	<!ENTITY globvars SYSTEM "../tmp/globvars-nc.db"> 
+	<!ENTITY catvars SYSTEM "../tmp/catvars-nc.db"> 
 	<!ENTITY usertags SYSTEM "../tmp/usertags-nc.db"> 
 	<!ENTITY uitags SYSTEM "../tmp/uitags-nc.db"> 
 	<!ENTITY systemtags SYSTEM "../tmp/systemtags-nc.db"> 
@@ -27,6 +28,7 @@
 			<document targetdoc="glossary" baseuri="glossary.html"> &glossary; </document>
 			<document targetdoc="pragmas" baseuri="pragmas.html"> &pragmas; </document>
 			<document targetdoc="globvars" baseuri="globvars.html"> &globvars; </document>
+			<document targetdoc="catvars" baseuri="catvars.html"> &catvars; </document>
 			<document targetdoc="usertags" baseuri="usertags.html"> &usertags; </document>
 			<document targetdoc="uitags" baseuri="uitags.html"> &uitags; </document>
 			<document targetdoc="systemtags" baseuri="systemtags.html"> &systemtags; </document>



1.2       +5 -5      xmldocs/howtos/daemon-control


rev 1.2, prev_rev 1.1
Index: daemon-control
===================================================================
RCS file: /var/cvs/xmldocs/howtos/daemon-control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- daemon-control	20 Nov 2004 14:40:39 -0000	1.1
+++ daemon-control	22 Nov 2004 00:18:43 -0000	1.2
@@ -1,8 +1,8 @@
-<chapter id="ControlDaemon">
+<chapter id="daemon-control">
 
 	<chapterinfo>
 		<title>Control Interchange Daemon</title>
-		<titleabbrev>daemoncontrol</titleabbrev>
+		<titleabbrev>daemon-control</titleabbrev>
 
 		<keywordset>
 			<keyword>control</keyword>
@@ -32,10 +32,10 @@
 
 	</chapterinfo>
 
-	<sect1 id='daemoncontrol_introduction'>
+	<sect1 id='daemon-control_introduction'>
 		<title>Introduction</title>
 		<para>
-		HOW-TO version: $Id: daemon-control,v 1.1 2004/11/20 14:40:39 docelic Exp $
+		HOW-TO version: $Id: daemon-control,v 1.2 2004/11/22 00:18:43 docelic Exp $
 		</para>
 		<para>
 		Knowing how to manage the Interchange daemon is one of the very basic
@@ -43,7 +43,7 @@
 		</para>
 	</sect1>
 
-	<sect1 id='daemoncontrol_solution'>
+	<sect1 id='daemon-control_solution'>
 		<title>Solution</title>
 
 		<para>



1.6       +1 -1      xmldocs/refs/banner


rev 1.6, prev_rev 1.5
Index: banner
===================================================================
RCS file: /var/cvs/xmldocs/refs/banner,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- banner	9 Nov 2004 23:16:16 -0000	1.5
+++ banner	22 Nov 2004 00:18:43 -0000	1.6
@@ -143,7 +143,7 @@
 &IC; has a built-in banner display system designed to show 
 &glos-ad; or other
 messages, according to optional categories and
-<glossterm linkend="weighting_system">weighting</glossterm>.
+&glos-weighted; values.
 All this functionality is accessible using the <tag>banner</tag> tag.
 </para><para>
 The &glos-weighted; system,








More information about the docs mailing list