source: products/qRSS2Syndication/branches/Plone3.1/skins/qrss2syndication/save_rss2_setup.cpy @ 1591

Last change on this file since 1591 was 126, checked in by fenix, 18 years ago

add docstring to all classes and functions

File size: 649 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, enable_itunes=0, itunes_image_url='', itunes_explicit=0, 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,enable_itunes,itunes_image_url,itunes_explicit,REQUEST)
14return state.set(status=status, portal_status_message=message)
15   
Note: See TracBrowser for help on using the repository browser.