Commit f7d1b6fe authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

Configure slapos_rss folder

parent 686a602e
......@@ -83,7 +83,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_rss_feed</string> </value>
<value> <string>feed</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -11,6 +11,10 @@
<skin_folder>erp5_xhtml_style</skin_folder>
<skin_selection>Hosting</skin_selection>
</skin_folder_selection>
<skin_folder_selection>
<skin_folder>slapos_rss</skin_folder>
<skin_selection>RSS</skin_selection>
</skin_folder_selection>
<skin_folder_selection>
<skin_folder>vifib_hosting</skin_folder>
<skin_selection>Hosting</skin_selection>
......
......@@ -6,12 +6,33 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>business_template_skin_layer_priority</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>float</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>business_template_skin_layer_priority</string> </key>
<value> <float>81.0</float> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>slapos_rss</string> </value>
......
......@@ -58,7 +58,7 @@ portal = context.getPortalObject()\n
person = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n
\n
web_site = context.getWebSiteValue()\n
request_url = "%s/%s" % (web_site.absolute_url(), "my_rss_feed")\n
request_url = "%s/%s" % (web_site.absolute_url(), "feed")\n
\n
# XXX - Cannot search in catalog with parameter url_string\n
access_token = None\n
......@@ -82,7 +82,7 @@ if access_token is None:\n
\n
url = "%s/%s?portal_skin=RSS&access_token=%s&access_token_secret=%s" % (\n
web_site.absolute_url(),\n
"my_rss_feed",\n
"feed",\n
access_token.getId(),\n
access_token.getReference())\n
\n
......
62
\ No newline at end of file
63
\ No newline at end of file
erp5_jquery | Hosting
erp5_km_theme | Hosting
erp5_xhtml_style | Hosting
slapos_rss | RSS
vifib_hosting | Hosting
vifib_hosting_theme | Hosting
vifib_jauks_theme | Hosting
......
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