www-el-commits
[Top][All Lists]
Advanced

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

[www-el-commits] www-el GNUmakefile LOG home.el.po keepingup.el....


From: Georgios Zarkadas
Subject: [www-el-commits] www-el GNUmakefile LOG home.el.po keepingup.el....
Date: Sun, 20 Mar 2011 13:23:37 +0000

CVSROOT:        /cvsroot/www-el
Module name:    www-el
Changes by:     Georgios Zarkadas <gzarkadas>   11/03/20 13:23:36

Modified files:
        .              : GNUmakefile LOG home.el.po keepingup.el.po 
                         provide.el.po style.el.css 
        __tools__      : deleted.el.po 
        server         : head-include-2.el.po header.el.html 

Log message:
        Reorganised styles, translator credits and GNUmakefile

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/www-el/GNUmakefile?cvsroot=www-el&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/www-el/LOG?cvsroot=www-el&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/www-el/home.el.po?cvsroot=www-el&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/www-el/keepingup.el.po?cvsroot=www-el&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/www-el/provide.el.po?cvsroot=www-el&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/www-el/style.el.css?cvsroot=www-el&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/www-el/__tools__/deleted.el.po?cvsroot=www-el&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/www-el/server/head-include-2.el.po?cvsroot=www-el&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/www-el/server/header.el.html?cvsroot=www-el&r1=1.2&r2=1.3

Patches:
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/www-el/www-el/GNUmakefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- GNUmakefile 18 Mar 2011 15:53:19 -0000      1.14
+++ GNUmakefile 20 Mar 2011 13:23:36 -0000      1.15
@@ -34,16 +34,21 @@
 SHELL = /bin/bash
 
 # Set this variable to your language code.
+#
 TEAM := el
 
 # The relative or absolute path to the working copy of the master
 # "www" repository; must end with a trailing slash.
+#
 wwwdir := ../www/
 
 # Adjust these variables if you don't have the programs in your PATH.
+#
 MSGMERGE := msgmerge
 MSGFMT := msgfmt
 MSGCAT := msgcat
+MSGATTRIB := msgattrib
+VIEWFUZZY := view-fuzzy -h b -g8 --merge
 CVS := cvs
 SVN := svn
 BZR := bzr
@@ -51,19 +56,13 @@
 # Baz can be used alternatively; its commands are compatible.
 TLA := tla
 
-# Additions by www-el team <start>
-
-VIEWFUZZY := view-fuzzy -h b -g8 --merge
-
-# script to be created by publish target (commits all published .po files)
-commitfile := ../www/commit-pub
-
-# Paths to exclude from search (for example tools or test sub-directories).
-# Space separated list of {-not -path <path wildcard>} items.
-EXCLUDED := -not -path './__tools__/*' -not -path './incoming/*'
+# Script to be created by publish target (commits all published .po files).
+#
+commitfile := $(wwwdir)commit-pub
 
 # FIXME: this is too hack-ish; please improve
 # Mappings: . -> $ | _ -> ' | {\`} -> ` | {^ } -> \n
+
 define commit_header
 #!/bin/sh^\
 # Auto-generated by team GNUmakefile^\
@@ -76,15 +75,28 @@
 _ | tr _\n_ _ _\`
 endef
 
-# Additions by www-el team <end>
+# Path to obsolete translations storage catalog.
+#
+OBCATALOG := __tools__/deleted.el.po
+
+# Paths to exclude from search (for example tools or test sub-directories).
+# Space separated list of {-not -path <path wildcard>} items.
+#
+EXCLUDED := -not -path './__tools__/*' -not -path './incoming/*'
 
+# Expression to retrieve all translations
+#
 translations := $(shell find -name '*.$(TEAM).po' $(EXCLUDED) | sort)
-log := "Automatic merge from the master repository."
+
 # Warning message for the `publish' rule.
+#
 pubwmsg := "Warning (%s): %s\n  does not exist; (either obsolete or \`cvs\
 update\' in $(wwwdir) needed).\n"
 
