mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/doc app-rcidx.html,1.25,1.26 rcvars.html,1.24,1.25 res...

2003-01-09 16:43:04
Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc
In directory subversions:/tmp/cvs-serv14972/doc

Modified Files:
	app-rcidx.html rcvars.html resources.html 
Log Message:
* Added ICONURLPREFEX resource and $ICONURLPREFIX$ resource variable.


Index: app-rcidx.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/app-rcidx.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** app-rcidx.html	2 Jan 2003 23:04:56 -0000	1.25
--- app-rcidx.html	9 Jan 2003 23:42:25 -0000	1.26
***************
*** 63,66 ****
--- 63,67 ----
  <tr valign="top"><td align="right"><b><a href="resources/gziplinks.html"><tt>M2H_GZIPLINKS</tt></a></b></td><td>&nbsp;Assume files are gzipped when creating links.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/htmlext.html"><tt>M2H_HTMLEXT</tt></a></b></td><td>&nbsp;Extension to use for HTML files.</td></tr>
+ <tr valign="top"><td align="right"><b><a href="resources/iconurlprefix.html"><tt>M2H_ICONURLPREFIX</tt></a></b></td><td>&nbsp;Prefix for icon URLs.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/idxfname.html"><tt>M2H_IDXFNAME</tt></a></b></td><td>&nbsp;Filename for main (first) index page.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/idxprefix.html"><tt>M2H_IDXPREFIX</tt></a></b></td><td>&nbsp;Filename prefix for multi-page main index.</td></tr>
***************
*** 176,179 ****
--- 177,181 ----
  <tr valign="top"><td align="right"><b><a href="resources/htmlext.html"><tt>&lt;HTMLEXT&gt;</tt></a></b></td><td>&nbsp;Extension to use for HTML files.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/icons.html"><tt>&lt;ICONS&gt;</tt></a></b></td><td>&nbsp;Content-type to icon mapping.</td></tr>
+ <tr valign="top"><td align="right"><b><a href="resources/iconurlprefix.html"><tt>&lt;ICONURLPREFIX&gt;</tt></a></b></td><td>&nbsp;Prefix for icon URLs.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/idxfname.html"><tt>&lt;IDXFNAME&gt;</tt></a></b></td><td>&nbsp;Filename for main (first) index page.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/idxlabel.html"><tt>&lt;IDXLABEL&gt;</tt></a></b></td><td>&nbsp;Label for main index.</td></tr>
***************
*** 390,393 ****
--- 392,396 ----
  <tr valign="top"><td align="right"><b><a href="resources/gziplinks.html"><tt>-gziplinks</tt><br><tt>-nogziplinks</tt></a></b></td><td>&nbsp;Assume files are gzipped when creating links.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/htmlext.html"><tt>-htmlext</tt></a></b></td><td>&nbsp;Extension to use for HTML files.</td></tr>
+ <tr valign="top"><td align="right"><b><a href="resources/iconurlprefix.html"><tt>-iconurlprefix</tt></a></b></td><td>&nbsp;Prefix for icon URLs.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/idxfname.html"><tt>-idxfname</tt></a></b></td><td>&nbsp;Filename for main (first) index page.</td></tr>
  <tr valign="top"><td align="right"><b><a href="resources/idxprefix.html"><tt>-idxprefix</tt></a></b></td><td>&nbsp;Filename prefix for multi-page main index.</td></tr>

Index: rcvars.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/rcvars.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** rcvars.html	2 Jan 2003 05:46:01 -0000	1.24
--- rcvars.html	9 Jan 2003 23:42:25 -0000	1.25
***************
*** 561,565 ****
  <tr valign=top>
  <td align=right><b>Description:</b></td>
! <td>The context-type sensistive icon.  The type of icon displayed
  is determined by the <a href="resources/icons.html">ICONS</a> resource.</td>
  </tr>
--- 561,565 ----
  <tr valign=top>
  <td align=right><b>Description:</b></td>
! <td>The content-type sensistive icon.  The type of icon displayed
  is determined by the <a href="resources/icons.html">ICONS</a> resource.</td>
  </tr>
***************
*** 573,578 ****
  <tr valign=top>
  <td align=right><b>Description:</b></td>
! <td>The URL to the context-type sensistive icon. The URL value is
! determined by the <a href="resources/icons.html">ICONS</a> resource.</td>
  </tr>
  </table><br></dd>
--- 573,593 ----
  <tr valign=top>
  <td align=right><b>Description:</b></td>
! <td>The URL to the content-type sensistive icon. The URL value is
! determined by the
! <a href="resources/icons.html">ICONS</a> and
! <a href="resources/iconurlprefix.html">ICONURLPREFIX</a>
! resources.</td>
! </tr>
! </table><br></dd>
! <dt><strong><a name="ICONURLPREFIX"><tt>$ICONURLPREFIX$</tt></a></strong></dt>
! <dd><table border=0>
! <tr valign=top>
! <td align=right><b>Arguments:</b></td>
! <td>N/A</td>
! </tr>
! <tr valign=top>
! <td align=right><b>Description:</b></td>
! <td>Value of the
! <a href="resources/iconurlprefix.html">ICONURLPREFIX</a> resource.</td>
  </tr>
  </table><br></dd>

Index: resources.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** resources.html	2 Jan 2003 23:04:56 -0000	1.29
--- resources.html	9 Jan 2003 23:42:25 -0000	1.30
***************
*** 204,207 ****
--- 204,208 ----
  <tr valign="top"><td align="right"><b><a name="htmlext" href="resources/htmlext.html">HTMLEXT</a></b></td><td>&nbsp;Extension to use for HTML files.</td></tr>
  <tr valign="top"><td align="right"><b><a name="icons" href="resources/icons.html">ICONS</a></b></td><td>&nbsp;Content-type to icon mapping.</td></tr>
+ <tr valign="top"><td align="right"><b><a name="iconurlprefix" href="resources/iconurlprefix.html">ICONURLPREFIX</a></b></td><td>&nbsp;Prefix for icon URLs.</td></tr>
  <tr valign="top"><td align="right"><b><a name="idxfname" href="resources/idxfname.html">IDXFNAME</a></b></td><td>&nbsp;Filename for main (first) index page.</td></tr>
  <tr valign="top"><td align="right"><b><a name="idxlabel" href="resources/idxlabel.html">IDXLABEL</a></b></td><td>&nbsp;Label for main index.</td></tr>

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV