Commit 20603e07 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove RSS generator as now a dedicated erp5_rss_style exists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39948 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c875482
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Change_bindings_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Change_cache_settings_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Change_permissions_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Copy_or_Move_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_FTP_access_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Manage_WebDAV_Locks_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Manage_properties_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Take_ownership_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Undo_changes_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_View_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_View_management_screens_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_WebDAV_Lock_items_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_WebDAV_Unlock_items_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_WebDAV_access_Permission</string> </key>
<value>
<list>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<?xml version="1.0"?>\n
<rdf:RDF\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\n
xmlns:dc="http://purl.org/dc/elements/1.1/"\n
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"\n
xmlns="http://purl.org/rss/1.0/">\n
<channel rdf:about="URL"\n
tal:define="channel_info options/channel_info"\n
tal:attributes="rdf:about channel_info/url">\n
<title tal:content="channel_info/title">TITLE</title>\n
<link tal:content="channel_info/url">URL</link>\n
<description\n
tal:content="channel_info/description">DESCRIPTION</description>\n
<image rdf:resource="logo.png" />\n
<sy:updatePeriod\n
tal:content="channel_info/period">PERIOD</sy:updatePeriod>\n
<sy:updateFrequency\n
tal:content="channel_info/frequency">N</sy:updateFrequency>\n
<sy:updateBase\n
tal:content="channel_info/base">YYYY-MM-DDTHH:MM:SSZ</sy:updateBase>\n
<items>\n
<rdf:Seq>\n
<rdf:li resource="URL"\n
tal:repeat="item_info options/listItemInfos"\n
tal:attributes="resource item_info/url" />\n
</rdf:Seq>\n
</items>\n
</channel>\n
<item rdf:about="URL"\n
tal:repeat="item_info options/listItemInfos"\n
tal:attributes="rdf:about item_info/url">\n
<title tal:content="item_info/title">TITLE</title>\n
<link tal:content="item_info/url">URL</link>\n
<description\n
tal:condition="item_info/description"\n
tal:content="item_info/description">DESCRIPTION</description>\n
<dc:publisher\n
tal:condition="item_info/publisher"\n
tal:content="item_info/publisher">PUBLISHER</dc:publisher>\n
<dc:creator\n
tal:repeat="creator item_info/listCreators"\n
tal:content="creator">CREATOR</dc:creator>\n
<dc:rights\n
tal:condition="item_info/rights"\n
tal:content="item_info/rights">RIGHTS</dc:rights>\n
<dc:subject\n
tal:repeat="subject item_info/listSubjects"\n
tal:content="subject">SUBJECT</dc:subject>\n
<dc:date tal:content="item_info/date">YYYY-MM-DDTHH:MM:SSZ</dc:date>\n
</item>\n
</rdf:RDF>\n
]]></string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/xml; charset=utf-8</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>RSS_template</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
1203
\ No newline at end of file
1204
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment