summaryrefslogtreecommitdiffstats
path: root/site/github/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/github/index.php')
-rw-r--r--site/github/index.php11
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>