diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 23:12:17 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 23:12:17 +0000 |
| commit | f61dda6f3f8e5420d0c9736f5eb9006f5a50a8c0 (patch) | |
| tree | 6f806c748e83a9ed75a0d1ca9a05e6d0b12c26fb | |
| parent | a0ba5f75b976235fcd49ca40e75405c47c023ee5 (diff) | |
Updated download page.
| -rw-r--r-- | templates/download.tpl | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index 365cc3c..c78beaa 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -7,19 +7,19 @@ <h2 style='text-align: center;'>DOWNLOAD</h2> <div class='standardMargins'> - The software that runs this site is free. It is released under an - <a href='http://www.opensource.org/licenses/mit-license.php'>MIT (X11)</a> license. - You can <a href='download.php'>download</a> the source code and the database, alter - it, improve it or otherwise do whatever you like with it. If you'd like to help me - improve nutridb.org, then feel free to send me patches or other improvements. If - anyone is really interested, let me know and we can talk about giving you Subversion - commit privileges. I'd like for nutridb.org to become a collaborative, community - effort. This way the results of anyone's work will go to a central place where - everyone can benefit. Feel free to contact me at <a href="http://natha.nkinka.de">nath@nkinka.de</a>. + Tar-gzipped versions are available here: </div> + <div style='margin-left: 2em;'> + <div> + Production: <a href="http://nutridb.org/nutridb-production.tar.gz">nutridb-production.tar.gz</a> + </div> + <div> + Development: <a href="http://dev.nutridb.org/nutridb-development.tar.gz">nutridb-development.tar.gz</a> + </div> + </div> <div class='standardMargins'> - The best way to get the software is via <a href="http://subversion.tigris.org/">Subversion</a> (SVN). You can + The software is also available via <a href="http://subversion.tigris.org/">Subversion</a> (SVN). You can <a href="http://code.nkinka.de/viewvc/?root=nutridb">browse the repository</a> online, or make checkouts: </div> @@ -38,18 +38,6 @@ </div> </div> - <div class='standardMargins'> - Tar-gzipped version are available as well: - </div> - - <div style='margin-left: 2em;'> - <div> - Production: <a href="http://nutridb.org/nutridb-production.tar.gz">nutridb-production.tar.gz</a> - </div> - <div> - Development: <a href="http://dev.nutridb.org/nutridb-development.tar.gz">nutridb-development.tar.gz</a> - </div> - </div> <div class='standardMargins'> The MySQL database is included inside the tar-gzipped versions, but can also be |
