On Dec 14, 2011, at 2:47 PM, [email protected] wrote: ACK.
-- Michal > From: marios <[email protected]> > > > Signed-off-by: marios <[email protected]> > --- > site/README | 4 ++-- > site/content/contact.mdown | 2 +- > site/content/developers.mdown | 4 ++-- > site/layouts/default.txt | 18 +++++++----------- > site/output/api.html | 18 +++++++----------- > site/output/client-ruby.html | 18 +++++++----------- > site/output/contact.html | 20 ++++++++------------ > site/output/dcloud-demo.html | 18 +++++++----------- > site/output/dcloud.html | 18 +++++++----------- > site/output/developers.html | 22 +++++++++------------- > site/output/documentation.html | 18 +++++++----------- > site/output/download.html | 18 +++++++----------- > site/output/drivers.html | 18 +++++++----------- > site/output/index.html | 18 +++++++----------- > site/output/libdeltacloud.html | 18 +++++++----------- > site/output/roadmap.html | 18 +++++++----------- > 16 files changed, 99 insertions(+), 151 deletions(-) > > diff --git a/site/README b/site/README > index 557388a..3b330bc 100644 > --- a/site/README > +++ b/site/README > @@ -51,13 +51,13 @@ After you are finished with your changes, check them into > subversion > > Then, log on to people.apache.org and > > - cd /www/incubator.apache.org/deltacloud/ > + cd /www/deltacloud.apache.org > svn update > > It will take some time for the mirroring process to pick up your changes, > but they should eventually show up at > > - http://incubator.apache.org/deltacloud/index.html > + http://deltacloud.apache.org/ > > Note that the API docs for the Ruby client in output/ruby-client/doc are > not automatically generated. If they need to be updated, they need to be > diff --git a/site/content/contact.mdown b/site/content/contact.mdown > index 17a97ec..1adf593 100644 > --- a/site/content/contact.mdown > +++ b/site/content/contact.mdown > @@ -9,7 +9,7 @@ Contact us! > > We'd love to hear about your experiences with Deltacloud: > > -* > [[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-deltacloud-dev/) > +* > [[email protected]](http://mail-archives.apache.org/mod_mbox/deltacloud-dev/) > is our mailing list where you can ask questions or see all the latest > patches and development activity > at the bleeding edge of the project, > * The [#deltacloud](http://webchat.freenode.net/) irc channel on Freenode is > where > diff --git a/site/content/developers.mdown b/site/content/developers.mdown > index 9da2c2c..f2a7270 100644 > --- a/site/content/developers.mdown > +++ b/site/content/developers.mdown > @@ -43,7 +43,7 @@ It also includes a ruby client library and a commandline > interface. > > The Deltacloud repository is hosted at the Apache Software Foundation. > Apache uses ***subversion*** and you can find the Deltacloud subversion > repository > -at <https://svn.apache.org/repos/asf/incubator/deltacloud>. > +at <https://svn.apache.org/repos/asf/deltacloud>. > > However many of the Deltacloud developers use the > [git version control system](http://git-scm.com/download) and the Deltacloud > @@ -258,7 +258,7 @@ list for review by other developers in the community: > $ git format-patch -o /path/to/where/you/keep/patches/ trunk > > $ git send-email --compose --subject 'some subject' > - --thread /path/to/where/you/keep/patches/* --to > [email protected] > + --thread /path/to/where/you/keep/patches/* --to > [email protected] > > Your patches will be reviewed by other members of the community. The general > rule used > is that a patch will be committed to the repo if it receives at least one > **ACK** and no > diff --git a/site/layouts/default.txt b/site/layouts/default.txt > index 5a7f432..4653fcf 100644 > --- a/site/layouts/default.txt > +++ b/site/layouts/default.txt > @@ -54,15 +54,11 @@ filter: haml > #footer-deltacloud > .container > %p > - %a{ :href => "http://incubator.apache.org" } > - %img{ :alt => "Apache Incubator Logo", :src => > "http://incubator.apache.org/images/apache-incubator-logo.png" } > + %a{ :href => "http://www.apache.org" } > + %img{ :alt => "Apache Software Foundation Logo", :src => > "http://www.apache.org/images/asf_logo_wide.png" } > %p#disclaimer > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > diff --git a/site/output/api.html b/site/output/api.html > index e2e3add..a5fa138 100644 > --- a/site/output/api.html > +++ b/site/output/api.html > @@ -2074,20 +2074,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/client-ruby.html b/site/output/client-ruby.html > index 63f7aa8..9abbd61 100644 > --- a/site/output/client-ruby.html > +++ b/site/output/client-ruby.html > @@ -227,20 +227,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/contact.html b/site/output/contact.html > index 8c6c463..f12ad8f 100644 > --- a/site/output/contact.html > +++ b/site/output/contact.html > @@ -50,7 +50,7 @@ > <p>We'd love to hear about your experiences with Deltacloud:</p> > > <ul> > - <li><a > href="http://mail-archives.apache.org/mod_mbox/incubator-deltacloud-dev/">[email protected]</a> > + <li><a > href="http://mail-archives.apache.org/mod_mbox/deltacloud-dev/">[email protected]</a> > is our mailing list where you can ask questions or see all the latest > patches and development activity > at the bleeding edge of the project,</li> > <li>The <a href="http://webchat.freenode.net/">#deltacloud</a> irc > channel on Freenode is where > @@ -75,20 +75,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/dcloud-demo.html b/site/output/dcloud-demo.html > index f89fe5a..0ee7f18 100644 > --- a/site/output/dcloud-demo.html > +++ b/site/output/dcloud-demo.html > @@ -102,20 +102,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/dcloud.html b/site/output/dcloud.html > index d2686c8..15f055a 100644 > --- a/site/output/dcloud.html > +++ b/site/output/dcloud.html > @@ -104,20 +104,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/developers.html b/site/output/developers.html > index e859731..ea5bcf7 100644 > --- a/site/output/developers.html > +++ b/site/output/developers.html > @@ -123,7 +123,7 @@ > > <p>The Deltacloud repository is hosted at the Apache Software > Foundation. > Apache uses <strong><em>subversion</em></strong> and you can find the > Deltacloud subversion repository > - at <a > href="https://svn.apache.org/repos/asf/incubator/deltacloud">https://svn.apache.org/repos/asf/incubator/deltacloud</a>.</p> > + at <a > href="https://svn.apache.org/repos/asf/deltacloud">https://svn.apache.org/repos/asf/deltacloud</a>.</p> > > <p>However many of the Deltacloud developers use the > <a href="http://git-scm.com/download">git version control system</a> > and the Deltacloud > @@ -290,7 +290,7 @@ > <p>Now you are ready to make patches against trunk and send them to > the Deltacloud mailing > list for review by other developers in the community:</p> > > - <pre><code>$ git format-patch -o /path/to/where/you/keep/patches/ > trunk

