Author: buildbot
Date: Thu Jan  2 02:05:26 2014
New Revision: 892433

Log:
Staging update by buildbot for juddi

Modified:
    websites/staging/juddi/trunk/content/   (props changed)
    websites/staging/juddi/trunk/content/committers.html
    websites/staging/juddi/trunk/content/dependencies.html
    websites/staging/juddi/trunk/content/docs.html
    websites/staging/juddi/trunk/content/index.html
    websites/staging/juddi/trunk/content/legal.html
    websites/staging/juddi/trunk/content/library.html
    websites/staging/juddi/trunk/content/license.html
    websites/staging/juddi/trunk/content/participation.html
    websites/staging/juddi/trunk/content/project-info.html
    websites/staging/juddi/trunk/content/project-summary.html
    websites/staging/juddi/trunk/content/releases.html
    websites/staging/juddi/trunk/content/source.html
    websites/staging/juddi/trunk/content/team-list.html
    websites/staging/juddi/trunk/content/thanks.html
    websites/staging/juddi/trunk/content/who.html

Propchange: websites/staging/juddi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan  2 02:05:26 2014
@@ -1 +1 @@
-1554719
+1554720

Modified: websites/staging/juddi/trunk/content/committers.html
==============================================================================
--- websites/staging/juddi/trunk/content/committers.html (original)
+++ websites/staging/juddi/trunk/content/committers.html Thu Jan  2 02:05:26 
2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDICommiter Notes
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Commiter Notes
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,25 +143,25 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="updating-the-juddi-web-site">Updating the jUDDI Web 
Site</h1>
+               <h2 id="updating-the-juddi-web-site">Updating the jUDDI Web 
Site</h2>
 <p>The site source is located under our source tree at juddi/src/site. To 
build the site, simply invoke mvn site in juddi/site. The built sources will be 
located at juddi/target/site. You should get a clean build, and no broken 
links. There aren't any known issues with the site.</p>
 <p>You must test your builds locally by running mvn site on your local box. 
You can do this by invoking 'mvn site' in the juddi root directory.</p>
 <p>The commit process is a bit complicated. The live site is hosted under the 
site source tree, -not- the juddi src tree. The juddi/target/site directory 
hierarchy maps to the ws-site/targets/juddi directory hierarchy. Once you've 
built the site copy the latter hierarchy to the former, and then commit the 
changes. The live site is updated about every 6 hours from cvs.</p>
 <p>You must -also- commit the changes you've made under juddi/src/site to 
persist the changes for the next committer to be able to reproduce your 
modifications.</p>
 <p>To fully clean any site build you've created, you can safely delete 
everything under juddi/target.</p>
-<h1 id="release-process">Release Process</h1>
-<h2 id="release-manager">Release Manager</h2>
+<h2 id="release-process">Release Process</h2>
+<h3 id="release-manager">Release Manager</h3>
 <p>One committer will be elected or hopefully volunteer to assemble the binary 
releases and label the source tree.</p>
-<h2 id="digitally-signing-releases">Digitally Signing Releases</h2>
+<h3 id="digitally-signing-releases">Digitally Signing Releases</h3>
 <p>Apache policy requires binary releases be digitaly signed. The Apache 
process has not been formalized, but a general discussion about creating 
digital signatures and signing releases is available at 
http://nagoya.apache.org/wiki/apachewiki.cgi?SigningReleases. This covers some 
basics about using GnuPG to create key pairs and sign releases. Our goal here 
is to discuss jUDDI signing requirements, and provide some useful examples to 
release managers, not discuss digital signatures or encryption technology. Our 
discussion uses GnuPG, but any compliant software could be used. The examples 
below come from the GnuPG manual. This discussion is not a subsitute for 
reading that manual.</p>
 <p>Creating a key pair is pretty simple using gpg. Simply invoke gpg and take 
all the defaults when prompted. You will have to provide a passphrase. Be sure 
to remember the passphrase since you'll need it anytime you use the key pair. 
The passphrase should itself be sufficiently secure; it shouldn't simply be a 
word in a dictionary, should include a mix of digits and alphanumeric 
characters, etc.</p>
 <div class="codehilite"><pre><span class="n">gpg</span> <span 
