[docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Sun May 29 11:05:05 EDT 2005


User:      docelic
Date:      2005-05-29 15:05:05 GMT
Modified:  docbook  olinkdb-c.xml olinkdb-nc.xml
Log:
- Add filters to sitemaps

Revision  Changes    Path
1.13      +8 -1      xmldocs/docbook/olinkdb-c.xml


rev 1.13, prev_rev 1.12
Index: olinkdb-c.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-c.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- olinkdb-c.xml	24 May 2005 21:42:18 -0000	1.12
+++ olinkdb-c.xml	29 May 2005 15:05:05 -0000	1.13
@@ -10,8 +10,9 @@
 	<!ENTITY pragmas SYSTEM "../tmp/pragmas-c.db"> 
 	<!-- COMPOUNDS -->
 	<!ENTITY tags SYSTEM "../tmp/tags-c.db"> 
-	<!ENTITY confs SYSTEM "../tmp/confs-c.db"> 
 	<!ENTITY vars SYSTEM "../tmp/vars-c.db"> 
+	<!ENTITY confs SYSTEM "../tmp/confs-c.db"> 
+	<!ENTITY filters SYSTEM "../tmp/filters-c.db"> 
 ]>
 
 <targetset>
@@ -79,6 +80,12 @@
 			<dir name='confs'>
 				<document targetdoc="confs">
 				&confs;
+				</document>
+			</dir>
+
+			<dir name='filters'>
+				<document targetdoc="filters">
+				&filters;
 				</document>
 			</dir>
 



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


rev 1.13, prev_rev 1.12
Index: olinkdb-nc.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-nc.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- olinkdb-nc.xml	24 May 2005 21:42:18 -0000	1.12
+++ olinkdb-nc.xml	29 May 2005 15:05:05 -0000	1.13
@@ -12,6 +12,7 @@
 	<!ENTITY vars SYSTEM "../tmp/vars-nc.db"> 
 	<!ENTITY tags SYSTEM "../tmp/tags-nc.db"> 
 	<!ENTITY confs SYSTEM "../tmp/confs-nc.db"> 
+	<!ENTITY filters SYSTEM "../tmp/filters-nc.db"> 
 ]>
 
 <targetset>
@@ -32,6 +33,7 @@
 			<!-- COMPOUNDS -->
 			<document targetdoc="tags" baseuri="tags.html"> &tags; </document>
 			<document targetdoc="confs" baseuri="confs.html"> &confs; </document>
+			<document targetdoc="filters" baseuri="filters.html"> &filters; </document>
 		</dir>
 	</sitemap>
 








More information about the docs mailing list