[docs] xmldocs - docelic modified 4 files

docs at icdevgroup.org docs at icdevgroup.org
Mon Jan 3 15:36:40 EST 2005


User:      docelic
Date:      2005-01-03 20:36:39 GMT
Modified:  docbook  literals.ent olinkdb-c.xml olinkdb-nc.xml
Modified:           xmldocs.css
Log:
- xmldocs.css: CSS selectors for nicer styling of glossary
- docbook/olinkdb-*.xml: "Compressed" globvars and catvars to single doc 'vars'
- docbook/literals.ent: Defined some supporting XML entities

Revision  Changes    Path
1.23      +5 -0      xmldocs/docbook/literals.ent


rev 1.23, prev_rev 1.22
Index: literals.ent
===================================================================
RCS file: /var/cvs/xmldocs/docbook/literals.ent,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- literals.ent	27 Dec 2004 01:06:11 -0000	1.22
+++ literals.ent	3 Jan 2005 20:36:39 -0000	1.23
@@ -22,6 +22,7 @@
 <!ENTITY BDBM "<ulink url='http://http://www.sleepycat.com//'>Berkeley DBM</ulink>">
 <!ENTITY GDBM "<ulink url='http://www.delorie.com/gnu/docs/gdbm/'>GNU DBM</ulink>">
 <!ENTITY NFS "<ulink url='http://nfs.sourceforge.net/'>NFS</ulink>">
+<!ENTITY IMAGEMAGICK "<ulink url='http://www.imagemagick.org/'>ImageMagick</ulink>">
 
 
 
@@ -69,6 +70,7 @@
 <!ENTITY DEF_STRUCTURE "None.">
 <!ENTITY DEF_FILTER_TYPE "Unspecified.">
 <!ENTITY DEF_DIRECTIVE_TYPE "Catalog directive">
+<!ENTITY DEF_VARIABLE_TYPE "Catalog variable">
 
 
 
@@ -257,4 +259,7 @@
 <ulink url='http://www.icdevgroup.org/mailman/listinfo/interchange-biz'>Interchange-biz</ulink> mailing list. 
 </para>
 ">
+
+<!ENTITY CAs "<emphasis>CommonAdjust string</emphasis>">
+<!ENTITY P "<replaceable>PREFIX</replaceable>">
 



1.9       +4 -11     xmldocs/docbook/olinkdb-c.xml


rev 1.9, prev_rev 1.8
Index: olinkdb-c.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-c.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- olinkdb-c.xml	8 Dec 2004 12:39:58 -0000	1.8
+++ olinkdb-c.xml	3 Jan 2005 20:36:39 -0000	1.9
@@ -6,11 +6,10 @@
 	<!ENTITY howtos SYSTEM "../tmp/howtos-c.db"> 
 	<!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"> 
 	<!-- COMPOUNDS -->
 	<!ENTITY tags SYSTEM "../tmp/tags-c.db"> 
 	<!ENTITY confs SYSTEM "../tmp/confs-c.db"> 
+	<!ENTITY vars SYSTEM "../tmp/vars-c.db"> 
 ]>
 
 <targetset>
@@ -51,18 +50,12 @@
 				</document>
 			</dir>
 			
-			<dir name='globvars'>
-				<document targetdoc="globvars">
-				&globvars;
+			<dir name='vars'>
+				<document targetdoc="vars">
+				&vars;
 				</document>
 			</dir>
 			
-			<dir name='catvars'>
-				<document targetdoc="catvars">
-				&catvars;
-				</document>
-			</dir>
-
 			<dir name='tags'>
 				<document targetdoc="tags">
 				&tags;



1.9       +2 -4      xmldocs/docbook/olinkdb-nc.xml


rev 1.9, prev_rev 1.8
Index: olinkdb-nc.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-nc.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- olinkdb-nc.xml	8 Dec 2004 12:39:58 -0000	1.8
+++ olinkdb-nc.xml	3 Jan 2005 20:36:39 -0000	1.9
@@ -6,9 +6,8 @@
 	<!ENTITY howtos SYSTEM "../tmp/howtos-nc.db"> 
 	<!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"> 
 	<!-- COMPOUNDS -->
+	<!ENTITY vars SYSTEM "../tmp/vars-nc.db"> 
 	<!ENTITY tags SYSTEM "../tmp/tags-nc.db"> 
 	<!ENTITY confs SYSTEM "../tmp/confs-nc.db"> 
 ]>
@@ -25,8 +24,7 @@
 			<document targetdoc="howtos" baseuri="howtos.html"> &howtos; </document>
 			<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="vars" baseuri="vars.html"> &vars; </document>
 			<!-- COMPOUNDS -->
 			<document targetdoc="tags" baseuri="tags.html"> &tags; </document>
 			<document targetdoc="confs" baseuri="confs.html"> &confs; </document>



1.19      +31 -0     xmldocs/docbook/xmldocs.css


rev 1.19, prev_rev 1.18
Index: xmldocs.css
===================================================================
RCS file: /var/cvs/xmldocs/docbook/xmldocs.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xmldocs.css	27 Dec 2004 01:06:11 -0000	1.18
+++ xmldocs.css	3 Jan 2005 20:36:39 -0000	1.19
@@ -329,3 +329,34 @@
 	margin: 0
 }
 
+/*
+	Glossary styling:
+
+	.glossary .titlepage . . h2.title <a/> /h2 / / . / / 
+		.glossdiv h3.title /h3
+			dl dt /dt dd /dd p /p /dd 
+*/
+
+.glossary dl dt {
+	margin: 0;
+	padding: 0;
+	background-color: #6ca6c8;
+	border: 1px dashed #fff;
+	padding: 4px 4px 4px 4px;
+	color: #fff;
+	font-weight: bold;
+	margin-bottom: 20px;
+}
+
+/* TODO decorate the following two at least a little bit */
+.glossary .section .titlepage h2.title {
+	background-color: #FFF;
+	border: none; /* 1px dashed #6ca6c8;*/
+	color: #000;
+}
+.glossary .section .titlepage h3.title {
+	background-color: #FFF;
+	border: none; /* 1px dashed #6ca6c8;*/
+	color: #000;
+	font-weight: bold;
+}








More information about the docs mailing list