summaryrefslogtreecommitdiffstats
path: root/site/gitorious/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/gitorious/index.php')
-rw-r--r--site/gitorious/index.php89
1 files changed, 24 insertions, 65 deletions
diff --git a/site/gitorious/index.php b/site/gitorious/index.php
index f5d337b..86097c7 100644
--- a/site/gitorious/index.php
+++ b/site/gitorious/index.php
@@ -28,7 +28,7 @@
<link rel="stylesheet" type="text/css" href="../css/main.css" />
- <title>Please do not use Gitorious!</title>
+ <title><?php echo gettext("Please do not use Gitorious or GitLab!"); ?></title>
</head>
@@ -38,107 +38,66 @@
<div id="libreboot" class="section intro">
- <h1>Please do not use Gitorious or GitLab!</h1>
+ <h1><?php echo gettext("Please do not use Gitorious or GitLab!"); ?></h1>
<p>
- Please do not use Gitorious or GitLab to host libreboot.
- Libreboot is a free software project, so this is only a request, and not a restriction on the software.
+ <?php echo gettext("Please do not use Gitorious or GitLab to host libreboot."); ?>
+ <?php echo gettext("Libreboot is a free software project, so this is only a request, and not a restriction on the software."); ?>
</p>
<p>
- <a href="../github/">Don't use github, either.</a>
+ <a href="../github/"><?php echo gettext("Don't use github, either."); ?></a>
+ </p>
+ <p>
+ <a href="../download/#git"><?php echo gettext("Back to download page"); ?></a>
</p>
</div>
<div class="section">
- <h2>What's wrong with Gitorious?</h2>
+ <h2><?php echo gettext("What's wrong with Gitorious?"); ?></h2>
<ul>
<li>
- They have <a href="https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/">completely sold us out</a>
- to a company whose main business model is proprietary software.
+ <?php echo gettext("They have <a href=\"https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/\">completely sold us out</a> to a company whose main business model is proprietary software."); ?>
</li>
<li>
- Gitorious is now owned by GitLab. GitLab is essentially the same as GitHub; there is a
- free (libre) version of GitLab, but this is bait-and-switch for their so-called <i>enterprise</i>
- version which is proprietary software.
+ <?php echo gettext("Gitorious is now owned by GitLab."); ?>
+ <?php echo gettext("GitLab is essentially the same as GitHub; there is a free (libre) version of GitLab, but this is bait-and-switch for their so-called <i>enterprise</i> version which is proprietary software."); ?>
</li>
<li>
- The GitLab site itself also runs on a proprietary version of GitLab. GitLab has the same
- <a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html">rotten attitude</a>
- as GitHub when it comes to free software.
+ <?php echo gettext("The GitLab site itself also runs on a proprietary version of GitLab."); ?>
+ <?php echo gettext("GitLab has the same <a href=\"http://tom.preston-werner.com/2011/11/22/open-source-everything.html\">rotten attitude</a> as GitHub when it comes to free software."); ?>
</li>
<li>
- GitLab is permissively licensed, which means that it completely lacks copyleft.
- Anyone (including the main GitLab upstream) can re-release a proprietary version
- and completely refuse to give out source code.
+ <?php echo gettext("GitLab is permissively licensed, which means that it completely lacks copyleft."); ?>
+ <?php echo gettext("Anyone (including the main GitLab upstream) can re-release a proprietary version and completely refuse to give out source code."); ?>
</li>
<li>
- GitLab CEO Sytse Sijbrandij has the same <a href="https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/#comment-1885545097">attitude</a>
- as the github CEO, regarding GPL, quote <i>&quot;We're very happy with the MIT since it has the least amount of restrictions for everyone. But we respect your opinion and hope you will consider contributing to GitLab in the future.&quot;</i>
- -- the statement was made by him in response to a question asking about copyleft in GitLab, and more specifically about AGPL (which
- the gitorious software was released under).
+ <?php echo gettext("GitLab CEO Sytse Sijbrandij has the same <a href=\"https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/#comment-1885545097\">attitude</a> as the github CEO, regarding GPL, quote <i>&quot;We're very happy with the MIT since it has the least amount of restrictions for everyone. But we respect your opinion and hope you will consider contributing to GitLab in the future.&quot;</i> -- the statement was made by him in response to a question asking about copyleft in GitLab, and more specifically about AGPL (which the gitorious software was released under)."); ?>
</li>
</ul>
<p>
- Gitorious now simply uses Free Software for its own benefit, releasing source code under a free license
- only when suited to it's business goals; they are quite happy to violate the rights of their users, for profit
- (since they are now part of GitLab, which has been doing so for quite some time).
+ <?php echo gettext("Gitorious now simply uses Free Software for its own benefit, releasing source code under a free license only when suited to it's business goals; they are quite happy to violate the rights of their users, for profit (since they are now part of GitLab, which has been doing so for quite some time)."); ?>
</p>
<p>
- The old gitorious website was however run by fully AGPL licensed software, which you could
- self-host. This page is anti-gitorious-company. Gitorious (software) will most likely be forked.
+ <?php echo gettext("The old gitorious website was however run by fully AGPL licensed software, which you could self-host. This page is anti-gitorious-company. Gitorious (software) will most likely be forked."); ?>
</p>
<p>
- By contrast, the libreboot project adheres strictly to the goals of the Free Software movement, which
- seeks to eliminate proprietary software to the point where all software is free.
+ <?php echo gettext("By contrast, the libreboot project adheres strictly to the goals of the Free Software movement, which seeks to eliminate proprietary software to the point where all software is free."); ?>
</p>
<p>
- The proprietary developments in GitLab are unacceptable to
- the libreboot project. Users and developers of
- <em><a href="http://www.gnu.org/philosophy/free-sw.html">free software</a></em>
- are strongly advised not to use GitLab or Gitorious, for any of their projects.
+ <?php echo gettext("The proprietary developments in GitLab are unacceptable to the libreboot project. Users and developers of <em><a href=\"http://www.gnu.org/philosophy/free-sw.html\">free software</a></em> are strongly advised not to use GitLab or Gitorious, for any of their projects."); ?>
</p>
</div>
-
- <div class="section">
-
- <h2>Where should I host and share my code?</h2>
- <p>
- Here are a few examples:
- </p>
- <ul>
- <li>
- <a href="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="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="http://jxself.org/goodbye-gitorious.shtml">http://jxself.org/goodbye-gitorious.shtml</a>
- </li>
- </ul>
- </div>
-
- <div class="section">
-
- <p>
- Jason Self also posted his own article here: <a href="http://jxself.org/goodbye-gitorious.shtml">http://jxself.org/goodbye-gitorious.shtml</a>
- </p>
-
- <p>
- <a href="..">Back to home page</a>
- </p>
-
- </div>
+ <?php
+ include_once "../common/snippets/where-share.php";
+ ?>
<div class="section footer">