diff --git a/modules/webhelp/web/Makefile.am b/modules/webhelp/web/Makefile.am index 3685d2e03..a6aaf92b6 100644 --- a/modules/webhelp/web/Makefile.am +++ b/modules/webhelp/web/Makefile.am @@ -1,31 +1,52 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. SUBDIRS = admin hacking docdir = $(WEBDIR)/help -doc_DATA=index.html +doc_DATA=index.en.html index.fr.html index.de.html index.es.html index.it.html index.ru.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp -%.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file +%.en.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< + +%.fr.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< + +%.de.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< + +%.es.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< + +%.it.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< + +%.ru.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< \ No newline at end of file diff --git a/modules/webhelp/web/hacking/Makefile.am b/modules/webhelp/web/hacking/Makefile.am index 3e7f1e52f..d3be7432c 100644 --- a/modules/webhelp/web/hacking/Makefile.am +++ b/modules/webhelp/web/hacking/Makefile.am @@ -1,29 +1,29 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking doc_DATA=index.html modules.html style.html concepts.html directory.html cdsware.el EXTRA_DIST = $(wildcard *.wml) $(wildcard *.el) -CLEANFILES = $(wildcard *.shtml) *~ *.tmp +CLEANFILES = $(wildcard *.html) *~ *.tmp %.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml $(WML) -o $@ $< \ No newline at end of file diff --git a/modules/webhelp/web/index.html.wml b/modules/webhelp/web/index.html.wml index 0720efa25..bdecf4800 100644 --- a/modules/webhelp/web/index.html.wml +++ b/modules/webhelp/web/index.html.wml @@ -1,36 +1,104 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. #include "cdspage.wml" \ - title="Help Central" \ + title="" \ navbar_name="help" \ navtrail_previous_links="" \ - navbar_select="tips" + navbar_select="tips" \ + cdspageheaderadd="
EN | FR | DE | ES | IT | RU
" -

Welcome to the Help Central. + +

+ + + + + + + + + + +
+ +
+ +
+ + +

+ + + + + + + + + + +
+ +
+ +
+ + +

+ + + + + + + + + + +
+ +
+ +
+ + +

+Welcome to of the . +Bienvenu au de . +Willkommen Sie bei der vom . +Welcome to of the . +Welcome to of the . +Welcome to of the .

-
Search Help +
-
Get help with searching . +
Get help with searching . + Obtenez de l'aide avec la recherche sur . + Hier können Sie die Suchhilfe für den konsultieren. + Get help with searching . + Get help with searching . + Get help with searching . +
diff --git a/modules/websubmit/web/Makefile.am b/modules/websubmit/web/Makefile.am index 03d98455e..beb1b5558 100644 --- a/modules/websubmit/web/Makefile.am +++ b/modules/websubmit/web/Makefile.am @@ -1,29 +1,50 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/submit -doc_DATA=index.html +doc_DATA=index.en.html index.fr.html index.de.html index.es.html index.it.html index.ru.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp -%.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file +%.en.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< + +%.fr.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< + +%.de.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< + +%.es.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< + +%.it.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< + +%.ru.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.wml + $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< \ No newline at end of file diff --git a/modules/websubmit/web/index.html.wml b/modules/websubmit/web/index.html.wml index 4e8704d80..0251ac43d 100644 --- a/modules/websubmit/web/index.html.wml +++ b/modules/websubmit/web/index.html.wml @@ -1,26 +1,32 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. #include "cdspage.wml" \ - title="Submit" \ + title="" \ navbar_name="submit" \ navtrail_previous_links="" \ - navbar_select="submit" + navbar_select="submit" \ + cdspageheaderadd="
EN | FR | DE | ES | IT | RU
" -

Coming soon. +Coming soon. +Arrive bientôt. +Wird gerade vorbereitet. +Disponible próximamente. +Disponible prossimamente. +Coming soon.