123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <?php
- /*
- A number of variables that are used by the whole site
- Copyright (C) 2015, 2016 Leah Rowe <info@minifree.org>
- This document is released under Creative Commons Attribution-ShareAlike
- 4.0 International license.
- See <https://creativecommons.org/licenses/by-sa/4.0/legalcode>
- */
- ?>
- <?php
- /* Project home page */
- $lbHomepage = "https://libreboot.org/";
- /* Main git repositories */
- $lbFirmwareGitRepoAddress = "https://notabug.org/vimuser/libreboot.git";
- $lbFirmwareGitwebAddress = "https://notabug.org/vimuser/libreboot";
- $lbWebsiteGitRepoAddress = "https://notabug.org/vimuser/libreboot-website.git";
- $lbWebsiteGitwebAddress = "https://notabug.org/vimuser/libreboot-website";
- /* Backup git repositories */
- $lbFirmwareBackupGitRepoAddress = array(
- "https://libreboot.org/repo/libreboot.git"
- );
- $lbWebsiteBackupGitRepoAddress = array(
- "https://libreboot.org/repo/libreboot-website.git"
- );
- /* HTTPS mirrors (for release archives) */
- $lbHttpsMirror = array(
- array("https://libreboot.org/release/","Libreboot project, UK (slow. only use when there's a new release)"),
- array("https://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
- array("https://mirror.math.princeton.edu/pub/libreboot/","Princeton university, USA"),
- array("https://vimuser.org/libreboot/","vimuser.org, Netherlands"),
- array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
- array("https://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden"),
- array("https://elgrande74.net/libreboot/","elgrande74.net, France"),
- array("https://nedson.net/libreboot","nedson.net, USA")
- );
- $lbHttpMirror = array(
- array("http://mirrors.mit.edu/libreboot/","MIT university, USA"),
- array("http://tpvj6abq225m5pcf.onion/pub/libreboot/","Tor hidden server, Undisclosed location"),
- array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"),
- array("http://mirror.helium.in-berlin.de/libreboot/","in-berlin.de, Germany"),
- array("http://libreboot.mirror.si/","mirror.si, Slovenia")
- );
- /* FTP mirrors (for release archives) */
- $lbFtpMirror = array(
- array("ftp://ftp.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
- array("ftp://ftp.linux.ro/libreboot/","linux.ro, Romania"),
- array("ftp://libreboot.mirror.si/libreboot","mirror.si, Slovenia")
- );
-
- /* rsync servers (for release archives). Put the main one first */
- $lbRsyncServer = array (
- array("rsync.libreboot.org::mirrormirror","Libreboot project, UK (main rsync mirror)"),
- array("rsync://rsync.mirrorservice.org/libreboot.org/release/","University of Kent, UK (backup mirror)"),
- array("rsync://mirror.math.princeton.edu/pub/libreboot/","Princeton university, USA (backup mirror)"),
- array("rsync://ftp.linux.ro/libreboot/","linux.ro, Romania (backup mirror)"),
- array("rsync://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden (backup mirror)"),
- array("rsync://libreboot.mirror.si/libreboot","mirror.si, Slovenia (backup mirror)")
- );
-
- /* Bug tracker URL */
- $lbBugTrackerAddress = "http://projects.mtjm.eu/projects/libreboot";
-
- /* Links to mailing lists */
- $userMailingListAddress = "";
- $devMailingListAddress = "";
- /* Mailing list email addresses */
- $userMailingListEmail = "noname@libreboot.org";
- $devMailingListEmail = "libreboot@noname.org";
-
- /* IRC channel */
- $ircChannelName = "#libreboot IRC (freenode)";
- $ircChannelAddress = "https://webchat.freenode.net/?channels=libreboot";
- /* GPG key info */
- $lbProjectGpgKeyInfo = "pub 4096R/05E8C5B2 2016-08-18<br/>Leah Rowe (Libreboot signing key) <info@minifree.org><br/>Fingerprint=CDC9 CAE3 2CB4 B7FC 84FD C804 969A 9795 05E8 C5B2 ";
- $lbProjectGpgKeyID = "0x05E8C5B2";
-
- /* release list. format is: version number, then date of release */
- /* latest releases first, earlier releases are at the bottom */
- $lbRelease = array (
- array (
- array("20160907", "2016-09-07")
- ),
- array (
- array("20160902", "2016-09-02")
- ),
- array (
- array("20160818", "2016-08-18")
- ),
- array (
- array("20150518", "2015-05-18")
- ),
- 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")
- )
- );
- ?>
|