[interchange-docs] xmldocs - docelic modified 3 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Jul 30 16:40:07 EDT 2006


User:      docelic
Date:      2006-07-30 20:40:03 GMT
Modified:  .        TODO
Modified:  bin      whatsnew-update
Modified:  guides   install.xml
Log:
- TODO items
- fix build error in install.xml

Revision  Changes    Path
1.91      +2 -0      xmldocs/TODO


rev 1.91, prev_rev 1.90
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- TODO	27 Jul 2006 20:48:14 -0000	1.90
+++ TODO	30 Jul 2006 20:40:02 -0000	1.91
@@ -5,6 +5,8 @@
 - some <am> is visible in feature glossary entry
 - fix/update AdminUser docs
 - aliases like DataDir/DefaultTables are not documented
+- that howto entries get automatic title if start with < in first line
+- unit testing
 
 Outstanding:
 =======



1.9       +1 -1      xmldocs/bin/whatsnew-update


rev 1.9, prev_rev 1.8
Index: whatsnew-update
===================================================================
RCS file: /var/cvs/xmldocs/bin/whatsnew-update,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- whatsnew-update	4 Feb 2006 20:38:50 -0000	1.8
+++ whatsnew-update	30 Jul 2006 20:40:03 -0000	1.9
@@ -110,7 +110,7 @@
 
 	my $run = 0;
 	for $_ (@file) {
-		/^(<PRE>)?User:\s+(\S+)$/ and $user = $2 ? $2 : $1;
+		/^(<pre>)?User:\s+(\S+)$/ and $user = $2 ? $2 : $1;
 		/^Date:\s+(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} GMT)$/ and $date = $1;
 		/^((Modified|Added|Removed):\s.*)$/ and push @affected, $1;
 		/^Log:$/ and do { $run++; next };



1.7       +7 -5      xmldocs/guides/install.xml


rev 1.7, prev_rev 1.6
Index: install.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/install.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- install.xml	27 Jul 2006 20:48:15 -0000	1.6
+++ install.xml	30 Jul 2006 20:40:03 -0000	1.7
@@ -348,7 +348,7 @@
 	a nice presentation of Interchange features.
 	</para>
 
-	<section>
+	<sect2>
 		<title>Setting up a catalog using the makecat script</title>
 		<para>
 	There is a catalog creation script named <command>makecat</command> available,
@@ -368,6 +368,8 @@
 	</para><para>
 	Among the questions that <command>makecat</command> will ask you, there are
 	four quite important ones; the script will need to know:
+	</para>
+
 	<itemizedlist>
 	<listitem><para>
 	The web server's (or virtual host's) filesystem path to &glos-DocumentRoot;
@@ -388,9 +390,9 @@
 	If you don't get it right the first time, re-run the configuration again,
 	and <emphasis role='bold'>pay close attention to the prompts given</emphasis>.
 	</para>
-	</section>
+	</sect2>
 
-	<section>
+	<sect2>
 		<title>Setting up a catalog manually</title>
 		<para>
 		Setting up a catalog manually involves creating the necessary files and
@@ -400,9 +402,9 @@
 		For a complete introduction and even ready-made files to set up a
 		catalog from scratch, see <olink targetdoc='iccattut'/>.
 	</para>
-	</section>
-
+	</sect2>
 </sect1>
+
 
 <sect1 id='starting'>
 	<title>Starting Interchange</title>








More information about the docs mailing list