summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 23188a8)
raw | patch | inline | side by side (parent: 23188a8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 11 May 2003 22:45:59 +0000 (22:45 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 11 May 2003 22:45:59 +0000 (22:45 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1715 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.txt | patch | blob | history | |
doc/installation.txt | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 5711dff8ba43e3dab5e7a2573ea1b7aad6188761..d70366335826ea898e51c3cb7121d5dcd793c51a 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
**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.
diff --git a/doc/installation.txt b/doc/installation.txt
index 28f690b83c977de2e7b1950cc26e04a48538e939..f330abaca01bf1378de0a00168a04d71a8641b6c 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.50 $
+:Version: $Revision: 1.51 $
.. contents::
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**