Mercurial > p > roundup > code
changeset 1648:496f8f741e26
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 11 May 2003 22:45:59 +0000 |
| parents | 73bf927091c7 |
| children | 6d392197daa3 |
| files | doc/customizing.txt doc/installation.txt |
| diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Sun May 11 12:26:06 2003 +0000 +++ b/doc/customizing.txt Sun May 11 22:45:59 2003 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.85 $ +:Version: $Revision: 1.86 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -88,19 +88,19 @@ **MAILHOST** - ``'localhost'`` The SMTP mail host that roundup will use to send e-mail. -**MAILUSER - ``()`` +**MAILUSER** - ``()`` If your SMTP mail host requires a username and password for access, then specify them here. eg. ``MAILUSER = ('username', 'password')`` -**MAILHOST_TLS - ``'no'`` +**MAILHOST_TLS** - ``'no'`` If your SMTP mail host provides or requires TLS (Transport Layer Security) then set ``MAILHOST_TLS = 'yes'`` -**MAILHOST_TLS_KEYFILE - ``''`` +**MAILHOST_TLS_KEYFILE** - ``''`` If you're using TLS, you may also set MAILHOST_TLS_KEYFILE to the name of a PEM formatted file that contains your private key. -**MAILHOST_TLS_CERTFILE - ``''`` +**MAILHOST_TLS_CERTFILE** - ``''`` If you're using TLS and have specified a MAILHOST_TLS_KEYFILE, you may also set MAILHOST_TLS_CERTFILE to the name of a PEM formatted certificate chain file.
--- a/doc/installation.txt Sun May 11 12:26:06 2003 +0000 +++ b/doc/installation.txt Sun May 11 22:45:59 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.50 $ +:Version: $Revision: 1.51 $ .. contents:: @@ -241,7 +241,7 @@ dbm backends. **mysql** Backend for popular RDBMS MySQL. According to benchmarks, this backend works - much faster than any of *dbm ones, but slightly slower than metakit and + much faster than any of \*dbm ones, but slightly slower than metakit and sqlite. A good scalability is not a property of this backend for now, though. For more info on backend installation see doc/mysql.txt. **metakit**