class="o">--</span><span class="n">gen</span><span class="o">-</span><span 
class="n">key</span>

Modified: websites/staging/juddi/trunk/content/dependencies.html
==============================================================================
--- websites/staging/juddi/trunk/content/dependencies.html (original)
+++ websites/staging/juddi/trunk/content/dependencies.html Thu Jan  2 02:05:26 
2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIProject Dependencies
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Project Dependencies
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,17 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="project-dependencies">Project Dependencies</h1>
-<h2 id="compile">compile</h2>
+               <h2 id="compile">compile</h2>
 <p>The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:</p>
 <h2 id="test">test</h2>
 <p>The following is a list of test dependencies for this project. These 
dependencies are only required to compile and run unit tests for the 
application:</p>

Modified: websites/staging/juddi/trunk/content/docs.html
==============================================================================
--- websites/staging/juddi/trunk/content/docs.html (original)
+++ websites/staging/juddi/trunk/content/docs.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIGuides
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Guides
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,16 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="guides">Guides</h1>
+               <h2 id="guides">Guides</h2>
 <table>
 <thead>
 <tr>

Modified: websites/staging/juddi/trunk/content/index.html
==============================================================================
--- websites/staging/juddi/trunk/content/index.html (original)
+++ websites/staging/juddi/trunk/content/index.html Thu Jan  2 02:05:26 2014
@@ -121,9 +121,9 @@
                 
 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -146,19 +146,19 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
                        
-               <h1 id="introduction">Introduction</h1>
+               <h2 id="introduction">Introduction</h2>
 <p>jUDDI (pronounced "Judy") is an open source Java implementation of the 
Universal Description, Discovery, and Integration (UDDI v3) specification for 
(Web) Services. The jUDDI project includes Scout. Scout is an implementation of 
the JSR 93 - JavaTM API for XML Registries 1.0 (JAXR).</p>
-<h1 id="features">Features</h1>
+<h2 id="features">Features</h2>
 <ul>
 <li>Open Source</li>
 <li>Platform Independent</li>
@@ -168,21 +168,22 @@
 <li>Easy integration with existing authentication systems</li>
 <li>Supports InVM embeddable mode</li>
 </ul>
-<p>jUDDIv3</p>
+<h2 id="juddiv3">jUDDIv3</h2>
 <ul>
 <li>UDDI Specification version 3.0 compliant</li>
 <li>JDK 1.6 Recommended, but supports for JDK 1.5 and later</li>
 <li>Build on JAXB and JAX-WS standards, tested on CXF</li>
 <li>Build on JPA standard, tested with OpenJPA and Hibernate</li>
 <li>Pre-configured bundle deployed to Tomcat</li>
-<li>UDDI portlets</li>
+<li>Full featured user interface</li>
 <li>Pre-configured portal bundle download</li>
 </ul>
-<p>UDDIv3 API Java Client Library</p>
+<h2 id="uddiv3-api-java-and-net-client-libraries">UDDIv3 API Java and .NET 
Client Libraries</h2>
 <ul>
 <li>User and Developer Documentation</li>
+<li>Examples</li>
 </ul>
-<p>jUDDIv2</p>
+<h2 id="juddiv2">jUDDIv2</h2>
 <ul>
 <li>UDDI version 2.0 compliant</li>
 <li>Supports for JDK 1.3.1 and later</li>

Modified: websites/staging/juddi/trunk/content/legal.html
==============================================================================
--- websites/staging/juddi/trunk/content/legal.html (original)
+++ websites/staging/juddi/trunk/content/legal.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDILegal Information
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Legal Information
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,16 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="juddi-legal-stuff">jUDDI - Legal Stuff</h1>
+               <h2 id="juddi-legal-stuff">jUDDI - Legal Stuff</h2>
 <p>All material on this website is Copyright © 1999-2014, The Apache Software 
