You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/02 03:05:21 UTC

svn commit: r1554720 - in /juddi/cms-site/trunk: content/ templates/

Author: alexoree
Date: Thu Jan  2 02:05:21 2014
New Revision: 1554720

URL: http://svn.apache.org/r1554720
Log:
JUDDI-750 adding more content

Removed:
    juddi/cms-site/trunk/templates/navbar.html
Modified:
    juddi/cms-site/trunk/content/committers.mdtext
    juddi/cms-site/trunk/content/dependencies.mdtext
    juddi/cms-site/trunk/content/docs.mdtext
    juddi/cms-site/trunk/content/index.mdtext
    juddi/cms-site/trunk/content/legal.mdtext
    juddi/cms-site/trunk/content/library.mdtext
    juddi/cms-site/trunk/content/license.mdtext
    juddi/cms-site/trunk/content/participation.mdtext
    juddi/cms-site/trunk/content/project-info.mdtext
    juddi/cms-site/trunk/content/project-summary.mdtext
    juddi/cms-site/trunk/content/releases.mdtext
    juddi/cms-site/trunk/content/source.mdtext
    juddi/cms-site/trunk/content/team-list.mdtext
    juddi/cms-site/trunk/content/thanks.mdtext
    juddi/cms-site/trunk/content/who.mdtext
    juddi/cms-site/trunk/templates/skeleton.html
    juddi/cms-site/trunk/templates/skeletonHome.html

Modified: juddi/cms-site/trunk/content/committers.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/committers.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/committers.mdtext (original)
+++ juddi/cms-site/trunk/content/committers.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,6 @@
-# Updating the jUDDI Web Site
+Title: Commiter Notes
+
+## Updating the jUDDI Web Site
 
 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.
 
@@ -10,13 +12,13 @@ You must -also- commit the changes you'v
 
 To fully clean any site build you've created, you can safely delete everything under juddi/target.
 
-# Release Process
+## Release Process
 
-## Release Manager
+### Release Manager
 
 One committer will be elected or hopefully volunteer to assemble the binary releases and label the source tree.
 
-## Digitally Signing Releases
+### Digitally Signing Releases
 
 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.
 

Modified: juddi/cms-site/trunk/content/dependencies.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/dependencies.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/dependencies.mdtext (original)
+++ juddi/cms-site/trunk/content/dependencies.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,4 @@
-# Project Dependencies
+Title: Project Dependencies
 
 ## compile
 

Modified: juddi/cms-site/trunk/content/docs.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/docs.mdtext (original)
+++ juddi/cms-site/trunk/content/docs.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,6 @@
-# Guides
+Title: Guides
+
+## Guides
 
 |Name	|Date	|Description|
 |3.x| User Guide	|May 20, 2013	|HTML, HTML-SINGLE, PDF |

Modified: juddi/cms-site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/index.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/index.mdtext (original)
+++ juddi/cms-site/trunk/content/index.mdtext Thu Jan  2 02:05:21 2014
@@ -1,7 +1,7 @@
-# Introduction
+## Introduction
 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).
 
-# Features
+## Features
  - Open Source
  - Platform Independent
  - Use with any relational database that supports ANSI standard SQL (MySQL, Oracle, DB2, Sybase, Derby etc.)
@@ -10,21 +10,22 @@ jUDDI (pronounced "Judy") is an open sou
  - Easy integration with existing authentication systems
  - Supports InVM embeddable mode
 
-jUDDIv3
+## jUDDIv3
 
  - UDDI Specification version 3.0 compliant
  - JDK 1.6 Recommended, but supports for JDK 1.5 and later
  - Build on JAXB and JAX-WS standards, tested on CXF
  - Build on JPA standard, tested with OpenJPA and Hibernate
  - Pre-configured bundle deployed to Tomcat
- - UDDI portlets
+ - Full featured user interface
  - Pre-configured portal bundle download
 
-UDDIv3 API Java Client Library
+## UDDIv3 API Java and .NET Client Libraries
 
  - User and Developer Documentation
+ - Examples
 
-jUDDIv2
+## jUDDIv2
 
  - UDDI version 2.0 compliant
  - Supports for JDK 1.3.1 and later
\ No newline at end of file