-# Determine the VCS.
+log := "Automatic merge from the master repository."
+
+# Determine the VCS and relevant update/commit commands.
+
 REPO := $(shell (test -d CVS && echo CVS) || (test -d .svn && echo SVN) \
          || (test -d .bzr && echo Bzr) || (test -d .hg && echo Hg) \
          || (test -d \{arch\} && echo Arch))
@@ -116,6 +128,66 @@
 $(SVN) $(CVSQUIET) update
 endef
 
+# The command to update the Bazaar repository.
+define bzr-update
+$(BZR) pull $(BZRQUIET)
+endef
+
+# The command to update the Mercurial repository.
+# Note that the "fetch" extension is not guaranteed 
+# to be available, and/or enabled in user's ~/.hgrc.
+define hg-update
+$(HG) pull --update $(BZRQUIET)
+endef
+
+# The command to update the Arch repository.
+define tla-update
+$(TLA) update
+endef
+
+# The command to commit to the CVS repositories.
+define cvs-commit
+$(CVS) commit -m $(log)
+endef
+
+# The command to commit to the Subversion repository.
+define svn-commit
+$(SVN) commit -m $(log)
+endef
+
+# The command to commit to the Bazaar repository.
+# The behavior of `bzr commit' is not very script-friendly: it will
+# exit with an error if there are no changes to commit.
+define bzr-commit
+if $(BZR) status --versioned --short | grep --quiet '^ M'; then \
+  $(BZR) commit $(BZRQUIET) -m $(log) && $(BZR) push $(BZRQUIET); \
+else \
+  true; \
+fi
+endef
+
+# The command to commit to the Mercurial repository.
+define hg-commit
+$(HG) commit $(BZRQUIET) -m $(log) && $(HG) push $(BZRQUIET)
+endef
+
+# The command to commit to the Arch repository.
+# Arch is so dumb that it will do a bogus commit (adding another
+# absolutely useless revision) even if there are no changes.
+# Fortunately, the exit status of `tla changes' is sane.
+define tla-commit
+$(TLA) changes >/dev/null || $(TLA) commit -s $(log)
+endef
+
+# To find prefix, make REPO lowercase and substitute arch by tla
+#
+repoprefix := $(subst arch,tla,$(shell echo $(REPO) | tr A-Z a-z))
+
+repoupdate := $(repoprefix)-update
+repocommit := $(repoprefix)-commit
+
+# Targets
+
 .PHONY: all
 all: update sync
 
@@ -125,19 +197,7 @@
 ifeq ($(VCS),yes)
        @echo Updating the repositories...
        cd $(wwwdir) && $(cvs-update)
-ifeq ($(REPO),CVS)
-       $(cvs-update)
-else ifeq ($(REPO),SVN)
-       $(svn-update)
-else ifeq ($(REPO),Bzr)
-       $(BZR) pull $(BZRQUIET)
-else ifeq ($(REPO),Hg)
-# The "fetch" extension is not guaranteed to be available, and/or
-# enabled in user's ~/.hgrc.
-       $(HG) pull --update $(BZRQUIET)
-else ifeq ($(REPO),Arch)
-       $(TLA) update
-endif
+       $(repoupdate)
 else
        $(info Repositories were not updated, you might want "make VCS=yes".)
 endif
@@ -155,37 +215,8 @@
            $(wwwdir)`dirname $$file`/po/`basename $${file/.$(TEAM).po/.pot}`; \
          fi; \
        done
-# Additions by www-el team <start>
-ifeq ($(FUZZY),yes)
-       @for file in $(translations); do \
-         if [ -f $(wwwdir)`dirname $$file`/po/`basename \
-           $${file/.$(TEAM).po/.pot}` ]; then \
-           $(VIEWFUZZY) --output=$$file $$file; \
-         fi; \
-       done
-endif
-# Additions by www-el team <end>
 ifeq ($(VCS),yes)
