diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 13:16:25 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 13:16:25 (EDT) |
commit | cc8723977244cf2b6119ae4b12a981d0c943cf1f (patch) | |
tree | e23b95272f7719e275b183af079408a6404a6f1e /site/common | |
parent | 80d440e609c24a57aee36f024e87ab43ddefafae (diff) | |
download | libreboot.org-cc8723977244cf2b6119ae4b12a981d0c943cf1f.zip libreboot.org-cc8723977244cf2b6119ae4b12a981d0c943cf1f.tar.gz libreboot.org-cc8723977244cf2b6119ae4b12a981d0c943cf1f.tar.bz2 |
clean up html on all pages
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/snippets/where-share.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/site/common/snippets/where-share.php b/site/common/snippets/where-share.php deleted file mode 100644 index 9ebbc10..0000000 --- a/site/common/snippets/where-share.php +++ /dev/null @@ -1,19 +0,0 @@ - <div> - - <h2><?php echo gettext("Where should I host and share my code?"); ?></h2> - <p> - <?php echo gettext("Here are a few examples:"); ?> - </p> - <ul> - <li> - <a href="http://git-scm.com/doc"><?php echo gettext("Host your own repositories</a>"); ?>. - <?php echo gettext("This is exactly what libreboot does, hosted on a machine that is <i>running</i> libreboot!"); ?> - <?php echo gettext("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."); ?> - <?php echo gettext("For code review, you can use an IRC channel, mailing lists and other methods that allow mass collaboration."); ?> - </li> - <li> - <?php echo gettext("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> - - </div>
\ No newline at end of file |