Modified: juddi/cms-site/trunk/content/legal.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/legal.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/legal.mdtext (original)
+++ juddi/cms-site/trunk/content/legal.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,6 @@
-# jUDDI - Legal Stuff
+Title: Legal Information
+
+## jUDDI - Legal Stuff
 
 All material on this website is Copyright © 1999-2014, The Apache Software Foundation.
 

Modified: juddi/cms-site/trunk/content/library.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/library.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/library.mdtext (original)
+++ juddi/cms-site/trunk/content/library.mdtext Thu Jan  2 02:05:21 2014
@@ -1,15 +1,16 @@
-# Introduction
+Title: UDDI Library
+## Introduction
 
 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.
 
-# UDDI Specifications
+## UDDI Specifications
 
 [UDDI.org](http://uddi.xml.org/)
 [UDDI Version 1.0 Specification](http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv1)
 [UDDI Version 2.0 Specification](http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv2)
 [UDDI Version 3.0 Specification](http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv3)
 
-UDDI Taxonomies
+## UDDI Taxonomies
 
 [North American Industry Classification System (NAICS)](http://www.census.gov/epcd/www/naics.html)
 U.S. Census Bureau
@@ -17,7 +18,7 @@ U.S. Census Bureau
 [United Nations Standard Products and Services Code System (UNSPSC) Version 3.1](http://www.unspsc.org/Defaults.asp)
 U.S. Census Bureau
 
-# Articles, Tutorials and Best Practices
+## Articles, Tutorials and Best Practices
 
 [O'Reilly Java WebServices Chapter 6: "UDDI: Universal Description, Discovery, and Integration"](http://oreilly.com/catalog/javawebserv/chapter/ch06.html)
 Tyler Jewell and David Chappell
@@ -71,7 +72,7 @@ Ravi Trivedi, Developer.com
 [Versioning of Web Services: An UDDI Subscription-Based Approach](http://www.developer.com/services/article.php/3374631)
 Aravilli Srinivasa Rao, Developer.com
 
-# Related Specifications
+## Related Specifications
 
 [SOAP W3C Specification](http://www.w3.org/TR/SOAP/)
 
@@ -79,7 +80,7 @@ Aravilli Srinivasa Rao, Developer.com
 
 [Java API for XML Registries (JAXR)](http://java.sun.com/xml/jaxr/)
 
-# Other Resources
+## Other Resources
 
 [The Java Language Specification](http://java.sun.com/docs/books/jls/index.html)
 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.

Modified: juddi/cms-site/trunk/content/license.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/license.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/license.mdtext (original)
+++ juddi/cms-site/trunk/content/license.mdtext Thu Jan  2 02:05:21 2014
@@ -1,3 +1,5 @@
+Title: License
+
 # Overview
 
 Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Modified: juddi/cms-site/trunk/content/participation.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/participation.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/participation.mdtext (original)
+++ juddi/cms-site/trunk/content/participation.mdtext Thu Jan  2 02:05:21 2014
@@ -1,10 +1,12 @@
-# Introduction
+Title: Participation
+
+## Introduction
 
 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!
 
 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.
 
-# Use the Products & Give Us Feedback
+## Use the Products & Give Us Feedback
 
 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.
 
@@ -12,7 +14,7 @@ Using the products,reporting bugs, makin
  - [Download Binary Builds](releases.html)
  - [Report Bugs & Request New Features](https://issues.apache.org/jira/browse/JUDDI)
 
-# Contribute Code or Documentation Patches
+## Contribute Code or Documentation Patches
 
 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:
 
@@ -23,7 +25,7 @@ In this role, you participate in the act
  
 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.
 
-# Getting Support on the Lists
+## Getting Support on the Lists
 
 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 [issues database](https://issues.apache.org/jira/browse/JUDDI) 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.
 
@@ -31,7 +33,7 @@ Please include any relevant version info
 
 Remember, Apache helps those that help themselves. Please take a look at Eric S. Raymond's and Rick Moen's explanation of [How to Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html).
 
-# jUDDI Wiki
+## jUDDI Wiki
 
 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.
 

Modified: juddi/cms-site/trunk/content/project-info.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/project-info.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/project-info.mdtext (original)
+++ juddi/cms-site/trunk/content/project-info.mdtext Thu Jan  2 02:05:21 2014
@@ -1,8 +1,8 @@
-# Project Information
+Title: Project Information
 
 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.
 
-# Overview
+## Overview
 
 |Document	|Description|
 |About	|jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.|

Modified: juddi/cms-site/trunk/content/project-summary.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/project-summary.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/project-summary.mdtext (original)
+++ juddi/cms-site/trunk/content/project-summary.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,4 @@
-# Project Summary
+Title: Project Summary
 
 ## Project Information
 

Modified: juddi/cms-site/trunk/content/releases.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/releases.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/releases.mdtext (original)
+++ juddi/cms-site/trunk/content/releases.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,6 @@
-# Official Releases
+Title: Downloads and Releases
+
+## Official Releases
 
 | Name  | Date  | Description  |
 |---|---|---|

Modified: juddi/cms-site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/source.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/source.mdtext (original)
+++ juddi/cms-site/trunk/content/source.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,6 @@
-# Overview
+Title: Source Code
+
+## Overview
 
 This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/.
 Web Access
@@ -7,13 +9,13 @@ The following is a link to the online so
 
     http://svn.apache.org/viewcvs.cgi/juddi/tags/juddi-3.1.3
 	
-## Anonymous access
+### Anonymous access
 
 The source can be checked out anonymously from SVN with this command:
 
     $ svn checkout http://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.3 juddi-parent
 	
-## Developer access
+### Developer access
 
 Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.
 
@@ -23,13 +25,13 @@ To commit changes to the repository, exe
 
     $ svn commit --username your-username -m "A message"
 	
-## Access from behind a firewall
+### Access from behind a firewall
 
 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:
 
     $ svn checkout https://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.3 juddi-parent
 	
-## Access through a proxy
+### Access through a proxy
 
 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.)
 

Modified: juddi/cms-site/trunk/content/team-list.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/team-list.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/team-list.mdtext (original)
+++ juddi/cms-site/trunk/content/team-list.mdtext Thu Jan  2 02:05:21 2014
@@ -1,10 +1,12 @@
-# The Team
+Title: The jUDDI Development Team
+
+## The Team
 
 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.
 
 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.
 
-# Members
+## Members
 
 The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.
 
@@ -17,7 +19,7 @@ The following is a list of developers wi
 |djencks	|David Jencks	|djencks AT apache.org	|http://www.apache.org	|ASF|
 |alex	|Alex O'Ree	|alexoree AT apache.org	|http://www.apache.org	|ASF|
 
-# Contributors
+## Contributors
 
 The following additional people have contributed to this project through the way of suggestions, patches or documentation.
 

Modified: juddi/cms-site/trunk/content/thanks.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/thanks.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/thanks.mdtext (original)
+++ juddi/cms-site/trunk/content/thanks.mdtext Thu Jan  2 02:05:21 2014
@@ -1,16 +1,18 @@
-# Donated Software Licenses
+Title: Sponsors
+
+## Donated Software Licenses
 
 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.
 
-# JIRA
+## JIRA
 
 Bug and issue tracker [http://www.atlassian.com/software/jira/](Jira by Atlassion.)
 
-# JProfiler
+## JProfiler
 
 Java profiler [JProfiler by ej-technologies.](http://www.ej-technologies.com/products/jprofiler/overview.html)
 
-# XLT
+## XLT
 
 Xceptance LoadTest (XLT) for both regression as well as load tests by [Global Quality Partners, LLC](http://www.gqpartners.com/) and [Xceptance Software Technologies, Inc](http://www.xceptance.com/). 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
\ No newline at end of file

Modified: juddi/cms-site/trunk/content/who.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/who.mdtext?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/who.mdtext (original)
+++ juddi/cms-site/trunk/content/who.mdtext Thu Jan  2 02:05:21 2014
@@ -1,4 +1,5 @@
-# Who We Are
+Title: Who We Are
+
 
 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.
 

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Thu Jan  2 02:05:21 2014
@@ -118,9 +118,9 @@
 		</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: juddi/cms-site/trunk/templates/skeletonHome.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeletonHome.html?rev=1554720&r1=1554719&r2=1554720&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeletonHome.html (original)
+++ juddi/cms-site/trunk/templates/skeletonHome.html Thu Jan  2 02:05:21 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,11 +146,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>
 			



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org