summaryrefslogtreecommitdiffstats
path: root/variables.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-16 01:00:40 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-16 01:00:40 (EST)
commitf5b74b22ccd91213087f68a09dfd95d4ddd5565c (patch)
treeff75758ed5cd017a55051e8ce06a4970ff60142e /variables.php
downloadlibreboot.org-f5b74b22ccd91213087f68a09dfd95d4ddd5565c.zip
libreboot.org-f5b74b22ccd91213087f68a09dfd95d4ddd5565c.tar.gz
libreboot.org-f5b74b22ccd91213087f68a09dfd95d4ddd5565c.tar.bz2
Libreboot website. As it was on February 16th, 2015.
Diffstat (limited to 'variables.php')
-rw-r--r--variables.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/variables.php b/variables.php
new file mode 100644
index 0000000..399789b
--- /dev/null
+++ b/variables.php
@@ -0,0 +1,15 @@
+<?php
+ $lbFirmwareGitRepoAddress = "http://libreboot.org/libreboot.git";
+ $lbFirmwareGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.git";
+
+ $lbWebsiteGitRepoAddress = "http://libreboot.org/libreboot.org.git";
+ $lbWebsiteGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.org.git";
+
+ $lbBugTrackerAddress = "http://projects.mtjm.eu/projects/libreboot";
+
+ $userMailingListAddress = "https://lists.nongnu.org/mailman/listinfo/libreboot";
+ $devMailingListAddress = "https://lists.nongnu.org/mailman/listinfo/libreboot-dev";
+
+ $ircChannelName = "#libreboot (FreeNode IRC)";
+ $ircChannelAddress = "https://webchat.freenode.net/?channels=libreboot";
+?>