svn: /pear/peardoc/trunk/en/package/php/ php-uml/extension.xml php-uml/frequent-problems.xml php-uml.xml

[email protected] (Baptiste Autin) Mon, 16 Feb 2015 21:28:07 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
--2dcd052fdf6d71a17682dc0898c40bef65187f40
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

baptiste750                              Mon, 16 Feb 2015 21:28:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=335950

Log:
Added a Frequent Problems page

Changed paths:
    U   pear/peardoc/trunk/en/package/php/php-uml/extension.xml
    A   pear/peardoc/trunk/en/package/php/php-uml/frequent-problems.xml
    U   pear/peardoc/trunk/en/package/php/php-uml.xml

Modified: pear/peardoc/trunk/en/package/php/php-uml/extension.xml
===================================================================
--- pear/peardoc/trunk/en/package/php/php-uml/extension.xml	2015-02-16 10:06:23 UTC (rev 335949)
+++ pear/peardoc/trunk/en/package/php/php-uml/extension.xml	2015-02-16 21:28:07 UTC (rev 335950)
@@ -7,7 +7,7 @@

  <refsection><info><title>Extension</title></info>
   <para>
-   As we said in the
+   As said in the
    <link linkend="package.php.php-uml.command-line">Command Line</link> section,
    <classname>PHP_UML</classname> converts programming data from one format to another format. Between
    the two, it builds a UML model.
@@ -28,10 +28,10 @@
   </para>

   <para>
-   For a better understanding of the program's guts, see its class diagram, available in the docs folder (PHP_UML_simplified_class_diagram.png).
+   For a better understanding of the program's guts, have a look at its class diagram, available in the docs folder (PHP_UML_simplified_class_diagram.png).
   </para>
   <para>
-   If you are interested by the PHP_UML project, and want to participate, do not hesitate to contact <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.baptisteautin.com/">me</link>.
+   If you are interested in the PHP_UML project, and want to participate, do not hesitate to contact <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.baptisteautin.com/">me</link>.
   </para>
  </refsection>


Added: pear/peardoc/trunk/en/package/php/php-uml/frequent-problems.xml
===================================================================
--- pear/peardoc/trunk/en/package/php/php-uml/frequent-problems.xml	                        (rev 0)
+++ pear/peardoc/trunk/en/package/php/php-uml/frequent-problems.xml	2015-02-16 21:28:07 UTC (rev 335950)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.php.php-uml.frequent-problems">
+ <refnamediv>
+  <refname>Frequent problems</refname>
+  <refpurpose>List of issues that may be encountered when using PHP_UML</refpurpose>
+ </refnamediv>
+
+ <refsection><info><title>Class 'XSLTProcessor' not found in (...) ExporterXSL.php on line 192</title></info>
+  <para>
+    <classname>PHP_UML</classname> relies on the PHP extension <emphasis>XSL</emphasis> for certain output formats.
+    Please modify your php.ini to enable this extension.
+  </para>
+ </refsection>
+
+ <refsection><info><title>Warning: date(): it is not safe to rely on the system's timezone settings (...)</title></info>
+  <para>
+   You can ignore this warning.
+   If you really don't want to see it, add a "date.timezone" configuration line in your php.ini
+  </para>
+ </refsection>
+
+ <refsection><info><title>Error message when importing XMI into Umbrello or ArgoUML</title></info>
+  <para>
+    Some modeling tools expect XMI in version <emphasis>1</emphasis>.
+    By default, <classname>PHP_UML</classname> generates XMI in version <emphasis>2</emphasis>.
+    So use the switch -x to specify the version 1, as described in
+    <link linkend="package.php.php-uml.command-line">Command line interface</link>
+ 	</para>
+ </refsection>
+
+</refentry>

Modified: pear/peardoc/trunk/en/package/php/php-uml.xml
===================================================================
--- pear/peardoc/trunk/en/package/php/php-uml.xml	2015-02-16 10:06:23 UTC (rev 335949)
+++ pear/peardoc/trunk/en/package/php/php-uml.xml	2015-02-16 21:28:07 UTC (rev 335950)
@@ -11,6 +11,7 @@

  &package.php.php-uml.intro;
  &package.php.php-uml.command-line;
+ &package.php.php-uml.frequent-problems;
  &package.php.php-uml.about-the-parser;
  &package.php.php-uml.api;
  &package.php.php-uml.extension;

--2dcd052fdf6d71a17682dc0898c40bef65187f40--