Repository: airavata-site
Updated Branches:
  refs/heads/asf-site 308876499 -> ab9efba18


http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/development.md
----------------------------------------------------------------------
diff --git a/source/development.md b/source/development.md
index 253eb00..eb760f3 100644
--- a/source/development.md
+++ b/source/development.md
@@ -309,7 +309,7 @@ id: development
                 Contributor by reason of your accepting any such warranty or 
additional
                 liability.</p>
                 <p>END OF TERMS AND CONDITIONS</p>
-                <h1 id="apply">APPENDIX: How to apply the Apache License to 
your work<a class="headerlink" href="#apply" title="Permanent link">¶</a></h1>
+                <h3 id="apply">APPENDIX: How to apply the Apache License to 
your work</h3>
                 <p>To apply the Apache License to your work, attach the 
following boilerplate
                 notice, with the fields enclosed by brackets "[]" replaced 
with your own
                 identifying information. (Don't include the brackets!) The 
text should be

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/favicon.ico
----------------------------------------------------------------------
diff --git a/source/favicon.ico b/source/favicon.ico
index 96bcd75..0b09b99 100644
Binary files a/source/favicon.ico and b/source/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/get-involved.md
----------------------------------------------------------------------
diff --git a/source/get-involved.md b/source/get-involved.md
index ba82b75..c171db7 100644
--- a/source/get-involved.md
+++ b/source/get-involved.md
@@ -17,7 +17,7 @@ id: get-involved
   </div>
 
   <div class="col s12 m9 l10 push-m3 push-l2">
-    <div id="legacy" class="section scrollspy">
+    <div id="who-can-contribute" class="section scrollspy">
       <h2 class="header">Who can contribute</h2>
       <h4> We are looking for people to:</h4>
       <p>
@@ -27,7 +27,7 @@ id: get-involved
             <li>help new users</li>
             <li>recommend the project to others</li>
             <li>test the code and report bugs</li>
-            <li>fix bugs and <a href="/community/submit-patch.html">submit 
patches</a></li>
+            <li>fix bugs and <a href="submit-patch.html">submit 
patches</a></li>
             <li>give us feedback on required features</li>
             <li>write and update the software</li>
             <li>create artwork</li>
@@ -75,8 +75,8 @@ id: get-involved
 
     </div>
 
-    <div id="roadmap" class="section scrollspy">
-      <h2 class="header">How to contribute</h2>
+    <div id="how-to-contribute" class="section scrollspy">
+      <h2 style="margin-top:50px;" class="header">How to contribute</h2>
 
         <h4 id="apache-airavata-contribution-guide">Apache Airavata 
Contribution Guide</h4>
         <p>Welcome and thank you for your interest in contributing to Apache 
Airavata! This guide will take you through the process of making contributions 
to the airavata code base.</p>
@@ -85,7 +85,7 @@ id: get-involved
         <h4 id="create-an-issue-in-jira">Create an issue in JIRA</h4>
         <p>If it’s a bug or a feature request, open a JIRA issue. Create a 
sample that you can use for prototyping the feature or demonstrating the bug. 
If creating a sample is time consuming, write steps to reproduce the issue. 
Attach this sample to the JIRA issue if it’s representing a bug report.   </p>
         <h4 id="create-a-pull-request-in-github">Create a pull request in 
GitHub</h4>
-        <p><a href="/development/source.html">Checkout</a> the source code. 
Create a pull request (PR) in GitHub for the change you're interested in 
making. The comment section of the PR must contain a link to the JIRA issue. 
Please also reference the issue in the commit message, and make sure it 
properly describes the changes that have been made and their purpose.</p>
+        <p><a href="development.html">Checkout</a> the source code. Create a 
pull request (PR) in GitHub for the change you're interested in making. The 
comment section of the PR must contain a link to the JIRA issue. Please also 
reference the issue in the commit message, and make sure it properly describes 
the changes that have been made and their purpose.</p>
         <p>Some good references for working with GitHub are below. We ask that 
you keep your change rebased to master as much as possible, and we will ask you 
to rebase again if master has moved before accepting your patch.   </p>
         <ul>
         <li><a href="https://help.github.com/articles/set-up-git";>Setting Up 
Git with GitHub</a></li>
@@ -109,8 +109,8 @@ id: get-involved
     <div class="toc-wrapper pinned">
       <div style="height: 1px;">
         <ul class="section table-of-contents">
-          <li><a href="#legacy">Who can contribute</a></li>
-          <li><a href="#roadmap">How to contribute</a></li>
+          <li><a href="#who-can-contribute">Who can contribute</a></li>
+          <li><a href="#how-to-contribute">How to contribute</a></li>
         </ul>
       </div>
     </div>

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/gsoc.md
----------------------------------------------------------------------
diff --git a/source/gsoc.md b/source/gsoc.md
new file mode 100644
index 0000000..5baa504
--- /dev/null
+++ b/source/gsoc.md
@@ -0,0 +1,49 @@
+---
+layout: default
+title: GSoC
+---
+
+<!--Hero-->
+<div class="section no-pad-bot" id="gsoc-banner">
+    <div class="container">
+        <h1 class="center">
+            <img src="assets/img/airavata-logo-shadow.png" style="width:30%;"/>
+        </h1>
+    </div>
+</div>
+
+<!--Intro and service-->
+<style type="text/css">
+    .row img{
+        margin:40px 0;
+    }
+    .row h5{
+        margin-top:40px;
+        color:#666;
+    }
+</style>
+<div class="section">
+    <div class="container">
+        <div class="row">
+            <div  class="col s12center">
+                <h5 class="center">
+                    Apache Airavata<sup>TM</sup> encourages University 
students to spend their summer break writing code and learning about open 
source development while earning money! Accepted students work with a mentor 
and become a part of the open source community. Many become lifetime open 
source developers!
+                </h5>
+            </div>
+        </div>
+        <div class="row">
+            <h5>Apply for Google Summer of Code at : <a 
href="mailto:[email protected]";>[email protected]</a></h5>
+            <div class="divider"></div>
+
+            <div  class="col s12 center">
+                <p>
+                    Checkout previous <a 
href="https://cwiki.apache.org/confluence/display/AIRAVATA/Google+Summer+of+Code";
 target="_blank">GSoC projects</a>
+                </p>
+            </div>
+        </div>
+               
+
+
+    </div>
+</div>
+

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/index.md
----------------------------------------------------------------------
diff --git a/source/index.md b/source/index.md
index 0d751e2..bc4c6b8 100644
--- a/source/index.md
+++ b/source/index.md
@@ -11,12 +11,15 @@ layout: default
         <h5 class="center white-text">
             Apache Airavata<sup>TM</sup> is a software framework that enables 
you to compose, manage, execute, and monitor large scale applications and 
workflows on distributed computing resources such as local clusters, 
supercomputers,computational grids, and computing clouds.
         </h5><br/><br/>
-        <div class="row">   
-            <div class="col s12 m2 l2 offset-m4 offset-l4">
+        <div class="row">  
+            <div class="col s12 offset-m2 offset-l2 m3 l3 center">
+                <a class="waves-effect waves-light center btn-large 
default_color" href="get-involved.html"><i class="material-icons right"></i>Get 
Involved</a>
+            </div> 
+            <div class="col s12 m2 l2 center">
                 <a class="waves-effect waves-light center btn-large 
default_color" href="learning.html"><i class="material-icons 
right"></i>Learn</a>
             </div>
-            <div class="col s12 m4 l4">
-                <a class="waves-effect waves-light center btn-large 
default_color" href="get-involved.html"><i class="material-icons right"></i>Get 
Involved</a>
+            <div class="col s12 m3 l3 center">
+                <a class="waves-effect waves-light center btn-large 
default_color" href="mailing-list.html"><i class="material-icons 
right"></i>Join Mailing List</a>
             </div>
         </div><br/>
         <!--<h1 class="text_h center header cd-headline letters type">
@@ -72,58 +75,64 @@ layout: default
     <div class="container">
         <h2 class="header center text_b">Built with Airavata </h2>
         <div  class="col s12">
-            <h4 class="center header text_h2"><span class="span_h4">Many 
scientific gateways are already using Airavata to
-                            perform computations. Get started with Airavata 
now.</span></h4>
+            <h4 class="center header text_h2"><span class="span_h4">Many 
scientific gateways are already using Airavata to perform computations. Get 
started with Airavata now.</span></h4>
             <div class="divider"></div>
-            </div>
+        </div>
         <div class="row">
-           
             <div class="col s12 m4 l4">
                 <div class="card">
                     <div class="card-image waves-effect waves-block 
waves-light">
                         <img class="activator" 
src="assets/img/Ultrascan-icon-512x512.png">
                     </div>
                     <div class="card-content">
-                        <span class="card-title activator grey-text 
text-darken-4">Ultrascan<i class="mdi-navigation-more-vert right"></i></span>
-                        <p><a href="#">Project link</a></p>
+                        <span class="card-title activator grey-text 
text-darken-4">Ultrascan
+                        <!--<i class="mdi-navigation-more-vert right"></i>-->
+                        </span>
+                        <p><a href="http://ultrascan.uthscsa.edu"; 
target="_blank">Project link</a></p>
                     </div>
+                    <!--
                     <div class="card-reveal">
                         <span class="card-title grey-text 
text-darken-4">Ultrascan<i class="mdi-navigation-close right"></i></span>
                         <p>Here is some more information about this project 
that is only revealed once clicked on.</p>
                     </div>
+                    -->
                 </div>
             </div>
-            
-            
             <div class="col s12 m4 l4">
                 <div class="card">
                     <div class="card-image waves-effect waves-block 
waves-light">
                         <img class="activator" 
src="assets/img/Seagrid-icon-512x512.png">
                     </div>
                     <div class="card-content">
-                        <span class="card-title activator grey-text 
text-darken-4">SEAGrid<i class="mdi-navigation-more-vert right"></i></span>
-                        <p><a href="#">Project link</a></p>
+                        <span class="card-title activator grey-text 
text-darken-4">SEAGrid
+                        <!--<i class="mdi-navigation-more-vert right"></i>-->
+                        </span>
+                        <p><a href="http://seagrid.org"; 
target="_blank">Project link</a></p>
                     </div>
+                    <!--
                     <div class="card-reveal">
                         <span class="card-title grey-text 
text-darken-4">SEAGrid <i class="mdi-navigation-close right"></i></span>
                         <p>Here is some more information about this project 
that is only revealed once clicked on.</p>
                     </div>
+                    -->
                 </div>
             </div>
-
             <div class="col s12 m4 l4">
                 <div class="card">
                     <div class="card-image waves-effect waves-block 
waves-light">
                         <img class="activator" 
src="assets/img/Genapp-icon-512x512.png">
                     </div>
                     <div class="card-content">
-                        <span class="card-title activator grey-text 
text-darken-4">GenApp <i class="mdi-navigation-more-vert right"></i></span>
-                        <p><a href="#">Project link</a></p>
+                        <span class="card-title activator grey-text 
text-darken-4">GenApp
+                        <!-- <i class="mdi-navigation-more-vert right"></i> 
--></span>
+                        <p><a 
href="https://cwiki.apache.org/confluence/display/AIRAVATA/GenApp"; 
target="_blank">Project link</a></p>
                     </div>
+                    <!--
                     <div class="card-reveal">
-                        <span class="card-title grey-text 
text-darken-4">Genapp <i class="mdi-navigation-close right"></i></span>
+                        <span class="card-title grey-text 
text-darken-4">Genapp<i class="mdi-navigation-close right"></i></span>
                         <p>Here is some more information about this project 
that is only revealed once clicked on.</p>
                     </div>
+                    -->
                 </div>
             </div>
 
@@ -138,7 +147,7 @@ layout: default
     <div class="row valign">
         <h3 class="center white-text"> Get Started with Airavata! Try a 
demo</h3>
         <div class="col s2 offset-s5">
-            <a class="waves-effect waves-light center btn-large 
default_color"><i class="material-icons right"></i>DEMO</a>
+            <a href="https://testdrive.airavata.org/"; target="_blank" 
class="waves-effect waves-light center btn-large default_color"><i 
class="material-icons right"></i>DEMO</a>
         </div>
     </div>
         

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/learning.md
----------------------------------------------------------------------
diff --git a/source/learning.md b/source/learning.md
index 90b0039..8b15d9e 100644
--- a/source/learning.md
+++ b/source/learning.md
@@ -1,10 +1,7 @@
 ---
 layout: page
-title: Learning
 id: learning
 ---
-
-
 <div class="row">
     <div class="col s12">
         <h1 class="center">
@@ -17,34 +14,39 @@ id: learning
 </div>
 
 <!--Resources-->
-<!--
+
 <div id="intro" class="section scrollspy">
     <div  class="col s12">
         <h2 class="center header text_h2"><span class="span_h2"> Resources  
</span></h2>
-        <h4 class="center header text_h2"><span class="span_h4"> You can start 
learning Airavata today the way it is easiest for you! </span></h4>
-         <div class="divider">
-         </div>
+        <h4 class="center header text_h2"><span class="span_h4"> Start 
learning Airavata today the way it is easiest for you! </span></h4>
     </div>
     <div class="row"  id="documentation">
         <div  class="col s12 m6">
-            <div class="card medium">
-                <div class="card-image waves-effect waves-block waves-light">
-                    <img class="activator" src="assets/img/documentation.jpg">
-                </div>
-                <div class="card-content">
-                    <span class="card-title activator grey-text 
text-darken-4">Sub Title<i class="mdi-navigation-more-vert right"></i></span>
-                    <p><a href="#">This is a link</a></p>
-                </div>
-                <div class="card-reveal">
-                    <span class="card-title grey-text text-darken-4">Card 
Title<i class="material-icons right">close</i></span>
-                    <p>Here is some more information about this product that 
is only revealed once clicked on.</p>
+
+            <a 
href="https://cwiki.apache.org/confluence/display/AIRAVATA/Apache+Airavata+Overview";
 target="_blank">
+                <div class="card medium">
+                    <div class="card-image waves-effect waves-block 
waves-light">
+                        <img class="activator" 
src="assets/img/documentation.jpg">
+                    </div>
+                    <div class="card-content">
+                        <span class="card-title activator grey-text 
text-darken-4">Open the Docs
+                        <!--<i class="mdi-navigation-more-vert right"></i>-->
+                        </span>
+                        <!--<p><a href="#">This is a link</a></p>-->
+                    </div>
+                    <!--
+                    <div class="card-reveal">
+                        <span class="card-title grey-text text-darken-4">Card 
Title<i class="material-icons right">close</i></span>
+                        <p>Here is some more information about this product 
that is only revealed once clicked on.</p>
+                    </div>
+                    -->
                 </div>
-            </div>
+            </a>
         </div>
         <div class="col s12 m6">
             <div class=" promo promo-example">
                 <h5 class="promo-caption">Documentation</h5>
-                <p class="light">Lorem ipsum dolor sit amet, consectetuer 
adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis 
natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
+                <p class="light">If you are a DIY developer, Documentation is 
ready with wiki to quickly get you started with the help of descriptions and 
tutorials. </p>
             </div>
         </div>
     </div>
@@ -52,48 +54,63 @@ id: learning
         <div class="col s12 m6">
             <div class=" promo promo-example">
                 <h5 class="promo-caption">Airavata Course</h5>
-                <p class="light">Lorem ipsum dolor sit amet, consectetuer 
adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis 
natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
+                <p class="light">Apache Airavata is also taught as a part of 
I-590 Science Gateways Group course at Indiana University, Bloomington. The 
plan of action is to teach a basic course every Fall and an Advanced course 
every Spring. </p>
             </div>
         </div>
         <div  class="col s12 m6">
-            <div class="card medium">
-                <div class="card-image waves-effect waves-block waves-light">
-                    <img class="activator" src="assets/img/course.jpg">
-                </div>
-                <div class="card-content">
-                    <span class="card-title activator grey-text 
text-darken-4">Sub Title<i class="mdi-navigation-more-vert right"></i></span>
-                    <p><a href="#">This is a link</a></p>
-                </div>
-                <div class="card-reveal">
-                    <span class="card-title grey-text text-darken-4">Sub 
Title<i class="material-icons right">close</i></span>
-                    <p>Here is some more information about this product that 
is only revealed once clicked on.</p>
+
+            <a href="http://i590-spring2016.airavata-courses.documentup.com/"; 
target="_blank">
+                <div class="card medium">
+                    <div class="card-image waves-effect waves-block 
waves-light">
+                        <img class="activator" src="assets/img/course.jpg">
+                    </div>
+                    <div class="card-content">
+                        <span class="card-title activator grey-text 
text-darken-4">View Course Syllabus
+                        <!--<i class="mdi-navigation-more-vert right"></i>-->
+                        </span>
+                        <!--<p><a href="#">This is a link</a></p>-->
+                    </div>
+                    <!--
+                    <div class="card-reveal">
+                        <span class="card-title grey-text text-darken-4">Sub 
Title<i class="material-icons right">close</i></span>
+                        <p>Here is some more information about this product 
that is only revealed once clicked on.</p>
+                    </div>
+                    -->
                 </div>
-            </div>
+            </a>
         </div>
     </div>
     <div class="row" id="tutorials">
         <div  class="col s12 m6">
+            <a 
href="https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+Quick-Start+Tutorials";
 target="_blank">
             <div class="card medium">
                 <div class="card-image waves-effect waves-block waves-light">
                     <img class="activator" src="assets/img/tutorials.jpg">
                 </div>
                 <div class="card-content">
-                    <span class="card-title activator grey-text 
text-darken-4">Card Title<i class="mdi-navigation-more-vert right"></i></span>
-                    <p><a href="#">This is a link</a></p>
+                    <span class="card-title activator grey-text 
text-darken-4">View Tutorials
+                    <!--<i class="mdi-navigation-more-vert 
right"></i>--></span>
+                    <!--<p><a href="#">This is a link</a></p>-->
                 </div>
+                <!--
                 <div class="card-reveal">
                     <span class="card-title grey-text text-darken-4">Card 
Title<i class="material-icons right">close</i></span>
                     <p>Here is some more information about this product that 
is only revealed once clicked on.</p>
                 </div>
+                -->
             </div>
+            </a>
         </div>
         <div class="col s12 m6">
             <div class=" promo promo-example">
                 <h5 class="promo-caption">Tutorials</h5>
-                <p class="light">Lorem ipsum dolor sit amet, consectetuer 
adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis 
natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
+                <p class="light">We also have a plethora of tutorials from 
quickstart to extended versions based on your current capabilities.</p>
+                <p><a 
href="https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+Quick-Start+Tutorials";
 target="_blank">Quickstart Tutorials</a></p>
+                <p><a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61335688";
 target="_blank">Extended Tutorials</a></p>
+
             </div>
         </div>
     </div>
 
 </div>
--->
+

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/logo.md
----------------------------------------------------------------------
diff --git a/source/logo.md b/source/logo.md
index e159af5..3dce1be 100644
--- a/source/logo.md
+++ b/source/logo.md
@@ -12,7 +12,7 @@ title: About Logo
         <h5 class="center white-text">
             Apache Airavata<sup>TM</sup> rebranding takes shape in hindsight 
of constant and iterative development over the years. This opensource project 
has grown into a lot bigger since its inception and we redesigned the logo 
abstracting everything but its core values and represent it in simplest form.
         </h5><br/><br/>
-        </div><br/>
+    </div><br/>
         <!--<h1 class="text_h center header cd-headline letters type">
             <span>I Love</span> 
             <span class="cd-words-wrapper waiting">
@@ -21,7 +21,6 @@ title: About Logo
                 <b>developing</b>
             </span>
         </h1>-->
-    </div>
 </div>
 
 <!--Intro and service-->
@@ -45,7 +44,6 @@ title: About Logo
             </div>
         </div>
         <div class="divider"></div>
-
         <div class="row">
             <div  class="col s12 m6 l6 center">
                 <img src="assets/img/logo-story/many-components.png"/>
@@ -56,7 +54,6 @@ title: About Logo
             </div>
         </div>
         <div class="divider"></div>
-
         <div class="row">
             <div  class="col s12 m6 l6 center">
                 <img src="assets/img/logo-story/add-cloud-services.png"/>
@@ -68,7 +65,6 @@ title: About Logo
             </div>
         </div>
         <div class="divider"></div>
-
         <div class="row">
             <div  class="col s12 m6 l6 center">
                 <img src="assets/img/logo-story/gateway.png"/>
@@ -80,7 +76,6 @@ title: About Logo
             </div>
         </div>
         <div class="divider"></div>
-
         <div class="row">
             <div  class="col s12 center">
                 <img src="assets/img/logo-story/Airavata-logo.png" 
width="100%" />
@@ -90,8 +85,6 @@ title: About Logo
             </div>
         </div>
         <div class="divider"></div>
-
-
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/mailing-list.md
----------------------------------------------------------------------
diff --git a/source/mailing-list.md b/source/mailing-list.md
new file mode 100644
index 0000000..bcbfe2e
--- /dev/null
+++ b/source/mailing-list.md
@@ -0,0 +1,127 @@
+---
+layout: page
+id: mailing-list
+title: Mailing Lists
+---
+
+<p>We welcome you to join mailing lists and let us know about your thoughts or 
ideas about Apache Airavata.</p>
+<h3 id="user-mailing-list">User Mailing List</h3>
+<p>Apache Airavata User Mailing List is where you can ask questions about 
Airavata. All the developers are subscribed to the list and you may ask 
questions on how to integrate Airavata into existing frameworks, or how to use 
Airavata out of the box. If you have a use case you are intending to use 
Airavata, please convey it to this list.</p>
+<table class="bordered">
+       <tr>
+               <td>Subscribe:</td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Post (after subscription):</td><td> <a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Unsubscribe:</td>
+               <td> <a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Archives:</td>
+               <td>
+                       <ul>
+                               <li><a 
href="http://markmail.org/search/+list:org.apache.airavata.users";>Markmail</a></li>
+                               <li><a 
href="http://mail-archives.apache.org/mod_mbox/airavata-users/";>Apache</a></li>
+                       </ul>
+               </td>
+       </tr>
+</table>
+<h3 id="developer-mailing-list">Developer Mailing List</h3>
+<p>Apache Airavata Developer Mailing List is where the community hangs out and 
discussion about Airavata development happens. This list is used to coordinate 
activities and ensure we are all pulling in the same direction.</p>
+<table class="bordered">
+       <tr>
+               <td>Subscribe: </td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Post (after subscription): </td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Unsubscribe:</td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Archives:</td>
+               <td>
+                       <ul>
+                               <li><a 
href="http://markmail.org/search/+list:org.apache.incubator.airavata-dev";>Markmail</a></li>
+                               <li><a 
href="http://mail-archives.apache.org/mod_mbox/airavata-dev/";>Apache</a></li>
+                               <li><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-airavata-dev/";>Incubator
 Archive</a> at Apache (May 2011 to Septemeber 2012)</li>
+                       </ul>
+               </td>
+       </tr>
+</table>
+
+<h3 id="architecture-mailing-list">Architecture Mailing List</h3>
+<p>Apache Airavata Architecture Mailing List is have the architecture 
discussion focused and managable for casual contributors, airavata conducts 
most of the architecture brainstorming on a architecture mailing list. This 
list is used to coordinate activities and ensure we are all pulling in the same 
direction.</p>
+<table class="bordered">
+       <tr>
+               <td>Subscribe: </td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Post (after subscription):</td>
+               <td> <a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Unsubscribe: </td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Archives:</td>
+               <td>
+                       <ul><li><a 
href="http://markmail.org/search/+list:org.apache.airavata.architecture";>Markmail</a></li>
+                       <li><a 
href="http://mail-archives.apache.org/mod_mbox/airavata-architecture/";>Apache</a></li></ul>
+               </td>
+       </tr>
+</table>
+
+<h3 id="issues-mailing-list">Issues Mailing List</h3>
+<p>To keep the dev list traffic down from JIRA issues, comments, GitHUB Pull 
Requests and comments, these are sent to the Apache Airavata Issues Mailing 
List. Developers are encouraged to subscribe to this list to follow all 
development roadmaps and code reviews. </p>
+<table class="bordered">
+       <tr>
+               <td>Subscribe: </td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Unsubscribe: </td>
+               <td><a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Archives:</td>
+               <td>
+                       <ul>
+                               <li><a 
href="http://markmail.org/search/+list:org.apache.airavata.issues";>Markmail</a></li>
+                               <li><a 
href="http://mail-archives.apache.org/mod_mbox/airavata-issues/";>Apache</a></li>
+                       </ul>
+               </td>
+       </tr>
+</table>
+<p>Note: This is a notification only mailing list and all queries have to 
directed to user/dev/architecture lists as appropriate. </p>
+<h3 id="commit-mailing-list">Commit Mailing List</h3>
+<p>Apache Airavata Commit Mailing List is where the community receives 
automated notifications of any changes to the airavata code and 
documentation.</p>
+<table class="bordered">
+       <tr>
+               <td>Subscribe:</td>
+               <td> <a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Unsubscribe:</td>
+               <td> <a 
href="mailto:[email protected]";>[email protected]</a></td>
+       </tr>
+       <tr>
+               <td>Archives:</td>
+               <td>
+                       <ul>
+                               <li><a 
href="http://markmail.org/search/+list:org.apache.incubator.airavata-commits";>Markmail</a></li>
+                               <li><a 
href="http://mail-archives.apache.org/mod_mbox/airavata-commits/";>Apache</a></li>
+                               <li><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-airavata-commits";>Incubator
 Archive</a> at Apache (May 2011 to Septemeber 2012)</li>
+                       </ul>
+               </td>
+       </tr>
+</table>
+<p>Note: This is a notification only mailing list and all queries have to 
directed to user/dev/architecture lists as appropriate. </p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/ab9efba1/source/submit-patch.md
----------------------------------------------------------------------
diff --git a/source/submit-patch.md b/source/submit-patch.md
new file mode 100644
index 0000000..6f0ec89
--- /dev/null
+++ b/source/submit-patch.md
@@ -0,0 +1,22 @@
+---
+layout: page
+id: submit-patch
+title: Submit Patch
+---
+
+<ul>
+<li>Identify an issue or documentation that you want to fix or improve</li>
+<li>Search <a href="https://issues.apache.org/jira/browse/airavata";>JIRA</a> 
and the mailing list to see if it’s already been discussed</li>
+<li>If it’s a bug or a feature request, open a JIRA issue</li>
+<li>Create a sample that you can use for prototyping the feature or 
demonstrating the bug. If creating a sample is time consuming, write steps to 
reproduce the issue.</li>
+<li>Attach this sample to the JIRA issue if it’s representing a bug 
report.</li>
+<li>Setup a svn client in your system.</li>
+<li><a href="source.html">Checkout</a> the source code.</li>
+<li>Make your changes</li>
+<li>Create the patch:<ul>
+<li>svn add any_files_you_added</li>
+<li>svn diff &gt; /tmp/fix-AIRAVATA-NNNN.patch</li>
+</ul>
+</li>
+<li>Attach that file (/tmp/fix-AIRAVATA-NNNN.patch) to the JIRA</li>
+</ul>
\ No newline at end of file

Reply via email to