Author: buildbot
Date: Wed Jan 1 23:37:12 2014
New Revision: 892409
Log:
Staging update by buildbot for juddi
Added:
websites/staging/juddi/trunk/content/favicon.ico (with props)
websites/staging/juddi/trunk/content/index.html
Modified:
websites/staging/juddi/trunk/content/ (props changed)
Propchange: websites/staging/juddi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 1 23:37:12 2014
@@ -1 +1 @@
-1554679
+1554700
Added: websites/staging/juddi/trunk/content/favicon.ico
==============================================================================
Binary file - no diff available.
Propchange: websites/staging/juddi/trunk/content/favicon.ico
------------------------------------------------------------------------------
svn:mime-type = image/x-icon
Added: websites/staging/juddi/trunk/content/index.html
==============================================================================
--- websites/staging/juddi/trunk/content/index.html (added)
+++ websites/staging/juddi/trunk/content/index.html Wed Jan 1 23:37:12 2014
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE- 2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<html lang="en" dir="LTR">
+ <head>
+ <meta charset="utf-8">
+ <title>Apache jUDDI</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">
+
+ <link href="css/bootstrap.min.css" rel="stylesheet">
+ <link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet">
+ <link href="css/bootstrap-timepicker.min.css" rel="stylesheet">
+ <link rel="stylesheet" href="css/font-awesome.min.css">
+ <link rel="stylesheet"
href="css/ui-lightness/jquery-ui-1.10.2.custom.min.css">
+ <!--[if IE 7]>
+ <link rel="stylesheet" href="css/font-awesome-ie7.min.css">
+ <![endif]-->
+
+ <link rel="shortcut icon" href="favicon.ico" />
+ <style type="text/css">
+ body {
+ padding-top: 60px;
+ padding-bottom: 40px;
+ }
+ </style>
+ <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
+ <link href="css/bootstrap-modal.css" rel="stylesheet">
+
+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+ <!--[if lt IE 9]>
+ <script src="js/html5shiv.js"></script>
+ <![endif]-->
+
+ <!-- Fav and touch icons -->
+
+ <link rel="shortcut icon" href="ico/favicon.png">
+ <script src="js/bootstrap.min.js"></script>
+ <script src="js/bootstrap-datetimepicker.min.js"></script>
+ <script src="js/bootstrap-timepicker.min.js"></script>
+ <script src="js/bootstrap-modalmanager.js"></script>
+ <script src="js/bootstrap-modal.js"></script>
+ <script src="js/jquery-ui-1.10.2.custom.min.js"></script>
+
+ </head>
+
+ <body>
+ <div class="alert" style="display:none; position: fixed; top:45px;
width:80%; left: 10%; z-index: 1000; opacity: 1.0; background-color: #FFD530;
color:black " id="resultBar">
+ </div>
+
+ <div class="navbar navbar-inverse navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <button type="button" class="btn btn-navbar"
data-toggle="collapse" data-target=".nav-collapse">
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="brand" href="home.jsp"
style="padding-left:19px; padding-top:0px; padding-bottom:0px"><img
src="img/logo2.png"></a>
+ <div class="nav-collapse collapse">
+ <ul class="nav">
+ <li class="dropdown"><a href="home.jsp"
data-toggle="dropdown" class="dropdowb-town"><i class="icon-home
icon-large"></i>Home
+ </a></li>
+ <li class="dropdown" ><a href="#"
data-toggle="dropdown" class="dropdowb-town"><i class="icon-search
icon-large"></i>Downloads
+ </a></li>
+
+ <li class="dropdown"><a href="#"
data-toggle="dropdown" class="dropdowb-town"><i class="icon-question-sign
icon-large"></i>Help <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a
href="http://juddi.apache.org/docs/3.x/userguide/html/index.html" >User
Guide</a></li>
+ <li><a
href="http://juddi.apache.org/docs/3.x/devguide/html/index.html" >Dev
Guide</a></li>
+ <li><a
href="http://juddi.apache.org/docs.html" >API Docs</a></li>
+ <li><a
href="http://wiki.apache.org/juddi" >Wiki</a></li>
+ <li><a
href="http://juddi.apache.org/issue-tracking.html" >Issue Tracking</a></li>
+
+ <li><a
href="http://www.nabble.com/jUDDI-f218.html" >Mailing List Archive</a></li>
+ <li><a
href="http://svn.apache.org/viewvc/juddi/" >Source Code</a></li>
+
+ </ul>
+ </li>
+ </ul>
+ <div id="loginfield">
+ <%@include file="login.jsp" %>
+ </div>
+ </div><!--/.nav-collapse -->
+ </div>
+ </div>
+ </div>
+
+
+<!-- main content does here -->
+<div id="content">
+ <h1 class="title"></h1>
+ <h1 id="introduction">Introduction</h1>
+<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>
+<ul>
+<li>Open Source</li>
+<li>Platform Independent</li>
+<li>Use with any relational database that supports ANSI standard SQL (MySQL,
Oracle, DB2, Sybase, Derby etc.)</li>
+<li>Deployable on any Java application server that supports the Servlet 2.3
specification</li>
+<li>jUDDI registry supports a clustered deployment configuration.</li>
+<li>Easy integration with existing authentication systems</li>
+<li>Supports InVM embeddable mode</li>
+</ul>
+<p>jUDDIv3</p>
+<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>Pre-configured portal bundle download</li>
+</ul>
+<p>UDDIv3 API Java Client Library</p>
+<ul>
+<li>User and Developer Documentation</li>
+</ul>
+<p>jUDDIv2</p>
+<ul>
+<li>UDDI version 2.0 compliant</li>
+<li>Supports for JDK 1.3.1 and later</li>
+</ul>
+</div>
+
+
+
+</div>
+<div style="
+ padding: 0px 0px 0px 0px; bottom: 0px; margin: 0px 0px 0px 0px;
width:100%; text-align: center; position: fixed;
+ background-color: white;
+ "><center><footer><span style="color: red"><b>BETA</b></span> - v3.2 - <a
href="http://www.apache.org">
+ Copyright © 2010 The Apache Software Foundation, Licensed under
+ the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a>.
+ Apache and the Apache feather logo are trademarks of The Apache
Software Foundation.
+
+ </a</footer></center></div>
+</body>
+</html>
+
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]