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

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

trans-coord/gnun/prep/gnun TODO


From: Kaloian Doganov
Subject: trans-coord/gnun/prep/gnun TODO
Date: Sat, 26 Jan 2008 19:25:46 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Kaloian Doganov <kaloian>       08/01/26 19:25:46

Modified files:
        gnun/prep/gnun : TODO 

Log message:
        * GNUmakefile (template_rules, home_rules)
        (article_rules): Reduce continuous whitespace with multiple
        newlines before a comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/TODO?cvsroot=trans-coord&r1=1.2&r2=1.3

Patches:
Index: TODO
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- TODO        22 Jan 2008 16:10:13 -0000      1.2
+++ TODO        26 Jan 2008 19:25:46 -0000      1.3
@@ -104,31 +104,3 @@
    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]