Foundation.</p>
 <p>Sun, Sun Microsystems, Solaris, Java, JavaServer Web Development Kit, and 
JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, 
Inc. UNIX is a registered trademark in the United States and other countries, 
exclusively licensed through X/Open Company, Ltd. Windows, WindowsNT, and Win32 
are registered trademarks of Microsoft Corp. All other product names mentioned 
herein and throughout the entire web site are trademarks of their respective 
owners.</p>
                        </div>

Modified: websites/staging/juddi/trunk/content/library.html
==============================================================================
--- websites/staging/juddi/trunk/content/library.html (original)
+++ websites/staging/juddi/trunk/content/library.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIUDDI Library
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>UDDI Library
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,28 +143,28 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="introduction">Introduction</h1>
+               <h2 id="introduction">Introduction</h2>
 <p>The jUDDI Project lives or fails based on its human resources. Users and 
contributors alike help the project with ideas and brainpower. A common 
foundation of knowledge is required to effectively participate in this virtual 
community. The following is a list of documents that we have found helpful for 
us and may be helpful to you.</p>
-<h1 id="uddi-specifications">UDDI Specifications</h1>
+<h2 id="uddi-specifications">UDDI Specifications</h2>
 <p><a href="http://uddi.xml.org/";>UDDI.org</a>
 <a 
href="http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv1";>UDDI
 Version 1.0 Specification</a>
 <a 
href="http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv2";>UDDI
 Version 2.0 Specification</a>
 <a 
href="http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv3";>UDDI
 Version 3.0 Specification</a></p>
-<p>UDDI Taxonomies</p>
+<h2 id="uddi-taxonomies">UDDI Taxonomies</h2>
 <p><a href="http://www.census.gov/epcd/www/naics.html";>North American Industry 
Classification System (NAICS)</a>
 U.S. Census Bureau</p>
 <p><a href="http://www.unspsc.org/Defaults.asp";>United Nations Standard 
Products and Services Code System (UNSPSC) Version 3.1</a>
 U.S. Census Bureau</p>
-<h1 id="articles-tutorials-and-best-practices">Articles, Tutorials and Best 
Practices</h1>
+<h2 id="articles-tutorials-and-best-practices">Articles, Tutorials and Best 
Practices</h2>
 <p><a href="http://oreilly.com/catalog/javawebserv/chapter/ch06.html";>O'Reilly 
Java WebServices Chapter 6: "UDDI: Universal Description, Discovery, and 
Integration"</a>
 Tyler Jewell and David Chappell</p>
 <p><a 
href="http://www-106.ibm.com/developerworks/webservices/library/ws-version/";>Best
 practices for Web services versioning</a>
@@ -205,11 +205,11 @@ July 2001</p>
 Ravi Trivedi, Developer.com</p>
 <p><a href="http://www.developer.com/services/article.php/3374631";>Versioning 
of Web Services: An UDDI Subscription-Based Approach</a>
 Aravilli Srinivasa Rao, Developer.com</p>
-<h1 id="related-specifications">Related Specifications</h1>
+<h2 id="related-specifications">Related Specifications</h2>
 <p><a href="http://www.w3.org/TR/SOAP/";>SOAP W3C Specification</a></p>
 <p><a href="http://www.w3c.org/TR/wsdl.html";>Web Services Description Language 
(WSDL) 1.1</a></p>
 <p><a href="http://java.sun.com/xml/jaxr/";>Java API for XML Registries 
(JAXR)</a></p>
-<h1 id="other-resources">Other Resources</h1>
+<h2 id="other-resources">Other Resources</h2>
 <p><a href="http://java.sun.com/docs/books/jls/index.html";>The Java Language 
Specification</a>
 Written by the creators of the Java Programming Language, this online book is 
considered by many to be the bible for programming in Java. A must read.</p>
 <p><a href="http://java.sun.com/products/jdk/javadoc/index.html";>Javadoc</a>

