[docs] xmldocs - docelic modified 4 files

docs at icdevgroup.org docs at icdevgroup.org
Sat Oct 9 10:28:04 EDT 2004


User:      docelic
Date:      2004-10-09 14:28:04 GMT
Modified:  bin      refs-autogen
Modified:  docbook  olinkdb-c.xml olinkdb-nc.xml
Added:     images   new.png
Log:
- added globconfs and catconfs to olinkdb setup

- new items (present in cvs-head) are now visually marked. The problem,
 however, is that the nice image appears only later in the page, not at the
 top in TOC (in the TOC, simply "[NEW]" is written).
 I was very much looking forward to this, but the problem is that TOC
 autogeneration routine strips non-text from the title. So, we'll live with
 this ugly display for a while..

Revision  Changes    Path
1.43      +16 -0     xmldocs/bin/refs-autogen


rev 1.43, prev_rev 1.42
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- refs-autogen	9 Oct 2004 13:11:25 -0000	1.42
+++ refs-autogen	9 Oct 2004 14:28:03 -0000	1.43
@@ -377,6 +377,22 @@
 	# DONE
 	$ag{latest} = $hash{version};
 
+	# Visually mark NEW (cvs-head) items
+	if ( @{ $ag{'_available in'} } == 1 and
+		${$ag{'_available in'}}[0] eq $ag{latest} ) {
+		$ag{purpose} = <<ENDD;
+<inlinemediaobject>
+<imageobject>
+<imagedata fileref="./images/new.png" format="PNG"/>
+</imageobject>
+<textdata>
+<phrase>[NEW]</phrase>
+</textdata>
+</inlinemediaobject>
+$ag{purpose}
+ENDD
+	}
+
 	# Expand template
 	my $template = $templates{ $ag{"_symbol type"} };
 	$template or warn "No template $ag{'_symbol type'} ?\n";



1.4       +12 -0     xmldocs/docbook/olinkdb-c.xml


rev 1.4, prev_rev 1.3
Index: olinkdb-c.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-c.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- olinkdb-c.xml	1 Oct 2004 16:28:38 -0000	1.3
+++ olinkdb-c.xml	9 Oct 2004 14:28:03 -0000	1.4
@@ -10,6 +10,8 @@
 	<!ENTITY uitags SYSTEM "../tmp/uitags-c.db"> 
 	<!ENTITY usertags SYSTEM "../tmp/usertags-c.db"> 
 	<!ENTITY systemtags SYSTEM "../tmp/systemtags-c.db"> 
+	<!ENTITY globconfs SYSTEM "../tmp/globconfs-c.db"> 
+	<!ENTITY catconfs SYSTEM "../tmp/catconfs-c.db"> 
 ]>
 
 <targetset>
@@ -73,6 +75,16 @@
 				&systemtags;
 				</document>
 			</dir>
+			
+			<dir name='globconfs'>
+				<document targetdoc="globconfs">
+				&globconfs;
+				</document>
+			</dir>
+			
+			<dir name='catconfs'>
+				<document targetdoc="catconfs">
+				&catconfs;
 
 		</dir>
 	</sitemap>



1.4       +4 -0      xmldocs/docbook/olinkdb-nc.xml


rev 1.4, prev_rev 1.3
Index: olinkdb-nc.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-nc.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- olinkdb-nc.xml	1 Oct 2004 16:28:38 -0000	1.3
+++ olinkdb-nc.xml	9 Oct 2004 14:28:03 -0000	1.4
@@ -10,6 +10,8 @@
 	<!ENTITY usertags SYSTEM "../tmp/usertags-nc.db"> 
 	<!ENTITY uitags SYSTEM "../tmp/uitags-nc.db"> 
 	<!ENTITY systemtags SYSTEM "../tmp/systemtags-nc.db"> 
+	<!ENTITY globconfs SYSTEM "../tmp/globconfs-nc.db"> 
+	<!ENTITY catconfs SYSTEM "../tmp/catconfs-nc.db"> 
 ]>
 
 <targetset>
@@ -28,6 +30,8 @@
 			<document targetdoc="usertags" baseuri="usertags.html"> &usertags; </document>
 			<document targetdoc="uitags" baseuri="uitags.html"> &uitags; </document>
 			<document targetdoc="systemtags" baseuri="systemtags.html"> &systemtags; </document>
+			<document targetdoc="globconfs" baseuri="globconfs.html"> &globconfs; </document>
+			<document targetdoc="catconfs" baseuri="catconfs.html"> &catconfs; </document>
 		</dir>
 	</sitemap>
 



1.1                  xmldocs/images/new.png


<<new.png: PNG image data, 28 x 10, 8-bit colormap, non-interlaced>>







More information about the docs mailing list