From 465c8a963f2668590136660d67684c580df78d5d Mon Sep 17 00:00:00 2001 From: helmutm Date: Wed, 19 Sep 2007 07:26:31 +0000 Subject: [PATCH] provide short-hand syntax for config with repeated entries for one section git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2058 fd906abe-77d9-0310-91a1-e0d9ade77398 --- agent/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/agent/README.txt b/agent/README.txt index 60677d8..0845610 100644 --- a/agent/README.txt +++ b/agent/README.txt @@ -119,7 +119,11 @@ The simplified syntax ... ui( ... web( ... port=11080, - ... ))''') + ... )) + ... crawl[1]( + ... type='outlook', + ... folder='inbox', + ...''') >>> print config.ui.web.port 11080