-ifeq ($(REPO),CVS)
-       $(CVS) commit -m $(log)
-else ifeq ($(REPO),SVN)
-       $(SVN) commit -m $(log)
-else ifeq ($(REPO),Bzr)
-# The behavior of `bzr commit' is not very script-friendly: it will
-# exit with an error if there are no changes to commit.
-       if $(BZR) status --versioned --short | grep --quiet '^ M'; then \
-         $(BZR) commit $(BZRQUIET) -m $(log) && $(BZR) push $(BZRQUIET); \
-       else \
-         true; \
-       fi
-else ifeq ($(REPO),Hg)
-       $(HG) commit $(BZRQUIET) -m $(log) && $(HG) push $(BZRQUIET)
-else ifeq ($(REPO),Arch)
-# Arch is so dumb that it will do a bogus commit (adding another
-# absolutely useless revision) even if there are no changes.
-# Fortunately, the exit status of `tla changes' is sane.
-       $(TLA) changes >/dev/null || $(TLA) commit -s $(log)
-endif
+       $(repocommit)
 endif
 
 # Helper target to check which articles have to be updated.
@@ -208,6 +239,26 @@
          fi; \
        done
 
+# Helper target to mark changes (at word level) in fuzzy messages
+.PHONY: fuzzy
+fuzzy:
+       @for file in $(translations); do \
+         if [ -f $(wwwdir)`dirname $$file`/po/`basename \
+           $${file/.$(TEAM).po/.pot}` ]; then \
+           $(VIEWFUZZY) --output=$$file $$file; \
+         fi; \
+       done
+
+# Helper target to remove obsolete messages and store them in a catalog
+.PHONY: obsolete
+obsolete:
+       @for file in $(translations); do \
+         $(MSGATTRIB) --only-obsolete  $$file >> $(OBCATALOG); \
+         tmpfile=`tempfile`; \
+         $(MSGATTRIB) --no-obsolete $$file > $$tmpfile; \
+         mv --backup $$tmpfile $$file; \
+       done
+
 # Helper target to copy all (supposedly) modified files to the `www'
 # master repository.  A warning is printed if the corresponding
 # directory in `www' cannot be found, or if the template is missing
@@ -254,3 +305,37 @@
          $(RM) $$file.bak; \
        done
        @echo " done."
+
+# Helper target to display accepted targets and parameters.
+.PHONY: help
+help:
+       @echo 'Usage: make TARGET [PARAMS]'
+       @echo 'Process PO files and/or execute actions according to TARGET 
specs.'
+       @echo ''
+       @echo 'Accepted values of TARGET are (only one target is allowed):'
+       @echo ''
+       @echo 'all (or empty)     default target; invokes update and sync 
targets'
+       @echo 'update             update the team repository; if the VCS=yes 
parameter'
+       @echo '                   is supplied, update the master repository 
also'
+       @echo 'sync               synchronize (update) the PO files from the 
master POTs;'
+       @echo '                   if the FUZZY=yes parameter is supplied, edit 
in-place'
+       @echo '                   PO files with the view-fuzzy script to mark 
changes of'
+       @echo '                   fuzzy translations (modifies the #| 
comments);'
+       @echo '                   if the VCS=yes parameter is supplied, 
automatically'
+       @echo '                   commit the changes to the team repository'
+       @echo 'report             check which articles have to be updated and 
display '
+       @echo '                   a report'
+       @echo 'format             format all PO files to standard (80 columns) 
width'
+       @echo 'publish            copy modified PO files to the www master 
repository and'
+       @echo '                   create a commit script there; invokes format 
target;'
+       @echo '                   to commit all changes cd to www and run 
./commit-pub'
+       @echo 'clean              delete common auto-generated files (.mo and 
backups)'
+       @echo 'help               display GNUmakefile usage (this message)'
+       @echo ''
+       @echo 'Accepted values of PARAMS are:'
+       @echo ''
+       @echo 'VCS=yes            update master and team repositories; valid 
with all,'
+       @echo '                   update, sync targets'
+       @echo 'FUZZY=yes          mark fuzzy translations changes inside the #| 
comments;'
+       @echo '                   valid with all, sync targets'
+

