[Yanel-commits] rev 22343 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Thu Feb 1 14:31:20 CET 2007


Author: michi
Date: 2007-02-01 14:31:19 +0100 (Thu, 01 Feb 2007)
New Revision: 22343

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/24a86cdc-2fbc-4316-b5f8-5ad88ec0c841
Log:
more information re charset added

Modified: public/yanel/trunk/src/realms/yanel-website/content/24a86cdc-2fbc-4316-b5f8-5ad88ec0c841
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/24a86cdc-2fbc-4316-b5f8-5ad88ec0c841	2007-02-01 13:15:59 UTC (rev 22342)
+++ public/yanel/trunk/src/realms/yanel-website/content/24a86cdc-2fbc-4316-b5f8-5ad88ec0c841	2007-02-01 13:31:19 UTC (rev 22343)
@@ -10,7 +10,7 @@
 <h1>Import an existing website as a new realm</h1>
 <ul>
   <li>sudo apt-get install httrack</li>
-  <li>httrack -w http://foo.bar</li><li>Add introspection link to (X)HTML head</li><li>Make introspection documents available</li><li>...</li><li>One might have to change the encoding: iconv -f ISO-8859-1 -t UTF-8 page.html > page.html.UTF-8</li>
+  <li>httrack -w http://foo.bar</li><li>Add introspection link to (X)HTML head</li><li>Make introspection documents available</li><li>...</li><li><b>IMPORTANT:</b> One might have to change the encoding: <code>iconv -f ISO-8859-1 -t UTF-8 page.html &gt; page.html.UTF-8</code> (Please make sure that the meta content=&quot;application/xhtml+xml; charset=UTF-8&quot; resp. the XML head encoding=&quot;UTF-8&quot; is also being set appropriately. Also make sure that the server is sending the appropriate mime type which can be declared within the resource configuration .yanel-rc)</li>
 </ul>
 </body>
 </html>
\ No newline at end of file




More information about the Yanel-commits mailing list