[geeklog-cvs] Geeklog-1.x/public_html/docs config.html,1.84,1.85

Dirk Haun dhaun at qs1489.pair.com
Fri May 2 15:30:13 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/docs
In directory qs1489.pair.com:/tmp/cvs-serv59706/public_html/docs

Modified Files:
	config.html 
Log Message:
Create unique anchors for the documentation (e.g. desc_backend was used twice)


Index: config.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/config.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** config.html	20 Apr 2008 16:26:31 -0000	1.84
--- config.html	2 May 2008 19:30:11 -0000	1.85
***************
*** 494,528 ****
      <th width="29%">Default Value</th>
      <th width="63%">Description</th></tr>
! <tr><td valign="top"><a name="desc_backend">backend</a></td>
      <td valign="top">mail</td>
      <td valign="top">Used to select how to send email. Can be one of 'smtp',
          'sendmail', or 'mail'.</td></tr>
! <tr><td valign="top"><a name="desc_sendmail_path">sendmail_path</a></td>
      <td valign="top"><tt>/usr/bin/sendmail</tt></td>
      <td valign="top">If you chose 'sendmail' for the backend setting, this
          specifies the complete path to the sendmail binary.</td></tr>
! <tr><td valign="top"><a name="desc_sendmail_args">sendmail_args</a></td>
      <td valign="top"><tt>''</tt> <i>(empty)</i></td>
      <td valign="top">If you chose 'sendmail' for the backend setting, this
          variable can be used to pass additional parameters to the sendmail
          binary.</td></tr>
! <tr><td valign="top"><a name="desc_host">host</a></td>
      <td valign="top">smtp.example.com</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
          SMTP server to use.</td></tr>
! <tr><td valign="top"><a name="desc_port">port</a></td>
      <td valign="top">25</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
          port number to talk to on the SMTP server.</td></tr>
! <tr><td valign="top"><a name="desc_auth">auth</a></td>
      <td valign="top">false</td>
      <td valign="top">If you chose 'smtp' for the backend setting, set this to
          <code>true</code> if your SMTP server requires authorization, and
          <code>false</code> if it doesn't.</td></tr>
! <tr><td valign="top"><a name="desc_username">username</a></td>
      <td valign="top">smtp-username</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
          name of your SMTP account.</td></tr>
! <tr><td valign="top"><a name="desc_password">password</a></td>
      <td valign="top">smtp-password</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
--- 494,528 ----
      <th width="29%">Default Value</th>
      <th width="63%">Description</th></tr>
! <tr><td valign="top"><a name="desc_mail_settings_backend">backend</a></td>
      <td valign="top">mail</td>
      <td valign="top">Used to select how to send email. Can be one of 'smtp',
          'sendmail', or 'mail'.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_sendmail_path">sendmail_path</a></td>
      <td valign="top"><tt>/usr/bin/sendmail</tt></td>
      <td valign="top">If you chose 'sendmail' for the backend setting, this
          specifies the complete path to the sendmail binary.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_sendmail_args">sendmail_args</a></td>
      <td valign="top"><tt>''</tt> <i>(empty)</i></td>
      <td valign="top">If you chose 'sendmail' for the backend setting, this
          variable can be used to pass additional parameters to the sendmail
          binary.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_host">host</a></td>
      <td valign="top">smtp.example.com</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
          SMTP server to use.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_port">port</a></td>
      <td valign="top">25</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
          port number to talk to on the SMTP server.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_auth">auth</a></td>
      <td valign="top">false</td>
      <td valign="top">If you chose 'smtp' for the backend setting, set this to
          <code>true</code> if your SMTP server requires authorization, and
          <code>false</code> if it doesn't.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_username">username</a></td>
      <td valign="top">smtp-username</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the
          name of your SMTP account.</td></tr>
! <tr><td valign="top"><a name="desc_mail_settings_password">password</a></td>
      <td valign="top">smtp-password</td>
      <td valign="top">If you chose 'smtp' for the backend setting, this is the




More information about the geeklog-cvs mailing list