summaryrefslogtreecommitdiffstats
path: root/site/common/snippets/where-share.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-24 13:12:45 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-24 13:12:45 (EDT)
commiteb73ed07b217743bf7a2c589f112657d60dd3cbb (patch)
tree407703ee430d8bae83e8c7714833bc95131184de /site/common/snippets/where-share.php
parent8908f6083ebbf3abab90bb291c4c8d15ee80f409 (diff)
downloadlibreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.zip
libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.tar.gz
libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.tar.bz2
switch to gettext() - TODO: i18n
Diffstat (limited to 'site/common/snippets/where-share.php')
-rw-r--r--site/common/snippets/where-share.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/site/common/snippets/where-share.php b/site/common/snippets/where-share.php
new file mode 100644
index 0000000..5bebf05
--- /dev/null
+++ b/site/common/snippets/where-share.php
@@ -0,0 +1,19 @@
+ <div class="section">
+
+ <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