diff options
| author | Rob Hudson | 2009-09-11 08:33:16 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-09-11 08:33:16 -0700 |
| commit | 204f59bbcba185b4052679ea6ebc094a8f575820 (patch) | |
| tree | d977b28fc52ebb39adeb9641ef966e7c38f5309e | |
| parent | d60c00b1e4ea948c754a297faf3155296d0add3f (diff) | |
| download | django-debug-toolbar-204f59bbcba185b4052679ea6ebc094a8f575820.tar.bz2 | |
Added more links to various sources
| -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> |
