From 856f062df5d85afaa52cbe088afc3a9fa8a2d29b Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 15 May 2015 08:02:50 -0400 Subject: Remove torrent-related items, rename torrent list to lbRelease (and put it in variables.php) Libreboot has enough mirrors now, to the point where torrents are not needed for the time being. The plan to host libreboot via bittorrent is therefore shelved. --- (limited to 'site') diff --git a/site/download/index.php b/site/download/index.php index 461cc95..ef3398e 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -19,7 +19,6 @@ ?> @@ -52,13 +51,7 @@ A copy of /docs/ can also be found in the release archives.

- - @@ -86,50 +79,22 @@

- -

HTTP mirrors

-

Download libreboot from one of these mirrors.

+

+ + The latest release has a version number of , + and was released on . + +

+ - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -*/ -?> - - - - - - - - - - Download <?php echo $lbProjectName; ?> (old) - - - - - -
- -
- -

- " /> -

- -

Download (old)

- -

- This page is for old releases, distributed via the bittorrent network. -

- -

- Information about these releases can be found at ../../docs/release.html. - Documentation for a given release can be found under /docs/ in that release archive. The same documentation - can also be found in the git repository by reverting to the tag used for that release. -

- - - -

- Back to main download page -

- -
- -
- -

GPG signing key

- -

- -

-

- Download the key:
- $ gpg --recv-keys -

-

- You can verify the downloaded archives as follows:
- $ for signature in $(ls *.sig); do gpg --verify $signature; done -

- -
- -
- -

Torrent links do not work yet. Use the HTTP downloads.

- -

Bittorrent

-

- The following is a list of links to old releases. -

- - - -

Torrent links do not work yet. Use the HTTP downloads.

