Update of /cvsroot/tmda/tmda-cgi/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv18334/htdocs
Modified Files:
autoinstall.ht autoinstall.html
Log Message:
Added %(Name)s as a substitution variable during auto-install.
Added login cookie to TODO list.
Tweaked pending list code so it won't complain if it can't find a batch
message.
Index: autoinstall.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/htdocs/autoinstall.ht,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- autoinstall.ht 7 Jun 2003 03:49:42 -0000 1.8
+++ autoinstall.ht 11 Jun 2003 22:17:20 -0000 1.9
@@ -58,20 +58,25 @@
<td>The path to the user's home directory.</td>
</tr>
<tr>
- <td valign="top" nowrap><b><tt>%(Parent)s</tt></b></td>
- <td>The constant string "<tt>..</tt>".</td>
+ <td valign="top" nowrap><b><tt>%(Name)s</tt></b></td>
+ <td>A quoted string or None, depending on whether user's real name is
+ available.</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>
+ <td valign="top" nowrap><b><tt>%(Parent)s</tt></b></td>
+ <td>The constant string "<tt>..</tt>".</td>
</tr>
<tr>
<td valign="top" nowrap><b><tt>%(RealHome)s</tt></b></td>
<td>The home directory for the real user in use. If a real user is logging
in, then this is their home directory. If a virtual user is logging in,
then this is typically <tt>/home/vpopmail</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>
Index: autoinstall.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/htdocs/autoinstall.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- autoinstall.html 7 Jun 2003 03:50:19 -0000 1.8
+++ autoinstall.html 11 Jun 2003 22:17:20 -0000 1.9
@@ -2,7 +2,7 @@
<?xml-stylesheet href="display/styles.css" type="text/css"?>
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Fri Jun 6 22:50:05 2003 -->
+<!-- Wed Jun 11 17:14:49 2003 -->
<!-- USING HT2HTML 2.1 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -151,20 +151,25 @@
<td>The path to the user's home directory.</td>
</tr>
<tr>
- <td valign="top" nowrap><b><tt>%(Parent)s</tt></b></td>
- <td>The constant string "<tt>..</tt>".</td>
+ <td valign="top" nowrap><b><tt>%(Name)s</tt></b></td>
+ <td>A quoted string or None, depending on whether user's real name is
+ available.</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>
+ <td valign="top" nowrap><b><tt>%(Parent)s</tt></b></td>
+ <td>The constant string "<tt>..</tt>".</td>
</tr>
<tr>
<td valign="top" nowrap><b><tt>%(RealHome)s</tt></b></td>
<td>The home directory for the real user in use. If a real user is logging
in, then this is their home directory. If a virtual user is logging in,
then this is typically <tt>/home/vpopmail</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>
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
|