cvs: phpdoc-fi / language-snippets.ent preface.xml translation.xml /features cookies.xml http-auth.xml /language basic-syntax.xml
[email protected] ("Hannes Magnusson") Sat, 23 Jun 2007 13:26:34 -0000
| Newsgroups | php.doc.fi |
|---|---|
| Message-ID | <cvsbjori1182605194@cvsserver> |
bjori Sat Jun 23 13:26:34 2007 UTC
Modified files:
/phpdoc-fi language-snippets.ent preface.xml translation.xml
/phpdoc-fi/features cookies.xml http-auth.xml
/phpdoc-fi/language basic-syntax.xml
Log:
Upgrade to DocBook5:
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
- Bump EN-Revision where appropriate
http://cvs.php.net/viewvc.cgi/phpdoc-fi/language-snippets.ent?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc-fi/language-snippets.ent
diff -u phpdoc-fi/language-snippets.ent:1.11 phpdoc-fi/language-snippets.ent:1.12
--- phpdoc-fi/language-snippets.ent:1.11 Sun Apr 10 13:43:11 2005
+++ phpdoc-fi/language-snippets.ent Sat Jun 23 13:26:34 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- EN-Revision: 1.78 Maintainer: sniper Status: ready -->
<!ENTITY warn.experimental '<warning><simpara>Varoitus! Tämä laajennus on
@@ -242,7 +242,7 @@
<!ENTITY note.pecl-php5 '<note><simpara>
This extension has been removed as of PHP 5 and moved to the
-<ulink url="&url.pecl;">PECL</ulink> repository.
+<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link> repository.
</simpara></note>'>
<!-- Common pieces for reference part END -->
@@ -294,7 +294,7 @@
<!ENTITY tidy.conf-enc '<para>The <parameter>config</parameter> parameter can be passed either as an array
or as a string. If you pass it as a string, it means the name of the configuration file, otherwise
-it is interpreted as the options themselves. Check <ulink url="&url.tidy.conf;">&url.tidy.conf;</ulink>
+it is interpreted as the options themselves. Check <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.tidy.conf;">&url.tidy.conf;</link>
for an explanation about each option.</para><para>The <parameter>encoding</parameter> parameter sets the
encoding for input/output documents. The possible values for <parameter>encoding</parameter> are:
ascii, latin0, latin1, raw, utf8, iso202, utf16le, utf16be, utf16, mac, win1252, ibm858, big5 and shiftjis.</para>'>
http://cvs.php.net/viewvc.cgi/phpdoc-fi/preface.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc-fi/preface.xml
diff -u phpdoc-fi/preface.xml:1.6 phpdoc-fi/preface.xml:1.7
--- phpdoc-fi/preface.xml:1.6 Tue Aug 3 17:30:23 2004
+++ phpdoc-fi/preface.xml Sat Jun 23 13:26:34 2007
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- EN-Revision: 1.27 Maintainer: spheroid Status: ready -->
- <preface id="preface">
+ <preface xml:id="preface" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Esipuhe</title>
<abstract>
@@ -27,8 +27,8 @@
</para>
<para>
- Tämä dokumentaatio on saatavilla eri muodoissa osoitteessa <ulink
- url="&url.php.doc.downloads;">&url.php.doc.downloads;</ulink>. Lisätietoa
+ Tämä dokumentaatio on saatavilla eri muodoissa osoitteessa <link
+ xlink:href="&url.php.doc.downloads;">&url.php.doc.downloads;</link>. Lisätietoa
tämän dokumentaation kehityksestä löytyy liitteestä <link
linkend="about">'Käsikirjan kehitys'</link>.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc-fi/translation.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc-fi/translation.xml
diff -u phpdoc-fi/translation.xml:1.8 phpdoc-fi/translation.xml:1.9
--- phpdoc-fi/translation.xml:1.8 Sun Apr 10 13:43:11 2005
+++ phpdoc-fi/translation.xml Sat Jun 23 13:26:34 2007
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-8" ?>
<!DOCTYPE translation SYSTEM "../entities/translation.dtd">
-<translation>
+<translation xmlns="http://docbook.org/ns/docbook">
<intro>
The Finnish Translation is managed by Jani Taskinen, please mail him for any
http://cvs.php.net/viewvc.cgi/phpdoc-fi/features/cookies.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-fi/features/cookies.xml
diff -u phpdoc-fi/features/cookies.xml:1.1 phpdoc-fi/features/cookies.xml:1.2
--- phpdoc-fi/features/cookies.xml:1.1 Fri Mar 19 16:53:59 2004
+++ phpdoc-fi/features/cookies.xml Sat Jun 23 13:26:34 2007
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- EN-Revision: 1.16 Maintainer: spheroid Status: ready -->
- <chapter id="features.cookies">
+ <chapter xml:id="features.cookies" xmlns="http://docbook.org/ns/docbook">
<title>Evästeet</title>
<para>
http://cvs.php.net/viewvc.cgi/phpdoc-fi/features/http-auth.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc-fi/features/http-auth.xml
diff -u phpdoc-fi/features/http-auth.xml:1.1 phpdoc-fi/features/http-auth.xml:1.2
--- phpdoc-fi/features/http-auth.xml:1.1 Fri Mar 19 16:53:59 2004
+++ phpdoc-fi/features/http-auth.xml Sat Jun 23 13:26:34 2007
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- EN-Revision: 1.38 Maintainer: spheroid Status: ready -->
- <chapter id="features.http-auth">
+ <chapter xml:id="features.http-auth" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP ja HTTP-autentikaatio</title>
<simpara>
@@ -27,8 +27,8 @@
<para>
<link linkend="language.variables.superglobals">Superglobaalit</link>,
kuten <link linkend="reserved.variables.server">$_SERVER</link> tulivat
- käyttöön PHP:n versiossa <ulink
- url="&url.php.release4.1.0;">4.1.0</ulink>.
+ käyttöön PHP:n versiossa <link
+ xlink:href="&url.php.release4.1.0;">4.1.0</link>.
<varname>$HTTP_SERVER_VARS</varname> on ollut käytössä PHP 3:sta lähtien.
</para>
</note>
http://cvs.php.net/viewvc.cgi/phpdoc-fi/language/basic-syntax.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-fi/language/basic-syntax.xml
diff -u phpdoc-fi/language/basic-syntax.xml:1.3 phpdoc-fi/language/basic-syntax.xml:1.4
--- phpdoc-fi/language/basic-syntax.xml:1.3 Sun Mar 31 19:27:07 2002
+++ phpdoc-fi/language/basic-syntax.xml Sat Jun 23 13:26:34 2007
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.27 Maintainer: spheroid Status: ready -->
- <chapter id="language.basic-syntax">
+ <chapter xml:id="language.basic-syntax" xmlns="http://docbook.org/ns/docbook">
<title>Syntaksi</title>
<!--
@@ -48,7 +48,7 @@
oop : has been revised by Kristian, DONE.
-->
- <sect1 id="language.basic-syntax.phpmode">
+ <sect1 xml:id="language.basic-syntax.phpmode">
<title>PHP:n sisällyttäminen HTML-dokumenttiin</title>
<para>
@@ -158,7 +158,7 @@
</para>
</sect1>
- <sect1 id="language.basic-syntax.instruction-separation">
+ <sect1 xml:id="language.basic-syntax.instruction-separation">
<title>Lausekkeiden erottelu</title>
<simpara>
@@ -183,7 +183,7 @@
</para>
</sect1>
- <sect1 id="language.basic-syntax.comments">
+ <sect1 xml:id="language.basic-syntax.comments">
<title>Kommentointi</title>
<para>