~ubuntu-branches/ubuntu/hardy/moin/hardy-security

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnConfiguration/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-05-14 15:55:15 UTC
  • mfrom: (0.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514155515-apl4srcch40h9fcx
Tags: 1.5.7-3ubuntu1
* Merge from debian unstable, remaining changes:
  - 11000_show_traceback_toggle.patch: allow for 'show_traceback=0' in
    Moin configurations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
|| attachments || None || If {{{None}}}, send attachments via CGI; else this has to be a dictionary with the path to attachment storage (key ''dir'') and the equivalent URL prefix to that same dir (key ''url'')||
175
175
|| auth || [moin_cookie] || list of auth functions, to be called in this order (see HelpOnAuthentication) ||
176
176
|| bang_meta || 1 || enable {{{!NoWikiName}}} markup ||
 
177
|| cache_dir || 'data/cache' || Path to the farm wide cache directory. New in 1.6. ||
177
178
|| caching_formats || ['text_html'] || output formats that are cached; set to [] to turn off caching (useful for development) ||
178
179
|| changed_time_fmt || '%H:%M' || Time format used on RecentChanges for page edits within the last 24 hours ||
179
180
|| chart_options || None || If you have gdchart, use something like chart_options = {'width': 720, 'height': 540} ||
189
190
|| editor_default || 'text' || Editor to use by default, 'text' or 'gui' ||
190
191
|| editor_ui || 'freechoice' || Editor choice shown on the user interface, 'freechoice' or 'theonepreferred' ||
191
192
|| editor_force || False || Force using the default editor ||
 
193
|| editor_quickhelp || {'wiki':"...", 'rst':"..."} || Quickhelp provided at the bottom of edit pages.  To customize, specify a dictionary with key matching default_markup (e.g. 'wiki') and give a string value containing wiki markup ||
192
194
|| edit_locking || 'warn 10' || Editor locking policy: `None`, `'warn <timeout in minutes>'`, or `'lock <timeout in minutes>'` ||
193
195
|| edit_rows || 20 || Default height of the edit box ||
194
196
|| hacks || {} || for use by moin development ||
203
205
|| interwikiname || None || InterWiki name (prefix, moniker) of the site, or None ||
204
206
|| language_default || 'en' || Default language for user interface and page content, see HelpOnLanguages!||
205
207
|| language_ignore_browser || False || Ignore user's browser language settings, see HelpOnLanguages!||
 
208
|| log_reverse_dns_lookups || True || Do a reverse DNS lookup on page SAVE. If your DNS is broken, set to False to speed up SAVE. New in 1.5.4. ||
206
209
|| logo_string || sitename || The wiki logo top of page, HTML is allowed (`<img>` is possible as well) [Unicode] ||
207
 
|| lupy_search || False || use the lupy indexing search engine ||
 
210
|| lupy_search || False || use the lupy indexing search engine (DEPRECATED, gone in 1.6) ||
208
211
|| mail_from || None || `From:` header used in sent mails, e.g. mail_from = u'Jürgen Wiki <noreply@example.com>'. See /EmailSupport.||
 
212
|| mail_import_subpage_template || `u"$from-$date-$subject"` || This is the template for the pagename generated by the mail import code. See /EmailSupport. New in 1.6. ||
 
213
|| mail_import_wiki_address || None || The e-mail address of the e-mails that should go into the wiki See /EmailSupport. New in 1.6. ||
 
214
|| mail_import_secret || "" || The secret that matches the `mailimportconf.py` configuration file. See /EmailSupport. New in 1.6. ||
209
215
|| mail_login || None || "user pwd" if you need to use SMTP AUTH ||
210
216
|| mail_smarthost || None || IPv4 address or hostname of an SMTP-enabled server (with optional `:port` appendix, defaults to 25). Note that email features (notification, mailing of login data) works only if this variable is set. ||
211
217
|| mail_sendmail || None || If set to e.g. '/usr/sbin/sendmail -t -i', use this sendmail command to send mail. Default is to send mail by an internal function using SMTP. ||
245
251
|| ua_spiders || ...|google|wget|... || A regex of HTTP_USER_AGENTs that should be excluded from logging ||
246
252
|| url_mappings || {} || lookup table to remap URL prefixes (dict of {{{'prefix': 'replacement'}}}); especially useful in intranets, when whole trees of externally hosted documents move around ||
247
253
|| url_prefix || '/wiki' || used as the base URL for icons, css, etc. ||
248
 
|| unzip_attachments_count || 51 ||the number of files which are extracted from the zip file||
249
 
|| unzip_attachments_space || 200MB ||this total amount of bytes can be used to unzip files.||
250
 
|| unzip_single_file_size || 2MB ||size of a single file in the archive which will be extracted||
 
254
|| unzip_attachments_count || 51 || max. number of files which are extracted from the zip file ||
 
255
|| unzip_attachments_space || 200MB || max. total amount of bytes can be used to unzip files ||
 
256
|| unzip_single_file_size || 2MB || max. size of a single file in the archive which will be extracted||
251
257
|| user_autocreate || False || If set to True user accounts are created automatically (see HelpOnAuthentication). ||
252
258
|| user_checkbox_defaults || dict || Sets the default settings of the UserPreferences checkboxes. See /UserPreferences or `multiconfig.py` for the default settings. Example: `user_checkbox_defaults = {'edit_on_doubleclick': 0}` ||
253
259
|| user_checkbox_disable || `[]` || a list of checkbox names to be disabled in the UserPreferences. A disabled checkbox is displayed greyedout and uses the default value set in `user_checkbox_defaults`. ||
265
271
Some values can only be set from MoinMoin/config.py (part of the MoinMoin code and thus GLOBALLY changing behaviour of all your wikis), but not from the individual wiki's config - you should only touch them if you know what you are doing:
266
272
|| charset || 'utf-8' || the encoding / character set used by the wiki ||
267
273
|| lowerletters || ''ucs-2 lowercase letters'' || Lowercase letters, used to define what is a WikiName ||
268
 
|| smileys || {} || user-defined smileys (a dict with the markup as the key and a tuple of width, height, border, image name as the value) ||
 
274
|| smileys || {} || user-defined smileys (a dict with the markup as the key and a tuple of width, height, border, image name as the value). This will move to theme code in 1.6. ||
269
275
|| umask || 0770 || umask used on all open(), mkdir() and similar calls ||
270
276
|| upperletters || ''ucs-2 uppercase letters'' || uppercase letters, used to define what is a WikiName ||
271
277
|| url_schemas || `[]` || additional URL schemas you want to have recognized (list of strings; e.g. `['ldap', 'imap']`) ||