You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/11/23 05:05:16 UTC

svn commit: r1412744 - in /airavata/site/trunk: content/architecture/ content/development/ content/documentation/ templates/

Author: smarru
Date: Fri Nov 23 04:05:15 2012
New Revision: 1412744

URL: http://svn.apache.org/viewvc?rev=1412744&view=rev
Log:
changing architecture diagram

Added:
    airavata/site/trunk/content/architecture/airavata-overview.png   (with props)
Removed:
    airavata/site/trunk/content/architecture/airavata.png
    airavata/site/trunk/content/documentation/deployment.mdtext
Modified:
    airavata/site/trunk/content/architecture/overview.mdtext
    airavata/site/trunk/content/development/roadmap.mdtext
    airavata/site/trunk/content/documentation/quickstart-tutorials.mdtext
    airavata/site/trunk/templates/sidenav.mdtext

Added: airavata/site/trunk/content/architecture/airavata-overview.png
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/architecture/airavata-overview.png?rev=1412744&view=auto
==============================================================================
Binary file - no diff available.

Propchange: airavata/site/trunk/content/architecture/airavata-overview.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: airavata/site/trunk/content/architecture/overview.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/architecture/overview.mdtext?rev=1412744&r1=1412743&r2=1412744&view=diff
==============================================================================
--- airavata/site/trunk/content/architecture/overview.mdtext (original)
+++ airavata/site/trunk/content/architecture/overview.mdtext Fri Nov 23 04:05:15 2012
@@ -1,4 +1,4 @@
-Title:     Airavata Gateway Framework
+Title:     Airavata Architecture
 Notice:    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
@@ -26,7 +26,7 @@ Airavata's primary goal is to support lo
 The architecture is designed to be modular, componentized software framework as illustrated in the following Figure.
 The goal of the Airavata framework is minimalist architectural design (i.e., a thin layer), a conceptually simple to understand architecture; and easier to install, maintain and use. Its salient feature includes using components by themselves or as an integrated solution.
 
-![Airavata Overview](/architecture/airavata.png "Airavata Overview")
+![Airavata Overview](/architecture/airavata-overview.png "Airavata Overview")
 
 ## Airavata Features
 * desktop tools and browser-based web interface components for managing applications, workflows and generated data. 

Modified: airavata/site/trunk/content/development/roadmap.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/development/roadmap.mdtext?rev=1412744&r1=1412743&r2=1412744&view=diff
==============================================================================
--- airavata/site/trunk/content/development/roadmap.mdtext (original)
+++ airavata/site/trunk/content/development/roadmap.mdtext Fri Nov 23 04:05:15 2012
@@ -22,22 +22,26 @@ Apache Airavata roadmap will always be e
 
 The development process is to emphasise:
 
-* Individuals and interactions over processes and tools
+* ***Individuals and interactions*** over processes and tools
 
-* Working software over comprehensive documentation
+* ***Working software*** over comprehensive documentation
 
-* Customer collaboration over contract negotiation
+* ***Customer collaboration*** over contract negotiation
 
-* Responding to change over following a plan
+* ***Responding to change*** over following a plan
 
-Airavata Community comprises of project management committee/committers, contributors and user community. The community inputs new features, improvements as epics, which are essentially use cases that need to be further analyzed. The epics or larger use cases are further broken into manageable stories. Based on developer interests and active community requests, the stories are prioritized and tagged to a upcoming release. The release manager initiates a list of features and bug fixes and community responds by highlighting pending JIRA's to fix in the release. Once the release is planned, the design, development and release cycle spins through a next iteration.
-
-For detailed apache airavata feature list, please see the release notes for individual [releases][downloads].
-
-Please communicate your feedback, and requirements through the mailing lists and JIRA.
+That is, while there is value in the items on the right, we value the items on the left more.
 
 The above development philosophy is based on:
 
 *Agile Manifesto Copyright 2001: Kent Beck, Mike Beedle, Arie van Bennekum, Alistair Cockburn, Ward Cunningham, Martin Fowler, James Grenning, Jim Highsmith, Andrew Hunt, Ron Jeffries, Jon Kern, Brian Marick, Robert C. Martin, Steve Mellor, Ken Schwaber, Jeff Sutherland, Dave Thomas.* 
 
+## Providing input to roadmap
+
+Airavata Community comprises of project management committee/committers, contributors and user community. The community inputs new features, improvements as epics, which are essentially use cases that need to be further analyzed. The epics or larger use cases are further broken into manageable stories. Based on developer interests and active community requests, the stories are prioritized and tagged to an upcoming release. The release manager initiates a list of features and bug fixes and community responds by highlighting pending JIRA's to be addressed in the release. Once the release is planned, the design, development and release cycle spins through the next iteration.
+
+For detailed apache airavata feature list, please see the release notes for individual [releases][downloads].
+
+Please communicate your feedback, and requirements through the mailing lists and JIRA.
+
 [downloads]: /about/downloads.html
\ No newline at end of file

Modified: airavata/site/trunk/content/documentation/quickstart-tutorials.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/documentation/quickstart-tutorials.mdtext?rev=1412744&r1=1412743&r2=1412744&view=diff
==============================================================================
--- airavata/site/trunk/content/documentation/quickstart-tutorials.mdtext (original)
+++ airavata/site/trunk/content/documentation/quickstart-tutorials.mdtext Fri Nov 23 04:05:15 2012
@@ -16,14 +16,14 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-The purpose of these quick start tutorials is to give a glimse of Airavata funcationlity. Please see the Airavata Wiki and advanced tutorials for comprehensive features.
+The purpose of these quick start tutorials is to give a glimse of Airavata funcationlity. Please see the Airavata Wiki for advanced tutorials for comprehensive features.
 
-## Hello World Tutorial
+## Execute standard web services
  
 This tutorial will explain how to use Airavata to invoke a simple Web Service by creating a workflow - [Airavata in Five Minutes](/documentation/system/airavata-in-5-minutes.html)
 
 
-## Hello World Tutorial
+## Execute a command line application
  
 This tutorial will explain how to use register a command line application with Airavata Registry, construct and execute and monitor progress - [Airavata in Ten Minutes](/documentation/system/airavata-in-10-minutes.html)
 

Modified: airavata/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/templates/sidenav.mdtext?rev=1412744&r1=1412743&r2=1412744&view=diff
==============================================================================
--- airavata/site/trunk/templates/sidenav.mdtext (original)
+++ airavata/site/trunk/templates/sidenav.mdtext Fri Nov 23 04:05:15 2012
@@ -20,7 +20,6 @@
   - [Architecture](/architecture/overview.html)
   - [Airavata Stakeholders](/architecture/airavata-stakeholders.html)
   - [Quickstart Tutorials](/documentation/quickstart-tutorials.html)
-  - [Deployment Instructions](/documentation/deployment.html)
   - [Advanced Tutorials](/documentation/system/advanced-workflow-samples.html)
 
 # Community