1
0
mirror of https://github.com/apache/commons-lang.git synced 2025-02-15 22:44:57 +00:00

developer guide moved to the site and hooked into the navigation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2004-09-05 21:48:08 +00:00
parent 0fc469b57c
commit 52486f5266
2 changed files with 13 additions and 10 deletions

@ -13,17 +13,20 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<html> <document>
<head> <properties>
<title>Developers guide for Jakarta Commons "Lang" Package</title> <title>Developer guide for Jakarta Commons "Lang"</title>
<head> </properties>
<body bgcolor="white"> <body>
<section name='Developers guide for Jakarta Commons "Lang"'>
<div align="center"> <div align="center">
<h1>The Jakarta Commons <em>Lang</em> Package</h1> <h1>The Jakarta Commons <em>Lang</em> Package</h1>
<h2>Developers Guide</h2> <h2>Developers Guide</h2>
$Id: DEVELOPERS-GUIDE.html,v 1.8 2004/07/07 05:08:05 bayard Exp $<br /> $Id: developerguide.xml,v 1.1 2004/09/05 21:48:08 bayard Exp $<br />
<a href="#Introduction">[Introduction]</a> <a href="#Introduction">[Introduction]</a>
<a href="#PackageStructure">[Package Structure]</a> <a href="#PackageStructure">[Package Structure]</a>
<a href="#UtilityClasses">[Utility Classes]</a> <a href="#UtilityClasses">[Utility Classes]</a>
@ -124,7 +127,7 @@ <h4>Exception throwing</h4>
<h4>Deprecations</h4> <h4>Deprecations</h4>
<p>When deprecating a method or class include a clear reference to when the method will be deleted. <p>When deprecating a method or class include a clear reference to when the method will be deleted.
This should be of the form 'Method will be removed in Commons Lang 3.0.'. This should be of the form 'Method will be removed in Commons Lang 3.0.'. </p>
<h4>Language used in code/comments</h4> <h4>Language used in code/comments</h4>
<p>It has been decided to casually standardize on US-English. <p>It has been decided to casually standardize on US-English.
@ -132,7 +135,6 @@ <h4>Language used in code/comments</h4>
However, it's not something to get worked up about. However, it's not something to get worked up about.
Lots of spelling differences will creep in all over.</p> Lots of spelling differences will creep in all over.</p>
</section>
</body> </body>
</html> </document>

@ -31,6 +31,7 @@ limitations under the License.
<menu name="Commons Lang"> <menu name="Commons Lang">
<item name="Overview" href="/index.html"/> <item name="Overview" href="/index.html"/>
<item name="Users guide" href="/userguide.html"/> <item name="Users guide" href="/userguide.html"/>
<item name="Developers guide" href="/developerguide.html"/>
<item name="Javadoc (2.0 release)" href="api/index.html"/> <item name="Javadoc (2.0 release)" href="api/index.html"/>
<item name="Mailing lists" href="/mail-lists.html"/> <item name="Mailing lists" href="/mail-lists.html"/>
<item name="Team" href="/team-list.html"/> <item name="Team" href="/team-list.html"/>