variables.php 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?php
  2. /*
  3. A number of variables that are used by the whole site
  4. Copyright (C) 2015, 2016 Leah Rowe <info@minifree.org>
  5. This document is released under Creative Commons Attribution-ShareAlike
  6. 4.0 International license.
  7. See <https://creativecommons.org/licenses/by-sa/4.0/legalcode>
  8. */
  9. ?>
  10. <?php
  11. /* Project home page */
  12. $lbHomepage = "https://libreboot.org/";
  13. /* Main git repositories */
  14. $lbFirmwareGitRepoAddress = "https://notabug.org/vimuser/libreboot.git";
  15. $lbFirmwareGitwebAddress = "https://notabug.org/vimuser/libreboot";
  16. $lbWebsiteGitRepoAddress = "https://notabug.org/vimuser/libreboot-website.git";
  17. $lbWebsiteGitwebAddress = "https://notabug.org/vimuser/libreboot-website";
  18. /* Backup git repositories */
  19. $lbFirmwareBackupGitRepoAddress = array(
  20. "https://libreboot.org/repo/libreboot.git"
  21. );
  22. $lbWebsiteBackupGitRepoAddress = array(
  23. "https://libreboot.org/repo/libreboot-website.git"
  24. );
  25. /* HTTPS mirrors (for release archives) */
  26. $lbHttpsMirror = array(
  27. array("https://libreboot.org/release/","Libreboot project, UK (slow. only use when there's a new release)"),
  28. array("https://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
  29. array("https://mirror.math.princeton.edu/pub/libreboot/","Princeton university, USA"),
  30. array("https://vimuser.org/libreboot/","vimuser.org, Netherlands"),
  31. array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
  32. array("https://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden"),
  33. array("https://elgrande74.net/libreboot/","elgrande74.net, France"),
  34. array("https://nedson.net/libreboot","nedson.net, USA")
  35. );
  36. $lbHttpMirror = array(
  37. array("http://mirrors.mit.edu/libreboot/","MIT university, USA"),
  38. array("http://tpvj6abq225m5pcf.onion/pub/libreboot/","Tor hidden server, Undisclosed location"),
  39. array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"),
  40. array("http://mirror.helium.in-berlin.de/libreboot/","in-berlin.de, Germany"),
  41. array("http://libreboot.mirror.si/","mirror.si, Slovenia")
  42. );
  43. /* FTP mirrors (for release archives) */
  44. $lbFtpMirror = array(
  45. array("ftp://ftp.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
  46. array("ftp://ftp.linux.ro/libreboot/","linux.ro, Romania"),
  47. array("ftp://libreboot.mirror.si/libreboot","mirror.si, Slovenia")
  48. );
  49. /* rsync servers (for release archives). Put the main one first */
  50. $lbRsyncServer = array (
  51. array("rsync.libreboot.org::mirrormirror","Libreboot project, UK (main rsync mirror)"),
  52. array("rsync://rsync.mirrorservice.org/libreboot.org/release/","University of Kent, UK (backup mirror)"),
  53. array("rsync://mirror.math.princeton.edu/pub/libreboot/","Princeton university, USA (backup mirror)"),
  54. array("rsync://ftp.linux.ro/libreboot/","linux.ro, Romania (backup mirror)"),
  55. array("rsync://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden (backup mirror)"),
  56. array("rsync://libreboot.mirror.si/libreboot","mirror.si, Slovenia (backup mirror)")
  57. );
  58. /* Bug tracker URL */
  59. $lbBugTrackerAddress = "http://projects.mtjm.eu/projects/libreboot";
  60. /* Links to mailing lists */
  61. $userMailingListAddress = "";
  62. $devMailingListAddress = "";
  63. /* Mailing list email addresses */
  64. $userMailingListEmail = "noname@libreboot.org";
  65. $devMailingListEmail = "libreboot@noname.org";
  66. /* IRC channel */
  67. $ircChannelName = "#libreboot IRC (freenode)";
  68. $ircChannelAddress = "https://webchat.freenode.net/?channels=libreboot";
  69. /* GPG key info */
  70. $lbProjectGpgKeyInfo = "pub&nbsp; 4096R/05E8C5B2 2016-08-18<br/>Leah Rowe (Libreboot signing key) &lt;info@minifree.org&gt;<br/>Fingerprint=CDC9 CAE3 2CB4 B7FC 84FD&nbsp; C804 969A 9795 05E8 C5B2 ";
  71. $lbProjectGpgKeyID = "0x05E8C5B2";
  72. /* release list. format is: version number, then date of release */
  73. /* latest releases first, earlier releases are at the bottom */
  74. $lbRelease = array (
  75. array (
  76. array("20160907", "2016-09-07")
  77. ),
  78. array (
  79. array("20160902", "2016-09-02")
  80. ),
  81. array (
  82. array("20160818", "2016-08-18")
  83. ),
  84. array (
  85. array("20150518", "2015-05-18")
  86. ),
  87. array (
  88. array("20150208", "2015-02-08")
  89. ),
  90. array (
  91. array("20150126", "2015-01-26")
  92. ),
  93. array (
  94. array("20150124", "2015-01-24")
  95. ),
  96. array (
  97. array("20141015", "2014-10-15")
  98. ),
  99. array ( /* old name: Release 6, beta 7 */
  100. array("20140911", "2014-09-11")
  101. ),
  102. array ( /* old name: Release 6, beta 6 */
  103. array("20140903", "2014-09-03")
  104. ),
  105. array ( /* old name: Release 6, beta 5 */
  106. array("20140811", "2014-08-11")
  107. ),
  108. array ( /* old name: Release 6, beta 4 */
  109. array("20140729", "2014-07-29")
  110. ),
  111. array ( /* old name: Release 6, beta 3 */
  112. array("20140720", "2014-07-20")
  113. ),
  114. array ( /* old name: Release 6, beta 2 */
  115. array("20140716", "2014-07-16")
  116. ),
  117. array ( /* old name: Release 6, beta 1 */
  118. array("20140711", "2014-07-11")
  119. ),
  120. array ( /* old name: Release 5 */
  121. array("20140622", "2014-06-22")
  122. ),
  123. array ( /* old name: Release 4 */
  124. array("20140221", "2014-02-21")
  125. ),
  126. array ( /* old name: Release 3 */
  127. array("20131214", "2013-12-14")
  128. ),
  129. array ( /* old name: Release 2 */
  130. array("20131213", "2013-12-13")
  131. ),
  132. array ( /* old name: Release 1 */
  133. array("20131212", "2013-12-12")
  134. )
  135. );
  136. ?>