[docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Nov 7 08:44:23 EST 2004


User:      docelic
Date:      2004-11-07 13:44:23 GMT
Modified:  docbook  common.xsl
Modified:  bin      refs-autogen
Log:
Use <figure> instead of <example> for source contexts, and adjust figure
template to don't display "Figure X." text in the title, but just the title.

Revision  Changes    Path
1.14      +3 -0      xmldocs/docbook/common.xsl


rev 1.14, prev_rev 1.13
Index: common.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/common.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- common.xsl	6 Nov 2004 19:40:03 -0000	1.13
+++ common.xsl	7 Nov 2004 13:44:23 -0000	1.14
@@ -38,6 +38,9 @@
       <l:context name="title">
         <l:template name="example" text="Example: %t"/>
       </l:context>
+      <l:context name="title">
+        <l:template name="figure" text="%t"/>
+      </l:context>
     </l:l10n>
   </l:i18n>
 



1.60      +2 -2      xmldocs/bin/refs-autogen


rev 1.60, prev_rev 1.59
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- refs-autogen	6 Nov 2004 19:40:03 -0000	1.59
+++ refs-autogen	7 Nov 2004 13:44:23 -0000	1.60
@@ -290,13 +290,13 @@
 					$$ag{source} .= <<ENDD;
 <para>
 </para>
-<example>
+<figure>
 <title>$loc $revinfo$ctxmeta</title>
 
 <screen linenumbering='numbered' startinglinenumber='$ls'>
 <![CDATA[$ctxsdata]]>
 </screen>
-</example>
+</figure>
 
 ENDD
 					}








More information about the docs mailing list