Author: gabriel.padoan
Date: Wed Dec 17 12:59:09 2008
New Revision: 182
Modified:
trunk/docs/install.txt
Log:
Issue 70: Added the default value of the WIKI_MARKUP_CHOICES to the docs.
Modified: trunk/docs/install.txt
==============================================================================
--- trunk/docs/install.txt (original)
+++ trunk/docs/install.txt Wed Dec 17 12:59:09 2008
@@ -22,7 +22,13 @@
Default
A tuple defining `creole`_, `reST`_, `textile`_ and `markdown`_ as
possible
- markup choices.
+ markup choices::
+
+ (('crl', _(u'Creole')),
+ ('rst', _(u'reStructuredText')),
+ ('txl', _(u'Textile')),
+ ('mrk', _(u'Markdown')))
+
WIKI_LOCK_DURATION
------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---