[docs] xmldocs - docelic modified 6 files

docs at icdevgroup.org docs at icdevgroup.org
Tue Nov 16 11:36:50 EST 2004


User:      docelic
Date:      2004-11-16 16:36:50 GMT
Modified:  .        TODO
Modified:  docbook  literals.ent
Added:     glossary ITL daemon-control
Removed:   glossary itl reconfig
Log:
- Added some entities
- Adjusted TODO
- renamed some files

Revision  Changes    Path
1.48      +1 -0      xmldocs/TODO


rev 1.48, prev_rev 1.47
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- TODO	15 Nov 2004 15:15:09 -0000	1.47
+++ TODO	16 Nov 2004 16:36:49 -0000	1.48
@@ -37,6 +37,7 @@
   - see problems from old docs/TODO notes on iccattut
   - ICCATTUT MUST NOT STOP WHERE it stops now. it needs to show all stuff
     from current "excercise for readers" section, and also many more things.
+  - files/tutorial*: s/tutorial-*.log/tutorial.*.log/
 
 - in source contexts, wrap runaway lines
 - match style (no starting verb or all starting verbs) in all Example titles



1.15      +3 -0      xmldocs/docbook/literals.ent


rev 1.15, prev_rev 1.14
Index: literals.ent
===================================================================
RCS file: /var/cvs/xmldocs/docbook/literals.ent,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- literals.ent	14 Nov 2004 00:30:00 -0000	1.14
+++ literals.ent	16 Nov 2004 16:36:49 -0000	1.15
@@ -17,6 +17,7 @@
 
 
 <!-- ENTITIES TO AVOID A LOT OF REPETITION -->
+<!ENTITY mdash "&#x2014;">
 <!ENTITY gcf "<filename>interchange.cfg</filename>">
 <!ENTITY ccf "<filename>catalog.cfg</filename>">
 <!ENTITY gcfs "<filename>interchange.cfg</filename> or <filename>catalog.cfg</filename>">
@@ -27,6 +28,8 @@
 <!ENTITY std-catalog "standard">
 <!ENTITY Prev-catalog "Foundation">
 <!ENTITY prev-catalog "foundation">
+<!ENTITY def-hostname "myhost.mydomain.local">
+<!ENTITY def-domain "mydomain.local">
 
 
 



1.1                  xmldocs/glossary/ITL


rev 1.1, prev_rev 1.0
Index: ITL
===================================================================

<glossentry id="ITL">
<glossterm>ITL</glossterm>
<glossterm>Interchange Tag Language</glossterm>

<glossdef>
<para>
</para>

</glossdef>

</glossentry>




1.1                  xmldocs/glossary/daemon-control


rev 1.1, prev_rev 1.0
Index: daemon-control
===================================================================

<glossentry id="daemon-control">
<glossterm>Interchange Daemon Control</glossterm>

<glossdef>
<para>
<para>
Interchange is (re)started by invoking:
</para>
<itemizedlist>
	<listitem vendor='deb'><para>
		<userinput>/etc/init.d/interchange restart</userinput> (Debian GNU)
	</para></listitem>
	<listitem vendor='rh'><para>
		<userinput>/etc/rc.d/init.d/interchange restart</userinput> (Red Hat)
	</para></listitem>
	<listitem vendor='tarball'><para>
		<userinput>/usr/local/interchange/bin/interchange -r</userinput> (tarball)
	</para></listitem>
</itemizedlist>
<para>
Specific catalogs are reconfigured by invoking:
</para>
<itemizedlist>
	<listitem vendor='deb;rh'><para>
		<userinput>/usr/sbin/interchange -reconfig
		<replaceable>CATNAME</replaceable></userinput> 
		(Debian GNU and Red Hat)
	</para></listitem>
	<listitem><para>
		<userinput>/usr/local/interchange/bin/interchange -reconfig
		<replaceable>CATNAME</replaceable></userinput> (tarball)
	</para></listitem>
</itemizedlist>
<para>
Why would you want to reconfigure a catalog?
Most of the time, the changes you make to the HTML files or databases
are directly visible on the next access to your site. However, that is not
the case with more "serious" files such as catalog
configurations (<filename>catalog.cfg</filename>) or profiles
(<filename>etc/profiles*</filename>).
</para><para>
To take changes from those files "on air", you must reconfigure a catalog.
</para>
<para>
Changes to global <filename>interchange.cfg</filename> can only be updated
by restarting Interchange completely.
</para>

</glossdef>

</glossentry>









More information about the docs mailing list