You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/08/26 17:40:18 UTC

[07/36] usergrid git commit: Cherry pick: Update website to remove reference to incubator.

http://git-wip-us.apache.org/repos/asf/usergrid/blob/d0f10bcf/content/docs/user-management/messagee-example.html
----------------------------------------------------------------------
diff --git a/content/docs/user-management/messagee-example.html b/content/docs/user-management/messagee-example.html
index fa24fbd..68da004 100644
--- a/content/docs/user-management/messagee-example.html
+++ b/content/docs/user-management/messagee-example.html
@@ -386,7 +386,7 @@ message board.</p>
 <div class="section" id="ios-sdk">
 <h2>iOS SDK<a class="headerlink" href="#ios-sdk" title="Permalink to this headline">ΒΆ</a></h2>
 <p>If you want to write iOS applications that connect to Usergrid,
-<a class="reference external" href="https://github.com/apache/incubator-usergrid/tree/master/sdks/ios">download the Usergrid iOS
+<a class="reference external" href="https://github.com/apache/usergrid/tree/master/sdks/ios">download the Usergrid iOS
 SDK</a>.</p>
 <p><strong>Note</strong>: The Messagee iOS application uses RestKit, a popular REST
 framework for iOS, to communicate with Usergrid. Because Usergrid use a
@@ -400,7 +400,7 @@ RestKit or some other framework in your project.</p>
 <p>Messagee is available as a sample Android app that acts as a Usergrid
 client. The source for the Android version is packaged with the Usergrid
 Android SDK in the /samples/messagee directory.</p>
-<p><a class="reference external" href="https://github.com/apache/incubator-usergrid/tree/master/sdks/android">Download the Usergrid Android
+<p><a class="reference external" href="https://github.com/apache/usergrid/tree/master/sdks/android">Download the Usergrid Android
 SDK</a></p>
 </div>
 <div class="section" id="javascript-html5-client-and-sdk">
@@ -409,7 +409,7 @@ SDK</a></p>
 the same way as the two previous examples. The source for the HTML5
 version is packaged with the Usergrid Javascript/HTML5 SDK in the
 /samples/messagee directory.</p>
-<p><a class="reference external" href="https://github.com/apache/incubator-usergrid/tree/master/sdks/html5-javascript">Download the Usergrid Javascript/HTML5
+<p><a class="reference external" href="https://github.com/apache/usergrid/tree/master/sdks/html5-javascript">Download the Usergrid Javascript/HTML5
 SDK</a></p>
 </div>
 </div>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/d0f10bcf/content/releases/index.html
----------------------------------------------------------------------
diff --git a/content/releases/index.html b/content/releases/index.html
index d3ad9d1..4dba403 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -92,16 +92,16 @@
 					General Availability (GA) Releases - Usergrid 1.0.2
 				</p>
 				<p>
-					Download the release from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/usergrid/usergrid-1/v1.0.2">mirror: http://www.apache.org/dyn/closer.cgi/incubator/usergrid/usergrid-1/v1.0.2</a>
+					Download the release from a <a href="http://www.apache.org/dyn/closer.cgi/usergrid/usergrid-1/v1.0.2">mirror: http://www.apache.org/dyn/closer.cgi/usergrid/usergrid-1/v1.0.2</a>
 				</p>
 				<p>
 					Project releases are approved by vote of the Apache Usergrid Project Management Committee (PMC). Support for a release is provided by project volunteers on the project <a href="http://usergrid.apache.org/community/#mailing-lists">mailing lists</a>. Bugs found in a release may be discussed on the list and reported through the <a href="https://issues.apache.org/jira/browse/USERGRID">issue tracker</a>. The user mailing list and issue tracker are the only support options hosted by the Apache Usergrid project.
 				</p>
 				<p>