Index: LOG
===================================================================
RCS file: /cvsroot/www-el/www-el/LOG,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- LOG 6 Feb 2011 21:16:14 -0000       1.7
+++ LOG 20 Mar 2011 13:23:36 -0000      1.8
@@ -8,6 +8,11 @@
 ## subsequent maintenance actions should not.                              ##
 #############################################################################
 
+2011-03-19     CVS     added 'help' target to GNUmakefile
+
+2011-03-18     TRA     new translations & ports from old html
+       ./gnu/why-gnu-linux.el.po
+
 2011-02-06     TRA     new translations & ports from old html
        ./gnu/manifesto.el.po
 

Index: home.el.po
===================================================================
RCS file: /cvsroot/www-el/www-el/home.el.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- home.el.po  18 Mar 2011 15:53:19 -0000      1.24
+++ home.el.po  20 Mar 2011 13:23:36 -0000      1.25
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: www-el_v0.2.0\n"
 "POT-Creation-Date: 2011-02-17 20:29-0500\n"
-"PO-Revision-Date: 2011-02-06 11:57+0200\n"
+"PO-Revision-Date: 2011-03-19 15:12+0200\n"
 "Last-Translator: Georgios Zarkadas <address@hidden>\n"
 "Language-Team: Greek <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -219,7 +219,7 @@
 
 #. type: Content of: <div><div><div><h4>
 msgid "GNU Guile"
-msgstr ""
+msgstr "GNU Guile"
 
 #. type: Content of: <div><div><div><p>
 msgid ""
@@ -231,6 +231,14 @@
 "applications in.  <a href=\"http://www.gnu.org/software/guile/community.html";
 "\">Join the community now!</a>"
 msgstr ""
+"Το <a href=\"http://www.gnu.org/software/guile/\";>GNU Guile</a> είναι 
η "
+"επίσημη γλώσσα επεκτάσεων για το Λειτου
ργικό Σύστημα GNU.  Η έκδοση 2.0 "
+"δημοσιεύτηκε στις 16 Φεβρουαρίου 2011 με μια 
<a href=\"http://www.gnu.org/";
+"software/guile/news.html\">πληθώρα νέων 
χαρακτηριστικών.</a> Η υποδομή του "
+"μεταγλωττιστή της, οι βιβλιοθήκες και το 
δυναμικό περιβάλλον προγραμματισμού "
+"την καθιστούν μια σπουδαία γλώσσα για τη 
συγγραφή εφαρμογών.  <a href="
+"\"http://www.gnu.org/software/guile/community.html\";>Γίνετε μέλος 
της "
+"κοινότητας τώρα!</a>"
 
 # type: Content of: <table><tr><td><h2>
 #. type: Content of: <div><div><div><h4>
@@ -477,9 +485,10 @@
 #. type: Content of: <div><div>
 msgid "*GNUN-SLOT: TRANSLATOR'S CREDITS*"
 msgstr ""
-"Μετάφραση στα ελληνικά: <a 
href=\"http://savannah.gnu.org/users/";
-"freeasinfreedom\">Αθανάσιος Κασάμπαλης</a> (2007) &amp; <a 
href=\"http://";
-"savannah.gnu.org/users/gzarkadas\">Γεώργιος Ζαρκάδας</a> 
(2009, 2010, 2011)."
+"<p>Αρχική μετάφραση στα ελληνικά: <a 
href=\"http://savannah.gnu.org/users/";
+"freeasinfreedom\">Αθανάσιος Κασάμπαλης</a> (2007)</p>\n"
+"<p>Συντήρηση / επικαιροποίηση: <a 
href=\"http://savannah.gnu.org/users/";
+"gzarkadas\">Γεώργιος Μ. Ζαρκάδας</a> (2009, 2010, 2011).</p>"
 
 # type: Content of: <div><p>
 #.  timestamp start 

