--- TODO 2003/02/28 17:13:25 1.93
+++ TODO 2003/03/05 18:30:44 1.94
@@ -194,3 +194,139 @@
Output:
Post:
Procedure:
+
+--- as-gui.html.orig Wed Mar 5 19:28:06 2003
++++ as-gui.html.new Wed Mar 5 19:27:48 2003
+@@ -10,8 +10,8 @@
+ <p><a name="__index__"></a></p>
+ <!-- INDEX BEGIN -->
+
++<h1><a name="top">AS-GUI</a></h1>
+ <ul>
+-
+ <li><a href="#name">NAME</a></li>
+ <li><a href="#version">VERSION</a></li>
+ <li><a href="#synopsis">SYNOPSIS</a></li>
+@@ -28,21 +28,18 @@
+ </ul>
+ <!-- INDEX END -->
+
+-<hr />
+-<p>
+-</p>
+-<hr />
+-<h1><a name="name">NAME</a></h1>
++<hr /><hr />
++<h2><a name="name">NAME</a></h2>
+ <p><strong>as-gui</strong> - accounting system graphical client</p>
+ <p>
+ </p>
+ <hr />
+-<h1><a name="version">VERSION</a></h1>
+-<p>as-gui ASGUI_VERSION_STR</p>
++<h2><a name="version">VERSION</a></h2>
++<p>as-gui 0.6.23</p>
+ <p>
+ </p>
+ <hr />
+-<h1><a name="synopsis">SYNOPSIS</a></h1>
++<h2><a name="synopsis">SYNOPSIS</a></h2>
+ <p><strong>as-gui</strong>
+ [<em>X11_options</em>]
+ [<em>Qt_options</em>]
+@@ -50,7 +47,7 @@
+ <p>
+ </p>
+ <hr />
+-<h1><a name="description">DESCRIPTION</a></h1>
++<h2><a name="description">DESCRIPTION</a></h2>
+ <p>The <strong>as-gui</strong> application tracks the time a person spends on a number of
+ predefined tasks. This is the graphical client to the <strong>Accounting System</strong>
+ server (<strong>AS</strong>). Although the two can interact through means of interprocess
+@@ -65,7 +62,7 @@
+ <p>
+ </p>
+ <hr />
+-<h1><a name="x11_options">X11 OPTIONS</a></h1>
++<h2><a name="x11_options">X11 OPTIONS</a></h2>
+ <p>The following <em>X11 options</em> are passed directly to the X11 subsystem, and
+ allow for the typical customization of a X11 application.</p>
+ <dl>
+@@ -144,7 +141,7 @@
+ <p>
+ </p>
+ <hr />
+-<h1><a name="qt_options">Qt OPTIONS</a></h1>
++<h2><a name="qt_options">Qt OPTIONS</a></h2>
+ <p>The following <em>Qt options</em> are used when rendering the graphics of the Qt
+ widget library. They are not compatible with other X11 or Win32 applications,
+ unless they were first linked with the Qt widget library.</p>
+@@ -173,35 +170,35 @@
+ <p>
+ </p>
+ <hr />
+-<h1><a name="environment">ENVIRONMENT</a></h1>
++<h2><a name="environment">ENVIRONMENT</a></h2>
+ <p><code>USER</code> The user name to use when accounting.</p>
+ <p><code>HOME</code> The full path of the user's home directory.</p>
+ <p>
+ </p>
+ <hr />
+-<h1><a name="return_values">RETURN VALUES</a></h1>
++<h2><a name="return_values">RETURN VALUES</a></h2>
+ <p><code>0</code> The application exited sucessfully.</p>
+ <p><code>>0 or <0</code> At least one error ocurred.</p>
+ <p>
+ </p>
+ <hr />
+-<h1><a name="examples">EXAMPLES</a></h1>
++<h2><a name="examples">EXAMPLES</a></h2>
+ <p>Try out some of these examples to customize <strong>as-gui</strong> from the command
+ line. Remember that options can be mixed.</p>
+ <p>Initially editing the document 'figo.as':</p>
+-<p>$ as-gui figo.as</p>
++<p> $ as-gui figo.as</p>
+ <p>Showing lovely blue shades in most widgets:</p>
+-<p>$ as-gui -bg lightblue -fg darkblue</p>
++<p> $ as-gui -bg lightblue -fg darkblue</p>
+ <p>Starting with a title bar that reads 'Yours here':</p>
+-<p>$ as-gui -title 'Yours here'</p>
++<p> $ as-gui -title 'Yours here'</p>
+ <p>Displaying graphics output on the host borchert:</p>
+-<p>$ as-gui -display borchert:0.0</p>
++<p> $ as-gui -display borchert:0.0</p>
+ <p>A slim window slightly left of the top right corner:</p>
+-<p>$ as-gui -geometry 761x347-120+0</p>
++<p> $ as-gui -geometry 761x347-120+0</p>
+ <p>
+ </p>
+ <hr />
+-<h1><a name="files">FILES</a></h1>
++<h2><a name="files">FILES</a></h2>
+ <dl>
+ <dt><strong><a name="item_%7e%2f%2eas%2dgui">~/.as-gui</a></strong><br />
+ </dt>
+@@ -218,7 +215,7 @@
+ <p>
+ </p>
+ <hr />
+-<h1><a name="bugs">BUGS</a></h1>
++<h2><a name="bugs">BUGS</a></h2>
+ <p>Sometimes a click on a widget (like a toolbar button) is seemingly ignored.</p>
+ <p>Consistent row shading is not always maintained. This means that the sharp
+ colour difference between one row and the next may not correctly follow the
+@@ -232,12 +229,12 @@
+ <p>
+ </p>
+ <hr />
+-<h1><a name="see_also">SEE ALSO</a></h1>
++<h2><a name="see_also">SEE ALSO</a></h2>
+ <p>as-gui.conf(5)</p>
+ <p>
+ </p>
+ <hr />
+-<h1><a name="author">AUTHOR</a></h1>
++<h2><a name="author">AUTHOR</a></h2>
+ <p>Michael Schloh von Bennewitz
+ (<a href="mailto:michael@schloh.com">michael@schloh.com</a>)</p>
+
|