summaryrefslogtreecommitdiffstats
path: root/site/readme.txt
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-21 04:11:28 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-21 12:14:14 (EST)
commitc5d2e117e3c795c81435d3fcb5b326f39a8e8711 (patch)
tree136577f868a92be9cce35fe014f6fefbaf0042b5 /site/readme.txt
parentf8953319283675e680f8f733437778668c23b3c0 (diff)
downloadlibreboot.org-c5d2e117e3c795c81435d3fcb5b326f39a8e8711.zip
libreboot.org-c5d2e117e3c795c81435d3fcb5b326f39a8e8711.tar.gz
libreboot.org-c5d2e117e3c795c81435d3fcb5b326f39a8e8711.tar.bz2
Finish download page, re-release everything under AGPL v3 or later
Link to new download page from the homepage. Replace top footer text with a variable reference. Replace instances of "libreboot" with a variable reference. Delete the vortex86ex directory (that machine is a waste of time) Delete the readme.txt (it will need to be re-written)
Diffstat (limited to 'site/readme.txt')
-rw-r--r--site/readme.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/site/readme.txt b/site/readme.txt
deleted file mode 100644
index 6f388ce..0000000
--- a/site/readme.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-This is a clone of the libreboot website at libreboot.org. The main
-intention is to allow people to contribute to the website, but it
-can also help people to mirror the site if they want to.
-
-Mirroring libreboot:
-
-(these instructions aren't complete, and you can also cherry pick what
-you need instead of following these exactly)
-
-change the info in variables.php to what you want
-
-clone libreboot(website) and make that directory your docroot.
-
-Now, outside of the libreboot(website) clone, clone libreboot(firmware)
-and build it fully, using the libreboot instructions.
-in libreboot(website) clone, create a symlink called "git" to the
-release/ directory in your libreboot(firmware) clone.
-
-Setup a repository for your version of libreboot(website) in
-libreboot.org.git/ (or actually, whatever you want) in your
-libreboot(website) clone.
-
-Setup a repository for your version of libreboot(firmware) in
-libreboot.git (or actually, whatever you want) in your libreboot (website)
-clone.
-
-That's right. A repository in a clone of that repository.
-
-Populate docs/ in your libreboot(website) clone with a copy of docs/
-from your release archives. Advice: always keep these strictly for stable
-releases only (you can also backport stuff, as well).
-
-gitdocs/ should be a symlink to the docs/ directory in your clone of
-libreboot(firmware).
-
-Create a symlink "gitdocs" in your libreboot(website) clone pointing
-to docs/ in your libreboot(firmware) clone.
-
-Populate release/ with releases from the libreboot project.
-
-
-The live site should not expose the .git files/directories, only
-the repository should be accessible. Also, in the config file make sure
-to replace any paths from your system with the URL of your remote.