blob: e55a1553b1590b3637a3f538610583c13690a97f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<div class="s">
<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>
|