blob: d34bf0e79629cf132c35436f87649bc5a7639647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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";
?>
|