On Wed, Dec 24, 2008 at 04:34:04PM +0100, Hannes Magnusson wrote:
> 
> http://wiki.php.net/doc/articles/nomenclature ?

Yes!  Thanks.  I just added it to the README file so I and others can 
find it in the future.

I also just tried to commit similar changes to
http://doc.php.net/php/dochowto/chapter-conventions.php
but don't have karma on "docstuff".  Patch is attached.

Thanks,

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409
Index: entities/global.ent
===================================================================
RCS file: /repository/docstuff/entities/global.ent,v
retrieving revision 1.18
diff -u -r1.18 global.ent
--- entities/global.ent 10 Apr 2002 08:01:18 -0000      1.18
+++ entities/global.ent 24 Dec 2008 16:44:16 -0000
@@ -103,6 +103,7 @@
 <!ENTITY url.netscape.cgi "http://benoit.noss.free.fr/php/install-php.html";>
 <!ENTITY url.netscape.nsapi "http://benoit.noss.free.fr/php/install-php4.html";>
 <!ENTITY url.nexen "http://www.nexen.net/";>
+<!ENTITY url.nomenclature "http://wiki.php.net/doc/articles/nomenclature";>
 <!ENTITY url.nwalsh "http://nwalsh.com/";>
 <!ENTITY url.nis "http://www.desy.de/~sieversm/ypdoku/ypdoku/ypdoku.html";>
 <!ENTITY url.nis.book "http://www.oreilly.com/catalog/nfs/noframes.html";>
Index: howto/working.xml
===================================================================
RCS file: /repository/docstuff/howto/working.xml,v
retrieving revision 1.17
diff -u -r1.17 working.xml
--- howto/working.xml   16 Apr 2002 19:22:58 -0000      1.17
+++ howto/working.xml   24 Dec 2008 16:44:17 -0000
@@ -120,6 +120,10 @@
   <para>
    <orderedlist>
     <listitem><simpara>
+     Please read and follow the
+     <ulink url="&url.nomenclature;">Nomenclature and Style Guide</ulink>.
+    </simpara></listitem>
+    <listitem><simpara>
      Insert ID attributes in all major section tags such
      as part, chapter, sect1 etc. The HTML stylesheet will
      name the HTML files after these IDs.

Reply via email to