[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r590 - i18nHTML/src
From: |
grothoff |
Subject: |
[GNUnet-SVN] r590 - i18nHTML/src |
Date: |
Mon, 4 Apr 2005 00:10:40 -0700 (PDT) |
Author: grothoff
Date: 2005-04-04 00:10:39 -0700 (Mon, 04 Apr 2005)
New Revision: 590
Modified:
i18nHTML/src/index.php
Log:
update
Modified: i18nHTML/src/index.php
===================================================================
--- i18nHTML/src/index.php 2005-04-04 06:56:42 UTC (rev 589)
+++ i18nHTML/src/index.php 2005-04-04 07:10:39 UTC (rev 590)
@@ -29,10 +29,27 @@
W("Webpages internationalized with i18nHTML can be updated without loosing
existing translations for sentences that were not changed.");
W("Note that it is important that you use the i18nHTML <tt>TITLE</tt> command
in your documents in order to ensure that the character set and other meta-data
is set properly.");
P();
+H2("News");
+H3("i18nHTML 0.1.0 released");
+W("i18nHTML 0.1.0 is expected to solve various character set encoding
issues.");
+W("It also ensures that all entered translations match the original sentence
in the number of escape sequences.");
+W("The new version also resolves various minor bugs (such as editor mode only
working with php-register-globals enabled).");
+P();
+W("Upgrading from i18nHTML 0.0.2 to 0.1.0 requires changes to the encoding of
strings in the database (which is now hopefully properly based on unicode).");
+W("This can be done by running the update.php script and feeding the SQL
statements that update.php generates into MySQL.");
+W("Running <tt>update.php</tt> by itself will not do the data conversion (for
security reasons).");
+W("You should backup your old translation database first.");
+W("mysqldump should be useful here.");
+W("Note that <tt>update.php</tt> may discard translations that it believes
have serious character set (or other) problems.");
+W("The total number of discarded translations can be found at the end of the
output (in a generated comment).");
+P();
+W("Another important step in upgrading from 0.0.2 to 0.1.0 is to use the new
<tt>TITLE</tt> function to generate the title of all webpages.");
+W("The reason is that the <tt>TITLE</tt> function will generate other HTML
tags that should be placed in the HTML header to help ensure that the browser
picks up the character encodings correctly.");
+P();
H2("Download");
W("You can find the latest version %s.",
extlink_("https://gnunet.org/i18nHTML/download/";, "here"));
-W("The latest CVS version can be obtained using");
+W("The latest SVN version can be obtained using");
PRE("$ svn checkout https://gnunet.org/svn/i18nHTML/";);
P();
W("If you want to be notified about updates, subscribe to %s",
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r590 - i18nHTML/src,
grothoff <=