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