[docs] xmldocs - docelic modified 6 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Jan 8 15:54:54 EST 2006


User:      docelic
Date:      2006-01-08 20:54:54 GMT
Modified:  .        Makefile
Modified:  bin      whatsnew-update
Modified:  docbook  olinkdb-c.xml olinkdb-nc.xml
Modified:  guides   index.xml
Added:     whatsnew WHATSNEW.xml
Log:
- Bump stuff to 5.4 / 5.5.0
- Add support for WHATSNEW entries (works, but I'm still polishing it)

Revision  Changes    Path
1.82      +3 -3      xmldocs/Makefile


rev 1.82, prev_rev 1.81
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- Makefile	16 Dec 2005 13:24:43 -0000	1.81
+++ Makefile	8 Jan 2006 20:54:53 -0000	1.82
@@ -7,8 +7,8 @@
 #
 
 # Those two need to be adjusted with time
-export XMLDOCS_CUR_DEVEL = 5.3.3
-IC_VERSIONS = 4.6.0 4.8.0 5.0.0 5.2.0 cvs-head
+export XMLDOCS_CUR_DEVEL = 5.5.0
+IC_VERSIONS = 4.6.0 4.8.0 5.0.0 5.2.0 5.4.0 cvs-head
 
 #############################################################
 # Base definitions
@@ -32,7 +32,7 @@
 REFS_AUTOGEN = bin/refs-autogen
 REFS_AUTOGEN_FLAGS ?=
 
-VPATH       = guides refs howtos glossary
+VPATH       = guides refs howtos glossary whatsnew
 .SILENT:
 .PHONY: all complete
 .PHONY: skel



1.4       +7 -7      xmldocs/bin/whatsnew-update


rev 1.4, prev_rev 1.3
Index: whatsnew-update
===================================================================
RCS file: /var/cvs/xmldocs/bin/whatsnew-update,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whatsnew-update	5 Dec 2004 23:26:34 -0000	1.3
+++ whatsnew-update	8 Jan 2006 20:54:54 -0000	1.4
@@ -19,7 +19,7 @@
 
 my $archive_dir = "whatsnew/ml";
 my $verbose = 0;
-my $output = "whatsnew/whatsnew.xml";
+my $output = "whatsnew/WHATSNEW.xml";
 my $entry_string = "<!-- AUTO UPDATER -->";
 my @template = <DATA>;
 my $template = join "", @template;
@@ -55,14 +55,14 @@
 }
 
 # Finally, update .xml
-open IN, "< whatsnew/whatsnew.xml" or
-	die "Can't open whatsnew/whatsnew.xml ($!)\n";
+open IN, "< $output" or
+	die "Can't open $output ($!)\n";
 my @wn = <IN>;
 close IN;
 
 my $count = 0;
 for $_ (@wn) {
-	/^(\Q$entry_string\E)$/ and do {
+	/^($entry_string)$/ and do {
 		$_ = "$entry_string\n$final_content";
 	}
 }
@@ -70,7 +70,7 @@
 # And delete parsed stuff
 unlink for @archive;
 
-open OUT, "> whatsnew/whatsnew.xml";
+open OUT, "> $output";
 print OUT @wn;
 close OUT;
 
@@ -88,13 +88,14 @@
 
 	my $run = 0;
 	for $_ (@file) {
-		/^User:\s+(\S+)$/ and $user = $1;
+		/^Developer:\s+(\S+)$/ and $user = $1;
 		/^Date:\s+(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} GMT)$/ and $date = $1;
 		/^Log:$/ and do { $run++; next };
 		/^Revision\s+Changes\s+Path$/ and $run=0;
 		$run and push @log, $_;
 	}
 
+	@log = grep {!/^\s*$/} @log;
 	( $user, $date, [ @log ])
 }
 
@@ -105,7 +106,6 @@
 User: $user
 Date: $date
 </emphasis>
-
 @$log
 </literallayout>
 



1.16      +8 -1      xmldocs/docbook/olinkdb-c.xml


rev 1.16, prev_rev 1.15
Index: olinkdb-c.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-c.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- olinkdb-c.xml	15 Oct 2005 18:32:41 -0000	1.15
+++ olinkdb-c.xml	8 Jan 2006 20:54:54 -0000	1.16
@@ -14,7 +14,8 @@
 	<!ENTITY vars SYSTEM "../tmp/vars-c.db"> 
 	<!ENTITY confs SYSTEM "../tmp/confs-c.db"> 
 	<!ENTITY filters SYSTEM "../tmp/filters-c.db"> 
