summaryrefslogtreecommitdiffstats
path: root/site/variables.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/variables.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/variables.template.php')
-rw-r--r--site/variables.template.php52
1 files changed, 52 insertions, 0 deletions
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&nbsp; 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) &lt;releases@libreboot.org&gt;<br/>Fingerprint=C923 4BA3 200C F688 9CC0&nbsp; 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")
+ )
+ );
?>