Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit e2333ad

Browse files
author
Todd Nine
committed
Updates website content to reference community maintained buttons
1 parent a769f30 commit e2333ad

File tree

8 files changed

+6
-14150
lines changed

8 files changed

+6
-14150
lines changed

content/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ <h2 class="tagline">The BaaS Framework <em>you</em> run</h2>
7878
</div>
7979

8080
<div class="btn-wrapper">
81-
<iframe class="social-btn" src="/static/github-btn.html?user=apache&repo=usergrid&type=watch&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
82-
<iframe class="social-btn" src="/static/github-btn.html?user=apache&repo=usergrid&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
81+
<iframe class="social-btn" src="https://ghbtns.com/github-btn.html?user=apache&repo=usergrid&type=watch&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
82+
<iframe class="social-btn" src="https://ghbtns.com/github-btn.html??user=apache&repo=usergrid&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
8383
<!--<p><span class="or">or</span> <a href="#">Download Usergrid</a></p>-->
8484
</div>
8585

content/releases/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h2 class="icns-download"><span>Releases</span></h2>
9898
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.
9999
</p>
100100
<p>
101+
101102
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://www.apache.org/dist/usergrid/usergrid-2/v2.1.0/">https://dist.apache.org/repos/dist/release/usergrid/usergrid-2/v2.1.0/</a>. Find here the KEYS file, which contains all OpenPGP keys we use to sign releases here: <a href="https://www.apache.org/dist/usergrid/KEYS">https://www.apache.org/dist/usergrid/KEYS</a>
102103
</p>
103104
<p>

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Usergrid documentation is written in [Markdown](https://help.github.com/articles
66

77
Sphinx requires Python and pip. Once you have Python, you can install sphinx and pip like so:
88

9-
$ sudo easy_install sphinx
109
$ sudo easy_install pip
10+
$ sudo pip install sphinx==1.3.2
1111

1212
## How to build the Usergrid documentation using Sphinx
1313

website/content/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ <h2 class="tagline">The BaaS Framework <em>you</em> run</h2>
1414
</div>
1515

1616
<div class="btn-wrapper">
17-
<iframe class="social-btn" src="/static/github-btn.html?user=apache&repo=usergrid&type=watch&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
18-
<iframe class="social-btn" src="/static/github-btn.html?user=apache&repo=usergrid&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
17+
<iframe class="social-btn" src="https://ghbtns.com/github-btn.html?user=apache&repo=usergrid&type=watch&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
18+
<iframe class="social-btn" src="https://ghbtns.com/github-btn.html?user=apache&repo=usergrid&type=fork&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="30"></iframe>
1919
<!--<p><span class="or">or</span> <a href="#">Download Usergrid</a></p>-->
2020
</div>
2121

website/content/static/github-btn.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)