-	<!ENTITY filters SYSTEM "../tmp/orderchecks-c.db"> 
+	<!ENTITY orderchecks SYSTEM "../tmp/orderchecks-c.db"> 
+	<!ENTITY whatsnew SYSTEM "../tmp/whatsnew-c.db"> 
 ]>
 
 <targetset>
@@ -100,6 +101,12 @@
 			<dir name='orderchecks'>
 				<document targetdoc="orderchecks">
 				&orderchecks;
+				</document>
+			</dir>
+
+			<dir name='whatsnew'>
+				<document targetdoc="whatsnew">
+				&whatsnew;
 				</document>
 			</dir>
 



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


rev 1.17, prev_rev 1.16
Index: olinkdb-nc.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-nc.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- olinkdb-nc.xml	26 Nov 2005 13:32:07 -0000	1.16
+++ olinkdb-nc.xml	8 Jan 2006 20:54:54 -0000	1.17
@@ -15,6 +15,7 @@
 	<!ENTITY confs SYSTEM "../tmp/confs-nc.db"> 
 	<!ENTITY filters SYSTEM "../tmp/filters-nc.db"> 
 	<!ENTITY orderchecks SYSTEM "../tmp/orderchecks-nc.db"> 
+	<!ENTITY whatsnew SYSTEM "../tmp/whatsnew-nc.db"> 
 ]>
 
 <targetset>
@@ -38,6 +39,7 @@
 			<document targetdoc="confs" baseuri="confs.html"> &confs; </document>
 			<document targetdoc="filters" baseuri="filters.html"> &filters; </document>
 			<document targetdoc="orderchecks" baseuri="orderchecks.html"> &orderchecks; </document>
+			<document targetdoc="whatsnew" baseuri="whatsnew.html"> &whatsnew; </document>
 		</dir>
 	</sitemap>
 



1.6       +3 -4      xmldocs/guides/index.xml


rev 1.6, prev_rev 1.5
Index: index.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml	8 Nov 2005 12:06:37 -0000	1.5
+++ index.xml	8 Jan 2006 20:54:54 -0000	1.6
@@ -181,12 +181,11 @@
 				</entry>
 
 				<entry>
-				<!--
 					<emphasis role='bold'>
+						WHATSNEW entries
 					</emphasis><sbr/>
-					<ulink url=".html">HTML</ulink> |
-					<ulink url="/">Multi-HTML</ulink>
-				-->
+					<ulink url="WHATSNEW/index.html">Multi-HTML</ulink> |
+					<ulink url="WHATSNEW.html">HTML</ulink>
 				</entry>
 
 				<entry>



1.1                  xmldocs/whatsnew/WHATSNEW.xml


rev 1.1, prev_rev 1.0
Index: WHATSNEW.xml
===================================================================
<?xml version="1.0" standalone="no"?>

<!-- catalog not working ? -->
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook-Interchange XML V4.2//EN"
	"../docbook/docbookxi.dtd">

<article id='whatsnew'>

<articleinfo>
	<title>Interchange Misc: WHATSNEW entries</title>
	<titleabbrev>whatsnew</titleabbrev>

	<copyright>
		<year>2006</year>
		<holder>Interchange Development Group</holder>
	</copyright>

	<legalnotice>
		<para>
		This documentation is free; you can redistribute it and/or modify
		it under the terms of the &GNU; General Public License as published by
		the Free Software Foundation; either version 2 of the License, or
		(at your option) any later version.
		</para>
		<para>
		It is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
		GNU General Public License for more details.
		</para>
	</legalnotice>
</articleinfo>

<section id="WHATSNEW-5.5">
	<title>INTERCHANGE 5.5 (development) and 5.6 (stable)</title>
	<para>
<!-- must be on a line itself, no spaces -->
<!-- AUTO UPDATER -->
<literallayout>
<emphasis>
Developer: heins
Date: 2006-01-08 17:26:52 GMT
</emphasis>
* Update distributed tables to reflect new US Postal service rates.

</literallayout>

	</para>
</section>

</article>








More information about the docs mailing list