Modified: websites/staging/juddi/trunk/content/license.html
==============================================================================
--- websites/staging/juddi/trunk/content/license.html (original)
+++ websites/staging/juddi/trunk/content/license.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDILicense
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>License
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,11 +143,11 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        

Modified: websites/staging/juddi/trunk/content/participation.html
==============================================================================
--- websites/staging/juddi/trunk/content/participation.html (original)
+++ websites/staging/juddi/trunk/content/participation.html Thu Jan  2 02:05:26 
2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIParticipation
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Participation
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,26 +143,26 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="introduction">Introduction</h1>
+               <h2 id="introduction">Introduction</h2>
 <p>Every volunteer project obtains its strength from the people involved in 
it. We invite you to participate as much or as little as you choose. The roles 
and responsibilities that people can assume in the project are based on merit. 
Everybody's input matters!</p>
 <p>There are a variety of ways to participate. Regardless of how you choose to 
participate, we suggest you join some or all of our mailing lists.</p>
-<h1 id="use-the-products-give-us-feedback">Use the Products &amp; Give Us 
Feedback</h1>
+<h2 id="use-the-products-give-us-feedback">Use the Products &amp; Give Us 
Feedback</h2>
 <p>Using the products,reporting bugs, making feature requests, etc. is by far 
the most important role. It's your feedback that allows the technology to 
evolve.</p>
 <ul>
 <li>Join Mailing Lists</li>
 <li><a href="releases.html">Download Binary Builds</a></li>
 <li><a href="https://issues.apache.org/jira/browse/JUDDI";>Report Bugs &amp; 
Request New Features</a></li>
 </ul>
-<h1 id="contribute-code-or-documentation-patches">Contribute Code or 
Documentation Patches</h1>
+<h2 id="contribute-code-or-documentation-patches">Contribute Code or 
Documentation Patches</h2>
 <p>In this role, you participate in the actual development of the code. If 
this is the type of role you'd like to play, here are some steps (in addition 
to the ones above) to get you started:</p>
 <ul>
 <li>Read Mailing List Guidelines</li>
@@ -171,11 +171,11 @@
 <li><a href="source.html">Access SVN Repository</a></li>
 </ul>
 <p>Any and all new development or bug fixing uses the latest code base. If you 
have a patch, it should be submitted against the latest available code.</p>
-<h1 id="getting-support-on-the-lists">Getting Support on the Lists</h1>
+<h2 id="getting-support-on-the-lists">Getting Support on the Lists</h2>
 <p>We do all development and bug fixing on the latest available code base. If 
you've encountered what you think is a bug, please first check the <a 
href="https://issues.apache.org/jira/browse/JUDDI";>issues database</a> for 
known issues. If you can't find your bug, make sure you're using the latest 
code base. We are not able to fix bugs on earlier code bases.</p>
 <p>Please include any relevant version information and the error message text, 
if there is one. If you have a problem with a specific interface, like 
find_business, you'll likely be asked to post a log of the SOAP message 
exchanges between your client and the jUDDI server. You can use the <a 
href="http://ws.apache.org/tcpmon/";>Apache TCPMon</a> tool to capture these 
messages.</p>
 <p>Remember, Apache helps those that help themselves. Please take a look at 
Eric S. Raymond's and Rick Moen's explanation of <a 
href="http://www.catb.org/~esr/faqs/smart-questions.html";>How to Ask Questions 
The Smart Way</a>.</p>
-<h1 id="juddi-wiki">jUDDI Wiki</h1>
+<h2 id="juddi-wiki">jUDDI Wiki</h2>
 <p>Like other Apache projects, jUDDI maintains a wiki, a sort of virtual 
meeting place for the jUDDI community. This is a resource available to 
everyone, and you are encouraged to contribute. This is a good resource for 
'HowTos' for common configuration issues.</p>
 <ul>
 <li><a 
href="http://wiki.apache.org/juddi";>http://wiki.apache.org/juddi</a></li>

