diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-24 13:12:45 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-24 13:12:45 (EDT) |
commit | eb73ed07b217743bf7a2c589f112657d60dd3cbb (patch) | |
tree | 407703ee430d8bae83e8c7714833bc95131184de /README.txt | |
parent | 8908f6083ebbf3abab90bb291c4c8d15ee80f409 (diff) | |
download | libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.zip libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.tar.gz libreboot.org-eb73ed07b217743bf7a2c589f112657d60dd3cbb.tar.bz2 |
switch to gettext() - TODO: i18n
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..7c1c6c7 --- /dev/null +++ b/README.txt @@ -0,0 +1,40 @@ +How to fork libreboot.org. (but why would you do that?) + +Make sure you have gettext enabled in PHP. + +You also need some symlinks. I won't explain too much about it, it's self-explanatory. +Just have a look at this output for a rough idea (it's from the site/ directory): + +$ ls -lh +total 52K +drwxr-xr-x 3 fchmmr fchmmr 4.0K May 17 16:59 ccsource +drwxr-xr-x 2 fchmmr fchmmr 4.0K May 15 13:46 contrib +drwxr-xr-x 2 fchmmr fchmmr 4.0K May 22 08:55 css +lrwxrwxrwx 1 fchmmr fchmmr 27 Apr 5 03:58 docs -> ../../lbdev/libreboot/docs/ +drwxr-xr-x 2 fchmmr fchmmr 4.0K May 23 20:33 download +-rw-r--r-- 1 fchmmr fchmmr 1.2K May 23 20:35 footer.php +-rw-r--r-- 1 fchmmr fchmmr 1.3K May 15 13:02 functions.php +lrwxrwxrwx 1 fchmmr fchmmr 30 Apr 5 03:57 git -> ../../lbdev/libreboot/release/ +drwxr-xr-x 2 fchmmr fchmmr 4.0K May 23 20:33 github +drwxr-xr-x 2 fchmmr fchmmr 4.0K May 23 20:33 gitorious +-rw-r--r-- 1 fchmmr fchmmr 3.9K May 23 20:33 index.php +lrwxrwxrwx 1 fchmmr fchmmr 49 Apr 5 03:59 libreboot.git -> ../../lbdev/libreboot.org_addition/libreboot.git/ +lrwxrwxrwx 1 fchmmr fchmmr 53 Apr 5 03:58 libreboot.org.git -> ../../lbdev/libreboot.org_addition/libreboot.org.git/ +drwxr-xr-x 2 fchmmr fchmmr 4.0K May 19 21:53 logo +lrwxrwxrwx 1 fchmmr fchmmr 13 Apr 11 23:30 lp2014 -> ../../lp2014/ +lrwxrwxrwx 1 fchmmr fchmmr 13 Apr 5 03:59 lp2015 -> ../../lp2015/ +lrwxrwxrwx 1 fchmmr fchmmr 14 Apr 5 03:58 release -> ../../archive/lb/ +-rw-r--r-- 1 fchmmr fchmmr 24 Apr 5 04:16 robots.txt +-rw-r--r-- 1 fchmmr fchmmr 4.5K May 23 20:35 variables.php + +(notice how anything not part of the git repository, i.e. in .gitignore, is a symlink to some place outside this git clone) +(notice also that the repository that this clone is from, is stored *inside* this clone and in the .gitignore) + +This document is.... +Copyright 2015 Francis Rowe <info@gluglug.org.uk> +This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. +A copy of the license can be found at "cc-by-sa-4.txt". + +This document 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 ../cc-by-sa-4.txt for more information. + |