source: products/qRSS2Syndication/trunk/skins/qrss2syndication/save_rss2_setup.cpy @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 558 bytes
Line 
1## Controller Python Script "createObject"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind state=state
7##bind subpath=traverse_subpath
8##parameters= rss2_types=(),only_published=0,include_subfolders=0, articles_number=20,REQUEST=None
9##title=
10##
11if REQUEST:
12  from Products.qRSS2Syndication.utils import setupRSS2Types
13  status,message=setupRSS2Types(context,rss2_types,only_published,include_subfolders,articles_number,REQUEST)
14return state.set(status=status, portal_status_message=message)
15   
Note: See TracBrowser for help on using the repository browser.