Modified: websites/staging/juddi/trunk/content/project-info.html
==============================================================================
--- websites/staging/juddi/trunk/content/project-info.html (original)
+++ websites/staging/juddi/trunk/content/project-info.html Thu Jan  2 02:05:26 
2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIProject Information
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Project Information
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,18 +143,17 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="project-information">Project Information</h1>
-<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 Maven on behalf of the project.</p>
-<h1 id="overview">Overview</h1>
+               <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 Maven on behalf of the project.</p>
+<h2 id="overview">Overview</h2>
 <p>|Document   |Description|
 |About  |jUDDI (pronounced "Judy") is an open source Java implementation of 
the Universal Description, Discovery, and Integration (UDDI) specification for 
Web Services.|
 |Project Plugins    |This document lists the build plugins and the report 
plugins used by this project.|

Modified: websites/staging/juddi/trunk/content/project-summary.html
==============================================================================
--- websites/staging/juddi/trunk/content/project-summary.html (original)
+++ websites/staging/juddi/trunk/content/project-summary.html Thu Jan  2 
02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIProject Summary
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Project Summary
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,17 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="project-summary">Project Summary</h1>
-<h2 id="project-information">Project Information</h2>
+               <h2 id="project-information">Project Information</h2>
 <p>|Field  |Value |
 |Name   |jUDDI_v3 |Parent|
 |Description    |jUDDI (pronounced "Judy") is an open source Java 
implementation of the Universal Description, Discovery, and Integration (UDDI) 
specification for Web Services.|

Modified: websites/staging/juddi/trunk/content/releases.html
==============================================================================
--- websites/staging/juddi/trunk/content/releases.html (original)
+++ websites/staging/juddi/trunk/content/releases.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIDownloads and Releases
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Downloads and Releases
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,16 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="official-releases">Official Releases</h1>
+               <h2 id="official-releases">Official Releases</h2>
 <table>
 <thead>
 <tr>

Modified: websites/staging/juddi/trunk/content/source.html
==============================================================================
--- websites/staging/juddi/trunk/content/source.html (original)
+++ websites/staging/juddi/trunk/content/source.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDISource Code
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Source Code
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,16 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="overview">Overview</h1>
+               <h2 id="overview">Overview</h2>
 <p>This project uses Subversion to manage its source code. Instructions on 
Subversion use can be found at http://svnbook.red-bean.com/.
 Web Access</p>
 <p>The following is a link to the online source repository.</p>
@@ -160,13 +160,13 @@ Web Access</p>
 </pre></div>
 
 
-<h2 id="anonymous-access">Anonymous access</h2>
+<h3 id="anonymous-access">Anonymous access</h3>
 <p>The source can be checked out anonymously from SVN with this command:</p>
 <div class="codehilite"><pre>$ <span class="n">svn</span> <span 
class="n">checkout</span> <span class="n">http</span><span 
class="p">:</span><span class="o">//</span><span class="n">svn</span><span 
class="p">.</span><span class="n">apache</span><span class="p">.</span><span 
class="n">org</span><span class="o">/</span><span class="n">repos</span><span 
class="o">/</span><span class="n">asf</span><span class="o">/</span><span 
class="n">juddi</span><span class="o">/</span><span class="n">tags</span><span 
class="o">/</span><span class="n">juddi</span><span class="o">-</span>3<span 
class="p">.</span>1<span class="p">.</span>3 <span class="n">juddi</span><span 
class="o">-</span><span class="n">parent</span>
 </pre></div>
 
 
-<h2 id="developer-access">Developer access</h2>
+<h3 id="developer-access">Developer access</h3>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must 
checkout the Subversion repository via HTTPS.</p>
 <div class="codehilite"><pre>$ <span class="n">svn</span> <span 
class="n">checkout</span> <span class="n">https</span><span 
class="p">:</span><span class="o">//</span><span class="n">svn</span><span 
class="p">.</span><span class="n">apache</span><span class="p">.</span><span 
class="n">org</span><span class="o">/</span><span class="n">repos</span><span 
class="o">/</span><span class="n">asf</span><span class="o">/</span><span 
class="n">juddi</span><span class="o">/</span><span class="n">tags</span><span 
class="o">/</span><span class="n">juddi</span><span class="o">-</span>3<span 
class="p">.</span>1<span class="p">.</span>3 <span class="n">juddi</span><span 
class="o">-</span><span class="n">parent</span>
 </pre></div>
