[PATCH] website: emphasize source code location and contribution
Thomas De Schampheleire
patrickdepinguin at gmail.com
Sat Mar 14 15:54:00 EDT 2015
# HG changeset patch
# User Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
# Date 1426362759 -3600
# Sat Mar 14 20:52:39 2015 +0100
# Node ID fffcf8e1a17ac1e5501780b01a66817673f7abb6
# Parent 5ca6989b8971b5f5d96dd9a723d5f60a0389af2c
website: emphasize source code location and contribution
The link to Kallithea source code was somewhat hidden, so make it more
prominent with a button.
Rename 'Contact' to 'Community' so the section can also contain a link to
contribution information.
diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -148,7 +148,7 @@
<li><a class="active" href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#downloads">Downloads</a></li>
- <li><a href="#contact">Contact</a></li>
+ <li><a href="#community">Community</a></li>
<li><a href="#donate">Donate</a></li>
</ul>
</div><!--/.nav-collapse -->
@@ -232,21 +232,22 @@
<section id="downloads">
<div class="page-header">
<h1>Downloads</h1>
- <p>The source code of Kallithea can be checked out from our
+ <p>The Kallithea development repository is stable and can be used in production.
+ This repository can be checked out from our
<a href="/repos/kallithea">self-hosted instance, called
‘Our Own Kallithea’</a></p>
+ <p><a class="btn btn-primary btn-lg" role="button" href="/repos/kallithea">Source code</a></p>
<p>Alternatively, you can download release tarballs from our
<a href="//pypi.python.org/pypi/Kallithea/">PyPi page</a>.</p>
<p><a class="btn btn-primary btn-lg" role="button" href="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-0.1.tar.gz">Download Kallithea 0.1</a></p>
- <h4>Documentation</h4>
<p>The on-line documentation for Kallithea is available at the <a href="https://readthedocs.org/">ReadTheDocs</a> service:</p>
- <p><a class="btn btn-primary btn-lg" role="button" href="/docs/en/latest/">Read the docs</a></p>
+ <p><a class="btn btn-primary btn-lg" role="button" href="/docs/en/latest/">Documentation</a></p>
</div>
</section>
- <section id="contact">
+ <section id="community">
<div class="page-header">
- <h1>Contact</h1>
- <p>Want to help us develop Kallithea? Or maybe you just want to know more about the project? Here‘s how you can contact us:</p>
+ <h1>Community</h1>
+ <p>Do you have a problem or question? Want to contribute to Kallithea? Or maybe you just want to know more about the project? Here‘s how you can contact us:</p>
<dl>
<dt>Mailing List:</dt>
<dd><a href="http://lists.sfconservancy.org/mailman/listinfo/kallithea-general">Kallithea Users and Developers' Mailing
@@ -261,6 +262,9 @@
<dd><a href="https://bitbucket.org/conservancy/kallithea/issues?status=new&status=open">Our
Issue Tracker is
hosted on BitBucket</a></dd>
+ <dt>Contributing:</dt>
+ <dd><a href="https://kallithea.readthedocs.org/en/latest/contributing.html">How to contribute
+ to Kallithea</a></dd>
</dl>
</div>
</section>
More information about the kallithea-general
mailing list