diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-17 01:24:25 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-17 01:24:25 (EST) |
commit | 2faa892e7a799dc7d87c5697e185185baa83a282 (patch) | |
tree | fab511711f4c700efde9173e10d372f2e9fac5ba /site/variables.php | |
parent | 5e544087a28a15cf1a6fc8dc2e46d412771dfd31 (diff) | |
download | libreboot.org-2faa892e7a799dc7d87c5697e185185baa83a282.zip libreboot.org-2faa892e7a799dc7d87c5697e185185baa83a282.tar.gz libreboot.org-2faa892e7a799dc7d87c5697e185185baa83a282.tar.bz2 |
move files to site/
Diffstat (limited to 'site/variables.php')
-rw-r--r-- | site/variables.php | 17 |
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"; +?> |