@@ -177,13 +177,13 @@ Web Access</p>
 </pre></div>
 
 
-<h2 id="access-from-behind-a-firewall">Access from behind a firewall</h2>
+<h3 id="access-from-behind-a-firewall">Access from behind a firewall</h3>
 <p>For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:</p>
 <div class="codehilite"><pre>$ <span class="n">svn</span> <span 
class="n">checkout</span> <span class="n">https</span><span 
class="p">:</span><span class="o">//</span><span class="n">svn</span><span 
class="p">.</span><span class="n">apache</span><span class="p">.</span><span 
class="n">org</span><span class="o">/</span><span class="n">repos</span><span 
class="o">/</span><span class="n">asf</span><span class="o">/</span><span 
class="n">juddi</span><span class="o">/</span><span class="n">tags</span><span 
class="o">/</span><span class="n">juddi</span><span class="o">-</span>3<span 
class="p">.</span>1<span class="p">.</span>3 <span class="n">juddi</span><span 
class="o">-</span><span class="n">parent</span>
 </pre></div>
 
 
-<h2 id="access-through-a-proxy">Access through a proxy</h2>
+<h3 id="access-through-a-proxy">Access through a proxy</h3>
 <p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your "servers" configuration file to indicate which proxy to use. 
The file's location depends on your operating system. On Linux or Unix it is 
located in the directory "~/.subversion". On Windows it is in 
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden 
directory.)</p>
 <p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
 <p>Example: Edit the 'servers' file and add something like:</p>

Modified: websites/staging/juddi/trunk/content/team-list.html
==============================================================================
--- websites/staging/juddi/trunk/content/team-list.html (original)
+++ websites/staging/juddi/trunk/content/team-list.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIThe jUDDI Development Team
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>The jUDDI Development Team
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,19 +143,19 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="the-team">The Team</h1>
+               <h2 id="the-team">The Team</h2>
 <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>
-<h1 id="members">Members</h1>
+<h2 id="members">Members</h2>
 <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>
 <thead>
@@ -212,7 +212,7 @@
 </tr>
 </tbody>
 </table>
-<h1 id="contributors">Contributors</h1>
+<h2 id="contributors">Contributors</h2>
 <p>The following additional people have contributed to this project through 
the way of suggestions, patches or documentation.</p>
 <p>|Name   |URL    |Organization|
 |Ken Wilson |http://www.dynamicsitedesign.com   |Dynamic Site Design|

Modified: websites/staging/juddi/trunk/content/thanks.html
==============================================================================
--- websites/staging/juddi/trunk/content/thanks.html (original)
+++ websites/staging/juddi/trunk/content/thanks.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDISponsors
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Sponsors
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,22 +143,22 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="donated-software-licenses">Donated Software 
Licenses</h1>
+               <h2 id="donated-software-licenses">Donated Software 
Licenses</h2>
 <p>The jUDDI Project uses a few commercial products in the development 
process. We are grateful for the community licenses which were provided to the 
project at no costs.</p>
-<h1 id="jira">JIRA</h1>
+<h2 id="jira">JIRA</h2>
 <p>Bug and issue tracker <a 
href="Jira%20by%20Atlassion.">http://www.atlassian.com/software/jira/</a></p>
-<h1 id="jprofiler">JProfiler</h1>
+<h2 id="jprofiler">JProfiler</h2>
 <p>Java profiler <a 
href="http://www.ej-technologies.com/products/jprofiler/overview.html";>JProfiler
 by ej-technologies.</a></p>
-<h1 id="xlt">XLT</h1>
+<h2 id="xlt">XLT</h2>
 <p>Xceptance LoadTest (XLT) for both regression as well as load tests by <a 
