goba Sat Dec 15 05:34:33 2001 EDT
Modified files:
/phpdoc/howto working.xml
Log:
Commenting out parts referencing to PEAR. There were
not enough discussion about that. Egon asked to delete it...
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.11 phpdoc/howto/working.xml:1.12
--- phpdoc/howto/working.xml:1.11 Wed Dec 12 15:50:42 2001
+++ phpdoc/howto/working.xml Sat Dec 15 05:34:33 2001
@@ -111,9 +111,9 @@
Examples look much better, and easily manageable.
</simpara></listitem>
<listitem><simpara>
- Indenting, bracketing and naming conventions in
+ <!-- Indenting, bracketing and naming conventions in
examples should adhere to the PEAR coding standards
- (it's in the manual). Deprecated aliases and syntax
+ (it's in the manual). --> Deprecated aliases and syntax
should not be used in examples.
</simpara></listitem>
<listitem><para>
@@ -159,7 +159,7 @@
Never use tabs, not even in example program
listings. XML should be indented with one
space character for each level of indentation;
- example code uses four spaces (see PEAR standards).
+ example code uses four spaces <!-- (see PEAR standards) -->.
</simpara></listitem>
<listitem><simpara>
Always use LF (Line Feed) for the only newline