diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 10:39:31 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 10:39:31 (EDT) |
commit | 81fe58bb3d6a7fd70bc7067c65458b23fe963df6 (patch) | |
tree | 5e940a58370674763a8a984fb1520c193d54d2b4 /site/github | |
parent | 9e87a20452087c428330ffb919c3ae96b38b67ad (diff) | |
download | libreboot.org-81fe58bb3d6a7fd70bc7067c65458b23fe963df6.zip libreboot.org-81fe58bb3d6a7fd70bc7067c65458b23fe963df6.tar.gz libreboot.org-81fe58bb3d6a7fd70bc7067c65458b23fe963df6.tar.bz2 |
{github,gitorious}/index.php: List more replacements
Diffstat (limited to 'site/github')
-rw-r--r-- | site/github/index.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/site/github/index.php b/site/github/index.php index 8754560..230fd15 100644 --- a/site/github/index.php +++ b/site/github/index.php @@ -104,16 +104,17 @@ <div class="section"> - <h2>Where should I host and share my code?</h2> - <p> - Here are a few examples: - </p> <ul> <li> <a href="http://git-scm.com/doc">Host your own repositories</a>. This is exactly what libreboot does, hosted on a machine that is <i>running</i> libreboot! You can use a frontend like <a href="http://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb">gitweb</a> - for easy viewing by others. + for easy viewing by others. For code review, you can use an IRC channel, mailing lists and any other + means that allows mass collaboration. + </li> + <li> + Jason Self lists a few replacements on this page: + <a href="http://jxself.org/goodbye-gitorious.shtml">http://jxself.org/goodbye-gitorious.shtml</a> </li> </ul> |