Author: buildbot
Date: Wed Feb 22 22:49:14 2012
New Revision: 805865
Log:
Staging update by buildbot for ace
Added:
websites/staging/ace/trunk/content/dev-doc/use-cases/uc-04.html
websites/staging/ace/trunk/content/dev-doc/use-cases/uc-05.html
websites/staging/ace/trunk/content/dev-doc/use-cases/uc-06.html
Modified:
websites/staging/ace/trunk/ (props changed)
websites/staging/ace/trunk/content/dev-doc/use-cases/index.html
websites/staging/ace/trunk/content/dev-doc/use-cases/uc-01.html
Propchange: websites/staging/ace/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 22 22:49:14 2012
@@ -1 +1 @@
-1292559
+1292565
Modified: websites/staging/ace/trunk/content/dev-doc/use-cases/index.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/use-cases/index.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/use-cases/index.html Wed Feb 22 22:49:14 2012
@@ -160,6 +160,9 @@
<li><a href="uc-01.html">UC-01 Checkout</a></li>
<li><a href="uc-02.html">UC-02 Commit</a></li>
<li><a href="uc-03.html">UC-03 Resolve merge conflict</a></li>
+<li><a href="uc-04.html">UC-04 Check for update</a></li>
+<li><a href="uc-05.html">UC-05 Send audit log data</a></li>
+<li><a href="uc-06.html">UC-06 Synchronize</a></li>
<li>TODO add more use cases</li>
</ul></div>
<hr>
Modified: websites/staging/ace/trunk/content/dev-doc/use-cases/uc-01.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/use-cases/uc-01.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/use-cases/uc-01.html Wed Feb 22 22:49:14 2012
@@ -158,7 +158,7 @@
<h2 id="flow">Flow</h2>
<h3 id="basic_flow">Basic Flow</h3>
<ol>
-<li>Editor asks discovery service for a location of aserver for a certain repository.</li>
+<li>Editor asks discovery service for a location of a server for a certain repository.</li>
<li>Editor contacts the repository to ask for a list of versions.</li>
<li>Editor checks out the latest version of the repository.</li>
</ol>
Added: websites/staging/ace/trunk/content/dev-doc/use-cases/uc-04.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/use-cases/uc-04.html (added)
+++ websites/staging/ace/trunk/content/dev-doc/use-cases/uc-04.html Wed Feb 22 22:49:14 2012
@@ -0,0 +1,182 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+ <head>
+ <title>Use Case 04 - Check for update</title>
+
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
+
+ <link rel="stylesheet/less" type="text/css" href="/lib/bootstrap.less">
+ <link href="/css/prettify.css" rel="stylesheet">
+ <script src="/js/less-1.2.1.min.js" type="text/javascript"></script>
+ <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
+ <script src="/js/prettify.js"></script>
+
+ <script src="/js/bootstrap-alert.js"></script>
+ <script src="/js/bootstrap-dropdown.js"></script>
+ <script src="/js/bootstrap-tooltip.js"></script>
+ <script src="/js/bootstrap-alerts.js"></script>
+ <script src="/js/bootstrap-modal.js"></script>
+ <script src="/js/bootstrap-transition.js"></script>
+ <script src="/js/bootstrap-button.js"></script>
+ <script src="/js/bootstrap-popover.js"></script>
+ <script src="/js/bootstrap-twipsy.js"></script>
+ <script src="/js/bootstrap-buttons.js"></script>
+ <script src="/js/bootstrap-scrollspy.js"></script>
+ <script src="/js/bootstrap-typeahead.js"></script>
+ <script src="/js/bootstrap-carousel.js"></script>
+ <script src="/js/bootstrap-tab.js"></script>
+ <script src="/js/bootstrap-collapse.js"></script>
+ <script src="/js/bootstrap-tabs.js"></script>
+
+
+
+ <script>
+ $(function () { prettyPrint() })
+ $().dropdown()
+ </script>
+ </head>
+
+ <body style="padding-top: 50px;">
+ <div class="navbar navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <a class="brand" href="/index.html">Apache ACE</a>
+ <ul class="nav">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">News <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/news.html">News</a>
+ </li>
+ <li>
+ <a href="/on-the-web.html">On the web</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/downloads.html">Downloads</a>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">User Documentation <b
class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/user-doc/introduction.html">Introduction</a>
+ </li>
+ <li>
+ <a href="/user-doc/getting-started.html">Getting Started</a>
+ </li>
+ <li>
+ <a href="/user-doc/features.html">Features</a>
+ </li>
+ <li>
+ <a href="/user-doc/faq.html">FAQ</a>
+ </li>
+ <li>
+ <a href="/user-doc/support.html">Support</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Developer Documentation
<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/dev-doc/requirements.html">Requirements</a>
+ </li>
+ <li>
+ <a href="/dev-doc/architecture.html">Architecture</a>
+ </li>
+ <li>
+ <a href="/dev-doc/analysis.html">Analysis</a>
+ </li>
+ <li>
+ <a href="/dev-doc/design.html">Design</a>
+ </li>
+ <li>
+ <a href="/dev-doc/coding-standards.html">Coding Standards</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/get-involved/mailing-lists.html">Mailing Lists</a>
+ </li>
+ <li>
+ <a href="/get-involved/issue-tracking.html">Issue Tracking</a>
+ </li>
+ <li>
+ <a href="/get-involved/source-code.html">Source Code</a>
+ </li>
+ <li>
+ <a href="/get-involved/project-team.html">Project Team</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Wiki <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/wiki/board-reports.html">Board Reports</a>
+ </li>
+ <li>
+ <a href="/wiki/drafts.html">Drafts</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/apache/about.html">About</a>
+ </li>
+ <li>
+ <a href="/apache/license.html">License</a>
+ </li>
+ <li>
+ <a href="/apache/security.html">Security</a>
+ </li>
+ <li>
+ <a href="/apache/sponsorship.html">Sponsorship</a>
+ </li>
+ <li>
+ <a href="/apache/thanks.html">Thanks</a>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ <p><a href="/"><i class='icon-home'></i> Home</a> » <a
href="/dev-doc/">Dev-doc</a> » <a href="/dev-doc/use-cases/">Use-cases</a></p>
+ <h1>Use Case 04 - Check for update</h1>
+ <div class="clear"></div>
+ <div id="content"><p>Check for an updated set of artifacts for a gateway.</p>
+<h2 id="flow">Flow</h2>
+<h3 id="pre-conditions">Pre-conditions</h3>
+<p>A target with an OSGi framework and our management agent.</p>
+<h3 id="basic_flow">Basic flow</h3>
+<ol>
+<li>Target retrieves its own identity.</li>
+<li>Target asks the discovery service for the location of a server.</li>
+<li>Target polls the server for a list of versions.</li>
+<li>If there is a version that is newer than the currently installed version, poll
for this update.</li>
+<li>Install the update.</li>
+<li>Report back to the server.</li>
+</ol>
+<h3 id="alternative_flows">Alternative flows</h3>
+<ul>
+<li>If no server can be found, do nothing.</li>
+<li>If there is no newer version, do nothing.</li>
+<li>If the update cannot be installed, roll back to the previous version.</li>
+</ul></div>
+ <hr>
+ <footer>
+ <p>Copyright © 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>
+ </div>
+ </body>
+</html>
Added: websites/staging/ace/trunk/content/dev-doc/use-cases/uc-05.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/use-cases/uc-05.html (added)
+++ websites/staging/ace/trunk/content/dev-doc/use-cases/uc-05.html Wed Feb 22 22:49:14 2012
@@ -0,0 +1,176 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+ <head>
+ <title>Use Case 05 - Send audit log data</title>
+
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
+
+ <link rel="stylesheet/less" type="text/css" href="/lib/bootstrap.less">
+ <link href="/css/prettify.css" rel="stylesheet">
+ <script src="/js/less-1.2.1.min.js" type="text/javascript"></script>
+ <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
+ <script src="/js/prettify.js"></script>
+
+ <script src="/js/bootstrap-alert.js"></script>
+ <script src="/js/bootstrap-dropdown.js"></script>
+ <script src="/js/bootstrap-tooltip.js"></script>
+ <script src="/js/bootstrap-alerts.js"></script>
+ <script src="/js/bootstrap-modal.js"></script>
+ <script src="/js/bootstrap-transition.js"></script>
+ <script src="/js/bootstrap-button.js"></script>
+ <script src="/js/bootstrap-popover.js"></script>
+ <script src="/js/bootstrap-twipsy.js"></script>
+ <script src="/js/bootstrap-buttons.js"></script>
+ <script src="/js/bootstrap-scrollspy.js"></script>
+ <script src="/js/bootstrap-typeahead.js"></script>
+ <script src="/js/bootstrap-carousel.js"></script>
+ <script src="/js/bootstrap-tab.js"></script>
+ <script src="/js/bootstrap-collapse.js"></script>
+ <script src="/js/bootstrap-tabs.js"></script>
+
+
+
+ <script>
+ $(function () { prettyPrint() })
+ $().dropdown()
+ </script>
+ </head>
+
+ <body style="padding-top: 50px;">
+ <div class="navbar navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <a class="brand" href="/index.html">Apache ACE</a>
+ <ul class="nav">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">News <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/news.html">News</a>
+ </li>
+ <li>
+ <a href="/on-the-web.html">On the web</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/downloads.html">Downloads</a>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">User Documentation <b
class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/user-doc/introduction.html">Introduction</a>
+ </li>
+ <li>
+ <a href="/user-doc/getting-started.html">Getting Started</a>
+ </li>
+ <li>
+ <a href="/user-doc/features.html">Features</a>
+ </li>
+ <li>
+ <a href="/user-doc/faq.html">FAQ</a>
+ </li>
+ <li>
+ <a href="/user-doc/support.html">Support</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Developer Documentation
<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/dev-doc/requirements.html">Requirements</a>
+ </li>
+ <li>
+ <a href="/dev-doc/architecture.html">Architecture</a>
+ </li>
+ <li>
+ <a href="/dev-doc/analysis.html">Analysis</a>
+ </li>
+ <li>
+ <a href="/dev-doc/design.html">Design</a>
+ </li>
+ <li>
+ <a href="/dev-doc/coding-standards.html">Coding Standards</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/get-involved/mailing-lists.html">Mailing Lists</a>
+ </li>
+ <li>
+ <a href="/get-involved/issue-tracking.html">Issue Tracking</a>
+ </li>
+ <li>
+ <a href="/get-involved/source-code.html">Source Code</a>
+ </li>
+ <li>
+ <a href="/get-involved/project-team.html">Project Team</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Wiki <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/wiki/board-reports.html">Board Reports</a>
+ </li>
+ <li>
+ <a href="/wiki/drafts.html">Drafts</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/apache/about.html">About</a>
+ </li>
+ <li>
+ <a href="/apache/license.html">License</a>
+ </li>
+ <li>
+ <a href="/apache/security.html">Security</a>
+ </li>
+ <li>
+ <a href="/apache/sponsorship.html">Sponsorship</a>
+ </li>
+ <li>
+ <a href="/apache/thanks.html">Thanks</a>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ <p><a href="/"><i class='icon-home'></i> Home</a> » <a
href="/dev-doc/">Dev-doc</a> » <a href="/dev-doc/use-cases/">Use-cases</a></p>
+ <h1>Use Case 05 - Send audit log data</h1>
+ <div class="clear"></div>
+ <div id="content"><p>Sends new audit log data to a server.</p>
+<h2 id="flow">Flow</h2>
+<h3 id="basic_flow">Basic flow</h3>
+<ol>
+<li>The target asks the discovery protocol for the location of the server.</li>
+<li>The target queries the server for the audit log entries it already has.</li>
+<li>The target sends any new entries to the server.</li>
+</ol>
+<h3 id="alternative_flows">Alternative flows</h3>
+<ul>
+<li>If the server cannot be found, nothing happens.</li>
+<li>If the server already has all the entries, nothing happens.</li>
+</ul></div>
+ <hr>
+ <footer>
+ <p>Copyright © 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>
+ </div>
+ </body>
+</html>
Added: websites/staging/ace/trunk/content/dev-doc/use-cases/uc-06.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/use-cases/uc-06.html (added)
+++ websites/staging/ace/trunk/content/dev-doc/use-cases/uc-06.html Wed Feb 22 22:49:14 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+ <head>
+ <title>Use Case 06 - Synchronize</title>
+
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
+
+ <link rel="stylesheet/less" type="text/css" href="/lib/bootstrap.less">
+ <link href="/css/prettify.css" rel="stylesheet">
+ <script src="/js/less-1.2.1.min.js" type="text/javascript"></script>
+ <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
+ <script src="/js/prettify.js"></script>
+
+ <script src="/js/bootstrap-alert.js"></script>
+ <script src="/js/bootstrap-dropdown.js"></script>
+ <script src="/js/bootstrap-tooltip.js"></script>
+ <script src="/js/bootstrap-alerts.js"></script>
+ <script src="/js/bootstrap-modal.js"></script>
+ <script src="/js/bootstrap-transition.js"></script>
+ <script src="/js/bootstrap-button.js"></script>
+ <script src="/js/bootstrap-popover.js"></script>
+ <script src="/js/bootstrap-twipsy.js"></script>
+ <script src="/js/bootstrap-buttons.js"></script>
+ <script src="/js/bootstrap-scrollspy.js"></script>
+ <script src="/js/bootstrap-typeahead.js"></script>
+ <script src="/js/bootstrap-carousel.js"></script>
+ <script src="/js/bootstrap-tab.js"></script>
+ <script src="/js/bootstrap-collapse.js"></script>
+ <script src="/js/bootstrap-tabs.js"></script>
+
+
+
+ <script>
+ $(function () { prettyPrint() })
+ $().dropdown()
+ </script>
+ </head>
+
+ <body style="padding-top: 50px;">
+ <div class="navbar navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <a class="brand" href="/index.html">Apache ACE</a>
+ <ul class="nav">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">News <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/news.html">News</a>
+ </li>
+ <li>
+ <a href="/on-the-web.html">On the web</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/downloads.html">Downloads</a>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">User Documentation <b
class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/user-doc/introduction.html">Introduction</a>
+ </li>
+ <li>
+ <a href="/user-doc/getting-started.html">Getting Started</a>
+ </li>
+ <li>
+ <a href="/user-doc/features.html">Features</a>
+ </li>
+ <li>
+ <a href="/user-doc/faq.html">FAQ</a>
+ </li>
+ <li>
+ <a href="/user-doc/support.html">Support</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Developer Documentation
<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/dev-doc/requirements.html">Requirements</a>
+ </li>
+ <li>
+ <a href="/dev-doc/architecture.html">Architecture</a>
+ </li>
+ <li>
+ <a href="/dev-doc/analysis.html">Analysis</a>
+ </li>
+ <li>
+ <a href="/dev-doc/design.html">Design</a>
+ </li>
+ <li>
+ <a href="/dev-doc/coding-standards.html">Coding Standards</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/get-involved/mailing-lists.html">Mailing Lists</a>
+ </li>
+ <li>
+ <a href="/get-involved/issue-tracking.html">Issue Tracking</a>
+ </li>
+ <li>
+ <a href="/get-involved/source-code.html">Source Code</a>
+ </li>
+ <li>
+ <a href="/get-involved/project-team.html">Project Team</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Wiki <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/wiki/board-reports.html">Board Reports</a>
+ </li>
+ <li>
+ <a href="/wiki/drafts.html">Drafts</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="/apache/about.html">About</a>
+ </li>
+ <li>
+ <a href="/apache/license.html">License</a>
+ </li>
+ <li>
+ <a href="/apache/security.html">Security</a>
+ </li>
+ <li>
+ <a href="/apache/sponsorship.html">Sponsorship</a>
+ </li>
+ <li>
+ <a href="/apache/thanks.html">Thanks</a>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ <p><a href="/"><i class='icon-home'></i> Home</a> » <a
href="/dev-doc/">Dev-doc</a> » <a href="/dev-doc/use-cases/">Use-cases</a></p>
+ <h1>Use Case 06 - Synchronize</h1>
+ <div class="clear"></div>
+ <div id="content"><p>Synchronize a local repository with a remote one.</p>
+<h2 id="flow">Flow</h2>
+<h3 id="basic_flow">Basic Flow</h3>
+<ol>
+<li>Relay server asks discovery service for a location of a server for a certain repository.</li>
+<li>Relay server contacts the repository to ask for a list of versions.</li>
+<li>Relay server downloads missing versions of the repository.</li>
+</ol>
+<h3 id="alternative_flows">Alternative Flows</h3>
+<ul>
+<li>Server cannot be found.</li>
+<li>Repository does not exist.</li>
+<li>Version could not be downloaded.</li>
+</ul></div>
+ <hr>
+ <footer>
+ <p>Copyright © 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>
+ </div>
+ </body>
+</html>
|