href="http://www.gqpartners.com/";>Global Quality Partners, LLC</a> and <a 
href="http://www.xceptance.com/";>Xceptance Software Technologies, Inc</a>. Load 
and performance tests were created and executed by our sponsors using Xceptance 
LoadTest (XLT) from Xceptance Software Technologies, Inc., of which Global 
Quality Partners, LLC is the exclusive North American distributor. To enable 
the Apache jUDDI project to continue and extend these tests, Xceptance has 
provided an unlimited XLT license and donated the source code of the test suite 
to the Apache jUDDI project. XLT is built and scripted in pure Java, providing 
a highly scalable and easily adaptable technology that can be used across 
development, quality assurance, and consulting teams.
 Copyright © 2004-2013 The Apache Software Foun</p>
                        </div>

Modified: websites/staging/juddi/trunk/content/who.html
==============================================================================
--- websites/staging/juddi/trunk/content/who.html (original)
+++ websites/staging/juddi/trunk/content/who.html Thu Jan  2 02:05:26 2014
@@ -20,7 +20,7 @@
 <html lang="en" dir="LTR">
     <head>
         <meta charset="utf-8">
-        <title>Apache jUDDI</title>
+        <title>Apache jUDDIWho We Are
</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <meta name="description" content="jUDDI (pronounced Judy) is an open 
source Java implementation of the Universal Description, Discovery, and 
Integration (UDDI v3) specification for (Web) Services.">
         <meta name="author" content="Apache Software Foundation">
@@ -112,15 +112,15 @@
                <div class="row">
                        <div class="span12" >
                                <div class="well">
-                                       <h1></h1>
+                                       <h1>Who We Are
</h1>
                                </div>
                        </div>
                </div>
                 
                <div class="row">
-                                               <div class="span2" 
id="verticalNavBar">
+                       <div class="span2" id="verticalNavBar">
                                <ul class="nav nav-list">
-                                       <li><a href="#">Welcome</li>
+                                       <li><a href="idnex.html">Welcome</li>
                                        <li class="nav-header">Downloads</li>
                                                <li><a 
href="releases.html">Releases</a></li>
                                                <li><a 
href="source.html">Source Code</a></li>
@@ -143,17 +143,16 @@
                                        <li class="nav-header">Subprojects</li>
                                                <li><a 
href="http://projects.apache.org/projects/scout.html";>Apache Scout</a></li>
                                        <li class="nav-header">Misc</li>
-                                               <li><a href="#">Who We 
Are</a></li>
-                                               <li><a href="#">Committer 
Notes</a></li>
-                                               <li><a 
href="#">Sponsors</a></li>
-                                               <li><a href="#">Legal</a></li>
-                                               <li><a href="#">License</a></li>
+                                               <li><a href="who.html">Who We 
Are</a></li>
+                                               <li><a 
href="committers.html">Committer Notes</a></li>
+                                               <li><a 
href="thanks.html">Sponsors</a></li>
+                                               <li><a 
href="lega.html">Legal</a></li>
+                                               <li><a 
href="license.html">License</a></li>
                                </ul>
                        </div>
                        
                        <div class="span10" >
-               <h1 id="who-we-are">Who We Are</h1>
-<p>The jUDDI Project operates on a meritocracy: the more you do, the more 
responsibility you will obtain. This page lists all of the people who have gone 
the extra mile and are Committers. If you would like to get involved, the first 
step is to join the mailing lists.</p>
+               <p>The jUDDI Project operates on a meritocracy: the more you 
do, the more responsibility you will obtain. This page lists all of the people 
who have gone the extra mile and are Committers. If you would like to get 
involved, the first step is to join the mailing lists.</p>
 <p>We ask that you please do not send us emails privately asking for support. 
We are non-paid volunteers who help out with the project and we do not 
necessarily have the time or energy to help people on an individual basis. 
Instead, we have setup mailing lists which often contain hundreds of 
individuals who will help answer detailed requests for help. The benefit of 
using mailing lists over private communication is that it is a shared resource 
where others can also learn from common mistakes and as a community we all grow 
together.</p>
                        </div>
                </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to