svn: /phpdoc/de/trunk/reference/image/functions/ imagearc.xml imagechar.xml
[email protected] (Mark Wiesemann)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
wiesemann Mon, 26 Apr 2010 20:43:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298617
Log:
fixed image references (and set EN-Revision)
Changed paths:
U phpdoc/de/trunk/reference/image/functions/imagearc.xml
U phpdoc/de/trunk/reference/image/functions/imagechar.xml
Modified: phpdoc/de/trunk/reference/image/functions/imagearc.xml
===================================================================
--- phpdoc/de/trunk/reference/image/functions/imagearc.xml 2010-04-26 20:26:23 UTC (rev 298616)
+++ phpdoc/de/trunk/reference/image/functions/imagearc.xml 2010-04-26 20:43:34 UTC (rev 298617)
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 293274 Maintainer: jaenecke Status: ready -->
<refentry xml:id="function.imagearc" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagearc</refname>
@@ -57,7 +57,7 @@
<term><parameter>height</parameter></term>
<listitem>
<para>
- Die Höhe der Ellipse
+ Die Höhe der Ellipse
</para>
</listitem>
</varlistentry>
@@ -105,7 +105,7 @@
<![CDATA[
<?php
-// eine 200*200 Grafik erstellen
+// eine 200*200-Grafik erstellen
$img = imagecreatetruecolor(200, 200);
// Farben vorbereiten
@@ -134,8 +134,9 @@
</programlisting>
&example.outputs.similar;
<mediaobject>
+ <alt>Ausgabe des Beispiels: Zeichnen eines Kreises mittels imagearc()</alt>
<imageobject>
- <imagedata fileref="figures/image.imagearc.png"/>
+ <imagedata fileref="en/reference/image/figures/imagearc.png"/>
</imageobject>
</mediaobject>
</example>
@@ -164,7 +165,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Modified: phpdoc/de/trunk/reference/image/functions/imagechar.xml
===================================================================
--- phpdoc/de/trunk/reference/image/functions/imagechar.xml 2010-04-26 20:26:23 UTC (rev 298616)
+++ phpdoc/de/trunk/reference/image/functions/imagechar.xml 2010-04-26 20:43:34 UTC (rev 298617)
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: jaenecke Status: ready -->
<refentry xml:id="function.imagechar" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagechar</refname>
@@ -76,7 +76,7 @@
&reftitle.examples;
<para>
<example>
- <title><function>imagechar</function> Beispiel</title>
+ <title><function>imagechar</function>-Beispiel</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -99,8 +99,9 @@
</programlisting>
&example.outputs.similar;
<mediaobject>
+ <alt>Ausgabe des Beispiels: imagechar()</alt>
<imageobject>
- <imagedata fileref="figures/image.imagechar.png"/>
+ <imagedata fileref="en/reference/image/figures/imagechar.png"/>
</imageobject>
</mediaobject>
</example>
@@ -115,7 +116,7 @@
</simplelist>
</para>
</refsect1>
-</refentry>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables:
@@ -128,7 +129,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil