Author: buildbot Date: Mon Nov 3 06:11:58 2014 New Revision: 927765 Log: Staging update by buildbot for commons
Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/bugs.html websites/staging/commons/trunk/content/building-m1.html websites/staging/commons/trunk/content/building.html websites/staging/commons/trunk/content/charter.html websites/staging/commons/trunk/content/commons-parent-pom.html websites/staging/commons/trunk/content/components.html websites/staging/commons/trunk/content/dormant.html websites/staging/commons/trunk/content/downloads/index.html websites/staging/commons/trunk/content/gsoc/2010/index.html websites/staging/commons/trunk/content/gsoc/index.html websites/staging/commons/trunk/content/index.html websites/staging/commons/trunk/content/mail-lists.html websites/staging/commons/trunk/content/new-sandbox-component.html websites/staging/commons/trunk/content/oldcharter.html websites/staging/commons/trunk/content/patches.html websites/staging/commons/trunk/content/project-info.html websites/staging/commons/trunk/content/releases/index.html websites/staging/commons/trunk/content/releases/moving-to-dormant.html websites/staging/commons/trunk/content/releases/prepare.html websites/staging/commons/trunk/content/releases/publish-site.html websites/staging/commons/trunk/content/releases/release.html websites/staging/commons/trunk/content/releases/versioning.html websites/staging/commons/trunk/content/sandbox.html websites/staging/commons/trunk/content/security.html websites/staging/commons/trunk/content/site-publish.html websites/staging/commons/trunk/content/svninfo.html websites/staging/commons/trunk/content/team-list.html websites/staging/commons/trunk/content/volunteering.html Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Nov 3 06:11:58 2014 @@ -1 +1 @@ -1636278 +1636279 Modified: websites/staging/commons/trunk/content/bugs.html ============================================================================== --- websites/staging/commons/trunk/content/bugs.html (original) +++ websites/staging/commons/trunk/content/bugs.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="The Apache Commons Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - On Reporting Bugs</title> + <title>Apache Commons – On Reporting Bugs</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -210,7 +209,7 @@ limitations under the License. --> <div class="section"> -<h2>On Reporting Bugs<a name="On_Reporting_Bugs"></a></h2> +<h2><a name="On_Reporting_Bugs"></a>On Reporting Bugs</h2> <p>Apache Commons tracks bugs and enhancements in <a class="externalLink" href="https://issues.apache.org/jira/">JIRA</a>, under the Commons category. Each component has its own JIRA project. </p> @@ -221,7 +220,7 @@ </div> <div class="section"> -<h2>On Making Patches<a name="On_Making_Patches"></a></h2> +<h2><a name="On_Making_Patches"></a>On Making Patches</h2> <p>If you have a code fix linked to your issue that you'd like to submit, please attach a patch file to the issue. </p> Modified: websites/staging/commons/trunk/content/building-m1.html ============================================================================== --- websites/staging/commons/trunk/content/building-m1.html (original) +++ websites/staging/commons/trunk/content/building-m1.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Building Components</title> + <title>Apache Commons – Building Components</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>Introduction<a name="Introduction"></a></h2> +<h2><a name="Introduction"></a>Introduction</h2> <p> This document provides information on setting up and executing builds for @@ -241,7 +240,7 @@ <div class="section"> -<h2>Local environment setup<a name="Local_environment_setup"></a></h2> +<h2><a name="Local_environment_setup"></a>Local environment setup</h2> <p> To build Apache Commons components or web sites, you need to have Maven @@ -251,7 +250,7 @@ </p> <div class="section"> -<h3>Getting and installing Maven<a name="Getting_and_installing_Maven"></a></h3> +<h3><a name="Getting_and_installing_Maven"></a>Getting and installing Maven</h3> <p> Follow the @@ -280,7 +279,7 @@ </div> <div class="section"> -<h3>Checking out the commons sources<a name="Checking_out_the_commons_sources"></a></h3> +<h3><a name="Checking_out_the_commons_sources"></a>Checking out the commons sources</h3> <p> Follow the @@ -295,7 +294,7 @@ </div> <div class="section"> -<h3>Configuring local properties<a name="Configuring_local_properties"></a></h3> +<h3><a name="Configuring_local_properties"></a>Configuring local properties</h3> <p> As a general rule, dependencies on local properties (things not specified @@ -333,7 +332,7 @@ <div class="section"> -<h2>Maven POM (project.xml) configuration<a name="Maven_POM_project.xml_configuration"></a></h2> +<h2><a name="Maven_POM_project.xml_configuration"></a>Maven POM (project.xml) configuration</h2> <p> This section describes the key elements in the Maven POM and how the @@ -343,7 +342,7 @@ </p> <div class="section"> -<h3>Top level elements<a name="Top_level_elements"></a></h3> +<h3><a name="Top_level_elements"></a>Top level elements</h3> <p> The following top-level elements of the POM should be changed to reflect @@ -411,7 +410,7 @@ </div> <div class="section"> -<h3>Addtional POM elements<a name="Addtional_POM_elements"></a></h3> +<h3><a name="Addtional_POM_elements"></a>Addtional POM elements</h3> <p> In addition to the basic project information in the preceeding section, @@ -477,7 +476,7 @@ <div class="section"> -<h2>Property configuration<a name="Property_configuration"></a></h2> +<h2><a name="Property_configuration"></a>Property configuration</h2> <p> There is very little that needs to be customized for individual components @@ -520,10 +519,10 @@ <div class="section"> -<h2>Generating and publishing the web site<a name="Generating_and_publishing_the_web_site"></a></h2> +<h2><a name="Generating_and_publishing_the_web_site"></a>Generating and publishing the web site</h2> <div class="section"> -<h3>Generating the site<a name="Generating_the_site"></a></h3> +<h3><a name="Generating_the_site"></a>Generating the site</h3> <p> Use <tt>maven site:generate</tt> to generate the component web site @@ -543,7 +542,7 @@ </div> <div class="section"> -<h3>Updating the public site<a name="Updating_the_public_site"></a></h3> +<h3><a name="Updating_the_public_site"></a>Updating the public site</h3> <p> Once you have successfully generated the web site, reviewed it @@ -577,7 +576,7 @@ <div class="section"> -<h2>Deploying jars<a name="Deploying_jars"></a></h2> +<h2><a name="Deploying_jars"></a>Deploying jars</h2> <p> Maven's jar plugin supports automated deployment of jars to local or remote @@ -590,7 +589,7 @@ </p> <div class="section"> -<h3>Repository structure<a name="Repository_structure"></a></h3> +<h3><a name="Repository_structure"></a>Repository structure</h3> <p> There are three Maven repositories that Apache committers should be aware @@ -627,7 +626,7 @@ </div> <div class="section"> -<h3>Deploying release jars<a name="Deploying_release_jars"></a></h3> +<h3><a name="Deploying_release_jars"></a>Deploying release jars</h3> <p> The instructions here automate the process described in step 8 of the @@ -673,7 +672,7 @@ </div> <div class="section"> -<h3>Deploying snapshot jars<a name="Deploying_snapshot_jars"></a></h3> +<h3><a name="Deploying_snapshot_jars"></a>Deploying snapshot jars</h3> <p> Assuming the setup in <tt>project.properties.sample</tt>, and Modified: websites/staging/commons/trunk/content/building.html ============================================================================== --- websites/staging/commons/trunk/content/building.html (original) +++ websites/staging/commons/trunk/content/building.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Building Components</title> + <title>Apache Commons – Building Components</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>Introduction<a name="Introduction"></a></h2> +<h2><a name="Introduction"></a>Introduction</h2> <p> This document provides information on setting up and executing builds for @@ -240,7 +239,7 @@ <div class="section"> -<h2>Local environment setup<a name="Local_environment_setup"></a></h2> +<h2><a name="Local_environment_setup"></a>Local environment setup</h2> <p> To build Apache Commons components or web sites, you need to have Maven @@ -248,7 +247,7 @@ </p> <div class="section"> -<h3>Getting and installing Maven<a name="Getting_and_installing_Maven"></a></h3> +<h3><a name="Getting_and_installing_Maven"></a>Getting and installing Maven</h3> <p> Follow the @@ -258,7 +257,7 @@ </div> <div class="section"> -<h3>Checking out the commons sources<a name="Checking_out_the_commons_sources"></a></h3> +<h3><a name="Checking_out_the_commons_sources"></a>Checking out the commons sources</h3> <p> Follow the @@ -273,7 +272,7 @@ </div> <div class="section"> -<h3>Configuring local properties<a name="Configuring_local_properties"></a></h3> +<h3><a name="Configuring_local_properties"></a>Configuring local properties</h3> <p> You only need to configure local properties if you want to build using @@ -286,11 +285,11 @@ <div class="section"> -<h2>Maven Commands<a name="Maven_Commands"></a></h2> +<h2><a name="Maven_Commands"></a>Maven Commands</h2> <div class="section"> -<h3>Running the Tests<a name="Running_the_Tests"></a></h3> +<h3><a name="Running_the_Tests"></a>Running the Tests</h3> <p> To run a component's tests: @@ -302,7 +301,7 @@ <div class="section"> -<h3>Creating a jar file<a name="Creating_a_jar_file"></a></h3> +<h3><a name="Creating_a_jar_file"></a>Creating a jar file</h3> <p> To create a component's jar: @@ -314,7 +313,7 @@ <div class="section"> -<h3>Installing<a name="Installing"></a></h3> +<h3><a name="Installing"></a>Installing</h3> <p> To install a component in your local repository: @@ -326,7 +325,7 @@ <div class="section"> -<h3>Source and binary distributions<a name="Source_and_binary_distributions"></a></h3> +<h3><a name="Source_and_binary_distributions"></a>Source and binary distributions</h3> <p> To create the source and binary distributions for a component @@ -339,7 +338,7 @@ <div class="section"> -<h3>Generating the Site<a name="Generating_the_Site"></a></h3> +<h3><a name="Generating_the_Site"></a>Generating the Site</h3> <p> To generate a components site: Modified: websites/staging/commons/trunk/content/charter.html ============================================================================== --- websites/staging/commons/trunk/content/charter.html (original) +++ websites/staging/commons/trunk/content/charter.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Charter</title> + <title>Apache Commons – Charter</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -212,7 +211,7 @@ <div class="section"> -<h2>Scope of Apache Commons<a name="Scope_of_Apache_Commons"></a></h2> +<h2><a name="Scope_of_Apache_Commons"></a>Scope of Apache Commons</h2> <p>On <a class="externalLink" href="http://www.apache.org/foundation/records/minutes/2007/board_minutes_2007_06_20.txt">June 20, 2007</a>, @@ -300,7 +299,7 @@ D. Establish the Apache Commons project <div class="section"> -<h2>Apache Commons 'Charter'<a name="Apache_Commons_Charter"></a></h2> +<h2><a name="Apache_Commons_Charter"></a>Apache Commons 'Charter'</h2> <p>The Apache Commons PMC may decide to focus the scope further via various policies, rules and guidelines that will appear below. For posterity, the <a href="oldcharter.html">Jakarta Commons Charter</a> is kept as a part of this website. </p> Modified: websites/staging/commons/trunk/content/commons-parent-pom.html ============================================================================== --- websites/staging/commons/trunk/content/commons-parent-pom.html (original) +++ websites/staging/commons/trunk/content/commons-parent-pom.html Mon Nov 3 06:11:58 2014 @@ -9,8 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Commons Parent pom.xml</title> + <title>Apache Commons – Commons Parent pom.xml</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>commons-parent<a name="commons-parent"></a></h2> +<h2><a name="commons-parent"></a>commons-parent</h2> <p> @@ -235,7 +234,7 @@ <div class="section"> -<h3>Build<a name="Build"></a></h3> +<h3><a name="Build"></a>Build</h3> <p> The following is a list of the main <i>build</i> features provided by @@ -331,7 +330,7 @@ <div class="section"> -<h3>Release<a name="Release"></a></h3> +<h3><a name="Release"></a>Release</h3> <p> The following is a list of the main <i>release</i> features provided by @@ -364,7 +363,7 @@ <div class="section"> -<h3>Site Generation<a name="Site_Generation"></a></h3> +<h3><a name="Site_Generation"></a>Site Generation</h3> <p> The following is a list of the main <i>site</i> features provided by @@ -443,11 +442,11 @@ <div class="section"> -<h2>Java Version<a name="Java_Version"></a></h2> +<h2><a name="Java_Version"></a>Java Version</h2> <div class="section"> -<h3>Configuring the Java Source/Target options<a name="Configuring_the_Java_SourceTarget_options"></a></h3> +<h3><a name="Configuring_the_Java_SourceTarget_options"></a>Configuring the Java Source/Target options</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> @@ -476,7 +475,7 @@ <div class="section"> -<h3>MANIFEST.MF<a name="MANIFEST.MF"></a></h3> +<h3><a name="MANIFEST.MF"></a>MANIFEST.MF</h3> <p> In order to help check what source/target options were used when building a release, the property values used to @@ -495,7 +494,7 @@ <div class="section"> -<h3>Testing with different Java versions<a name="Testing_with_different_Java_versions"></a></h3> +<h3><a name="Testing_with_different_Java_versions"></a>Testing with different Java versions</h3> <p> Using the <i>target</i> option ensures that the <tt>.class</tt> file format is compatible with @@ -593,11 +592,11 @@ <div class="section"> -<h2>OSGi Information<a name="OSGi_Information"></a></h2> +<h2><a name="OSGi_Information"></a>OSGi Information</h2> <div class="section"> -<h3>OSGi Metadata<a name="OSGi_Metadata"></a></h3> +<h3><a name="OSGi_Metadata"></a>OSGi Metadata</h3> <p> In order to use a Commons component (or any libaray) in an @@ -610,7 +609,7 @@ <div class="section"> -<h3>Generating the OSGi Metadata<a name="Generating_the_OSGi_Metadata"></a></h3> +<h3><a name="Generating_the_OSGi_Metadata"></a>Generating the OSGi Metadata</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> @@ -641,7 +640,7 @@ <div class="section"> -<h3>Custom OSGi configuration<a name="Custom_OSGi_configuration"></a></h3> +<h3><a name="Custom_OSGi_configuration"></a>Custom OSGi configuration</h3> <p> There are a number of other <i>OSGi</i> properties in the commons-parent @@ -673,11 +672,11 @@ <div class="section"> -<h2>Profiles<a name="Profiles"></a></h2> +<h2><a name="Profiles"></a>Profiles</h2> <div class="section"> -<h3>Java profiles<a name="Java_profiles"></a></h3> +<h3><a name="Java_profiles"></a>Java profiles</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> @@ -688,7 +687,7 @@ <div class="section"> -<h3>rc profile<a name="rc_profile"></a></h3> +<h3><a name="rc_profile"></a>rc profile</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> @@ -725,7 +724,7 @@ <div class="section"> -<h3>release profile<a name="release_profile"></a></h3> +<h3><a name="release_profile"></a>release profile</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> @@ -754,7 +753,7 @@ <div class="section"> -<h3>trunks-proper profile<a name="trunks-proper_profile"></a></h3> +<h3><a name="trunks-proper_profile"></a>trunks-proper profile</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml">commons-parent</a> @@ -796,7 +795,7 @@ <div class="section"> -<h3>trunks-sandbox profile<a name="trunks-sandbox_profile"></a></h3> +<h3><a name="trunks-sandbox_profile"></a>trunks-sandbox profile</h3> <p> <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/trunk/pom.xml">commons-sandbox-parent</a> Modified: websites/staging/commons/trunk/content/components.html ============================================================================== --- websites/staging/commons/trunk/content/components.html (original) +++ websites/staging/commons/trunk/content/components.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Components</title> + <title>Apache Commons – Components</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -381,7 +380,7 @@ <div class="section"> -<h2>Introduction<a name="Introduction"></a></h2> +<h2><a name="Introduction"></a>Introduction</h2> <p> The <i>Apache Commons</i> project differs from many other Apache @@ -393,7 +392,7 @@ <div class="section"> -<h2>Released Components<a name="Released_Components"></a></h2> +<h2><a name="Released_Components"></a>Released Components</h2> <table border="0" class="bodyTable"> <!-- This list should agree with ../site.xml and index.xml and downloads/index.xml --> @@ -616,7 +615,7 @@ <div class="section"> -<h2>Elsewhere at Apache<a name="Elsewhere_at_Apache"></a></h2> +<h2><a name="Elsewhere_at_Apache"></a>Elsewhere at Apache</h2> <p> The following components were part of Apache Commons but have moved elsewhere: Modified: websites/staging/commons/trunk/content/dormant.html ============================================================================== --- websites/staging/commons/trunk/content/dormant.html (original) +++ websites/staging/commons/trunk/content/dormant.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Dormant</title> + <title>Apache Commons – Dormant</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -284,7 +283,7 @@ limitations under the License. --> <div class="section"> -<h2>The Apache Commons Dormant<a name="The_Apache_Commons_Dormant"></a></h2> +<h2><a name="The_Apache_Commons_Dormant"></a>The Apache Commons Dormant</h2> <p> The Dormant is a Subversion repository for Commons components that @@ -402,7 +401,7 @@ <div class="section"> -<h2>Revival of the Dormant Components<a name="Revival_of_the_Dormant_Components"></a></h2> +<h2><a name="Revival_of_the_Dormant_Components"></a>Revival of the Dormant Components</h2> <p> A Commons Dormant component may be revived to the Commons Sandbox Modified: websites/staging/commons/trunk/content/downloads/index.html ============================================================================== --- websites/staging/commons/trunk/content/downloads/index.html (original) +++ websites/staging/commons/trunk/content/downloads/index.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Apache Commons</title> + <title>Apache Commons – Apache Commons</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -209,7 +208,7 @@ limitations under the License. --> <div class="section"> -<h2>Downloads<a name="Downloads"></a></h2> +<h2><a name="Downloads"></a>Downloads</h2> <p> Binary and source releases and links into the @@ -219,7 +218,7 @@ <div class="section"> -<h3>Release Announcements<a name="Release_Announcements"></a></h3> +<h3><a name="Release_Announcements"></a>Release Announcements</h3> <p> We recommend that you subscribe to the Apache @@ -231,7 +230,7 @@ <div class="section"> -<h3>Downloads<a name="Downloads"></a></h3> +<h3><a name="Downloads"></a>Downloads</h3> <!-- Should agree with list in ../../site.xml and ../index.xml and ../components.xml --> <ul> Modified: websites/staging/commons/trunk/content/gsoc/2010/index.html ============================================================================== --- websites/staging/commons/trunk/content/gsoc/2010/index.html (original) +++ websites/staging/commons/trunk/content/gsoc/2010/index.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - 2010 GSoC projects in Commons Sandbox</title> + <title>Apache Commons – 2010 GSoC projects in Commons Sandbox</title> <link rel="stylesheet" href="../../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../../css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2> +<h2><a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a>The Apache Commons Sandbox - Google Summer of Code Projects</h2> <p> @@ -236,7 +235,7 @@ <div class="section"> -<h2>Status of the GSoC Projects<a name="Status_of_the_GSoC_Projects"></a></h2> +<h2><a name="Status_of_the_GSoC_Projects"></a>Status of the GSoC Projects</h2> <p> Modified: websites/staging/commons/trunk/content/gsoc/index.html ============================================================================== --- websites/staging/commons/trunk/content/gsoc/index.html (original) +++ websites/staging/commons/trunk/content/gsoc/index.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - GSoC space in Commons Sandbox</title> + <title>Apache Commons – GSoC space in Commons Sandbox</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2> +<h2><a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a>The Apache Commons Sandbox - Google Summer of Code Projects</h2> <p> @@ -235,7 +234,7 @@ <div class="section"> -<h2>Status of the GSoC Projects<a name="Status_of_the_GSoC_Projects"></a></h2> +<h2><a name="Status_of_the_GSoC_Projects"></a>Status of the GSoC Projects</h2> <p> Modified: websites/staging/commons/trunk/content/index.html ============================================================================== --- websites/staging/commons/trunk/content/index.html (original) +++ websites/staging/commons/trunk/content/index.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Apache Commons</title> + <title>Apache Commons – Apache Commons</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -209,7 +208,7 @@ limitations under the License. --> <div class="section"> -<h2>Welcome to the Apache Commons<a name="Welcome_to_the_Apache_Commons"></a></h2> +<h2><a name="Welcome_to_the_Apache_Commons"></a>Welcome to the Apache Commons</h2> <p> The Commons is an Apache project focused on all aspects of @@ -246,7 +245,7 @@ <div class="section"> -<h2>The Commons Proper<a name="The_Commons_Proper"></a></h2> +<h2><a name="The_Commons_Proper"></a>The Commons Proper</h2> <p> The Commons Proper is dedicated to one principal goal: @@ -621,7 +620,7 @@ </div> <div class="section"> -<h2>The Commons Sandbox<a name="The_Commons_Sandbox"></a></h2> +<h2><a name="The_Commons_Sandbox"></a>The Commons Sandbox</h2> <p> This project also contains a workspace that is open to all @@ -641,7 +640,7 @@ </div> <div class="section"> -<h2>The Commons Dormant<a name="The_Commons_Dormant"></a></h2> +<h2><a name="The_Commons_Dormant"></a>The Commons Dormant</h2> <p> These are Commons Sandbox components that have been deemed @@ -660,7 +659,7 @@ <div class="section"> -<h2>Where do I get releases?<a name="Where_do_I_get_releases"></a></h2> +<h2><a name="Where_do_I_get_releases"></a>Where do I get releases?</h2> <p> The individual components have independent releases. Some releases @@ -678,7 +677,7 @@ <div class="section"> -<h2>How do I contribute, give feedback, fix bugs and so on?<a name="How_do_I_contribute_give_feedback_fix_bugs_and_so_on"></a></h2> +<h2><a name="How_do_I_contribute_give_feedback_fix_bugs_and_so_on"></a>How do I contribute, give feedback, fix bugs and so on?</h2> <p> The Commons project really needs and appreciates any contributions, @@ -717,7 +716,7 @@ </div> <div class="section"> -<h2>Related Components @Apache<a name="Related_Components_Apache"></a></h2> +<h2><a name="Related_Components_Apache"></a>Related Components @Apache</h2> <p> The Commons HttpClient project used to be a part of Commons, but is now part of Modified: websites/staging/commons/trunk/content/mail-lists.html ============================================================================== --- websites/staging/commons/trunk/content/mail-lists.html (original) +++ websites/staging/commons/trunk/content/mail-lists.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="The Apache Commons Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Commons Mailing Lists</title> + <title>Apache Commons – Commons Mailing Lists</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -210,7 +209,7 @@ limitations under the License. --><!-- $Id$ --> <div class="section"> -<h2>Overview<a name="Overview"></a></h2> +<h2><a name="Overview"></a>Overview</h2> <p> Apache Commons uses shared mailing lists for all of its <a href="components.html">components</a>. @@ -259,7 +258,7 @@ <div class="section"> -<h2>Commons Mailing Lists<a name="Commons_Mailing_Lists"></a></h2> +<h2><a name="Commons_Mailing_Lists"></a>Commons Mailing Lists</h2> <p> <b>Please prefix the subject line of any messages with: <i>[component]</i></b> - <i>thanks!</i> @@ -430,7 +429,7 @@ <div class="section"> -<h2>Apache Mailing Lists<a name="Apache_Mailing_Lists"></a></h2> +<h2><a name="Apache_Mailing_Lists"></a>Apache Mailing Lists</h2> <p> Other mailing lists which you may find useful include: @@ -488,7 +487,7 @@ </div> <div class="section"> -<h2>Other subject prefixes<a name="Other_subject_prefixes"></a></h2> +<h2><a name="Other_subject_prefixes"></a>Other subject prefixes</h2> <p> Other prefixes which may be used on Commons mailing lists are: Modified: websites/staging/commons/trunk/content/new-sandbox-component.html ============================================================================== --- websites/staging/commons/trunk/content/new-sandbox-component.html (original) +++ websites/staging/commons/trunk/content/new-sandbox-component.html Mon Nov 3 06:11:58 2014 @@ -9,8 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Adding a new Sandbox component</title> + <title>Apache Commons – Adding a new Sandbox component</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>Adding a new Sandbox component<a name="Adding_a_new_Sandbox_component"></a></h2> +<h2><a name="Adding_a_new_Sandbox_component"></a>Adding a new Sandbox component</h2> <p> @@ -221,7 +220,7 @@ <div class="section"> -<h3>Subversion Repository<a name="Subversion_Repository"></a></h3> +<h3><a name="Subversion_Repository"></a>Subversion Repository</h3> <p> <b>Create the Repository</b><br /> @@ -269,7 +268,7 @@ <div class="section"> -<h3>Create the project structure<a name="Create_the_project_structure"></a></h3> +<h3><a name="Create_the_project_structure"></a>Create the project structure</h3> <p> Commons components use <a class="externalLink" href="http://maven.apache.org/">Maven</a> as their primary build system and @@ -315,7 +314,7 @@ <div class="section"> -<h3>Using Maven<a name="Using_Maven"></a></h3> +<h3><a name="Using_Maven"></a>Using Maven</h3> <p> @@ -347,7 +346,7 @@ <div class="section"> -<h3>Setup a Maven pom.xml<a name="Setup_a_Maven_pom.xml"></a></h3> +<h3><a name="Setup_a_Maven_pom.xml"></a>Setup a Maven pom.xml</h3> <p> There is a <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/sandbox/test-maven/sample-sandbox-project/trunk/pom.xml">sample pom.xml</a> @@ -366,7 +365,7 @@ <div class="section"> -<h3>Create a SANDBOX JIRA component<a name="Create_a_SANDBOX_JIRA_component"></a></h3> +<h3><a name="Create_a_SANDBOX_JIRA_component"></a>Create a SANDBOX JIRA component</h3> <p> @@ -399,7 +398,7 @@ <div class="section"> -<h3>Deploy the component site<a name="Deploy_the_component_site"></a></h3> +<h3><a name="Deploy_the_component_site"></a>Deploy the component site</h3> <p> Modified: websites/staging/commons/trunk/content/oldcharter.html ============================================================================== --- websites/staging/commons/trunk/content/oldcharter.html (original) +++ websites/staging/commons/trunk/content/oldcharter.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Old Charter</title> + <title>Apache Commons – Old Charter</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -212,7 +211,7 @@ <div class="section"> -<h2>Charter (1.1)<a name="Charter_1.1"></a></h2> +<h2><a name="Charter_1.1"></a>Charter (1.1)</h2> <p> @@ -275,7 +274,7 @@ David Weinrich <div class="section"> -<h2>Guidelines<a name="Guidelines"></a></h2> +<h2><a name="Guidelines"></a>Guidelines</h2> <p> Note : @@ -438,7 +437,7 @@ David Weinrich <div class="section"> -<h2>Example Package Proposal<a name="Example_Package_Proposal"></a></h2> +<h2><a name="Example_Package_Proposal"></a>Example Package Proposal</h2> <b>Proposal for Database Connection Pool Package</b> @@ -517,7 +516,7 @@ David Weinrich <div class="section"> -<h2>FAQ<a name="FAQ"></a></h2> +<h2><a name="FAQ"></a>FAQ</h2> <p><b>What are the actual requirements for a Commons package?</b></p> @@ -583,7 +582,7 @@ independent entity. Since this is a volu <div class="section"> -<h2>Resources<a name="Resources"></a></h2> +<h2><a name="Resources"></a>Resources</h2> <p> Modified: websites/staging/commons/trunk/content/patches.html ============================================================================== --- websites/staging/commons/trunk/content/patches.html (original) +++ websites/staging/commons/trunk/content/patches.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="The Apache Commons Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - On Contributing Patches</title> + <title>Apache Commons – On Contributing Patches</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -210,7 +209,7 @@ limitations under the License. --> <div class="section"> -<h2>On Contributing Patches<a name="On_Contributing_Patches"></a></h2> +<h2><a name="On_Contributing_Patches"></a>On Contributing Patches</h2> <p> Apache Commons gets a fair number of submissions from developers new to contributing patches. @@ -225,7 +224,7 @@ </div> <div class="section"> -<h2>Respect The Original Style<a name="Respect_The_Original_Style"></a></h2> +<h2><a name="Respect_The_Original_Style"></a>Respect The Original Style</h2> <p> Please respect the style of the orginal file. Make sure that your additions fit in with @@ -245,7 +244,7 @@ </p> <div class="section"> -<h3>Spaces Not Tabs<a name="Spaces_Not_Tabs"></a></h3> +<h3><a name="Spaces_Not_Tabs"></a>Spaces Not Tabs</h3> <p> <b>PLEASE NO TABS!</b> @@ -275,7 +274,7 @@ </div> <div class="section"> -<h2>Test Cases<a name="Test_Cases"></a></h2> +<h2><a name="Test_Cases"></a>Test Cases</h2> <p> Commons Components use <a class="externalLink" href="http://www.junit.org/index.html">JUnit</a> for unit @@ -299,7 +298,7 @@ </div> <div class="section"> -<h2>Creating A Patch<a name="Creating_A_Patch"></a></h2> +<h2><a name="Creating_A_Patch"></a>Creating A Patch</h2> <p> The Apache Commons source code repository holds the current source. A link to information about @@ -344,7 +343,7 @@ </div> <div class="section"> -<h2>Submitting A Patch<a name="Submitting_A_Patch"></a></h2> +<h2><a name="Submitting_A_Patch"></a>Submitting A Patch</h2> <p> Please use JIRA, patches sent to the mailing lists are harder to track and use up more bandwidth. Modified: websites/staging/commons/trunk/content/project-info.html ============================================================================== --- websites/staging/commons/trunk/content/project-info.html (original) +++ websites/staging/commons/trunk/content/project-info.html Mon Nov 3 06:11:58 2014 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - Project Information</title> + <title>Apache Commons – Project Information</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -193,10 +193,10 @@ </td> <td class="content"> <div class="section"> -<h2>Project Information<a name="Project_Information"></a></h2> +<h2><a name="Project_Information"></a>Project Information</h2> <p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p> <div class="section"> -<h3>Overview<a name="Overview"></a></h3> +<h3><a name="Overview"></a>Overview</h3> <table border="0" class="bodyTable"> <tr class="a"> <th>Document</th> Modified: websites/staging/commons/trunk/content/releases/index.html ============================================================================== --- websites/staging/commons/trunk/content/releases/index.html (original) +++ websites/staging/commons/trunk/content/releases/index.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Releasing Components</title> + <title>Apache Commons – Releasing Components</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -211,10 +210,10 @@ <div class="section"> -<h2>Releasing Commons Components<a name="Releasing_Commons_Components"></a></h2> +<h2><a name="Releasing_Commons_Components"></a>Releasing Commons Components</h2> <div class="section"> -<h3>Introduction<a name="Introduction"></a></h3> +<h3><a name="Introduction"></a>Introduction</h3> <p> The <i>Apache Commons</i> project differs from many other Apache projects because @@ -230,7 +229,7 @@ </div> <div class="section"> -<h3>Documentation<a name="Documentation"></a></h3> +<h3><a name="Documentation"></a>Documentation</h3> <p> </p> Modified: websites/staging/commons/trunk/content/releases/moving-to-dormant.html ============================================================================== --- websites/staging/commons/trunk/content/releases/moving-to-dormant.html (original) +++ websites/staging/commons/trunk/content/releases/moving-to-dormant.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Moving components to dormant</title> + <title>Apache Commons – Moving components to dormant</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>Introduction<a name="Introduction"></a></h2> +<h2><a name="Introduction"></a>Introduction</h2> <p> Proper components may be moved to dormant for a number of reasons including: @@ -229,7 +228,7 @@ </div> <div class="section"> -<h2>Preparation<a name="Preparation"></a></h2> +<h2><a name="Preparation"></a>Preparation</h2> <p> If you feel that one of the proper components could be moved to dormant you should first ask the dev ML. @@ -262,7 +261,7 @@ </div> <div class="section"> -<h2>Moving the component<a name="Moving_the_component"></a></h2> +<h2><a name="Moving_the_component"></a>Moving the component</h2> <p> If the vote for moving the component to dormant was successful you can start with the actual work. @@ -308,7 +307,7 @@ </div> <div class="section"> -<h2>Announcement<a name="Announcement"></a></h2> +<h2><a name="Announcement"></a>Announcement</h2> <p> After the component has been moved, an announcement should be send to dev@ and users@ Modified: websites/staging/commons/trunk/content/releases/prepare.html ============================================================================== --- websites/staging/commons/trunk/content/releases/prepare.html (original) +++ websites/staging/commons/trunk/content/releases/prepare.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Apache Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Preparations for a Release</title> + <title>Apache Commons – Preparations for a Release</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>Introduction<a name="Introduction"></a></h2> +<h2><a name="Introduction"></a>Introduction</h2> <p> This document contains a mixture of information, advice and examples. @@ -235,7 +234,7 @@ </div> <div class="section"> -<h2>Build Environments<a name="Build_Environments"></a></h2> +<h2><a name="Build_Environments"></a>Build Environments</h2> <p> Commons components are expected to use Maven to build the project website. Components @@ -255,10 +254,10 @@ <div class="section"> -<h2>Preparation<a name="Preparation"></a></h2> +<h2><a name="Preparation"></a>Preparation</h2> <div class="section"> -<h3>Select a Release Manager<a name="Select_a_Release_Manager"></a></h3> +<h3><a name="Select_a_Release_Manager"></a>Select a Release Manager</h3> <p> A commons committer (normally one of the development team) should post an email to the @@ -295,7 +294,7 @@ <div class="section"> -<h3>Consider a Release Branch<a name="Consider_a_Release_Branch"></a></h3> +<h3><a name="Consider_a_Release_Branch"></a>Consider a Release Branch</h3> <p> Consider whether a release branch is needed before preparing for the new release. In general, @@ -346,7 +345,7 @@ </div> <div class="section"> -<h3>Check Compatibility<a name="Check_Compatibility"></a></h3> +<h3><a name="Check_Compatibility"></a>Check Compatibility</h3> <p> Consult the <a href="versioning.html">Commons Versioning Guidelines</a> and check @@ -358,7 +357,7 @@ </div> <div class="section"> -<h3>Check Javadocs And Code Style<a name="Check_Javadocs_And_Code_Style"></a></h3> +<h3><a name="Check_Javadocs_And_Code_Style"></a>Check Javadocs And Code Style</h3> <p> Ensure all new classes and methods have <tt>@since</tt> tags. @@ -377,7 +376,7 @@ </div> <div class="section"> -<h3>Configure the Build to Generate a Complete Set of Release Artifacts<a name="Configure_the_Build_to_Generate_a_Complete_Set_of_Release_Artifacts"></a></h3> +<h3><a name="Configure_the_Build_to_Generate_a_Complete_Set_of_Release_Artifacts"></a>Configure the Build to Generate a Complete Set of Release Artifacts</h3> <p> For builds using Maven, the contents of the source and binary distributions are configured @@ -476,11 +475,11 @@ <div class="section"> -<h2>Creating a Release Candidate<a name="Creating_a_Release_Candidate"></a></h2> +<h2><a name="Creating_a_Release_Candidate"></a>Creating a Release Candidate</h2> <div class="section"> -<h3>Resolve Bugs<a name="Resolve_Bugs"></a></h3> +<h3><a name="Resolve_Bugs"></a>Resolve Bugs</h3> <p> Resolve all bugs on that version! They can be resolved by: @@ -498,7 +497,7 @@ <div class="section"> -<h3>Prepare Release Notes<a name="Prepare_Release_Notes"></a></h3> +<h3><a name="Prepare_Release_Notes"></a>Prepare Release Notes</h3> <p> Each component should have a file RELEASE-NOTES.txt in the base directory of the component. @@ -552,7 +551,7 @@ </div> <div class="section"> -<h3>Check the commit log<a name="Check_the_commit_log"></a></h3> +<h3><a name="Check_the_commit_log"></a>Check the commit log</h3> <p> Different components have their own ways of creating the change log. @@ -626,7 +625,7 @@ <div class="section"> -<h3>Test Against Listed Dependencies<a name="Test_Against_Listed_Dependencies"></a></h3> +<h3><a name="Test_Against_Listed_Dependencies"></a>Test Against Listed Dependencies</h3> <p> If you are using Maven to execute the unit tests associated with the component then @@ -650,7 +649,7 @@ <div class="section"> -<h3>Check the Apache License<a name="Check_the_Apache_License"></a></h3> +<h3><a name="Check_the_Apache_License"></a>Check the Apache License</h3> <p> Check the <a class="externalLink" href="http://www.apache.org/licenses/">Apache Licenses</a> page for current information. @@ -708,7 +707,7 @@ <div class="section"> -<h3>Check NOTICE.txt<a name="Check_NOTICE.txt"></a></h3> +<h3><a name="Check_NOTICE.txt"></a>Check NOTICE.txt</h3> <p> The component should contain a NOTICE.txt (next to the LICENSE.txt). @@ -735,7 +734,7 @@ </div> <div class="section"> -<h3>Tag the Release Candidate<a name="Tag_the_Release_Candidate"></a></h3> +<h3><a name="Tag_the_Release_Candidate"></a>Tag the Release Candidate</h3> <p> Once all the preparations agreed in the release plan has been completed, create a Release Candidate. @@ -843,7 +842,7 @@ </div></div> <div class="section"> -<h3>Create the Release Candidate<a name="Create_the_Release_Candidate"></a></h3> +<h3><a name="Create_the_Release_Candidate"></a>Create the Release Candidate</h3> <p> @@ -932,7 +931,7 @@ <div class="section"> -<h3>Create the Release Candidate Website<a name="Create_the_Release_Candidate_Website"></a></h3> +<h3><a name="Create_the_Release_Candidate_Website"></a>Create the Release Candidate Website</h3> <p> The new website should be published in your home directory on people.apache.org. @@ -957,10 +956,10 @@ <div class="section"> -<h2>Voting On Release<a name="Voting_On_Release"></a></h2> +<h2><a name="Voting_On_Release"></a>Voting On Release</h2> <div class="section"> -<h3>[VOTE] Release Foo 1.2 based on RC1<a name="aVOTE_Release_Foo_1.2_based_on_RC1"></a></h3> +<h3><a name="aVOTE_Release_Foo_1.2_based_on_RC1"></a>[VOTE] Release Foo 1.2 based on RC1</h3> <p> Once the release candidate has been created and uploaded, now it's time to propose the release VOTE. @@ -1069,7 +1068,7 @@ <div class="section"> -<h2>Things To Look For When Inspecting A Release Candidate<a name="Things_To_Look_For_When_Inspecting_A_Release_Candidate"></a></h2> +<h2><a name="Things_To_Look_For_When_Inspecting_A_Release_Candidate"></a>Things To Look For When Inspecting A Release Candidate</h2> <p> There are a number of common things that releases fail on. @@ -1077,7 +1076,7 @@ <div class="section"> -<h3>API Changes<a name="API_Changes"></a></h3> +<h3><a name="API_Changes"></a>API Changes</h3> <p> Accidental non-compatible API changes in a minor release. The clirr report @@ -1087,7 +1086,7 @@ <div class="section"> -<h3>Javadoc<a name="Javadoc"></a></h3> +<h3><a name="Javadoc"></a>Javadoc</h3> <ul> @@ -1099,7 +1098,7 @@ <div class="section"> -<h3>Code Style<a name="Code_Style"></a></h3> +<h3><a name="Code_Style"></a>Code Style</h3> <p> Many projects enforce coding styles using the CheckStyle or PMD tools. If your @@ -1109,7 +1108,7 @@ <div class="section"> -<h3>Class File Format<a name="Class_File_Format"></a></h3> +<h3><a name="Class_File_Format"></a>Class File Format</h3> <a name="classfileformat"></a> <p> @@ -1153,7 +1152,7 @@ <div class="section"> -<h3>Licensing<a name="Licensing"></a></h3> +<h3><a name="Licensing"></a>Licensing</h3> <p> The NOTICE.txt file must be included in both the distribution tars/zips and the @@ -1169,10 +1168,10 @@ <div class="section"> -<h2>What next?<a name="What_next"></a></h2> +<h2><a name="What_next"></a>What next?</h2> <div class="section"> -<h3>Vote succeded<a name="Vote_succeded"></a></h3> +<h3><a name="Vote_succeded"></a>Vote succeded</h3> <p> If the vote succeeded, please see the page <a href="release.html">Publishing the Release</a> @@ -1181,7 +1180,7 @@ <div class="section"> -<h3>Vote failed<a name="Vote_failed"></a></h3> +<h3><a name="Vote_failed"></a>Vote failed</h3> <p> If the vote failed, there are various items to tidy up. @@ -1201,7 +1200,7 @@ <div class="section"> -<h2>Feedback<a name="Feedback"></a></h2> +<h2><a name="Feedback"></a>Feedback</h2> <p> Feedback - yes please! Modified: websites/staging/commons/trunk/content/releases/publish-site.html ============================================================================== --- websites/staging/commons/trunk/content/releases/publish-site.html (original) +++ websites/staging/commons/trunk/content/releases/publish-site.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Publishing The Site</title> + <title>Apache Commons – Publishing The Site</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -212,7 +211,7 @@ <div class="section"> -<h2>Publishing The Website<a name="Publishing_The_Website"></a></h2> +<h2><a name="Publishing_The_Website"></a>Publishing The Website</h2> <p> <b>Due to the use of svnpubsub system please refer to pages located here <a href="../site-publish.html">../site-publish.html</a></b> Modified: websites/staging/commons/trunk/content/releases/release.html ============================================================================== --- websites/staging/commons/trunk/content/releases/release.html (original) +++ websites/staging/commons/trunk/content/releases/release.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Publishing The Release</title> + <title>Apache Commons – Publishing The Release</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -212,10 +211,10 @@ <div class="section"> -<h2>Publishing The Release - Step By Step<a name="Publishing_The_Release_-_Step_By_Step"></a></h2> +<h2><a name="Publishing_The_Release_-_Step_By_Step"></a>Publishing The Release - Step By Step</h2> <div class="section"> -<h3>Introduction<a name="Introduction"></a></h3> +<h3><a name="Introduction"></a>Introduction</h3> <p> This document gives step-by-step instructions for publishing a release. These instructions @@ -248,7 +247,7 @@ <div class="section"> -<h3>1 Move Releases Into Distribution Directories<a name="a1_Move_Releases_Into_Distribution_Directories"></a></h3> +<h3><a name="a1_Move_Releases_Into_Distribution_Directories"></a>1 Move Releases Into Distribution Directories</h3> <p> The distribution area of commons releases is populated from @@ -288,7 +287,7 @@ <div class="section"> -<h3>2 Update Release Directory<a name="a2_Update_Release_Directory"></a></h3> +<h3><a name="a2_Update_Release_Directory"></a>2 Update Release Directory</h3> <p> <b>Update README</b><br /> @@ -328,7 +327,7 @@ <div class="section"> -<h3>3 Deploy Maven Artifacts<a name="a3_Deploy_Maven_Artifacts"></a></h3> +<h3><a name="a3_Deploy_Maven_Artifacts"></a>3 Deploy Maven Artifacts</h3> <p>Login to the Nexus web interface, select your staging repository and <a class="externalLink" href="http://www.apache.org/dev/publishing-maven-artifacts.html#promote">promote</a> it.</p> @@ -341,14 +340,14 @@ <div class="section"> -<h3>4 Create Subversion Tag for the Final Release<a name="a4_Create_Subversion_Tag_for_the_Final_Release"></a></h3> +<h3><a name="a4_Create_Subversion_Tag_for_the_Final_Release"></a>4 Create Subversion Tag for the Final Release</h3> <p>Copy the release candidate tag in subversion to a name without RC in its name.</p> </div> <div class="section"> -<h3>5 Test Main Site Downloads<a name="a5_Test_Main_Site_Downloads"></a></h3> +<h3><a name="a5_Test_Main_Site_Downloads"></a>5 Test Main Site Downloads</h3> <p> Wait until the release files are available from the main Apache web site @@ -386,7 +385,7 @@ <div class="section"> -<h3>6 Update Component Build and Website<a name="a6_Update_Component_Build_and_Website"></a></h3> +<h3><a name="a6_Update_Component_Build_and_Website"></a>6 Update Component Build and Website</h3> <ul> @@ -407,7 +406,7 @@ <div class="section"> -<h3>7 Create Announcements<a name="a7_Create_Announcements"></a></h3> +<h3><a name="a7_Create_Announcements"></a>7 Create Announcements</h3> <p> Announce the availability of the new release. @@ -453,7 +452,7 @@ <div class="section"> -<h3>8 Update Main Website<a name="a8_Update_Main_Website"></a></h3> +<h3><a name="a8_Update_Main_Website"></a>8 Update Main Website</h3> <ul> @@ -466,7 +465,7 @@ <div class="section"> -<h3>9 Post Release Cleanup<a name="a9_Post_Release_Cleanup"></a></h3> +<h3><a name="a9_Post_Release_Cleanup"></a>9 Post Release Cleanup</h3> <p> That's it! The release is out there - but there is still some tidying up to be done. Modified: websites/staging/commons/trunk/content/releases/versioning.html ============================================================================== --- websites/staging/commons/trunk/content/releases/versioning.html (original) +++ websites/staging/commons/trunk/content/releases/versioning.html Mon Nov 3 06:11:58 2014 @@ -12,8 +12,7 @@ <meta name="author" content="Rodney Waldhoff" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Versioning Guidelines</title> + <title>Apache Commons – Versioning Guidelines</title> <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../css/site.css" type="text/css" /> @@ -212,7 +211,7 @@ limitations under the License. --><!-- $Id: versioning.xml 932074 2010-04-08 19:39:55Z sebb $ --> <div class="section"> -<h2>Overview<a name="Overview"></a></h2> +<h2><a name="Overview"></a>Overview</h2> <p>This document provides:</p> @@ -239,7 +238,7 @@ </div> <div class="section"> -<h2>Interface Types<a name="Interface_Types"></a></h2> +<h2><a name="Interface_Types"></a>Interface Types</h2> <p> We identify three distinct categories of interfaces or APIs @@ -248,7 +247,7 @@ </p> <div class="section"> -<h3>The External Interface<a name="The_External_Interface"></a></h3> +<h3><a name="The_External_Interface"></a>The External Interface</h3> <p> The <i>external</i> interface of component is composed of the @@ -272,7 +271,7 @@ </div> <div class="section"> -<h3>The Internal Interface<a name="The_Internal_Interface"></a></h3> +<h3><a name="The_Internal_Interface"></a>The Internal Interface</h3> <p> The <i>internal</i> interface of a component is composed of the @@ -295,7 +294,7 @@ </div> <div class="section"> -<h3>The Private Interface<a name="The_Private_Interface"></a></h3> +<h3><a name="The_Private_Interface"></a>The Private Interface</h3> <p> The <i>private</i> interface of a component is just that--the set @@ -315,7 +314,7 @@ </div> <div class="section"> -<h2>Types of Change<a name="Types_of_Change"></a></h2> +<h2><a name="Types_of_Change"></a>Types of Change</h2> <p> We can categorize the changes to a component according to @@ -326,7 +325,7 @@ </p> <div class="section"> -<h3>Fully-Compatible Changes<a name="Fully-Compatible_Changes"></a></h3> +<h3><a name="Fully-Compatible_Changes"></a>Fully-Compatible Changes</h3> <p> Release <i>B</i> is said to be <i>fully-compatible</i> @@ -419,7 +418,7 @@ </div> <div class="section"> -<h3>Interface-Compatible Changes<a name="Interface-Compatible_Changes"></a></h3> +<h3><a name="Interface-Compatible_Changes"></a>Interface-Compatible Changes</h3> <p> Release <i>B</i> is said to be "interface-compatible" with @@ -479,7 +478,7 @@ </div> <div class="section"> -<h3>External-Interface-Compatible Changes<a name="External-Interface-Compatible_Changes"></a></h3> +<h3><a name="External-Interface-Compatible_Changes"></a>External-Interface-Compatible Changes</h3> <p> Release <i>B</i> is said to be "external-interface-compatible" @@ -553,7 +552,7 @@ </div> <div class="section"> -<h2>Release Types<a name="Release_Types"></a></h2> +<h2><a name="Release_Types"></a>Release Types</h2> <p> We identify five types of releases: "Major", "Minor", @@ -567,7 +566,7 @@ </p> <div class="section"> -<h3>Major Releases<a name="Major_Releases"></a></h3> +<h3><a name="Major_Releases"></a>Major Releases</h3> <p> Major releases signify significant changes to a component. @@ -579,7 +578,7 @@ </div> <div class="section"> -<h3>Minor Releases<a name="Minor_Releases"></a></h3> +<h3><a name="Minor_Releases"></a>Minor Releases</h3> <p> Minor releases signify enhancements to a component that do @@ -597,7 +596,7 @@ </div> <div class="section"> -<h3>Point Releases<a name="Point_Releases"></a></h3> +<h3><a name="Point_Releases"></a>Point Releases</h3> <p> A point release typically involves simple bug fixes or @@ -615,7 +614,7 @@ </div> <div class="section"> -<h3>Beta Releases<a name="Beta_Releases"></a></h3> +<h3><a name="Beta_Releases"></a>Beta Releases</h3> <p> Developers may, at their option, perform a beta preview of @@ -640,7 +639,7 @@ </div> <div class="section"> -<h3>Milestone Releases<a name="Milestone_Releases"></a></h3> +<h3><a name="Milestone_Releases"></a>Milestone Releases</h3> <p> Developers may, at their option, offer a milestone @@ -662,10 +661,10 @@ </div> <div class="section"> -<h2>Release Numbers<a name="Release_Numbers"></a></h2> +<h2><a name="Release_Numbers"></a>Release Numbers</h2> <div class="section"> -<h3>Initial Release Number<a name="Initial_Release_Number"></a></h3> +<h3><a name="Initial_Release_Number"></a>Initial Release Number</h3> <p> A component's initial release number is generally @@ -674,7 +673,7 @@ </div> <div class="section"> -<h3>Dissecting the Release Number<a name="Dissecting_the_Release_Number"></a></h3> +<h3><a name="Dissecting_the_Release_Number"></a>Dissecting the Release Number</h3> <p> A release number is comprised of 3 components: the major @@ -711,7 +710,7 @@ </div> <div class="section"> -<h3>Beta Release Numbers<a name="Beta_Release_Numbers"></a></h3> +<h3><a name="Beta_Release_Numbers"></a>Beta Release Numbers</h3> <p> Beta releases are denoted by adding @@ -723,7 +722,7 @@ </div> <div class="section"> -<h3>Milestone Release Numbers<a name="Milestone_Release_Numbers"></a></h3> +<h3><a name="Milestone_Release_Numbers"></a>Milestone Release Numbers</h3> <p> Milestone releases are denoted by adding @@ -736,7 +735,7 @@ </div> <div class="section"> -<h2>Development States<a name="Development_States"></a></h2> +<h2><a name="Development_States"></a>Development States</h2> <p> We identify four possible states: "in development", "beta", @@ -744,7 +743,7 @@ </p> <div class="section"> -<h3>In Development State<a name="In_Development_State"></a></h3> +<h3><a name="In_Development_State"></a>In Development State</h3> <p> When a component is "in development", it is new and still @@ -760,7 +759,7 @@ </div> <div class="section"> -<h3>Beta State<a name="Beta_State"></a></h3> +<h3><a name="Beta_State"></a>Beta State</h3> <p> When a component has made significant progress toward @@ -779,7 +778,7 @@ </div> <div class="section"> -<h3>Released State<a name="Released_State"></a></h3> +<h3><a name="Released_State"></a>Released State</h3> <p> When a new component is finally production-quality, the @@ -793,7 +792,7 @@ </div> <div class="section"> -<h3>Unsupported State<a name="Unsupported_State"></a></h3> +<h3><a name="Unsupported_State"></a>Unsupported State</h3> <p> Under rare circumstances, committers may vote to make a @@ -808,7 +807,7 @@ </div> <div class="section"> -<h2>Comments<a name="Comments"></a></h2> +<h2><a name="Comments"></a>Comments</h2> <p> Using this approach it is possible to very precisely and @@ -837,7 +836,7 @@ </div> <div class="section"> -<h2>End Notes<a name="End_Notes"></a></h2> +<h2><a name="End_Notes"></a>End Notes</h2> <dl> Modified: websites/staging/commons/trunk/content/sandbox.html ============================================================================== --- websites/staging/commons/trunk/content/sandbox.html (original) +++ websites/staging/commons/trunk/content/sandbox.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Sandbox</title> + <title>Apache Commons – Sandbox</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -276,7 +275,7 @@ limitations under the License. --> <div class="section"> -<h2>The Apache Commons Sandbox<a name="The_Apache_Commons_Sandbox"></a></h2> +<h2><a name="The_Apache_Commons_Sandbox"></a>The Apache Commons Sandbox</h2> <p> The Sandbox is a Subversion repository for Commons committers to @@ -378,7 +377,7 @@ <div class="section"> -<h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2> +<h2><a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a>The Apache Commons Sandbox - Google Summer of Code Projects</h2> <p> <a class="externalLink" href="http://code.google.com/soc/">Google Summer of Code</a><sup>TM</sup> @@ -395,7 +394,7 @@ <div class="section"> -<h2>Status of the Sandbox Components<a name="Status_of_the_Sandbox_Components"></a></h2> +<h2><a name="Status_of_the_Sandbox_Components"></a>Status of the Sandbox Components</h2> <p> Check the status of a sandbox component on Modified: websites/staging/commons/trunk/content/security.html ============================================================================== --- websites/staging/commons/trunk/content/security.html (original) +++ websites/staging/commons/trunk/content/security.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Apache Commons Reporting Security Problems</title> + <title>Apache Commons – Apache Commons Reporting Security Problems</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -210,7 +209,7 @@ limitations under the License. --> <div class="section"> -<h2>Reporting New Security Problems with Apache Commons Components<a name="Reporting_New_Security_Problems_with_Apache_Commons_Components"></a></h2> +<h2><a name="Reporting_New_Security_Problems_with_Apache_Commons_Components"></a>Reporting New Security Problems with Apache Commons Components</h2> <p>The Apache Software Foundation takes a very active stance in eliminating security problems and denial of service attacks @@ -240,7 +239,7 @@ <div class="section"> -<h2>Asking Questions About Known Security Problems<a name="Asking_Questions_About_Known_Security_Problems"></a></h2> +<h2><a name="Asking_Questions_About_Known_Security_Problems"></a>Asking Questions About Known Security Problems</h2> <p>Questions about:</p> @@ -264,7 +263,7 @@ <div class="section"> -<h2>Known Security Vulnerabilities<a name="Known_Security_Vulnerabilities"></a></h2> +<h2><a name="Known_Security_Vulnerabilities"></a>Known Security Vulnerabilities</h2> <p>Known security vulnerabilities fixed in released versions of Apache Commons components are listed in specific pages for @@ -286,7 +285,7 @@ <div class="section"> -<h2>Errors and Ommissions<a name="Errors_and_Ommissions"></a></h2> +<h2><a name="Errors_and_Ommissions"></a>Errors and Ommissions</h2> <p>Please report any errors or omissions to <a href="mail-lists.html">the dev mailing list</a>.</p> </div> Modified: websites/staging/commons/trunk/content/site-publish.html ============================================================================== --- websites/staging/commons/trunk/content/site-publish.html (original) +++ websites/staging/commons/trunk/content/site-publish.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Publish Sites</title> + <title>Apache Commons – Publish Sites</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ <div class="section"> -<h2>Introduction<a name="Introduction"></a></h2> +<h2><a name="Introduction"></a>Introduction</h2> <p> Due to svnpubsub migration, the procedure to publish sites has been changed. @@ -223,7 +222,7 @@ </div> <div class="section"> -<h2>Main site<a name="Main_site"></a></h2> +<h2><a name="Main_site"></a>Main site</h2> <p>The Apache CMS UI can be used to modify and publish main web site: <a class="externalLink" href="https://cms.apache.org/commons/">https://cms.apache.org/commons/</a>. More documentation is available <a class="externalLink" href="http://apache.org/dev/cmsref.html">here</a> @@ -245,7 +244,7 @@ </div> <div class="section"> -<h2>Components<a name="Components"></a></h2> +<h2><a name="Components"></a>Components</h2> <p> Components use the maven-scm-publish-plugin. The maven generated site is checked in to: @@ -284,7 +283,7 @@ </pre></div> <div class="section"> -<h3>Configuration<a name="Configuration"></a></h3> +<h3><a name="Configuration"></a>Configuration</h3> <p> Default deployment targets are: Modified: websites/staging/commons/trunk/content/svninfo.html ============================================================================== --- websites/staging/commons/trunk/content/svninfo.html (original) +++ websites/staging/commons/trunk/content/svninfo.html Mon Nov 3 06:11:58 2014 @@ -10,8 +10,7 @@ <meta name="author" content="The Apache Commons Documentation Team" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - Source Repositories</title> + <title>Apache Commons – Source Repositories</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -212,7 +211,7 @@ limitations under the License. --> <div class="section"> -<h2>Download the Source<a name="Download_the_Source"></a></h2> +<h2><a name="Download_the_Source"></a>Download the Source</h2> <p> @@ -226,7 +225,7 @@ link on the Commons page. <div class="section"> -<h2>Access the Version Control System (quick info)<a name="Access_the_Version_Control_System_quick_info"></a></h2> +<h2><a name="Access_the_Version_Control_System_quick_info"></a>Access the Version Control System (quick info)</h2> <p> Enter the following URL into a web browser to browse the latest source code, @@ -255,7 +254,7 @@ ASF Subversion repository. <div class="section"> -<h2>Access the Version Control System (details)<a name="Access_the_Version_Control_System_details"></a></h2> +<h2><a name="Access_the_Version_Control_System_details"></a>Access the Version Control System (details)</h2> <p> The root url of the ASF Subversion repository is <b>http://svn.apache.org/repos/asf/</b> @@ -355,7 +354,7 @@ For more information on connecting to th <div class="section"> -<h2>About Subversion<a name="About_Subversion"></a></h2> +<h2><a name="About_Subversion"></a>About Subversion</h2> <p> Subversion is an open-source version control system designed to be "a better CVS". Modified: websites/staging/commons/trunk/content/team-list.html ============================================================================== --- websites/staging/commons/trunk/content/team-list.html (original) +++ websites/staging/commons/trunk/content/team-list.html Mon Nov 3 06:11:58 2014 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - Team list</title> + <title>Apache Commons – Team list</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -193,11 +193,11 @@ </td> <td class="content"> <div class="section"> -<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a> +<h2><a name="The_Team"></a>The Team</h2><a name="The_Team"></a> <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p> <p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> <div class="section"> -<h3>Members<a name="Members"></a></h3><a name="Members"></a> +<h3><a name="Members"></a>Members</h3><a name="Members"></a> <p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p> <table border="0" class="bodyTable"> <tr class="a"> @@ -349,7 +349,7 @@ <td>Thomas Neidhart</td> <td>PMC Member</td></tr></table></div> <div class="section"> -<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a> +<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a> <p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript"> function offsetDate(id, offset) { var now = new Date(); Modified: websites/staging/commons/trunk/content/volunteering.html ============================================================================== --- websites/staging/commons/trunk/content/volunteering.html (original) +++ websites/staging/commons/trunk/content/volunteering.html Mon Nov 3 06:11:58 2014 @@ -11,8 +11,7 @@ <meta name="author" content="Craig R. McClanahan" /> <meta name="Date-Revision-yyyymmdd" content="20141103" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache Commons - - On Volunteering</title> + <title>Apache Commons – On Volunteering</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -211,7 +210,7 @@ limitations under the License. --> <div class="section"> -<h2>On Volunteering<a name="On_Volunteering"></a></h2> +<h2><a name="On_Volunteering"></a>On Volunteering</h2> <p> Apache Commons is a little bit different from other Apache projects. It's an assembly of