$ git send-email --compose --subject 'some > subject'
 --thread /path/to/where/you/keep/patches/* --to > [email protected]
</code></pre> > + <pre><code>$ git format-patch -o /path/to/where/you/keep/patches/ > trunk

$ git send-email --compose --subject 'some > subject'
 --thread /path/to/where/you/keep/patches/* --to > [email protected]
</code></pre> > > <p>Your patches will be reviewed by other members of the community. > The general rule used > is that a patch will be committed to the repo if it receives at least > one <strong>ACK</strong> and no > @@ -550,20 +550,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/documentation.html b/site/output/documentation.html > index 87ab130..e8f1606 100644 > --- a/site/output/documentation.html > +++ b/site/output/documentation.html > @@ -541,20 +541,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/download.html b/site/output/download.html > index db09c61..626803c 100644 > --- a/site/output/download.html > +++ b/site/output/download.html > @@ -163,20 +163,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/drivers.html b/site/output/drivers.html > index af1e931..77502fa 100644 > --- a/site/output/drivers.html > +++ b/site/output/drivers.html > @@ -760,20 +760,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/index.html b/site/output/index.html > index a19151b..fda0500 100644 > --- a/site/output/index.html > +++ b/site/output/index.html > @@ -404,20 +404,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/libdeltacloud.html b/site/output/libdeltacloud.html > index 3ce4c62..e7afe44 100644 > --- a/site/output/libdeltacloud.html > +++ b/site/output/libdeltacloud.html > @@ -90,20 +90,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > diff --git a/site/output/roadmap.html b/site/output/roadmap.html > index 579ae46..921dec8 100644 > --- a/site/output/roadmap.html > +++ b/site/output/roadmap.html > @@ -205,20 +205,16 @@ > <div id='footer-deltacloud'> > <div class='container'> > <p> > - <a href='http://incubator.apache.org'> > - <img alt='Apache Incubator Logo' > src='http://incubator.apache.org/images/apache-incubator-logo.png' /> > + <a href='http://www.apache.org'> > + <img alt='Apache Software Foundation Logo' > src='http://www.apache.org/images/asf_logo_wide.png' /> > </a> > </p> > <p id='disclaimer'> > - Apache Deltacloud is an effort undergoing incubation at The > - Apache Software Foundation (ASF), sponsored by the Apache > - Incubator PMC. Incubation is required of all newly accepted > - projects until a further review indicates that the > - infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF > - projects. While incubation status is not necessarily a reflection > - of the completeness or stability of the code, it does indicate > - that the project has yet to be fully endorsed by the ASF. > + Apache Deltacloud is a top-level project at the Apache > + Software Foundation, having graduated from the ASF Incubator > + in October 2011. Through a collaborative and meritocratic > + development process, Apache projects deliver enterprise-grade, > + freely available software products that attract large communities > of users. > </p> > </div> > </div> > -- > 1.7.6.4 >
