diff options
-rw-r--r-- | site/github/index.php | 11 | ||||
-rw-r--r-- | site/gitorious/index.php | 7 |
2 files changed, 12 insertions, 6 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> diff --git a/site/gitorious/index.php b/site/gitorious/index.php index 38f6a5d..919b805 100644 --- a/site/gitorious/index.php +++ b/site/gitorious/index.php @@ -117,7 +117,12 @@ <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> |