r165 - in trunk: . src/main/resources/fckeditor src/main/webapp src/site/rst
Author: echatellier Date: 2009-11-26 19:03:10 +0100 (Thu, 26 Nov 2009) New Revision: 165 Modified: trunk/pom.xml trunk/src/main/resources/fckeditor/myfckconfig.js trunk/src/main/webapp/index.html trunk/src/main/webapp/rssinclude.js trunk/src/main/webapp/testFck.html trunk/src/site/rst/index.rst Log: Move name from lutinrss to nuitonrss. Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-26 17:54:19 UTC (rev 164) +++ trunk/pom.xml 2009-11-26 18:03:10 UTC (rev 165) @@ -116,8 +116,7 @@ <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> - <!--warName>lutinrss</warName--> - <webappDirectory>target/lutinrss</webappDirectory> + <webappDirectory>target/nuitonrss</webappDirectory> </configuration> </plugin> Modified: trunk/src/main/resources/fckeditor/myfckconfig.js =================================================================== --- trunk/src/main/resources/fckeditor/myfckconfig.js 2009-11-26 17:54:19 UTC (rev 164) +++ trunk/src/main/resources/fckeditor/myfckconfig.js 2009-11-26 18:03:10 UTC (rev 165) @@ -50,13 +50,13 @@ FCKConfig.RssCanEditFeed = false; // url to render a feed -FCKConfig.RssRenderURL = '/lutinrss-2.1/RSSServlet&feedName=' ; +FCKConfig.RssRenderURL = '/nuitonrss-2.4/RSSServlet&feedName=' ; // url to obtain rssinclude script -FCKConfig.RssScriptURL = '/lutinrss-2.1/RSSServlet' ; +FCKConfig.RssScriptURL = '/nuitonrss-2.4/RSSServlet' ; // url to obtain known feeds as a list of html options -FCKConfig.RssKnownFeedsURL = '/lutinrss-2.1/feeds.txt' ; +FCKConfig.RssKnownFeedsURL = '/nuitonrss-2.4/feeds.txt' ; // url to create a new feed FCKConfig.RssAddURL = ''; Modified: trunk/src/main/webapp/index.html =================================================================== --- trunk/src/main/webapp/index.html 2009-11-26 17:54:19 UTC (rev 164) +++ trunk/src/main/webapp/index.html 2009-11-26 18:03:10 UTC (rev 165) @@ -10,7 +10,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> - <h1>LutinRSS tests index</h1> + <h1>NuitonRSS tests index</h1> <ul> <li><a href="testRender.html" target="render">Test de rendu</a></li> <li><a href="testGenerator.html" target="generator">Test de génération de flux</a></li> Modified: trunk/src/main/webapp/rssinclude.js =================================================================== --- trunk/src/main/webapp/rssinclude.js 2009-11-26 17:54:19 UTC (rev 164) +++ trunk/src/main/webapp/rssinclude.js 2009-11-26 18:03:10 UTC (rev 165) @@ -2,7 +2,7 @@ // mettre background a false est utile lorsque l'on appelle la methode // depuis une fenetre que l'on ferme ensuite //var serlvetUrl = "%1$1"; - var serlvetUrl = "http://localhost:8083/lutinrss-2.0/RSSServlet"; + var serlvetUrl = "http://localhost:8083/nuitonrss-2.4/RSSServlet"; win = window; var xhr = null; var error=null; Modified: trunk/src/main/webapp/testFck.html =================================================================== --- trunk/src/main/webapp/testFck.html 2009-11-26 17:54:19 UTC (rev 164) +++ trunk/src/main/webapp/testFck.html 2009-11-26 18:03:10 UTC (rev 165) @@ -26,7 +26,7 @@ //content+="<div contenteditable='false' name=\"rssinclude\" class=\"rssinclude\" feedname=\"http://formats-ouverts.org/rss.php\" nbitem=\"4\" feedrepr=\"indat-natd\" \">RSS http://formats-ouverts.org/rss.php (items:4)</div><br/>"; //content+="<div contenteditable='false' name=\"rssinclude\" class=\"rssinclude\" feedname=\"http://www.h2database.com/html/newsfeed-rss.xml\" nbitem=\"5\" feedRepr=\"indat-natd\" \">RSS http://www.h2database.com/html/newsfeed-rss.xml (items:5)</div><br/>"; //content+="<div contenteditable='false' name=\"rssinclude\" class=\"rssinclude\" feedname=\"http://www.opensi.org/news.rss\" nbitem=\"6\" feedrepr=\"indat-natd\" \">RSS http://www.opensi.org/news.rss (items:6)</div>"; - content += "<s"+"cript src=\"/lutinrss-2.1/RSSServlet\"></scri"+"pt><hr/><p>content...</p>"; + content += "<s"+"cript src=\"/nuitonrss-2.4/RSSServlet\"></scri"+"pt><hr/><p>content...</p>"; oFCKeditor.Value = content; oFCKeditor.Create() ; --> Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2009-11-26 17:54:19 UTC (rev 164) +++ trunk/src/site/rst/index.rst 2009-11-26 18:03:10 UTC (rev 165) @@ -8,7 +8,7 @@ A faire ... -<script src="lutinrss.js"> +<script src="nuitonrss.js"> rss("rss1", "url", max, login, password) </script> <div id="rss1"></div>
participants (1)
-
echatellier@users.nuiton.org