summaryrefslogtreecommitdiffstats
path: root/site/variables.php.template
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-17 18:12:01 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-17 18:12:01 (EST)
commit78e2ac14bd0bc325002e6d18448d4772e57922f9 (patch)
tree4cc9e5977f7bf4dee1b4152d97169873a08f4bdd /site/variables.php.template
parent377fe0af1a304597138005897ea6a2bdb24c7cca (diff)
downloadlibreboot.org-78e2ac14bd0bc325002e6d18448d4772e57922f9.zip
libreboot.org-78e2ac14bd0bc325002e6d18448d4772e57922f9.tar.gz
libreboot.org-78e2ac14bd0bc325002e6d18448d4772e57922f9.tar.bz2
Rename variables.php to variables.php.template. Add to .gitignore
Diffstat (limited to 'site/variables.php.template')
-rw-r--r--site/variables.php.template17
1 files changed, 17 insertions, 0 deletions
diff --git a/site/variables.php.template b/site/variables.php.template
new file mode 100644
index 0000000..d34bf0e
--- /dev/null
+++ b/site/variables.php.template
@@ -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";
+?>