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 04:39:42 UTC

svn commit: r1554732 - in /juddi/cms-site/trunk: content/library.mdtext content/mailing-list.mdtext templates/skeleton.html

Author: alexoree
Date: Thu Jan  2 03:39:42 2014
New Revision: 1554732

URL: http://svn.apache.org/r1554732
Log:
JUDDI-750 formatting changes, added content

Added:
    juddi/cms-site/trunk/content/mailing-list.mdtext
Modified:
    juddi/cms-site/trunk/content/library.mdtext
    juddi/cms-site/trunk/templates/skeleton.html

Modified: juddi/cms-site/trunk/content/library.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/library.mdtext?rev=1554732&r1=1554731&r2=1554732&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/library.mdtext (original)
+++ juddi/cms-site/trunk/content/library.mdtext Thu Jan  2 03:39:42 2014
@@ -6,72 +6,116 @@ The jUDDI Project lives or fails based o
 ## 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
 
 [North American Industry Classification System (NAICS)](http://www.census.gov/epcd/www/naics.html)
+
 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
 
 [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
 
 [Best practices for Web services versioning](http://www-106.ibm.com/developerworks/webservices/library/ws-version/)
+
 Keep your Web services current with WSDL and UDDI
+
 Kyle Brown and Michael Ellis, IBM developerWorks
+
 January 2004
 
+
 [Using WSDL in a UDDI Registry](http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm)
+
 John Colgrave and Karsten Januszewski, UDDI.org
+
 November 2003
 
+
 [Registration and Discovery of Web Services Using JAXR with XML Registries such as UDDI and ebXML](http://java.sun.com/developer/technicalArticles/WebServices/jaxrws/)
+
 The why and what of the new approach
+
 Qusay H. Mahmoud, Sun Microsystems
+
 June 2002
 
+
 [A New Approach to UDDI and WSDL Part 1](http://www-106.ibm.com/developerworks/webservices/library/ws-udmod1/)
+
 The why and what of the new approach
+
 John Colgrave, IBM developerWorks
+
 August 2003
 
+
 [A New Approach to UDDI and WSDL Part 2](http://www-106.ibm.com/developerworks/webservices/library/ws-udmod2/)
+
 Usage scenarios in publishing and finding WSDL service descriptions
+
 John Colgrave, IBM developerWorks
+
 September 2003
 
+
 [Understanding WSDL in a UDDI Registry Part 1](http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)
+
 How to publish and find WSDL service descriptions
+
 Peter Brittenham, Francisco Cubera, Dave Ehnebuske, Steve Graham, IBM developerWorks
+
 September 2001 (updated September 2002)
 
+
 [Understanding WSDL in a UDDI Registry Part 2](http://www.ibm.com/developerworks/webservices/library/ws-wsdl2/)
+
 How to publish and find WSDL service descriptions
+
 Peter Brittenham, Francisco Cubera, Dave Ehnebuske, Steve Graham, IBM developerWorks
+
 September 2001 (updated September 2002)
 
+
 [Understanding WSDL in a UDDI Registry Part 3](http://www.ibm.com/developerworks/webservices/library/ws-wsdl3/)
+
 How to publish and find WSDL service descriptions
+
 Peter Brittenham, IBM developerWorks
+
 November 2001
 
+
 [Providing a Taxonomy for Use in UDDI Version 2](http://www.uddi.org/pubs/TN-taxonomy-provider-V1.00-Final-20010717.pdf)
+
 UDDI.org
+
 July 2001
 
+
 [The Role of Taxonomies in UDDI: tModels Demystified](http://www.developer.com/services/article.php/1367781)
+
 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
 
 [SOAP W3C Specification](http://www.w3.org/TR/SOAP/)
@@ -83,11 +127,16 @@ Aravilli Srinivasa Rao, Developer.com
 ## 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.
 
+
 [Javadoc](http://java.sun.com/products/jdk/javadoc/index.html)
+
 Javadoc is the automatic software documentation generator used by Java since it was first released. All code written for this project must be documented using Javadoc conventions.
 
+
 [The Java Code Conventions](http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html)
+
 This Sun document specifies the de-facto standard way of formatting Java code. All code written for this project must follow these conventions.
 

Added: juddi/cms-site/trunk/content/mailing-list.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/mailing-list.mdtext?rev=1554732&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/mailing-list.mdtext (added)
+++ juddi/cms-site/trunk/content/mailing-list.mdtext Thu Jan  2 03:39:42 2014
@@ -0,0 +1,8 @@
+Title: Project Mailing Lists
+
+These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.
+
+|Name	|Subscribe	|Unsubscribe	|Post	|Archive|
+|jUDDI |User List	|Subscribe	|Unsubscribe	|Post	|mail-archives.apache.org|
+|jUDDI |Developer List	|Subscribe	|Unsubscribe	|Post	|mail-archives.apache.org|
+|jUDDI |SVN List	|Subscribe	|Unsubscribe		|mail-archives.apache.org|

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554732&r1=1554731&r2=1554732&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Thu Jan  2 03:39:42 2014
@@ -153,8 +153,6 @@
 			
 			<div class="span10" >
 		{% block content %}{{ content|markdown }}{% endblock %}
-		
-		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>



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