Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Updates website content to reference community maintained buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Nine committed Oct 18, 2017
1 parent a769f30 commit e2333ad
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 14,150 deletions.
4 changes: 2 additions & 2 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h2 class="tagline">The BaaS Framework <em>you</em> run</h2>
</div>

<div class="btn-wrapper">
<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>
<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>
<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>
<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>
<!--<p><span class="or">or</span> <a href="#">Download Usergrid</a></p>-->
</div>

Expand Down
1 change: 1 addition & 0 deletions content/releases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h2 class="icns-download"><span>Releases</span></h2>
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://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>
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Usergrid documentation is written in [Markdown](https://help.github.com/articles

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

$ sudo easy_install sphinx
$ sudo easy_install pip
$ sudo pip install sphinx==1.3.2

## How to build the Usergrid documentation using Sphinx

Expand Down
4 changes: 2 additions & 2 deletions website/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h2 class="tagline">The BaaS Framework <em>you</em> run</h2>
</div>

<div class="btn-wrapper">
<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>
<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>
<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>
<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>
<!--<p><span class="or">or</span> <a href="#">Download Usergrid</a></p>-->
</div>

Expand Down
2 changes: 0 additions & 2 deletions website/content/static/github-btn.html

This file was deleted.

Loading

0 comments on commit e2333ad

Please sign in to comment.