Index: keepingup.el.po
===================================================================
RCS file: /cvsroot/www-el/www-el/keepingup.el.po,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- keepingup.el.po     18 Apr 2010 13:29:35 -0000      1.10
+++ keepingup.el.po     20 Mar 2011 13:23:36 -0000      1.11
@@ -2,17 +2,18 @@
 # Copyright (C) 2009 Free Software Foundation, Inc.
 # This file is distributed under the same license as the gnu.org article.
 # First author: Georgios Zarkadas <address@hidden>, 2009
-#
+# Georgios Zarkadas <address@hidden>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: www-el_v0.2.0\n"
 "POT-Creation-Date: 2010-01-02 16:25-0500\n"
-"PO-Revision-Date: 2010-02-13 17:38+0200\n"
+"PO-Revision-Date: 2011-03-19 15:20+0200\n"
 "Last-Translator: Georgios Zarkadas <address@hidden>\n"
 "Language-Team: Greek <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: \n"
 
 # type: Content of: <title>
 msgid ""
@@ -226,8 +227,10 @@
 #. TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.
 msgid "*GNUN-SLOT: TRANSLATOR'S CREDITS*"
 msgstr ""
-"Μετάφραση στα ελληνικά: <a 
href=\"http://savannah.gnu.org/users/gzarkadas";
-"\">Γεώργιος Ζαρκάδας</a> (2009)."
+"<p>Αρχική μετάφραση στα ελληνικά: <a 
href=\"http://savannah.gnu.org/users/";
+"gzarkadas\">Γεώργιος Μ. Ζαρκάδας</a> (2009).</p>\n"
+"<p>Συντήρηση / επικαιροποίηση: <a 
href=\"http://savannah.gnu.org/users/";
+"gzarkadas\">Γεώργιος Μ. Ζαρκάδας</a> (2010).</p>"
 
 # type: Content of: <div><p>
 #.  timestamp start 

Index: provide.el.po
===================================================================
RCS file: /cvsroot/www-el/www-el/provide.el.po,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- provide.el.po       18 Mar 2011 15:53:19 -0000      1.10
+++ provide.el.po       20 Mar 2011 13:23:36 -0000      1.11
@@ -4,17 +4,18 @@
 # First author: Georgios Zarkadas <address@hidden>, 2009
 # Includes content by previous translations of the 'greekwebtranslations'
 # \ project (see translations credits msgstr)
-#
+# Georgios Zarkadas <address@hidden>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: www-el_v0.2.0\n"
 "POT-Creation-Date: 2011-03-14 12:27-0300\n"
-"PO-Revision-Date: 2010-02-13 17:38+0200\n"
+"PO-Revision-Date: 2011-03-19 15:16+0200\n"
 "Last-Translator: Georgios Zarkadas <address@hidden>\n"
 "Language-Team: Greek <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: \n"
 
 # type: Content of: <title>
 #. type: Content of: <title>
@@ -177,12 +178,12 @@
 #. type: Content of: <div><div>
 msgid "*GNUN-SLOT: TRANSLATOR'S CREDITS*"
 msgstr ""
-"Μετάφραση στα ελληνικά: <a 
href=\"http://savannah.gnu.org/users/wizard";
-"\">Ιωάννης Βαλασσάκης</a> (2006) &amp; <a 
href=\"http://savannah.gnu.org/";
-"users/lafs\">Ευστάθιος Χατζηκυριακίδης</a> &amp; <a 
href=\"http://savannah.";
-"gnu.org/users/freeasinfreedom\">Αθανάσιος Κασάμπαλης</a> 
(2007) &amp; <a "
-"href=\"http://savannah.gnu.org/users/gzarkadas\";>Γεώργιος 
Ζαρκάδας</a> "
-"(2009)."
+"<p>Αρχική μετάφραση στα ελληνικά: <a 
href=\"http://savannah.gnu.org/users/";
+"wizard\">Ιωάννης Βαλασσάκης</a> (2006)</p>\n"
+"<p>Συντήρηση / επικαιροποίηση: <a 
href=\"http://savannah.gnu.org/users/lafs";
+"\">Ευστάθιος Χατζηκυριακίδης</a> (2007), <a 
href=\"http://savannah.gnu.org/";
+"users/freeasinfreedom\">Αθανάσιος Κασάμπαλης</a> (2007), 
<a href=\"http://";
+"savannah.gnu.org/users/gzarkadas\">Γεώργιος Μ. Ζαρκάδας</a> 
(2009, 2010).</p>"
 
 # type: Content of: <div><p>
 #.  timestamp start 

