diff options
| -rw-r--r-- | index.html | 10 | 
1 files changed, 6 insertions, 4 deletions
| @@ -86,8 +86,6 @@  			Simon Willison,  			Philip Zeyliger  		</p> -		<h2>Contact</h2> -		<p>Rob Hudson (rob@cogit8.org)
<br/>      </p>  		<h2>Download</h2>  		<p>  			You can download this project in either <a href="http://github.com/robhudson/django-debug-toolbar/zipball/master">zip</a> or <a href="http://github.com/robhudson/django-debug-toolbar/tarball/master">tar</a> formats. @@ -95,8 +93,12 @@  		<p>  			You can also clone the project with <a href="http://git-scm.com">Git</a> by running: <pre>$ git clone git://github.com/robhudson/django-debug-toolbar</pre>  		</p> -		<div class="footer"> -			get the source code on GitHub : <a href="http://github.com/robhudson/django-debug-toolbar">robhudson/django-debug-toolbar</a> +		<h2>Get Involved</h2> +		<ul> +			<li>Get the source code on GitHub: <a href="http://github.com/robhudson/django-debug-toolbar">robhudson/django-debug-toolbar</a>.</li> +			<li>Join the mailing list on Google Groups: <a href="http://groups.google.com/group/django-debug-toolbar">Mailing List</a>.</li> +			<li>Translate strings: <a href="http://www.transifex.net/projects/p/django-debug-toolbar/">Django Debug Toolbar on Transifex</a>.</li> +		</ul>  		</div>  	</div>  </div> | 
