diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 11:53:28 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 11:53:28 (EST) |
commit | 79f6d7bc65d2195b46fa3174a68c9391deb7f4fc (patch) | |
tree | 9cd76d44e1a8f2218ff2068bbb09bb6da5e2cbd2 /site/github/index.php | |
parent | 9dd4106a43c63b52f9b6e0c81a42d106367972e2 (diff) | |
download | libreboot.org-79f6d7bc65d2195b46fa3174a68c9391deb7f4fc.zip libreboot.org-79f6d7bc65d2195b46fa3174a68c9391deb7f4fc.tar.gz libreboot.org-79f6d7bc65d2195b46fa3174a68c9391deb7f4fc.tar.bz2 |
fix footer on anti-github page
Diffstat (limited to 'site/github/index.php')
-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> |