trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnu.org-i18n] r321 - gnu.org-i18n


From: Corellia
Subject: [gnu.org-i18n] r321 - gnu.org-i18n
Date: Sat, 05 Jan 2008 22:37:12 +0200

Author: kaloian
Date: Sat Jan  5 22:37:09 2008
New Revision: 321

Log:
Reworded entry and moved from "Present bugs" section to
"Non-essential".


Modified:
   gnu.org-i18n/TODO

Modified: gnu.org-i18n/TODO
==============================================================================
--- gnu.org-i18n/TODO   (original)
+++ gnu.org-i18n/TODO   Sat Jan  5 22:37:09 2008
@@ -10,18 +10,6 @@
   PO message not to include it; 2) Delete it somehow automatically; 3)
   Persuade Matt not do to such things.
 
-* Problems with the xhtml module: Ugly processing of comments, which
-  leads even to errors like:
-
-  <p><!-- timestamp start
-  $Date: 2007/06/29 00:05:33 $
-   timestamp end -->
-  Updated:
-
-
-
-  </p>
-
 * Put a warning like <!-- Automatically generated... --> at the
   begining of each .xx.html file.
 
@@ -117,3 +105,31 @@
   copying the file to a temporary file, running the command, etc.) and
   consider the target up-to-date if that's the case.  There might be
   an easier way, though.
+
+ * Somewhat ugly processing of comments, which leads to integration of
+   adjacent comments and large areas of continious whitespace as a
+   side effect.
+
+   For example:
+
+       <h4>Translatable string</h4>
+       <!-- comment line 1 -->
+       <!-- comment line 2 -->
+       <!-- comment line 3 -->
+
+   Becomes something like that:
+
+       <h4>Translatable string</h4>
+       
+       
+       
+       <!-- comment line 1
+        comment line 2
+        comment line 3 -->
+
+   It is questionable whether the processing of comments is ugly or
+   the comments are placed in a ugly way in our source files in the
+   first place. But we can still deal with the the whitespace side
+   effect by postprocessing the generated article.xx.html files with a
+   tool (some sed script, for example) that compresses continuous
+   whitespace with multiple newlines into one or two newlines.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]