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

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

trans-coord/gnun/server/gnun ChangeLog GNUmakef...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakef...
Date: Mon, 02 Sep 2013 05:23:38 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       13/09/02 05:23:38

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile NEWS 
        gnun/server/gnun/doc: gnun.texi 

Log message:
        * GNUmakefile (localized-includes): Move the list of manually
        localized SSIs to the `localized-ssis' variable from gnun.mk.
        * doc/gnun.texi (Main Variables): Describe the `localized-ssi' variable.
        * NEWS: Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.382&r2=1.383
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.164&r2=1.165
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.92&r2=1.93
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/doc/gnun.texi?cvsroot=trans-coord&r1=1.90&r2=1.91

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -b -r1.382 -r1.383
--- ChangeLog   31 Aug 2013 17:39:55 -0000      1.382
+++ ChangeLog   2 Sep 2013 05:23:37 -0000       1.383
@@ -1,3 +1,11 @@
+2013-09-02  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (localized-includes): Move the list of manually
+       localized SSIs to the `localized-ssis' variable from gnun.mk.
+       * doc/gnun.texi (Main Variables): Describe the `localized-ssi'
+       variable.
+       * NEWS: Update.
+
 2013-08-31  Pavel Kharitonov  <address@hidden>
 
        * expand-ssi.awk: Include empty files correctly.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -b -r1.164 -r1.165
--- GNUmakefile 31 Aug 2013 14:09:41 -0000      1.164
+++ GNUmakefile 2 Sep 2013 05:23:37 -0000       1.165
@@ -99,12 +99,7 @@
 
 # FIXME: footer-short and footer-min are remnants from the old-new
 # design; they should go at some point.
-localized-includes := server/header server/head-include-1 \
-                     server/head-include-2 server/banner \
-                     server/html5-header server/html5-head-include-1 \
-                     server/body-include-1 server/body-include-2 \
-                     server/footer server/generic \
-                     server/footer-short server/footer-min \
+localized-includes := $(localized-ssis) \
                      $(extra-templates) $(optional-templates)
 
 # Issue a command to substitute localized includes in a HTML file.

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- NEWS        31 Aug 2013 17:39:55 -0000      1.92
+++ NEWS        2 Sep 2013 05:23:37 -0000       1.93
@@ -24,6 +24,10 @@
 *** The `generic.LANG.html' files are replaced with SSI, which
     enabled GNUN to avoid intermediate *.m4 files.
 
+*** New variable in gnun.mk, `localized-ssis'; the list of
+    localized SSIs is now completely defined via variables
+    from gnun.mk.
+
 ** Bugs fixed in 0.8.
 
 *** `gnun-diff-po' didn't process empty comments correctly.

Index: doc/gnun.texi
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/doc/gnun.texi,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- doc/gnun.texi       31 Aug 2013 14:09:42 -0000      1.90
+++ doc/gnun.texi       2 Sep 2013 05:23:38 -0000       1.91
@@ -819,18 +819,8 @@
 A space-separated list with languages.  Add here your language code
 @emph{if and only if} you have all the SSI templates translated, and
 have already committed all template files listed in
-the @code{extra-templates} variable in @file{server/@/gnun/@/gnun.mk},
-as well as the templates that are not under GNUN's control and are
-translated manually, like
-
address@hidden @minus
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden itemize
+the @code{extra-templates} and @code{localized-ssis} variables
+in @file{server/@/gnun/@/gnun.mk}.
 
 @cindex FUZZY_DIFF_LINGUAS
 @anchor{FUZZY_DIFF_LINGUAS}
@@ -840,9 +830,27 @@
 ``previous'' @code{msgid}s in your PO files.
 @xref{gnun-add-fuzzy-diff}, for more information.
 
address@hidden
address@hidden localized-ssis
address@hidden SSIs, localized
address@hidden localized SSIs
address@hidden localized-ssis
+
+This variable lists the templates that are not under GNUN's control
+and are translated manually, like
+
address@hidden @minus
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden @file{server/address@hidden
address@hidden itemize
+
+They contain HTML code and SSI directives; PO4A doesn't extract them
+to any messages in PO files.
+
 @cindex extra-templates
 @cindex templates, additional
address@hidden defining templates
 @anchor{extra-templates}
 @item extra-templates
 
@@ -854,7 +862,6 @@
 
 @cindex optional-templates
 @cindex templates, optional
address@hidden defining templates
 @anchor{optional-templates}
 @item optional-templates
 



reply via email to

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