-					Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and signature files from the main Apache site at <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/usergrid-1/v1.0.2/">https://dist.apache.org/repos/dist/release/incubator/usergrid/usergrid-1/v1.0.2/</a>. Find here the KEYS file, which contains all OpenPGP keys we use to sign releases here: <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/KEYS">https://dist.apache.org/repos/dist/release/incubator/usergrid/KEYS</a>
+					Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and signature files from the main Apache site at <a href="https://dist.apache.org/repos/dist/release/usergrid/usergrid-1/v1.0.2/">https://dist.apache.org/repos/dist/release/usergrid/usergrid-1/v1.0.2/</a>. Find here the KEYS file, which contains all OpenPGP keys we use to sign releases here: <a href="https://dist.apache.org/repos/dist/release/usergrid/KEYS">https://dist.apache.org/repos/dist/release/usergrid/KEYS</a>
 				</p>
 				<p>
-					The PGP signatures can be verified using PGP or GPG. First download the <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/KEYS">KEYS</a> as well as the <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/usergrid-1/v1.0.2/">asc signature</a> file for the particular distribution. Then verify the signatures using:
+					The PGP signatures can be verified using PGP or GPG. First download the <a href="https://dist.apache.org/repos/dist/release/usergrid/KEYS">KEYS</a> as well as the <a href="https://dist.apache.org/repos/dist/release/usergrid/usergrid-1/v1.0.2/">asc signature</a> file for the particular distribution. Then verify the signatures using:
 				</p>
 				<p>
        				% pgpk -a KEYS

http://git-wip-us.apache.org/repos/asf/usergrid/blob/d0f10bcf/website/content/releases/index.html
----------------------------------------------------------------------
diff --git a/website/content/releases/index.html b/website/content/releases/index.html
index 10e6a2c..8c62e44 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -25,16 +25,16 @@
 					General Availability (GA) Releases - Usergrid 1.0.2
 				</p>
 				<p>
-					Download the release from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/usergrid/usergrid-1/v1.0.2">mirror: http://www.apache.org/dyn/closer.cgi/incubator/usergrid/usergrid-1/v1.0.2</a>
+					Download the release from a <a href="http://www.apache.org/dyn/closer.cgi/usergrid/usergrid-1/v1.0.2">mirror: http://www.apache.org/dyn/closer.cgi/usergrid/usergrid-1/v1.0.2</a>
 				</p>
 				<p>
 					Project releases are approved by vote of the Apache Usergrid Project Management Committee (PMC). Support for a release is provided by project volunteers on the project <a href="http://usergrid.apache.org/community/#mailing-lists">mailing lists</a>. Bugs found in a release may be discussed on the list and reported through the <a href="https://issues.apache.org/jira/browse/USERGRID">issue tracker</a>. The user mailing list and issue tracker are the only support options hosted by the Apache Usergrid project.
 				</p>
 				<p>
-					Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and signature files from the main Apache site at <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/usergrid-1/v1.0.2/">https://dist.apache.org/repos/dist/release/incubator/usergrid/usergrid-1/v1.0.2/</a>. Find here the KEYS file, which contains all OpenPGP keys we use to sign releases here: <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/KEYS">https://dist.apache.org/repos/dist/release/incubator/usergrid/KEYS</a>
+					Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and signature files from the main Apache site at <a href="https://dist.apache.org/repos/dist/release/usergrid/usergrid-1/v1.0.2/">https://dist.apache.org/repos/dist/release/usergrid/usergrid-1/v1.0.2/</a>. Find here the KEYS file, which contains all OpenPGP keys we use to sign releases here: <a href="https://dist.apache.org/repos/dist/release/usergrid/KEYS">https://dist.apache.org/repos/dist/release/usergrid/KEYS</a>
 				</p>
 				<p>
-					The PGP signatures can be verified using PGP or GPG. First download the <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/KEYS">KEYS</a> as well as the <a href="https://dist.apache.org/repos/dist/release/incubator/usergrid/usergrid-1/v1.0.2/">asc signature</a> file for the particular distribution. Then verify the signatures using:
+					The PGP signatures can be verified using PGP or GPG. First download the <a href="https://dist.apache.org/repos/dist/release/usergrid/KEYS">KEYS</a> as well as the <a href="https://dist.apache.org/repos/dist/release/usergrid/usergrid-1/v1.0.2/">asc signature</a> file for the particular distribution. Then verify the signatures using:
 				</p>
 				<p>
        				% pgpk -a KEYS