You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2011/06/26 18:59:26 UTC

svn commit: r791626 - in /websites/staging/airavata/trunk/content/airavata: docs/ docs/governance/ images/

Author: buildbot
Date: Sun Jun 26 16:59:26 2011
New Revision: 791626

Log:
Staging update by buildbot

Added:
    websites/staging/airavata/trunk/content/airavata/docs/
    websites/staging/airavata/trunk/content/airavata/docs/edit-cms-website.html
    websites/staging/airavata/trunk/content/airavata/docs/governance/
    websites/staging/airavata/trunk/content/airavata/docs/governance/consensusBuilding.html
    websites/staging/airavata/trunk/content/airavata/docs/governance/lazyConsensus.html
    websites/staging/airavata/trunk/content/airavata/docs/governance/voting.html
    websites/staging/airavata/trunk/content/airavata/images/airavata-logo.png   (with props)
    websites/staging/airavata/trunk/content/airavata/images/airavata-text.png   (with props)

Added: websites/staging/airavata/trunk/content/airavata/docs/edit-cms-website.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/docs/edit-cms-website.html (added)
+++ websites/staging/airavata/trunk/content/airavata/docs/edit-cms-website.html Sun Jun 26 16:59:26 2011
@@ -0,0 +1,162 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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 regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
+  <title>How to edit the Aiaravata website</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache airavata (Incubating)" src="/airavata/images/airavata-logo.png"/>
+    <div id="bannertext">
+      <img id="logo-text"  alt="Apache airavata (Incubating)" src="/airavata/images/airavata-text.png" />
+      </div><br />
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="index.html">About</a></li>
+<li><a href="http://incubator.apache.org/projects/airavata.html">Incubator page</a></li>
+<li><a href="license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="get-involved.html">Get Involved</a></li>
+<li><a href="mailing-lists.html">Mailing Lists</a></li>
+<li><a href="people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="source.html">Source Code</a></li>
+<li><a href="https://issues.apache.org/jira/browse/airavata">Issue Tracker</a></li>
+<li><a href="docs/edit-cms-website.html">Editing Website</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/airavata/images/apache-incubator-logo.png"/>
+    </a>
+  </div>
+
+  <div id="content">
+    <h1 class="title">How to edit the Aiaravata website</h1>
+    <p>This HowTo documentation will show the needed steps to edit the Airavata
+website. This includes creation of new pages, modification, and deletion - for files
+and sub-directories.</p>
+<h2 id="how_it_works_in_general">How it works in general</h2>
+<p>The website is hosted in a Content Management System (CMS). You will not edit the
+HTML pages directly. The actual edit is splittup in 2 parts:</p>
+<ol>
+<li>
+<p>First you edit the content which is provided as <a href="http://en.wikipedia.org/wiki/Markdown">Markdown text</a> (mdtext).
+    This will be committed into the staging section (see the SVN commit mail with
+    your log message) and automatically build HTML files out of the the mdtext files
+    (see the commit mail with "Staging update by buildbot" as log messge).</p>
+</li>
+<li>
+<p>Second you need to publish the staging part to the production section (see the
+    commit mail with "Publishing merge to openofficeorg site by <your Apache ID>"
+    as log message).</p>
+</li>
+</ol>
+<h2 id="what_do_you_prefer_working_via_commandline_or_in_the_browser">What do you prefer: Working via commandline or in the browser?</h2>
+<h3 id="via_commandline">Via commandline</h3>
+<p>It is assumed that you have already checked out the code from the SVN repository
+(https://svn.apache.org/repos/asf/incubator/airavata/site).</p>
+<p>Edit the file via your favorite editor like vi and finally commit via SVN:</p>
+<div class="codehilite"><pre><span class="n">vi</span> <span class="n">myfile</span><span class="o">.</span><span class="n">mdtext</span>
+<span class="n">svn</span> <span class="n">ci</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;My log message&quot;</span> <span class="n">myfile</span><span class="o">.</span><span class="n">mdtext</span>
+</pre></div>
+
+
+<p>Now wait a few seconds so that the entire website can be rebuilt. Then:</p>
+<div class="codehilite"><pre><span class="n">curl</span> <span class="o">-</span><span class="n">sL</span> <span class="n">http:</span><span class="sr">//s</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">cms</span><span class="o">-</span><span class="n">cli</span> <span class="o">|</span> <span class="n">perl</span>
+</pre></div>
+
+
+<p>If this does not work on your local machine just do it on "people.apache.org" by
+executing this:</p>
+<div class="codehilite"><pre><span class="n">ssh</span> <span class="o">-</span><span class="n">t</span> <span class="sr">&lt;user&gt;</span><span class="nv">@people</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span> <span class="n">publish</span><span class="o">.</span><span class="n">pl</span> <span class="n">airavata</span> <span class="o">&lt;</span><span class="n">your</span> <span class="n">Apache</span> <span class="n">ID</span><span class="o">&gt;</span>
+</pre></div>
+
+
+<h3 id="editing_in_the_browser">Editing in the browser</h3>
+<h4 id="prerequisites">Prerequisites</h4>
+<h5 id="browser_bookmark">Browser bookmark</h5>
+<p>Normally you see the webpage in your browser. To update this page with an
+inline-editor and little preview you need to add a link as bookmark to your browser
+(more information see <a href="https://cms.apache.org/#bookmark">here</a>).</p>
+<p><a href="javascript:void(location.href=&apos;https://cms.apache.org/redirect?uri=&apos;+escape(location.href))">Add this link as bookmark</a></p>
+<h5 id="apache_id">Apache ID</h5>
+<p>Furthermore, you need an Apache ID to authenticate to the system.</p>
+<h4 id="starting">Starting</h4>
+<p>Browse to the respective webpage or directory you would like to edit and click on
+the bookmark. Now click on the [Edit this directory] link on the top. The following
+is displayed as content from the CMS.</p>
+<h4 id="edit_an_existing_webpage">Edit an existing webpage</h4>
+<p>Click on the actions link [Edit] in the appropriate table cell for editing the
+favorite file. If the file is not in this directory but in a subdir, just click on
+the directory name (e.g., "docs/") to enter this directory.</p>
+<p>Now you should see a new webpage with a 4 fields:</p>
+<ol>
+<li>Upper left is the inline editor for text in markdown syntax.</li>
+<li>Upper right shows the written text as a permanent preview or as HTML source code.</li>
+<li>Below the editor you can enter a log message.</li>
+<li>Enter a general header text, e.g., the license of the entered text.</li>
+</ol>
+<p>When you have finished writing your text, check the "Log message" box, enter a
+commit message and click on [Submit].</p>
+<h4 id="create_a_new_webpage">Create a new webpage</h4>
+<p>When in the correct directory, at the top enter a name for the new text file (e.g.,
+"my-file.mdtext"). Now you enter your text (see topic above).</p>
+<h4 id="create_new_subdirectory">Create new subdirectory</h4>
+<p>When in the correct directory, at the top enter a name for the new directory (e.g.,
+"my-dir/"). Make sure you entered a trailing "/"!</p>
+<h4 id="delete_a_webpage_or_subdirectory">Delete a webpage or subdirectory</h4>
+<p>When in the corrext directory, click on the actions link [Delete] in the appropriate
+table cell and enter a commit message. Finally click on [Submit].</p>
+<h4 id="how_to_put_into_production">How to put into production?</h4>
+<p>After you have edited your files and/or directories, you need now to pubish your
+modifications into production. For this please click on the link
+[Publish site] on the top of th webpage. Enter a commit message on click on [Submit].</p>
+<h3 id="links">Links</h3>
+<p><a href="http://www.apache.org/dev/cmsref.html">CMS Documentation Reference</a></p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 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 logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/airavata/trunk/content/airavata/docs/governance/consensusBuilding.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/docs/governance/consensusBuilding.html (added)
+++ websites/staging/airavata/trunk/content/airavata/docs/governance/consensusBuilding.html Sun Jun 26 16:59:26 2011
@@ -0,0 +1,118 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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 regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
+  <title>Consensus Building</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache airavata (Incubating)" src="/airavata/images/airavata-logo.png"/>
+    <div id="bannertext">
+      <img id="logo-text"  alt="Apache airavata (Incubating)" src="/airavata/images/airavata-text.png" />
+      </div><br />
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="index.html">About</a></li>
+<li><a href="http://incubator.apache.org/projects/airavata.html">Incubator page</a></li>
+<li><a href="license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="get-involved.html">Get Involved</a></li>
+<li><a href="mailing-lists.html">Mailing Lists</a></li>
+<li><a href="people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="source.html">Source Code</a></li>
+<li><a href="https://issues.apache.org/jira/browse/airavata">Issue Tracker</a></li>
+<li><a href="docs/edit-cms-website.html">Editing Website</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/airavata/images/apache-incubator-logo.png"/>
+    </a>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Consensus Building</h1>
+    <p>In some cases there is no obvious path to take, or you might be a new community, 
+or a new member of an existing community. In these cases people will often 
+need to build consensus by making proposals and eliciting responses.</p>
+<p>We want to avoid unnecessary discussion and the creation of significant
+amounts of unnecessary mail that everyone in the community needs to read. 
+That is not to say that we want to avoid constructive discussion. This is 
+the lifeblood of a successful project. However, many ASF projects adopt a 
+shorthand notation for showing support, or otherwise, for a proposal.</p>
+<h2 id="expressing_support_or_otherwise">Expressing support (or otherwise)</h2>
+<p>The notation used is "+1", "-1" and "0". It's also common to see "+0" and "-0".</p>
+<p>So, what do these notations mean?</p>
+<ul>
+<li>+1 means "I agree with this and will help make it happen"</li>
+<li>+0 means "I agree with this but probably won't make it happen, so my 
+opinion is not that important"</li>
+<li>-0 means "I don't agree with this, but I'm offering no alternative so 
+my opinion is not that important"</li>
+<li>-1 means "I don't agree and I am offering an alternative that I am able 
+to help implement"</li>
+</ul>
+<p>Many people will use fractions to indicate the strength of their feelings,
+ e.g. "+0.5". Some will even indicate this is a "no brainer" with something 
+like "+1000".</p>
+<p>The important thing is that this is not an exact science. It's just a shorthand 
+way of communicating strength of feeling.</p>
+<h2 id="consensus_building_is_not_voting">Consensus Building is Not Voting</h2>
+<p>The confusing thing about this notation is that it is the same notation
+used in a formal vote. Knowing when something is a vote and when it is a 
+preference is important. It's easy to tell though, if the subject does not have 
+"[Vote]" at the start then it's just an opinion. We try not to call votes,
+consensus building is much more inclusive.</p>
+<p>The reasons for this notation being common is 
+that when someone wants to summarise a discussion thread they can mentally 
+add up the strength of feeling of the community and decide if there is consensus
+or not.</p>
+<p>Once there is a clear consensus members of the community can proceed with 
+the work under the <a href="/airavata/docs/governance/lazyConsensus.html">lazy consensus</a> model.</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 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 logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/airavata/trunk/content/airavata/docs/governance/lazyConsensus.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/docs/governance/lazyConsensus.html (added)
+++ websites/staging/airavata/trunk/content/airavata/docs/governance/lazyConsensus.html Sun Jun 26 16:59:26 2011
@@ -0,0 +1,122 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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 regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
+  <title>Lazy Consensus</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache airavata (Incubating)" src="/airavata/images/airavata-logo.png"/>
+    <div id="bannertext">
+      <img id="logo-text"  alt="Apache airavata (Incubating)" src="/airavata/images/airavata-text.png" />
+      </div><br />
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="index.html">About</a></li>
+<li><a href="http://incubator.apache.org/projects/airavata.html">Incubator page</a></li>
+<li><a href="license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="get-involved.html">Get Involved</a></li>
+<li><a href="mailing-lists.html">Mailing Lists</a></li>
+<li><a href="people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="source.html">Source Code</a></li>
+<li><a href="https://issues.apache.org/jira/browse/airavata">Issue Tracker</a></li>
+<li><a href="docs/edit-cms-website.html">Editing Website</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/airavata/images/apache-incubator-logo.png"/>
+    </a>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Lazy Consensus</h1>
+    <p>The concept of "Lazy Consensus" is very important in our project. Lazy
+Consensus means that when you are convinced that you know what the community
+would like to see happen you can simply assume that you already have consensus
+and get on with the work. You don't have to insist people discuss and/or
+approve your plan, and you certainly don't need to call a vote to get approval.
+You just assume you have the community's support unless someone says otherwise.</p>
+<p>We have a time machine (Subversion), this means that as long as you commit 
+(or submit patches) early and often the community has plenty of opportunity 
+to indicate disapproval. If you believe the community will support your action
+you can operate on lazy consensus as long as you are prepared to roll back 
+any work should a valid objection is raised.</p>
+<h2 id="avoiding_unnecessary_discussion">Avoiding Unnecessary Discussion</h2>
+<p>The key thing about lazy consensus is that it's easier for people to agree,
+by doing nothing, than it is to object, which requires an
+alternative to be proposed. This has two effects, firstly people are less 
+likely to object for the sake of it and secondly it cuts down on the amount 
+of unnecessary mail traffic and discussion.</p>
+<p>Lazy consensus means we can avoid waiting for a community based decision 
+before proceeding. However, it does require everyone who cares for the health
+of the project to watch what is happening, as it is happening. Objecting too 
+far down the road will cause upset, but objecting (or asking for clarification 
+of intent) early is likely to be greeted with relief that someone is watching
+and cares.</p>
+<h2 id="stating_lazy_consensus">Stating Lazy Consensus</h2>
+<p>Sometimes a member of the community will believe a specific action is the correct 
+one for the community but are not sure enough to proceed with the work under the 
+lazy consensus model. In these circumstances they can state Lazy Consensus is in 
+operation.</p>
+<p>What this means is that they make a proposal and state that they will start 
+implementing it in 72 hours unless someone objects. 72 hours is chosen because
+it accounts for different timezones and non-apache commitments.</p>
+<p>In this approach the original proposal is not insisting that there is a discussion
+around their proposal, nor are they requesting that the community explicitly 
+supports their actions. However, this differs from assuming lazy consensus 
+since it allows space and time to <a href="/openofficeorg/docs/governance/consensusBuilding.html">express support or objections</a> and corrections to 
+the proposal before work begins. </p>
+<h2 id="silence_is_consent">Silence is consent</h2>
+<p>People may choose to indicate their support for the actions taken with a +1 
+mail - quick and easy to read and reassuring for the implementer. However, 
+remember, in a lazy consensus world silence is the equivalent to support. This
+can take some time to get used to.</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 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 logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/airavata/trunk/content/airavata/docs/governance/voting.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/docs/governance/voting.html (added)
+++ websites/staging/airavata/trunk/content/airavata/docs/governance/voting.html Sun Jun 26 16:59:26 2011
@@ -0,0 +1,162 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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 regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
+  <title>Voting</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache airavata (Incubating)" src="/airavata/images/airavata-logo.png"/>
+    <div id="bannertext">
+      <img id="logo-text"  alt="Apache airavata (Incubating)" src="/airavata/images/airavata-text.png" />
+      </div><br />
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="index.html">About</a></li>
+<li><a href="http://incubator.apache.org/projects/airavata.html">Incubator page</a></li>
+<li><a href="license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="get-involved.html">Get Involved</a></li>
+<li><a href="mailing-lists.html">Mailing Lists</a></li>
+<li><a href="people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="source.html">Source Code</a></li>
+<li><a href="https://issues.apache.org/jira/browse/airavata">Issue Tracker</a></li>
+<li><a href="docs/edit-cms-website.html">Editing Website</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/airavata/images/apache-incubator-logo.png"/>
+    </a>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Voting</h1>
+    <p>Occasionally a "feel" for consensus is not enough. Sometimes we need to have a
+measurable consensus. For example, when voting in new committers or to approve a
+release. </p>
+<h2 id="preparing_for_a_vote">Preparing for a Vote</h2>
+<p>Before calling a vote it is important to ensure that the community is given time to
+discuss the upcoming vote. This will be done by posting an email to the list
+indicating the intention to call a vote and the options available. By the time a
+vote is called there should already be <a href="http://incubator.apache.org/openofficeorg/docs/governance/consensusBuilding.html">consensus in the community</a>. The vote 
+itself is, normally, a formality.</p>
+<h2 id="calling_a_vote">Calling a Vote</h2>
+<p>Once it is time to call the vote a mail is posted with a subject starting with
+"[VOTE]". This enables the community members to ensure they do not miss an important
+vote thread. It also indicates that this is not consensus building but a formal
+vote. The initiator is responsible for the vote. That means also to count the votes
+and present the results. Everyone has 1 vote.</p>
+<h3 id="casting_your_vote">Casting Your Vote</h3>
+<p>The notation used in voting is:</p>
+<p>+1 (means I vote positive)
+   You can say why you vote positive but it's not a must-have.</p>
+<p>0 (means I have no strong opinion, aka abstention)</p>
+<p>-1 (means I vote negative because of the following reason)
+   Yes, you must support your objection and provide an alternative course of action
+   that you are willing and able to implement (where appropriate).</p>
+<h4 id="example_for_a_vote_mail">Example for a vote mail:</h4>
+<div class="codehilite"><pre><span class="err">Address:</span> <span class="kd">private</span><span class="err">@</span>
+<span class="err">Subject:</span> <span class="err">[VOTE]</span> <span class="err">John</span> <span class="err">Doe</span> <span class="err">should</span> <span class="err">become</span> <span class="err">a</span> <span class="err">regular</span> <span class="err">committer</span>
+
+<span class="err">Text:</span>
+<span class="err">&quot;I</span> <span class="err">would</span> <span class="err">like</span> <span class="err">to</span> <span class="err">propose</span> <span class="err">to</span> <span class="err">vote</span> <span class="err">in</span> <span class="err">John</span> <span class="err">Doe</span> <span class="err">as</span> <span class="err">committer.</span> <span class="err">John</span> <span class="err">has</span> <span class="err">showed</span> <span class="err">in</span>
+<span class="err">the</span> <span class="err">last</span> <span class="err">months</span> <span class="err">that</span> <span class="err">he</span> <span class="err">has</span> <span class="err">the</span> <span class="err">skills</span> <span class="err">and</span> <span class="err">oversight</span> <span class="err">for</span> <span class="err">improving</span> <span class="err">things</span> <span class="err">(think</span>
+<span class="err">about</span> <span class="err">the</span> <span class="err">last</span> <span class="err">UI</span> <span class="err">change</span> <span class="err">of</span> <span class="err">the</span> <span class="err">&quot;Find&quot;</span> <span class="err">dialog).&quot;</span>
+
+<span class="err">+1</span> <span class="err">(means</span> <span class="err">I</span> <span class="err">vote</span> <span class="err">for</span> <span class="err">John)</span>
+ <span class="err">0</span> <span class="err">(means</span> <span class="err">I&#39;m</span> <span class="err">not</span> <span class="err">for</span> <span class="err">John</span> <span class="err">but</span> <span class="err">also</span> <span class="err">not</span> <span class="err">against</span> <span class="err">to</span> <span class="err">vote</span> <span class="err">him</span> <span class="err">in)</span>
+<span class="err">-1</span> <span class="err">(means</span> <span class="err">I&#39;m</span> <span class="err">not</span> <span class="err">for</span> <span class="err">John</span> <span class="err">because</span> <span class="err">of</span> <span class="err">the</span> <span class="err">following</span> <span class="err">reason(s):</span>
+
+<span class="err">Voting</span> <span class="err">time</span> <span class="err">frame</span> <span class="err">is</span> <span class="err">finished</span> <span class="err">72</span> <span class="err">hours</span> <span class="err">from</span> <span class="err">now</span> <span class="err">until</span> <span class="err">June</span> <span class="err">30,</span> <span class="err">12:00</span> <span class="err">PM</span> <span class="err">UTC.</span>
+</pre></div>
+
+
+<h4 id="example_for_a_reply_mail">Example for a reply mail:</h4>
+<div class="codehilite"><pre><span class="n">Text:</span>
+<span class="o">+</span><span class="mi">1</span>
+
+<span class="n">I</span> <span class="n">like</span> <span class="n">his</span> <span class="n">work</span> <span class="ow">and</span> <span class="n">want</span> <span class="n">him</span> <span class="n">to</span> <span class="n">stay</span> <span class="ow">and</span> <span class="n">to</span> <span class="n">go</span> <span class="n">on</span> <span class="n">with</span> <span class="n">his</span> <span class="n">good</span> <span class="n">improvements</span><span class="o">.</span>
+</pre></div>
+
+
+<h4 id="example_for_a_result_mail">Example for a result mail:</h4>
+<div class="codehilite"><pre><span class="n">Subject:</span> <span class="p">[</span><span class="n">VOTE</span><span class="p">][</span><span class="n">RESULTS</span><span class="p">]</span> <span class="n">John</span> <span class="n">Doe</span> <span class="n">should</span> <span class="n">become</span> <span class="n">a</span> <span class="n">regular</span> <span class="n">committer</span>
+
+<span class="n">Text:</span>
+<span class="n">Vote</span> <span class="n">started</span> <span class="n">Thu</span><span class="p">,</span> <span class="n">Jun</span> <span class="mi">27</span><span class="p">,</span> <span class="mi">2011</span> <span class="n">at</span> <span class="mi">12</span><span class="p">:</span><span class="mo">00</span> <span class="n">PM</span> <span class="n">UTC</span><span class="p">,</span> <span class="n">voting</span> <span class="n">is</span> <span class="n">now</span> <span class="n">closed</span><span class="o">.</span>
+
+<span class="n">Voting</span> <span class="n">results:</span>
+
+<span class="o">---</span> <span class="n">Numbers</span> <span class="o">---</span>
+
+<span class="o">+</span><span class="mi">1</span><span class="p">:</span> <span class="mi">12</span>
+ <span class="mi">0</span><span class="p">:</span> <span class="mi">0</span>
+<span class="o">-</span><span class="mi">1</span><span class="p">:</span> <span class="mi">0</span>
+
+<span class="o">---</span> <span class="n">Details</span> <span class="o">---</span>
+
+<span class="o">+</span><span class="mi">1</span> <span class="n">John</span> <span class="n">Low</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Marc</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">David</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Robert</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Steve</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Chris</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Stefan</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Andrew</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Dennis</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Karl</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Simon</span>
+<span class="o">+</span><span class="mi">1</span> <span class="n">Greg</span>
+</pre></div>
+
+
+<p><a href="http://incubator.apache.org/rave/docs/governance/voting.html">See here for more information</a> <br>
+<a href="http://community.apache.org/newcommitter.html">See here for more mail templates</a></p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 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 logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/airavata/trunk/content/airavata/images/airavata-logo.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/airavata/trunk/content/airavata/images/airavata-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/staging/airavata/trunk/content/airavata/images/airavata-text.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/airavata/trunk/content/airavata/images/airavata-text.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream