You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2012/01/27 09:51:50 UTC

svn commit: r803409 - in /websites/staging/ace/trunk/content: downloads.html get-involved/issue-tracking.html get-involved/mailing-lists.html get-involved/project-team.html get-involved/source-code.html index.html news.html on-the-web.html sitemap.html

Author: buildbot
Date: Fri Jan 27 08:51:50 2012
New Revision: 803409

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/downloads.html
    websites/staging/ace/trunk/content/get-involved/issue-tracking.html
    websites/staging/ace/trunk/content/get-involved/mailing-lists.html
    websites/staging/ace/trunk/content/get-involved/project-team.html
    websites/staging/ace/trunk/content/get-involved/source-code.html
    websites/staging/ace/trunk/content/index.html
    websites/staging/ace/trunk/content/news.html
    websites/staging/ace/trunk/content/on-the-web.html
    websites/staging/ace/trunk/content/sitemap.html

Modified: websites/staging/ace/trunk/content/downloads.html
==============================================================================
--- websites/staging/ace/trunk/content/downloads.html (original)
+++ websites/staging/ace/trunk/content/downloads.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>

Modified: websites/staging/ace/trunk/content/get-involved/issue-tracking.html
==============================================================================
--- websites/staging/ace/trunk/content/get-involved/issue-tracking.html (original)
+++ websites/staging/ace/trunk/content/get-involved/issue-tracking.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>

Modified: websites/staging/ace/trunk/content/get-involved/mailing-lists.html
==============================================================================
--- websites/staging/ace/trunk/content/get-involved/mailing-lists.html (original)
+++ websites/staging/ace/trunk/content/get-involved/mailing-lists.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>

Modified: websites/staging/ace/trunk/content/get-involved/project-team.html
==============================================================================
--- websites/staging/ace/trunk/content/get-involved/project-team.html (original)
+++ websites/staging/ace/trunk/content/get-involved/project-team.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>

Modified: websites/staging/ace/trunk/content/get-involved/source-code.html
==============================================================================
--- websites/staging/ace/trunk/content/get-involved/source-code.html (original)
+++ websites/staging/ace/trunk/content/get-involved/source-code.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>

Modified: websites/staging/ace/trunk/content/index.html
==============================================================================
--- websites/staging/ace/trunk/content/index.html (original)
+++ websites/staging/ace/trunk/content/index.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>
@@ -142,12 +142,11 @@
       <h1>Apache ACE</h1>
       <p><a href="/">Home</a></p>
       <div class="clear"></div>
-      <div id="content"><h1 id="welcome_to_apache_ace">Welcome to Apache ACE</h1>
-<p>Apache ACE is a software distribution framework that allows you to centrally manage and distribute software components, configuration data and other artifacts to target systems. It is built using OSGi and can be deployed in different topologies. The target systems are usually also OSGi based, but don't have to be.</p>
+      <div id="content"><p>Apache ACE is a software distribution framework that allows you to centrally manage and distribute software components, configuration data and other artifacts to target systems. It is built using OSGi and can be deployed in different topologies. The target systems are usually also OSGi based, but don't have to be.</p>
 <h1 id="background">Background</h1>
 <p>When assembling software out of reusable components, the task of deploying software onto an ever increasing number of targets is not trivial to solve. This becomes even harder when these targets require different components based on who's using them.</p>
 <p>Apache ACE allows you to group those components and assign them to a managed set of targets. This allows you to distribute updates and new components easily, while keeping a full history of what was installed where during what period. It also helps you setup an automated development, QA/testing, staging and production environment.</p>
-<p>If you want to learn more about how to use Apache ACE, go to the <a href="/user-doc.html">User Documentation</a> and start with <a href="/user-doc/introduction.html">A brief introduction</a>. If you are interested in <a href="/get-involved.html">becoming involved</a>, check out our <a href="#TODO">Mailing Lists</a> and finally, to gain a deeper understanding of the software, read the available <a href="/dev-doc.html">Developer Documentation</a> which explains how to build the software and the overall <a href="/dev-doc/software-architecture.html">Software Architecture</a>.</p></div>
+<p>If you want to learn more about how to use Apache ACE, go to the User Documentation and start with <a href="/user-doc/introduction.html">A brief introduction</a>. If you are interested in becoming involved, check out our <a href="/get-involved/mailing-lists.html">Mailing Lists</a> and finally, to gain a deeper understanding of the software, read the available <a href="/dev-doc.html">Developer Documentation</a> which explains how to build the software and the overall <a href="/dev-doc/software-architecture.html">Software Architecture</a>.</p></div>
       <footer>
         <p>Copyright &#169; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

Modified: websites/staging/ace/trunk/content/news.html
==============================================================================
--- websites/staging/ace/trunk/content/news.html (original)
+++ websites/staging/ace/trunk/content/news.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>
@@ -142,8 +142,7 @@
       <h1>News</h1>
       <p><a href="/">Home</a></p>
       <div class="clear"></div>
-      <div id="content"><h1 id="news">News</h1>
-<ul>
+      <div id="content"><ul>
 <li>Apache ACE graduated as a TLP!</li>
 <li>Apache ACE version 0.8.1-incubator released! <a href="#TODO">Get it here</a>.</li>
 </ul></div>

Modified: websites/staging/ace/trunk/content/on-the-web.html
==============================================================================
--- websites/staging/ace/trunk/content/on-the-web.html (original)
+++ websites/staging/ace/trunk/content/on-the-web.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>
@@ -142,8 +142,7 @@
       <h1>On the web</h1>
       <p><a href="/">Home</a></p>
       <div class="clear"></div>
-      <div id="content"><h1 id="on_the_web">On the web</h1>
-<p>Placeholder page.</p></div>
+      <div id="content"><p>Placeholder page. Will contain links to pages that somehow mention Apache ACE.</p></div>
       <footer>
         <p>Copyright &#169; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

Modified: websites/staging/ace/trunk/content/sitemap.html
==============================================================================
--- websites/staging/ace/trunk/content/sitemap.html (original)
+++ websites/staging/ace/trunk/content/sitemap.html Fri Jan 27 08:51:50 2012
@@ -35,7 +35,7 @@
           <a class="brand" href="/index.html">Apache ACE</a>
           <ul class="nav" data-dropdown="dropdown">
   <li class="dropdown">
-    <a href="#" class="dropdown-toggle">Home</a>
+    <a href="#" class="dropdown-toggle">News</a>
     <ul class="dropdown-menu">
       <li>
         <a href="/news.html">News</a>
@@ -143,15 +143,10 @@
       <p><a href="/">Home</a></p>
       <div class="clear"></div>
       <div id="content"><ul>
-<li><a href="/apache.html">Apache</a></li>
-<li><a href="/dev-doc.html">Developer Documentation</a></li>
 <li><a href="/downloads.html">Downloads</a></li>
-<li><a href="/get-involved.html">Get Involved</a></li>
 <li><a href="/index.html">Apache ACE</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/on-the-web.html">On the web</a></li>
-<li><a href="/user-doc.html">User Documentation</a></li>
-<li><a href="/wiki.html">Wiki</a></li>
 </ul></div>
       <footer>
         <p>Copyright &#169; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>