Index: style.el.css
===================================================================
RCS file: /cvsroot/www-el/www-el/style.el.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- style.el.css        28 Oct 2009 11:39:04 -0000      1.2
+++ style.el.css        20 Mar 2011 13:23:36 -0000      1.3
@@ -17,5 +17,17 @@
 
 */
 
-#fssbox {width: 360px; font-size: 70%;}
+
+/* GNU Operating System logo adjustments
+*/
 #logo {background: url(/graphics/topbanner.el.png) no-repeat;}
+#logo a {width: 580 px;}
+.inner {max-width: 77.12em;}
+
+/* Free Software Supporter box's adjustments
+*/
+#fssbox {width: 360px; font-size: 70%;}
+
+/* Translators notes and credits adjustments
+*/
+.translator {margin-left: 24px; margin-bottom: 4px; margin-right: auto;}

Index: __tools__/deleted.el.po
===================================================================
RCS file: /cvsroot/www-el/www-el/__tools__/deleted.el.po,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- __tools__/deleted.el.po     11 Jul 2010 15:57:44 -0000      1.4
+++ __tools__/deleted.el.po     20 Mar 2011 13:23:36 -0000      1.5
@@ -17,6 +17,22 @@
 msgid "51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
 msgstr "Οδός Φραγκλίνου 51, Πέμπτος Όροφος, 
Βοστώνη, MA 02110-1301, ΗΠΑ"
 
+##FILE: server/head-include-2.el.po
+
+# type: Content of: <style>
+msgid "@import url('/style.css');"
+msgstr ""
+"@import url('/style.css');\n"
+"@import url('/style.el.css');"
+
+# type: Content of: <style>
+msgid "@import url('/mini.css');"
+msgstr "@import url('/mini.css');"
+
+# type: Content of: <style>
+msgid "@import url('/print.css');"
+msgstr "@import url('/print.css');"
+
 ##FILE: server/body-include-2.el.po
 
 # type: Content of: <body><div><div><div><ul><li>

Index: server/head-include-2.el.po
===================================================================
RCS file: /cvsroot/www-el/www-el/server/head-include-2.el.po,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- server/head-include-2.el.po 6 Feb 2011 08:08:50 -0000       1.6
+++ server/head-include-2.el.po 20 Mar 2011 13:23:36 -0000      1.7
@@ -18,16 +18,3 @@
 msgid "width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"
 msgstr "width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"
 
-# type: Content of: <style>
-#~ msgid "@import url('/style.css');"
-#~ msgstr ""
-#~ "@import url('/style.css');\n"
-#~ "@import url('/style.el.css');"
-
-# type: Content of: <style>
-#~ msgid "@import url('/mini.css');"
-#~ msgstr "@import url('/mini.css');"
-
-# type: Content of: <style>
-#~ msgid "@import url('/print.css');"
-#~ msgstr "@import url('/print.css');"

Index: server/header.el.html
===================================================================
RCS file: /cvsroot/www-el/www-el/server/header.el.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- server/header.el.html       28 Oct 2009 11:39:04 -0000      1.2
+++ server/header.el.html       20 Mar 2011 13:23:36 -0000      1.3
@@ -3,9 +3,4 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="el" lang="el">
 
 <head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<link rev="made" href="mailto:address@hidden"; />
-<link rev="translated" href="mailto:address@hidden"; />
-<link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png" />
-<meta name="ICBM" content="42.256233,-71.006581" />
-<meta name="DC.title" content="gnu.org" />
+<!--#include virtual="/server/head-include-1.el.html" -->



reply via email to

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