joerg 2004/01/05 10:43:46
Modified: site/community committer.html
Log:
link to Sun's Java coding conventions
Revision Changes Path
1.6 +13 -4 cocoon-site/site/community/committer.html
Index: committer.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/community/committer.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- committer.html 18 Dec 2003 08:47:46 -0000 1.5
+++ committer.html 5 Jan 2004 18:43:46 -0000 1.6
@@ -98,29 +98,37 @@
<li>
<font color="#CFDCED">Navigation</font>
<ul>
+
<li>
<a href="../index.html">Main</a>
</li>
+
</ul>
</li>
<li>
<font color="#CFDCED">Community</font>
<ul>
+
<li>
<a href="members.html">Members</a>
</li>
+
<li>
<a href="contrib.html">Contributing</a>
</li>
+
<li>
<span class="sel"><font color="#ffcc00">Committer Tips</font></span>
</li>
+
<li>
<a href="mail-lists.html">Mail Lists</a>
</li>
+
<li>
<a href="mail-archives.html">Mail Archives</a>
</li>
+
</ul>
</li>
</ul>
@@ -203,12 +211,13 @@
We do not want to get too concerned about style, other than a few
obvious things such as whitespace. Basically just follow the style
that is already used by the files that you are working on.
- We loosely follow the Sun Java Style Guide.
+ We loosely follow the
+ <a href="http://java.sun.com/docs/codeconv/">Sun Java Style
Guide</a>.
</p>
</div>
-<a name="N10028"></a><a name="whitespace"></a>
+<a name="N1002C"></a><a name="whitespace"></a>
<h3>Consistent whitespace</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -257,7 +266,7 @@
</div>
-<a name="N10062"></a><a name="dos2unix"></a>
+<a name="N10066"></a><a name="dos2unix"></a>
<h3>dos2unix and other control-characters</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -295,7 +304,7 @@
</div>
-<a name="N10086"></a><a name="valid-xml"></a>
+<a name="N1008A"></a><a name="valid-xml"></a>
<h3>Valid XML instances</h3>
<div style="margin-left: 0 ; border: 2px">
<p>