[Zope3-checkins]
SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metadirectives.py
more doc
Tarek Ziadé
tziade at nuxeo.com
Fri Oct 7 10:55:05 EDT 2005
Log message for revision 38893:
more doc
Changed:
U Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metadirectives.py
-=-
Modified: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metadirectives.py
===================================================================
--- Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metadirectives.py 2005-10-07 14:48:31 UTC (rev 38892)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/metadirectives.py 2005-10-07 14:55:05 UTC (rev 38893)
@@ -40,11 +40,19 @@
description=u'The request-publication factory')
method = TextLine(title=u'Method',
- description=u'The name of the request method.',
+ description=(u'The name of the request method.'
+ 'The method can be a "*" for'
+ 'the publication to catch all method'
+ 'otherwise, has to be one or many methods'
+ 'all separated by commas: ie: "GET,POST"'),
required=False)
mimetype = TextLine(title=u'MimeType',
- description=u'The content type of the request.',
+ description=(u'The content type of the request.'
+ 'The method can be a "*" for'
+ 'the publication to catch all method'
+ 'otherwise, has to be one or many methods'
+ 'all separated by commas: ie: "text/xml,text/html"'),
required=False)
priority = Int(title=u'Priority',
More information about the Zope3-Checkins
mailing list