[interchange-docs] xmldocs - docelic modified 7 files

docs at icdevgroup.org docs at icdevgroup.org
Wed Feb 14 09:16:50 EST 2007


User:      docelic
Date:      2007-02-14 14:16:50 GMT
Modified:  bin      refs-autogen
Modified:  docbook  common.xsl docbookxi.dtd olinkdb-c.xml
Modified:           olinkdb-nc.xml
Modified:  guides   index.xml
Added:     glossary widget
Log:
- Add the rest of support for documenting 'widgets'.

  To refer to a widget, use <widget>NAME</widget>.

  To get cache/temp files properly done (one-time action), just run

  make tmp/widgets-c.db tmp/widgets-nc.db

Revision  Changes    Path
1.116     +2 -0      xmldocs/bin/refs-autogen


rev 1.116, prev_rev 1.115
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- refs-autogen	14 Feb 2007 13:41:44 -0000	1.115
+++ refs-autogen	14 Feb 2007 14:16:49 -0000	1.116
@@ -180,6 +180,8 @@
 	"please see the &glos-variable; glossary entry.",
 	ordercheck => "For a complete introduction to &IC; form field checks, " .
 	"please see the &glos-order-check; glossary entry.",
+	widget => "For a complete introduction to &IC; widgets, " .
+	"please see the &glos-widget; glossary entry.",
 );
 
 my @paths = @ARGV; # Versions for which documentation build is requested



1.20      +1 -0      xmldocs/docbook/common.xsl


rev 1.20, prev_rev 1.19
Index: common.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/common.xsl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- common.xsl	3 Sep 2006 10:53:51 -0000	1.19
+++ common.xsl	14 Feb 2007 14:16:50 -0000	1.20
@@ -47,6 +47,7 @@
 	<xsl:template match="mv"><xsl:call-template name="inline.monoseq"/></xsl:template>
 	<xsl:template match="am"><xsl:call-template name="inline.monoseq"/></xsl:template>
 	<xsl:template match="filter"><xsl:call-template name="inline.monoseq"/></xsl:template>
+	<xsl:template match="widget"><xsl:call-template name="inline.monoseq"/></xsl:template>
 
   <xsl:param name="local.l10n.xml" select="document('')"/>
   <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">



1.23      +13 -1     xmldocs/docbook/docbookxi.dtd


rev 1.23, prev_rev 1.22
Index: docbookxi.dtd
===================================================================
RCS file: /var/cvs/xmldocs/docbook/docbookxi.dtd,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- docbookxi.dtd	3 Sep 2006 10:53:51 -0000	1.22
+++ docbookxi.dtd	14 Feb 2007 14:16:50 -0000	1.23
@@ -32,7 +32,7 @@
 
 
 <!ENTITY % local.para.char.mix "|xi:include">
-<!ENTITY % local.tech.char.class "|tag|pragma|filter|mv|am|xi:include">
+<!ENTITY % local.tech.char.class "|tag|pragma|filter|mv|am|widget|xi:include">
 
 <!-- Load DocBook -->
 <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
@@ -97,4 +97,16 @@
 <!ELEMENT am %ho; (%para.char.mix;|%para.mix;)*>
 <!--end of am.element-->]]>
 <!--end of am.module-->]]>
+
+
+<!-- widget element -->
+<!ENTITY % widget.module "INCLUDE">
+<![%widget.module;[
+<!ENTITY % local.widget.attrib "">
+
+<!ENTITY % widget.element "INCLUDE">
+<![%widget.element;[
+<!ELEMENT widget %ho; (%para.char.mix;|%para.mix;)*>
+<!--end of widget.element-->]]>
+<!--end of widget.module-->]]>
 



1.22      +7 -0      xmldocs/docbook/olinkdb-c.xml


rev 1.22, prev_rev 1.21
Index: olinkdb-c.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-c.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- olinkdb-c.xml	29 Nov 2006 23:07:45 -0000	1.21
+++ olinkdb-c.xml	14 Feb 2007 14:16:50 -0000	1.22
@@ -17,6 +17,7 @@
 	<!ENTITY confs SYSTEM "../tmp/confs-c.db"> 
 	<!ENTITY filters SYSTEM "../tmp/filters-c.db"> 
 	<!ENTITY orderchecks SYSTEM "../tmp/orderchecks-c.db"> 
+	<!ENTITY widgets SYSTEM "../tmp/widgets-c.db"> 
 	<!ENTITY whatsnew SYSTEM "../tmp/WHATSNEW-c.db"> 
 	<!ENTITY databases SYSTEM "../tmp/databases-c.db"> 
 	<!ENTITY optimization SYSTEM "../tmp/optimization-c.db"> 
@@ -105,6 +106,12 @@
 			<dir name='orderchecks'>
 				<document targetdoc="orderchecks">
 				&orderchecks;
+				</document>
+			</dir>
+
+			<dir name='widgets'>
+				<document targetdoc="widgets">
+				&widgets;
 				</document>
 			</dir>
 



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


rev 1.22, prev_rev 1.21
Index: olinkdb-nc.xml
===================================================================
RCS file: /var/cvs/xmldocs/docbook/olinkdb-nc.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- olinkdb-nc.xml	29 Nov 2006 23:07:45 -0000	1.21
+++ olinkdb-nc.xml	14 Feb 2007 14:16:50 -0000	1.22
@@ -19,6 +19,7 @@
 	<!ENTITY confs SYSTEM "../tmp/confs-nc.db"> 
 	<!ENTITY filters SYSTEM "../tmp/filters-nc.db"> 
 	<!ENTITY orderchecks SYSTEM "../tmp/orderchecks-nc.db"> 
+	<!ENTITY widgets SYSTEM "../tmp/widgets-nc.db"> 
 	<!ENTITY whatsnew SYSTEM "../tmp/WHATSNEW-nc.db"> 
 	<!ENTITY databases SYSTEM "../tmp/databases-nc.db"> 
 ]>
@@ -44,6 +45,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="widgets" baseuri="widgets.html"> &widgets; </document>
 			<document targetdoc="WHATSNEW" baseuri="WHATSNEW.html"> &whatsnew; </document>
 			<document targetdoc="databases" baseuri="databases.html"> &databases; </document>
 			<document targetdoc="optimization" baseuri="optimization.html"> &optimization; </document>



1.1                  xmldocs/glossary/widget


<<widget: empty>>


1.13      +29 -0     xmldocs/guides/index.xml


rev 1.13, prev_rev 1.12
Index: index.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/index.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.xml	14 Feb 2007 12:19:00 -0000	1.12
+++ index.xml	14 Feb 2007 14:16:50 -0000	1.13
@@ -235,6 +235,35 @@
 				</entry>
 			</row>
 
+			<row>
+				<entry>
+					<emphasis role='bold'>
+						(<olink targetdoc='glossary' targetptr='widget'>?</olink>)
+						Pragmas
+					</emphasis><sbr/>
+					<ulink url="widgets/index.html">Multi-HTML</ulink> |
+					<ulink url="widgets.html">HTML</ulink>
+				</entry>
+
+				<entry>
+				<!--
+					<emphasis role='bold'>
+					</emphasis><sbr/>
+					<ulink url=".html">HTML</ulink> |
+					<ulink url="/">Multi-HTML</ulink>
+				-->
+				</entry>
+
+				<entry>
+				<!--
+					<emphasis role='bold'>
+					</emphasis><sbr/>
+					<ulink url=".html">HTML</ulink> |
+					<ulink url="/">Multi-HTML</ulink>
+				-->
+				</entry>
+			</row>
+
 
 		</tbody>
 








More information about the docs mailing list