close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Aug 27, 2008, 12:41:09 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
Document config options
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
5 | 5 | |
6 | 6 | It supports comments with [http://openid.net/ OpenID authentication], [http://hixie.ch/specs/pingback/pingback-1.0 pingbacks], [http://atomenabled.org/ Atom feeds] for the whole blog, individual categories, and comments, and the [http://atomenabled.org/developers/protocol/ Atom publishing protocol]. It does not provide a HTML-based interface for authoring entries, nor does it support the XML-RPC based !MetaWeblog API. |
| 7 | |
| 8 | == Configuration Options == |
| 9 | |
| 10 | In addition to the core Diva [ConfigOptions options], Divan can be customized using the following options: |
| 11 | |
| 12 | `blog_author`:: Name of the author of the blog |
| 13 | `blog_author_email`:: Email address of the blog author |
| 14 | `blog_title`:: Name of the blog |
| 15 | `db_uri`:: URI of the CouchDB database |
| 16 | `media_dir`:: Path to a local directory where media resources (managable via !AtomPub) are stored |
| 17 | |
7 | 18 | |
8 | 19 | == CouchDB Views == |