- -
- - - -
- - - - diff --git a/site/functions.php b/site/functions.php index e930638..689326a 100644 --- a/site/functions.php +++ b/site/functions.php @@ -20,36 +20,6 @@ =($forIndexStart+1)) && (count($arrayTorrentLink)>=$forIndexBelow)) { - for ($release=$forIndexStart; $release<$forIndexBelow; $release++) { -?> -

-

- Released on . -

-
    - -
  • - -
- -

No torrents found.

- @@ -86,7 +85,7 @@
  • General documentation
  • - The latest release is from . + The latest release is from .

    diff --git a/site/torrents.template.php b/site/torrents.template.php deleted file mode 100644 index e15f0ee..0000000 --- a/site/torrents.template.php +++ /dev/null @@ -1,143 +0,0 @@ - - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -*/ - - /* Copy this to torrents.php, and adapt for your needs */ - - /* - * Torrent links (for release archives) - * Latest releases listed first, earlier releases listed last. MAKE SURE TO PUT THEM IN THIS ORDER. - * Format of the array entries should be, for instance: - * $lbTorrentLink = array ( - * array ( - * array("version number (eg Libreboot rYYYYMMDD)", "release date (YYYY-MM-DD)"), - * array("archive name plus version", "torrent_magnet_link_goes_here"), - * ), - * array ( - * array("Libreboot rYYYYMMDD", "YYYY-MM-DD"), - * array("Libreboot rYYYYMMDD Source code", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD Utilities", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD Documentation", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD ROM images (ThinkPad X60)", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD ROM images (ThinkPad T60)", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD ROM images (ThinkPad X200)", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD ROM images (ThinkPad R400)", "torrent_magnet_link_goes_here"), - * array("Libreboot rYYYYMMDD ROM images (MacBook2,1)", "torrent_magnet_link_goes_here") - * ), - * array ( - * array("Libreboot r20150208", "2015-02-08"), - * array("Libreboot r20150208 Source code", "torrent_magnet_link_goes_here"), - * array("Libreboot r20150208 Binaries", "torrent_magnet_link_goes_here") - * ), - * array ( - * array("Libreboot r20150126", "2015-01-26"), - * array("Libreboot r20150126 Source code", "torrent_magnet_link_goes_here"), - * array("Libreboot r20150126 Binaries", "torrent_magnet_link_goes_here") - * ) - * ); - * You should not specify $lbProjectName here, because these entries related - * specifically to this version of the project. - */ - $lbTorrentLink = array ( - array ( - array("Libreboot r20150208", "2015-02-08"), - array("Libreboot r20150208 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20150208 Binaries", "torrent_magnet_link_goes_here") - ), - array ( - array("Libreboot r20150126", "2015-01-26"), - array("Libreboot r20150126 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20150126 Binaries", "torrent_magnet_link_goes_here") - ), - array ( - array("Libreboot r20150124", "2015-01-24"), - array("Libreboot r20150124 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20150124 Binaries", "torrent_magnet_link_goes_here") - ), - array ( - array("Libreboot r20141015", "2014-10-15"), - array("Libreboot r20151015 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20151015 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 7 */ - array("Libreboot r20140911", "2014-09-11"), - array("Libreboot r20140911 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140911 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 6 */ - array("Libreboot r20140903", "2014-09-03"), - array("Libreboot r20140903 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140903 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 5 */ - array("Libreboot r20140811", "2014-08-11"), - array("Libreboot r20140811 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140811 Binaries", "torrent_magnet_link_goes_here"), - array("Libreboot r20140811 Metadata", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 4 */ - array("Libreboot r20140729", "2014-07-29"), - array("Libreboot r20140729 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140729 Binaries", "torrent_magnet_link_goes_here"), - array("Libreboot r20140729 Metadata", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 3 */ - array("Libreboot r20140720", "2014-07-20"), - array("Libreboot r20140720 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140720 Binaries", "torrent_magnet_link_goes_here"), - array("Libreboot r20140720 Metadata", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 2 */ - array("Libreboot r20140716", "2014-07-16"), - array("Libreboot r20140716 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140716 Binaries", "torrent_magnet_link_goes_here"), - array("Libreboot r20140716 Metadata", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 6, beta 1 */ - array("Libreboot r20140711", "2014-07-11"), - array("Libreboot r20140711 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140711 Binaries", "torrent_magnet_link_goes_here"), - array("Libreboot r20140711 Metadata", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 5 */ - array("Libreboot r20140622", "2014-06-22"), - array("Libreboot r20140622 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140622 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 4 */ - array("Libreboot r20140221", "2014-02-21"), - array("Libreboot r20140221 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20140221 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 3 */ - array("Libreboot r20131214", "2013-12-14"), - array("Libreboot r20131214 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20131214 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 2 */ - array("Libreboot r20131213", "2013-12-13"), - array("Libreboot r20131213 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20131213 Binaries", "torrent_magnet_link_goes_here") - ), - array ( /* old name: Release 1 */ - array("Libreboot r20131212", "2013-12-12"), - array("Libreboot r20131212 Source code", "torrent_magnet_link_goes_here"), - array("Libreboot r20131212 Binaries", "torrent_magnet_link_goes_here") - ) - ); -?> diff --git a/site/variables.template.php b/site/variables.template.php index de1424a..87aaa9e 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -89,4 +89,56 @@ $lbProjectGpgKeyInfo = "pub  4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org>
    Fingerprint=C923 4BA3 200C F688 9CC0  764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; + + /* release list. format is: version number, then date of release */ + $lbRelease = array ( + array ( + array("20150208", "2015-02-08") + ), + array ( + array("20150126", "2015-01-26") + ), + array ( + array("20150124", "2015-01-24") + ), + array ( + array("20141015", "2014-10-15") + ), + array ( /* old name: Release 6, beta 7 */ + array("20140911", "2014-09-11") + ), + array ( /* old name: Release 6, beta 6 */ + array("20140903", "2014-09-03") + ), + array ( /* old name: Release 6, beta 5 */ + array("20140811", "2014-08-11") + ), + array ( /* old name: Release 6, beta 4 */ + array("20140729", "2014-07-29") + ), + array ( /* old name: Release 6, beta 3 */ + array("20140720", "2014-07-20") + ), + array ( /* old name: Release 6, beta 2 */ + array("20140716", "2014-07-16") + ), + array ( /* old name: Release 6, beta 1 */ + array("20140711", "2014-07-11") + ), + array ( /* old name: Release 5 */ + array("20140622", "2014-06-22") + ), + array ( /* old name: Release 4 */ + array("20140221", "2014-02-21") + ), + array ( /* old name: Release 3 */ + array("20131214", "2013-12-14") + ), + array ( /* old name: Release 2 */ + array("20131213", "2013-12-13") + ), + array ( /* old name: Release 1 */ + array("20131212", "2013-12-12") + ) + ); ?> -- cgit v0.9.1