asonge          Tue Jun  5 02:25:16 2007 UTC

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/imagick        .cvsignore reference.xml 
  Log:
  Initial commit of new Imagick docs for the new API, large one soon to follow 
(seperated due to mailing list limit).
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.200&r2=1.201&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.200 
phpdoc/en/language-snippets.ent:1.201
--- phpdoc/en/language-snippets.ent:1.200       Sun Apr 15 16:31:06 2007
+++ phpdoc/en/language-snippets.ent     Tue Jun  5 02:25:15 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.200 $ -->
+<!-- $Revision: 1.201 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -806,3 +806,9 @@
 <!ENTITY xmlwriter.xmlwriter.description '<varlistentry><term><parameter>
 xmlwriter</parameter></term><listitem><para>Only for procedural calls. 
 The XMLWriter <type>resource</type> that is being modified. This resource 
comes from a call to <function>xmlwriter_open_uri</function> or 
<function>xmlwriter_open_memory</function>.</para></listitem></varlistentry>'>
+
+<!-- Imagick generic return types -->
+<!ENTITY imagick.imagick.return.success 'Returns &true; on success, throws 
ImagickException on failure.'>
+<!ENTITY imagick.imagickdraw.return.success 'Returns &true; on success, throws 
ImagickDrawException on failure.'>
+<!ENTITY imagick.imagickpixel.return.success 'Returns &true; on success, 
throws ImagickPixelException on failure.'>
+<!ENTITY imagick.imagickpixeliterator.return.success 'Returns &true; on 
success, throws ImagickPixelIteratorException on failure.'>
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/.cvsignore?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/imagick/.cvsignore
diff -u /dev/null phpdoc/en/reference/imagick/.cvsignore:1.3
--- /dev/null   Tue Jun  5 02:25:16 2007
+++ phpdoc/en/reference/imagick/.cvsignore      Tue Jun  5 02:25:16 2007
@@ -0,0 +1 @@
+functions.xml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/reference.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/imagick/reference.xml
diff -u /dev/null phpdoc/en/reference/imagick/reference.xml:1.3
--- /dev/null   Tue Jun  5 02:25:16 2007
+++ phpdoc/en/reference/imagick/reference.xml   Tue Jun  5 02:25:16 2007
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- Purpose:  -->
+<!-- Membership:  -->
+<reference id="ref.imagick">
+ <title>Imagick &Functions;</title>
+ <titleabbrev>imagick</titleabbrev>
+
+ <partintro>
+  <section id="imagick.intro">
+   &reftitle.intro;
+   <para>
+    Imagick is a native php extension to create and modify images using the
+    ImageMagick API.
+   </para>
+  </section>
+  <section id="imagick.requirements">
+   &reftitle.required;
+   <para>
+    This extension requires ImageMagick version 6.2.4+ and PHP 5.1.3+.
+   </para>
+  </section>
+
+  <!-- Information found in configure.xml -->
+  <!-- reference.imagick.configure; -->
+  <!-- Information found in ini.xml -->
+  <!-- reference.imagick.ini; -->
+
+  <section id="imagick.resources">
+   &reftitle.resources;
+   <para>
+    Type of resource types (link id, etc.) this extension returns.
+   </para>
+   &no.resource;
+  </section>
+ </partintro>
+ &reference.imagick.constants;
+ &reference.imagick.imagick;
+ &reference.imagick.imagickdraw;
+ &reference.imagick.imagickpixel;
+ &reference.imagick.imagickpixeliterator;
+ <!-- &reference.imagick.functions; -->
+</reference>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Reply via email to