[freenet-cvs] r15193 - in trunk/plugins/Echo/src: plugins/echo xml

fred at freenetproject.org fred at freenetproject.org
Sat Sep 15 18:08:25 UTC 2007


Author: fred
Date: 2007-09-15 18:08:25 +0000 (Sat, 15 Sep 2007)
New Revision: 15193

Modified:
   trunk/plugins/Echo/src/plugins/echo/WikiMarkupRender.java
   trunk/plugins/Echo/src/xml/edit.xsl
   trunk/plugins/Echo/src/xml/http404error.xml
   trunk/plugins/Echo/src/xml/test.xsl
   trunk/plugins/Echo/src/xml/welcome.xml
Log:
Encoding

Modified: trunk/plugins/Echo/src/plugins/echo/WikiMarkupRender.java
===================================================================
--- trunk/plugins/Echo/src/plugins/echo/WikiMarkupRender.java	2007-09-15 17:54:41 UTC (rev 15192)
+++ trunk/plugins/Echo/src/plugins/echo/WikiMarkupRender.java	2007-09-15 18:08:25 UTC (rev 15193)
@@ -11,7 +11,7 @@
 
 /**
 	This class provides a simple wiki markup render.
-	Atm the code is very crapy !!
+	Atm the code is very crapy, this class need to be fully rewrited  !!
 
 Formatting tricks :
 Heading

Modified: trunk/plugins/Echo/src/xml/edit.xsl
===================================================================
--- trunk/plugins/Echo/src/xml/edit.xsl	2007-09-15 17:54:41 UTC (rev 15192)
+++ trunk/plugins/Echo/src/xml/edit.xsl	2007-09-15 18:08:25 UTC (rev 15193)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <xsl:stylesheet
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
         version="1.0">
         
 <xsl:output
 	method="xml"
-	encoding="ISO-8859-1"
+	encoding="UTF-8"
 	media-type="text/html"
 	omit-xml-declaration="yes"
 	doctype-public= "-//W3C//DTD XHTML 1.0 Strict//EN"

Modified: trunk/plugins/Echo/src/xml/http404error.xml
===================================================================
--- trunk/plugins/Echo/src/xml/http404error.xml	2007-09-15 17:54:41 UTC (rev 15192)
+++ trunk/plugins/Echo/src/xml/http404error.xml	2007-09-15 18:08:25 UTC (rev 15193)
@@ -1 +1,2 @@
+<?xml version="1.0" encoding="UTF-8" ?>
 <strong>Sorry the page you requested does not exist.</strong>
\ No newline at end of file

Modified: trunk/plugins/Echo/src/xml/test.xsl
===================================================================
--- trunk/plugins/Echo/src/xml/test.xsl	2007-09-15 17:54:41 UTC (rev 15192)
+++ trunk/plugins/Echo/src/xml/test.xsl	2007-09-15 18:08:25 UTC (rev 15193)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <xsl:stylesheet
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
         version="1.0">
 
 <xsl:output
 	method="xml"
-	encoding="ISO-8859-1"
+	encoding="UTF-8"
 	media-type="text/html"
 	omit-xml-declaration="yes"
 	doctype-public= "-//W3C//DTD XHTML 1.0 Strict//EN"

Modified: trunk/plugins/Echo/src/xml/welcome.xml
===================================================================
--- trunk/plugins/Echo/src/xml/welcome.xml	2007-09-15 17:54:41 UTC (rev 15192)
+++ trunk/plugins/Echo/src/xml/welcome.xml	2007-09-15 18:08:25 UTC (rev 15193)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" ?>
 <ul>
 	<li><a href="write"><i18n key="echo.action.write" /></a></li>
 	<li><a href="manage"><i18n key="echo.action.manage" /></a></li>




More information about the cvs mailing list