Update of /cvsroot/tmda/tmda-cgi/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv7251/htdocs
Modified Files:
autoinstall.ht autoinstall.html
Log Message:
Made %(UrlDomain)s, %(ShortUrlDom)s, and %(VirtUser)d available during
auto-install.
Index: autoinstall.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/htdocs/autoinstall.ht,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autoinstall.ht 21 May 2003 20:27:33 -0000 1.5
+++ autoinstall.ht 23 May 2003 22:42:11 -0000 1.6
@@ -62,9 +62,24 @@
<td>The constant string "<tt>..</tt>".</td>
</tr>
<tr>
+ <td valign="top" nowrap><b><tt>%(ShortUrlDom)s</tt></b></td>
+ <td>The domain name portion of the URL the user surfed up, without any
+ "www.", if present.<br>
+ Also see <tt>%(UrlDomain)s</tt>, below.</td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap><b><tt>%(UrlDomain)s</tt></b></td>
+ <td>The domain name portion of the URL the user surfed up.<br>
+ Also see <tt>%(ShortUrlDom)s</tt>, above.</td>
+ </tr>
+ <tr>
<td valign="top" nowrap><b><tt>%(User)s</tt></b></td>
<td>The user's login name, or the left-most portion (before the "@") of
the
user's e-mail address in the case of virtual users.</td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap><b><tt>%(VirtUser)d</tt></b></td>
+ <td>1 if the user is a virtual user, 0 if the user is real.</td>
</tr>
<tr>
<td valign="top" nowrap><b><tt>%(VPop)s</tt></b></td>
Index: autoinstall.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/htdocs/autoinstall.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autoinstall.html 21 May 2003 20:27:34 -0000 1.5
+++ autoinstall.html 23 May 2003 22:42:11 -0000 1.6
@@ -2,7 +2,7 @@
<?xml-stylesheet href="display/styles.css" type="text/css"?>
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Wed May 21 15:27:22 2003 -->
+<!-- Thu May 22 16:36:50 2003 -->
<!-- USING HT2HTML 2.1 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -158,6 +158,10 @@
<td valign="top" nowrap><b><tt>%(User)s</tt></b></td>
<td>The user's login name, or the left-most portion (before the "@") of
the
user's e-mail address in the case of virtual users.</td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap><b><tt>%(VirtUser)d</tt></b></td>
+ <td>1 if the user is a virtual user, 0 if the user is real.</td>
</tr>
<tr>
<td valign="top" nowrap><b><tt>%(VPop)s</tt></b></td>
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
|