r22 - in manual/trunk: . chapters chapters/de chapters/en
Sebastian Bergmann at BerliOS <[email protected]> Mon, 27 Sep 2004 07:39:39 +0200
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: s_bergmann
Date: 2004-09-27 07:39:38 +0200 (Mon, 27 Sep 2004)
New Revision: 22
Removed:
manual/trunk/chapters/fr/
manual/trunk/fr.xml.in
Modified:
manual/trunk/build
manual/trunk/chapters/de/preface.xml
manual/trunk/chapters/en/preface.xml
manual/trunk/make.bat
Log:
Cleanup.
Modified: manual/trunk/build
===================================================================
--- manual/trunk/build 2004-09-26 15:30:08 UTC (rev 21)
+++ manual/trunk/build 2004-09-27 05:39:38 UTC (rev 22)
@@ -43,8 +43,7 @@
$supportedLanguages = array(
'de',
- 'en',
- 'fr'
+ 'en'
);
$formats = $defaultFormats[PROCESSOR];
Modified: manual/trunk/chapters/de/preface.xml
===================================================================
--- manual/trunk/chapters/de/preface.xml 2004-09-26 15:30:08 UTC (rev 21)
+++ manual/trunk/chapters/de/preface.xml 2004-09-27 05:39:38 UTC (rev 22)
@@ -24,91 +24,4 @@
damit sich Sebastian bei Ihnen für Ihr Geschenk bedanken kann.
</para>
</section>
-
- <section id="preface.code-contributors">
- <title>
- Mitwirkende
- </title>
-
- <para>
- phpOpenTracker beinhaltet freiwillige Beiträge von
- </para>
-
- <itemizedlist mark="opencircle">
- <listitem>
- <para>
- Daniel Beulshausen
- </para>
- <para>
- Entwickler (nicht mehr aktiv)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Cornelia Boenigk
- </para>
- <para>
- PostgreSQL Unterstützung (nicht mehr aktiv)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Thomas Fromm
- </para>
- <para>
- Oracle Unterstützung (nicht mehr aktiv)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Christopher Hughes
- </para>
- <para>
- MS SQL Server Unterstützung (nicht mehr aktiv)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Jean-Christian Imbeault
- </para>
- <para>
- PostgreSQL Unterstützung
- </para>
- <para>
- Französische Übersetzung der Dokumentation
- </para>
- </listitem>
-
- <listitem>
- <para>
- Pierre-Alain Joye
- </para>
- <para>
- Französische Übersetzung der Dokumentation
- </para>
- </listitem>
-
- <listitem>
- <para>
- Oliver Lehmann
- </para>
- <para>
- Entwickler (nicht mehr aktiv)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Sven Weih
- </para>
- <para>
- Entwickler
- </para>
- </listitem>
- </itemizedlist>
- </section>
</preface>
Modified: manual/trunk/chapters/en/preface.xml
===================================================================
--- manual/trunk/chapters/en/preface.xml 2004-09-26 15:30:08 UTC (rev 21)
+++ manual/trunk/chapters/en/preface.xml 2004-09-27 05:39:38 UTC (rev 22)
@@ -23,91 +23,4 @@
message area, so that Sebastian can thank you for your present.
</para>
</section>
-
- <section id="preface.code-contributors">
- <title>
- Contributors
- </title>
-
- <para>
- phpOpenTracker includes voluntary contributions by
- </para>
-
- <itemizedlist mark="opencircle">
- <listitem>
- <para>
- Daniel Beulshausen
- </para>
- <para>
- Developer (no longer active)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Cornelia Boenigk
- </para>
- <para>
- PostgreSQL Database Layout (no longer active)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Thomas Fromm
- </para>
- <para>
- Oracle Support (no longer active)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Christopher Hughes
- </para>
- <para>
- MS SQL Server Support (no longer active)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Jean-Christian Imbeault
- </para>
- <para>
- PostgreSQL Database Layout
- </para>
- <para>
- French Manual Translation
- </para>
- </listitem>
-
- <listitem>
- <para>
- Pierre-Alain Joye
- </para>
- <para>
- French Manual Translation
- </para>
- </listitem>
-
- <listitem>
- <para>
- Oliver Lehmann
- </para>
- <para>
- Contributor (no longer active)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Sven Weih
- </para>
- <para>
- Contributor
- </para>
- </listitem>
- </itemizedlist>
- </section>
</preface>
Deleted: manual/trunk/fr.xml.in
===================================================================
--- manual/trunk/fr.xml.in 2004-09-26 15:30:08 UTC (rev 21)
+++ manual/trunk/fr.xml.in 2004-09-27 05:39:38 UTC (rev 22)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-
-<!DOCTYPE book SYSTEM "{DTD_PATH}" [
- <!ENTITY api-reference SYSTEM "chapters/fr/api-reference.xml">
- <!ENTITY bookinfo SYSTEM "chapters/fr/bookinfo.xml">
- <!ENTITY configuration SYSTEM "chapters/fr/configuration.xml">
- <!ENTITY installation SYSTEM "chapters/fr/installation.xml">
- <!ENTITY internals SYSTEM "chapters/fr/internals.xml">
- <!ENTITY introduction SYSTEM "chapters/fr/introduction.xml">
- <!ENTITY preface SYSTEM "chapters/fr/preface.xml">
- <!ENTITY tuning SYSTEM "chapters/fr/tuning.xml">
- <!ENTITY copyright SYSTEM "chapters/copyright.xml">
-
- <!ENTITY % entities SYSTEM "entities.ent">
- %entities;
-]>
-<book>
- &bookinfo;
- &preface;
- &introduction;
- &installation;
- &api-reference;
- &configuration;
- &tuning;
- &internals;
- ©right;
-</book>
Modified: manual/trunk/make.bat
===================================================================
--- manual/trunk/make.bat 2004-09-26 15:30:08 UTC (rev 21)
+++ manual/trunk/make.bat 2004-09-27 05:39:38 UTC (rev 22)
@@ -4,8 +4,6 @@
@del output\de\*.pdf > NUL
@del output\en\*.html > NUL
@del output\en\*.pdf > NUL
-@del output\fr\*.html > NUL
-@del output\fr\*.pdf > NUL
@php -d output_buffering=Off build
@@ -13,5 +11,3 @@
@copy /Y stylesheets\docbook.css output\de\ > NUL
@copy /Y figures\*.png output\en\figures\ > NUL
@copy /Y stylesheets\docbook.css output\en\ > NUL
-@copy /Y figures\*.png output\fr\figures\ > NUL
-@copy /Y stylesheets\docbook.css output\fr\ > NUL