cvs: peardoc /de/chapters standards.xml /de/package http.xml /de/package/pear frontend-gtk2.xml pear-info.xml

[email protected] ("Alexander Merz")
Newsgroups php.pear.doc
Message-ID <cvsalexmerz1197920819@cvsserver>
alexmerz		Mon Dec 17 19:46:59 2007 UTC

  Modified files:              
    /peardoc/de/chapters	standards.xml 
    /peardoc/de/package	http.xml 
    /peardoc/de/package/pear	frontend-gtk2.xml pear-info.xml 
  Log:
  sync to en
  
http://cvs.php.net/viewvc.cgi/peardoc/de/chapters/standards.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/de/chapters/standards.xml
diff -u peardoc/de/chapters/standards.xml:1.7 peardoc/de/chapters/standards.xml:1.8
--- peardoc/de/chapters/standards.xml:1.7	Wed Dec  5 05:04:04 2007
+++ peardoc/de/chapters/standards.xml	Mon Dec 17 19:46:59 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.7 $ -->
-<!-- EN-Revision: 1.58 Maintainer: alexmerz Status: ready -->
+<!-- $Revision: 1.8 $ -->
+<!-- EN-Revision: 1.59 Maintainer: alexmerz Status: ready -->
  <chapter id="standards">
   <title>Coding Standards</title>
   <note>
@@ -945,7 +945,7 @@
  *         konfiguriert wurden
  */
 
-function connect(Config $conf) 
+function connect(Config $conf)
 {
     $dsns =& $conf->searchPath(array('config', 'db'));
     if ($dsns === FALSE) throw new Example_Config_Exception(
@@ -1680,6 +1680,23 @@
    </para>
   </sect1>
 
+  <sect1 id="standards.toolbox">
+   <title>Die PEAR-Werkzeugkiste</title>
+   <para>
+    PEAR enthält einige Werkzeuge um Quellcode sauber zu schreiben
+    und Fehler bei der Einhaltung der Coding-Standards zu entdecken.
+   </para>
+   <para>
+    Empfehlenswert ist der Einsatz von <link linkend="package.php.php-codesniffer">PHP_CodeSniffer</link>
+    um CS-Fehler im Quellcode zu entdecken. Mit diesem Werkzeug wird
+    einmal pro Nacht der Quellcode im PEAR-Repository überprüft. Das 
+    Ergebnis finden Sie auf einer
+    <ulink url="&url.qa.cweiske.overview;">Übersichtsseite des PEAR QA-Teams</ulink>
+    einschließlich verlinkter Seiten, auf denen Sie Detailinformationen
+    zu gefunden Fehlern finden.
+   </para>
+  </sect1>
+
  </chapter>
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/peardoc/de/package/http.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/de/package/http.xml
diff -u peardoc/de/package/http.xml:1.5 peardoc/de/package/http.xml:1.6
--- peardoc/de/package/http.xml:1.5	Sun Jan 28 22:55:21 2007
+++ peardoc/de/package/http.xml	Mon Dec 17 19:46:59 2007
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='ISO-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
-<!-- EN-Revision: 1.11 Maintainer: alexmerz Status: ready -->
+<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.12 Maintainer: alexmerz Status: ready -->
 <chapter id="package.http">
 
  <title>HTTP</title>
@@ -17,8 +17,9 @@
  &package.http.http-download;
  &package.http.http-request;
  &package.http.http-session;
+ &package.http.http-session2;
  &package.http.http-upload;
- 
+
 </chapter>
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/peardoc/de/package/pear/frontend-gtk2.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/de/package/pear/frontend-gtk2.xml
diff -u peardoc/de/package/pear/frontend-gtk2.xml:1.1 peardoc/de/package/pear/frontend-gtk2.xml:1.2
--- peardoc/de/package/pear/frontend-gtk2.xml:1.1	Mon Oct  2 06:28:13 2006
+++ peardoc/de/package/pear/frontend-gtk2.xml	Mon Dec 17 19:46:59 2007
@@ -1,5 +1,5 @@
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.1 Maintainer: alexmerz Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.2 Maintainer: alexmerz Status: ready -->
 <sect1 id="package.pear.frontend-gtk2">
  <title>PEAR_Frontend_Gtk2</title>
 
@@ -14,6 +14,14 @@
   <command>pear -G</command> gestartet werden, wenn das Package installiert ist.
  </para>
 
+ <note>
+  <para>
+   Das Programm erfordert die <emphasis>php-gtk</emphasis>-Erweiterung
+   für PHP. Es handelt sich dabei nicht um ein PECL- bzw. PEAR-Package
+   und kann herutnergeladen werden von <ulink url="&url.php.gtk;">&url.php.gtk;</ulink>
+  </para>
+ </note>
+
  </sect1>
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/peardoc/de/package/pear/pear-info.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/de/package/pear/pear-info.xml
diff -u peardoc/de/package/pear/pear-info.xml:1.2 peardoc/de/package/pear/pear-info.xml:1.3
--- peardoc/de/package/pear/pear-info.xml:1.2	Sun Jul  8 17:12:45 2007
+++ peardoc/de/package/pear/pear-info.xml	Mon Dec 17 19:46:59 2007
@@ -1,5 +1,5 @@
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.8 Maintainer: alexmerz Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.9 Maintainer: alexmerz Status: ready -->
 <sect1 id="package.pear-info">
  <title>PEAR_Info</title>
 
@@ -11,8 +11,10 @@
  &package.pear.pear-info.intro;
  &package.pear.pear-info.pear-info;
  &package.pear.pear-info.pear-info.display;
+ &package.pear.pear-info.pear-info.getmembers;
  &package.pear.pear-info.pear-info.getstylesheet;
  &package.pear.pear-info.pear-info.packageinstalled;
+ &package.pear.pear-info.pear-info.pearimage; 
  &package.pear.pear-info.pear-info.setproxy;
  &package.pear.pear-info.pear-info.setstylesheet;
  &package.pear.pear-info.pear-info.show;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.