README.txt 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. How to fork libreboot.org. (but why would you do that?)
  2. Make sure you have gettext enabled in PHP.
  3. You also need some symlinks. I won't explain too much about it, it's self-explanatory.
  4. Just have a look at this output for a rough idea (it's from the site/ directory):
  5. $ ls -lh
  6. total 52K
  7. drwxr-xr-x 2 vimuser vimuser 4.0K May 15 13:46 contrib
  8. drwxr-xr-x 2 vimuser vimuser 4.0K May 22 08:55 css
  9. lrwxrwxrwx 1 vimuser vimuser 27 Apr 5 03:58 docs -> ../../lbdev/libreboot/docs/
  10. drwxr-xr-x 2 vimuser vimuser 4.0K May 23 20:33 download
  11. -rw-r--r-- 1 vimuser vimuser 1.2K May 23 20:35 footer.php
  12. -rw-r--r-- 1 vimuser vimuser 1.3K May 15 13:02 functions.php
  13. -rw-r--r-- 1 vimuser vimuser 3.9K May 23 20:33 index.php
  14. drwxr-xr-x 2 vimuser vimuser 4.0K May 19 21:53 logo
  15. -rw-r--r-- 1 vimuser vimuser 24 Apr 5 04:16 robots.txt
  16. -rw-r--r-- 1 vimuser vimuser 4.5K May 23 20:35 variables.php
  17. (notice how anything not part of the git repository, i.e. in .gitignore, is a symlink to some place outside this git clone)
  18. This document is....
  19. Copyright 2015 Leah Woods <info@minifree.org>
  20. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  21. A copy of the license can be found at "cc-by-sa-4.txt".
  22. This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See ../cc-by-sa-4.txt for more information.