diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-29 17:55:34 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-29 17:55:34 +0000 |
| commit | cb977f3c5c80f4a4ca58437c7479d2e431a089e0 (patch) | |
| tree | d5b028321bfa46c21d854e109f0df326008c19f0 | |
| parent | 2579d2412cec451de64f25bed11f011ffa87c725 (diff) | |
Get rid of development downloads and references.
| -rw-r--r-- | templates/download.tpl | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index e481118..340a5bf 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -7,15 +7,16 @@ <h2 style='text-align: center;'>DOWNLOAD</h2> <div class='standardMargins'> - Tar-gzipped versions are available here: + The software that runs <a href="about.php">NutriDB</a> is released under an <a href="http://www.opensource.org/licenses/mit-license.php">MIT (X11)</a> license. + </div> + + <div class='standardMargins'> + A tar-gzipped version is 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> + <a href="http://nutridb.org/nutridb.tar.gz">nutridb.tar.gz</a> </div> </div> <div class='standardMargins'> @@ -26,21 +27,13 @@ <div style='margin-left: 2em;'> <div> - The whole repository: <code>svn checkout http://code.nkinka.de/svnroot/nutridb</code> - </div> - <div> - The production branch (that runs this site): <code>svn checkout - http://code.nkinka.de/svnroot/nutridb/branches/production/</code> - </div> - <div> - The development branch: <code>svn checkout - http://code.nkinka.de/svnroot/nutridb/trunk/</code> + <code>svn checkout http://code.nkinka.de/svnroot/nutridb/branches/production/</code> </div> </div> <div class='standardMargins'> - The MySQL database is included inside the tar-gzipped versions, but can also be + The MySQL database is included inside the tar-gzipped file, but can also be downloaded individually: <a href="nutridb-database-sr25.sql.gz">nutridb-database-sr25.sql.gz</a> </div> |
