[Lutinweb-commits] r44 - trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude
Author: tchemit Date: 2008-05-18 11:35:17 +0000 (Sun, 18 May 2008) New Revision: 44 Modified: trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/README.txt Log: utilisation variables de configuration Modified: trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/README.txt =================================================================== --- trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/README.txt 2008-05-18 11:35:01 UTC (rev 43) +++ trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/README.txt 2008-05-18 11:35:17 UTC (rev 44) @@ -2,13 +2,38 @@ Installation Instructions 1. Copy rssinclude directory into "editor/plugins/" -2. In fckconfig.js make the following additions; -3. add the following line after where "FCKConfig.PluginsPath" is defined +2. In fckconfig.js make the following additions : + + * add the following line after where "FCKConfig.PluginsPath" is defined FCKConfig.Plugins.Add("rssinclude", "en,fr"); -4. Add 'rssinclude' to your toolsbarset in fckconfig.js. E.G., + * add 'rssinclude' to your toolsbarset in fckconfig.js. E.G., + FCKConfig.ToolbarSets["Default"] = [ ['rssinclude', 'Bold', 'Italic'] ] ; + * add variables : + + // to authorize user to add a new feed + FCKConfig.RssCanAddFeed = false; + + // url to create a new feed + FCKConfig.RssAddURL = '/website-workshop-lmfr/srvwebsiteworkshop?action=doRss&rssAction=edit'; + + // to authorize user to edit a known feed + FCKConfig.RssCanEditFeed = false; + + // url to edit a known feed + FCKConfig.RssEditURL = '/website-workshop-lmfr/srvwebsiteworkshop?action=doRss&rssAction=edit&rss_name=' ; + + // url to render a feed + FCKConfig.RssRenderURL = '/website-workshop-lmfr/srvrsspublication?action=feed&feedName=' ; + + // url to obtain known feeds as a list of html options + FCKConfig.RssKnownFeedsURL = '/website-workshop-lmfr/srvrsspublication?action=feedList' ; + + // url to obtain rssinclude script + FCKConfig.RssScriptURL = '/website-workshop-lmfr/srvrsspublication?action=js' ; + Please let me know if you experience any issues.
participants (1)
-
tchemit@users.labs.libre-entreprise.org