From tchemit@users.labs.libre-entreprise.org Sun May 18 20:54:43 2008 From: tchemit@users.labs.libre-entreprise.org To: nuiton-rss-commits@list.nuiton.org Subject: [Lutinweb-commits] r51 - trunk/lutinrss/src/main/webapp Date: Sun, 18 May 2008 20:54:43 +0200 Message-ID: <20080518185443.D3A3A461B09@labs.libre-entreprise.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5787886328649867292==" --===============5787886328649867292== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2008-05-18 18:54:43 +0000 (Sun, 18 May 2008) New Revision: 51 Added: trunk/lutinrss/src/main/webapp/fckTest.html trunk/lutinrss/src/main/webapp/feeds.txt Log: fckeditor test Added: trunk/lutinrss/src/main/webapp/fckTest.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lutinrss/src/main/webapp/fckTest.html (rev = 0) +++ trunk/lutinrss/src/main/webapp/fckTest.html 2008-05-18 18:54:43 UTC (rev = 51) @@ -0,0 +1,55 @@ + + + + + Page de test plugin FCKEditor rss + + =20 + + =20 + =20 +

(*) required a FCKEditor 2.6 available on / apache path (means /f= ckeditor points to fckeditor root directory)

+

with rssinclude plugin configured like this : +

+  // to authorize user to add a new feed
+  FCKConfig.RssCanAddFeed =3D false;
+ =20
+  // to authorize user to edit a known feed
+  FCKConfig.RssCanEditFeed =3D false;
+ =20
+  // url to render a feed
+  FCKConfig.RssRenderURL =3D '/lutinrss-2.1/RSSServlet&feedName=3D';
+ =20
+  // url to obtain rssinclude script
+  FCKConfig.RssScriptURL =3D '/lutinrss-2.1/RSSServlet';
+ =20
+  // url to obtain known feeds as a list of html options
+  FCKConfig.RssKnownFeedsURL =3D '/lutinrss-2.1/feeds.txt';
+        
=20 +

=20 + =20 + =20 + + Added: trunk/lutinrss/src/main/webapp/feeds.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lutinrss/src/main/webapp/feeds.txt (rev 0) +++ trunk/lutinrss/src/main/webapp/feeds.txt 2008-05-18 18:54:43 UTC (rev 51) @@ -0,0 +1,7 @@ +=20 + + + + + + --===============5787886328649867292==--