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

svn commit: r892447 - /websites/staging/juddi/trunk/content/

Author: buildbot
Date: Thu Jan  2 03:30:03 2014
New Revision: 892447

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/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 03:30:03 2014
@@ -1 +1 @@
-1554727
+1554730

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 03:30:03 2014
@@ -179,6 +179,8 @@
 
 
 <p>All jUDDI committers are encouraged to create public/ private key pairs and place the public half into our 'KEYS' file at the root of our source tree. jUDDI committers are also encouraged to verify one another's keys and sign them, to help create a web of trust. Verifying a signature and a binary guarantees (in any real sense) the binary was assembled by the person that signed it. However, it does not prove the person signing it can be trusted. A web of trust can be created by signing one another's keys. This allows users and developers to 'trust' the person who created the document-signature pair to provide a secure, safe binary.</p>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -186,7 +188,8 @@
   
 
 
-</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; 
@@ -198,15 +201,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -162,6 +162,8 @@
 <h2 id="licenses">Licenses</h2>
 <p>Common Public License Version 1.0: JUnit</p>
 <p>The Apache Software License, Version 2.0: Logging, jUDDI_v3 Parent</p>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -169,7 +171,8 @@
   
 
 
-</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; 
@@ -181,15 +184,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -179,6 +179,8 @@
 </tr>
 </tbody>
 </table>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -186,7 +188,8 @@
   
 
 
-</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; 
@@ -198,15 +201,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -155,6 +155,8 @@
 		<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>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -162,7 +164,8 @@
   
 
 
-</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; 
@@ -174,15 +177,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -216,6 +216,8 @@ Written by the creators of the Java Prog
 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.</p>
 <p><a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">The Java Code Conventions</a>
 This Sun document specifies the de-facto standard way of formatting Java code. All code written for this project must follow these conventions.</p>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -223,7 +225,8 @@ This Sun document specifies the de-facto
   
 
 
-</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; 
@@ -235,15 +238,17 @@ This Sun document specifies the de-facto
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -359,6 +359,8 @@
 <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> <span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="n">and</span>
 <span class="n">limitations</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="p">.</span>
 </pre></div>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -366,7 +368,8 @@
   
 
 
-</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; 
@@ -378,15 +381,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -180,6 +180,8 @@
 <ul>
 <li><a href="http://wiki.apache.org/juddi">http://wiki.apache.org/juddi</a></li>
 </ul>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -187,7 +189,8 @@
   
 
 
-</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; 
@@ -199,15 +202,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -212,6 +212,8 @@
 </tr>
 </tbody>
 </table>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -219,7 +221,8 @@
   
 
 
-</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; 
@@ -231,15 +234,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -221,6 +221,8 @@
 </tr>
 </tbody>
 </table>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -228,7 +230,8 @@
   
 
 
-</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; 
@@ -240,15 +243,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -174,6 +174,8 @@
 </tr>
 </tbody>
 </table>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -181,7 +183,8 @@
   
 
 
-</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; 
@@ -193,15 +196,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -191,6 +191,8 @@ Web Access</p>
 <span class="na">http-proxy-host</span> <span class="o">=</span> <span class="s">your.proxy.name</span>
 <span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
 </pre></div>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -198,7 +200,8 @@ Web Access</p>
   
 
 
-</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; 
@@ -210,15 +213,17 @@ Web Access</p>
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -239,6 +239,8 @@
 </tr>
 </tbody>
 </table>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -246,7 +248,8 @@
   
 
 
-</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; 
@@ -258,15 +261,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -161,6 +161,8 @@
 <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>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -168,7 +170,8 @@ Copyright © 2004-2013 The Apache Soft
   
 
 
-</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; 
@@ -180,15 +183,17 @@ Copyright © 2004-2013 The Apache Soft
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 

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 03:30:03 2014
@@ -154,6 +154,8 @@
 			<div class="span10" >
 		<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>
+		
+		<a class="btn btn-danger" href="javascript:tablify();">go</a>
 			</div>
 		</div>
 	</div>
@@ -161,7 +163,8 @@
   
 
 
-</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; 
@@ -173,15 +176,17 @@
 	 </a</footer></center></div>
 	 
 		  <script type="javascript">
-		$( document ).ready(function() {
-			$('table').each(function(){
-				 $(this).addClass("table");
-				 $(this).addClass("table-hover");
-				 $(this).addClass("table-bordered");
-			 });
-		});
-		
+			 function tablify(){
+				 $('table').each(function(){
+					 $(this).addClass("table");
+					 $(this).addClass("table-hover");
+					 $(this).addClass("table-bordered");
+				 });
+			 }
+			 
+			 tablify();
 	 </script>
+	 
 </body>
 </html>
 



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