From 1edbbb457cc46678667e1998dd8cec18b92f613a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 8 Apr 2017 00:05:11 +0100 Subject: www/git.md: Remove obsolete information --- www/git.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/www/git.md b/www/git.md index 7827c760..7a19624a 100644 --- a/www/git.md +++ b/www/git.md @@ -125,32 +125,3 @@ you could also notify the project via the #libreboot channel on FreeNode. Relevant links to bug trackers for discussing development (especially patch review) are on [NotABug](https://notabug.org/libreboot/libreboot/issues) - -**Check [\#githosting](#githosting), for a list of Git hosting providers -that we recommend.** - -List of recommended Git hosting providers ------------------------------------------ - -There are several that we could recommend: - -- [You!](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols) - (host your own Git repository, on your own server, on your own - internet connection, in your own physical space) -- [NotABug.org](https://notabug.org/) - the - [source](https://notabug.org/hp/gogs/) is also available if you want to run - it on your own server. - -The libreboot project itself uses all of the above options. - -Most Git hosting providers distribute non-free JavaScript on their -website, but as far as we are aware all of these providers are -freedom-friendly and reliable to use (and their JavaScript is free). -This list will be expanded upon at a later date. The hosting providers -above are all powered by Free Software, which means that you can also -host your own version of the software that they use on their website. - -We generally recommend self-hosting (first option in the list above). -Git is a *decentralized* (distributed) version control system. However, -not everyone can afford to do this, so using one of the other providers -on the list above is also acceptable. -- cgit v1.2.3-70-g09d2 From 3c5295591131518448ee106ebdd97a88e4e529bd Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 8 Apr 2017 00:06:34 +0100 Subject: www/git.md: Fix section containing repo link; give it a proper title --- www/git.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/git.md b/www/git.md index 7a19624a..f2fdf9f2 100644 --- a/www/git.md +++ b/www/git.md @@ -95,6 +95,9 @@ distributions package it in their repositories). Use this command, to download the repository: +How to download Libreboot from the Git repository: +-------------------------------------------------- + **git clone https://notabug.org/libreboot/libreboot.git** A new directory named ***libreboot*** will have been created, containing -- cgit v1.2.3-70-g09d2 From 061ce6871866cbcd38c0e75eca10e18cd6d43a74 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 8 Apr 2017 00:08:30 +0100 Subject: www/git.md: Remove reference to the Reddit forum. It is not for development. Development will be done on IRC, only. This is the natural order of things. --- www/git.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/git.md b/www/git.md index f2fdf9f2..105c091e 100644 --- a/www/git.md +++ b/www/git.md @@ -3,16 +3,16 @@ title: Information about sending patches for review x-toc-enable: true ... -Useful information, related to Libreboot development, including links to -the Git repositories where development is done. Development discussion -is done on IRC and on the libreboot -[subreddit](https://www.reddit.com/r/libreboot/) +Useful information, related to Libreboot development, including links to the +Git repositories where development is done. Developments within Libreboot are +discussed on the +[IRC channel](https://webchat.freenode.net/?channels=libreboot). Download Libreboot from the Git repository here: **git clone https://notabug.org/libreboot/libreboot.git** -How can I help the libreboot project? +How can I help the libreboot project? -------------------------------------- **At any given time, here is a list of tasks if there are any, for the -- cgit v1.2.3-70-g09d2