From 656f27a145fb3f3b07f7b468e88737b1181d2a3f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 03 Mar 2015 14:47:39 -0500 Subject: gitorious (AKA gitlab): shame on you. --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index 6a70273..2d3b62c 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -49,7 +49,7 @@ div.unstable { .stable, .unstable { display:inline-block; min-width:45%; - min-height:18em; + min-height:21em; max-width:27em; } p, aside, li { diff --git a/site/github/index.php b/site/github/index.php index 252cb35..8754560 100644 --- a/site/github/index.php +++ b/site/github/index.php @@ -44,6 +44,10 @@ Please do not use GitHub to host . is a free software project, so this is only a request, and not a restriction on the software.

+ +

+ Don't use gitorious, either. +

@@ -111,11 +115,6 @@ gitweb for easy viewing by others. -
  • - Use Gitorious. Gitorious - source code is available - as free software, making it a better choice for free software projects. -
  • diff --git a/site/gitorious/index.php b/site/gitorious/index.php new file mode 100644 index 0000000..2c117ac --- /dev/null +++ b/site/gitorious/index.php @@ -0,0 +1,135 @@ + + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ +?> + + + + + + + + + + Please do not use Gitorious! + + + + + +

    + +
    + +

    Please do not use Gitorious or GitLab!

    + +

    + Please do not use Gitorious or GitLab to host . + is a free software project, so this is only a request, and not a restriction on the software. +

    + +

    + Don't use github, either. +

    + +
    + +
    +

    What's wrong with Gitorious?

    +
      +
    • + They have completely sold us out + to a company who's main business model is proprietary software. +
    • +
    • + 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 enterprise + version which is proprietary software. +
    • +
    • + The GitLab site itself also runs on a proprietary version of GitLab. GitLab has the same + rotten attitude + as GitHub when it comes to free software. +
    • +
    • + 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. +
    • +
    + +

    + 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). +

    + +

    + By contrast, the 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. +

    + +

    + The proprietary developments in GitLab are unacceptable to + the project. Users and developers of + free software + are strongly advised not to use GitLab or Gitorious, for any of their projects. +

    + +
    + +
    + +

    Where should I host and share my code?

    +

    + Here are a few examples: +

    +
      +
    • + Host your own repositories. This is exactly what libreboot does, + hosted on a machine that is running libreboot! You can use a frontend like + gitweb + for easy viewing by others. +
    • +
    + +
    + +
    + +

    + Back to home page +

    + +
    + + + +
    + + + + diff --git a/site/index.php b/site/index.php index f751cd5..d92732c 100644 --- a/site/index.php +++ b/site/index.php @@ -106,6 +106,7 @@
  • Bug tracker
  • Documentation
  • Please do not use GitHub!
  • +
  • Please do not use Gitorious/GitLab!
  • Snapshot (">view commit): diff --git a/site/variables.template.php b/site/variables.template.php index e591813..449637c 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -39,12 +39,10 @@ $lbWebsiteGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.org.git"; /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( - "https://gitorious.org/libreboot-backup/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", "git://git.savannah.nongnu.org/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "https://gitorious.org/libreboot-backup/libreboot-website.git", "git://git.pehjota.net/libreboot-backup/libreboot.org.git" ); -- cgit v0.9.1