aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-22 23:21:42 +0100
committerLeah Rowe <info@minifree.org>2017-06-22 23:21:42 +0100
commit134b3cab8ff97347db7c60e6a21a3c6dc08b19fa (patch)
tree2151b74f17c57fb57bf58885bb0e00e68edbaf72 /www
parent7c8e518c62c6bbe6cd2b465099c561d8d53d38e9 (diff)
downloadlibrebootfr-134b3cab8ff97347db7c60e6a21a3c6dc08b19fa.tar.gz
librebootfr-134b3cab8ff97347db7c60e6a21a3c6dc08b19fa.zip
Simplify download page: move rsync mirrors to it, rather than separate page
Also delete the libreboot.org http mirror. libreboot.org still hosts rsync, so the mirrors will still be able to sync new releases all the same. this reduces the bandwidth constraints on libreboot.org, allowing it to have more bandwidth for other purposes
Diffstat (limited to 'www')
-rw-r--r--www/download.md23
-rw-r--r--www/rsync.md47
2 files changed, 20 insertions, 50 deletions
diff --git a/www/download.md b/www/download.md
index 8e329a35..18155a9c 100644
--- a/www/download.md
+++ b/www/download.md
@@ -29,15 +29,13 @@ Do you have a mirror?
---------------------
Let us know! We will add it here. Instructions for how to mirror
-libreboot releases can be found [here](rsync.md).
+libreboot releases can be found [here](#rsync).
HTTPS mirrors {#https}
-------------
These mirrors are recommended, since they use TLS (https://) encryption.
-<https://libreboot.org/release/> (Libreboot project official mirror)
-
<https://www.mirrorservice.org/sites/libreboot.org/release/> (University
of Kent, UK)
@@ -51,6 +49,25 @@ Project, USA)
<https://elgrande74.net/libreboot/> (elgrande74.net, France)
+RSYNC mirrors {#rsync}
+-------------
+
+Useful for mirroring Libreboot's entire set of release archives.
+
+<rsync://rsync.libreboot.org/mirrormirror/> (Libreboot project official mirror)
+
+<rsync://rsync.mirrorservice.org/libreboot.org/release/> (University of Kent,
+UK)
+
+<rsync://mirror.math.princeton.edu/pub/libreboot/> (Princeton university, USA)
+
+<rsync://ftp.linux.ro/libreboot/> (linux.ro, Romania)
+
+<rsync://libreboot.mirror.si/libreboot/>
+
+Are you running a mirror? Contact the libreboot project, and the link will be
+added to this page!
+
HTTP mirrors {#http}
------------
diff --git a/www/rsync.md b/www/rsync.md
deleted file mode 100644
index 9ce29aa3..00000000
--- a/www/rsync.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: Rsync repositories for the release archives
-...
-
-Create a directory in your web directory (e.g. libreboot/) and put one
-of these in your crontab:
-
-Libreboot project, UK (main rsync mirror)
------------------------------------------
-
-**rsync -avxP --delete --stats rsync.libreboot.org::mirrormirror
-/path/to/docroot/libreboot/**
-
-University of Kent, UK (backup mirror)
---------------------------------------
-
-**rsync -avxP --delete --stats
-rsync://rsync.mirrorservice.org/libreboot.org/release/
-/path/to/docroot/libreboot/**
-
-Princeton university, USA (backup mirror)
------------------------------------------
-
-**rsync -avxP --delete --stats
-rsync://mirror.math.princeton.edu/pub/libreboot/
-/path/to/docroot/libreboot/**
-
-linux.ro, Romania (backup mirror)
----------------------------------
-
-**rsync -avxP --delete --stats rsync://ftp.linux.ro/libreboot/
-/path/to/docroot/libreboot/**
-
-mirror.si, Slovenia (backup mirror)
------------------------------------
-
-**rsync -avxP --delete --stats rsync://libreboot.mirror.si/libreboot
-/path/to/docroot/libreboot/**
-
-Are you running a mirror? Contact the libreboot project, and the link will be
-added to the [download](download.md) page.
-
-Libreboot includes statically linked executables. If you need the
-sources for those statically linked dependencies inside the executables,
-then you can contact the libreboot project using the details on the home
-page; source code will be provided. You can download this source code
-from [here](ccsource.md).