summaryrefslogtreecommitdiffstats
path: root/site/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/variables.php')
-rw-r--r--site/variables.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/site/variables.php b/site/variables.php
new file mode 100644
index 0000000..d34bf0e
--- /dev/null
+++ b/site/variables.php
@@ -0,0 +1,17 @@
+<?php
+ $lbHomepage = "http://libreboot.org/";
+
+ $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";
+?>