diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/github/index.php | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/site/github/index.php b/site/github/index.php index 727c29b..a0384a3 100644 --- a/site/github/index.php +++ b/site/github/index.php @@ -92,30 +92,24 @@ </div> <div> + <h2>Where should I host and share my code?</h2> + <p> + <a href="../git/#githosting">Read this section on the libreboot website</a> for a list of recommended Git hosting providers. + </p> - <ul class="c"> - <li> - <a href="/web/20150519055414/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="/web/20150519055414/http://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb">gitweb</a> for easy viewing by others. For code review, you can use an IRC channel, mailing lists and other - methods that allow mass collaboration. - </li> - <li> - Jason Self lists a few replacements on this page: - <a href="/web/20150519055414/http://jxself.org/goodbye-gitorious.shtml">http://jxself.org/goodbye-gitorious.shtml</a> - </li> - </ul> + <h3>References:</h3> - <p> - [<a href="/web/20150519055414/http://tom.preston-werner.com/2011/11/22/open-source-everything.html">1</a>] <em>Open Source (Almost)</em> - http://tom.preston-werner.com/2011/11/22/open-source-everything.html - </p> + <p> + [<a href="/web/20150519055414/http://tom.preston-werner.com/2011/11/22/open-source-everything.html">1</a>] <em>Open Source (Almost)</em> - http://tom.preston-werner.com/2011/11/22/open-source-everything.html + </p> - <p> - [<a href="/web/20150519055414/https://github.com/github/choosealicense.com/pull/177">2</a>] <em>Choose A License GPL patch</em> - https://github.com/github/choosealicense.com/pull/177 - </p> + <p> + [<a href="/web/20150519055414/https://github.com/github/choosealicense.com/pull/177">2</a>] <em>Choose A License GPL patch</em> - https://github.com/github/choosealicense.com/pull/177 + </p> - <p> - [<a href="/web/20150519055414/http://lists.nongnu.org/archive/html/gnu-linux-libre/2014-08/msg00013.html">3</a>] <em>linux-libre choosealicense issue</em> - http://lists.nongnu.org/archive/html/gnu-linux-libre/2014-08/msg00013.html - </p> + <p> + [<a href="/web/20150519055414/http://lists.nongnu.org/archive/html/gnu-linux-libre/2014-08/msg00013.html">3</a>] <em>linux-libre choosealicense issue</em> - http://lists.nongnu.org/archive/html/gnu-linux-libre/2014-08/msg00013.html + </p> </div> |