summaryrefslogtreecommitdiffstats
path: root/site/torrents.template.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-15 08:02:50 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-15 08:02:50 (EDT)
commit856f062df5d85afaa52cbe088afc3a9fa8a2d29b (patch)
tree1dec113095a068e87bc1f7e65c239ffcd9ebe472 /site/torrents.template.php
parent50cd1c3a2fc992f9e6a7ac140338fa4fee4e016c (diff)
downloadlibreboot.org-856f062df5d85afaa52cbe088afc3a9fa8a2d29b.zip
libreboot.org-856f062df5d85afaa52cbe088afc3a9fa8a2d29b.tar.gz
libreboot.org-856f062df5d85afaa52cbe088afc3a9fa8a2d29b.tar.bz2
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.
Diffstat (limited to 'site/torrents.template.php')
-rw-r--r--site/torrents.template.php143
1 files changed, 0 insertions, 143 deletions
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 @@
-<?php
-/*
- Template file: list of torrent links to the release archives
- Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk>
-
- 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 <http://www.gnu.org/licenses/>.
-*/
-
- /* 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")
- )
- );
-?>