diff options
Diffstat (limited to 'variables.php')
-rw-r--r-- | variables.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/variables.php b/variables.php deleted file mode 100644 index d34bf0e..0000000 --- a/variables.php +++ /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"; -?> |