diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-20 21:41:18 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-20 21:41:18 -0700 |
commit | b7b5da7a042ae7ded023e7dee73d4cdf3e9476ad (patch) | |
tree | 888e635b888245567181fae9260e43271ff828f5 /www | |
parent | 3d56fe21a80808f8a1d9d915283a2d46c30a3f28 (diff) | |
download | librebootfr-b7b5da7a042ae7ded023e7dee73d4cdf3e9476ad.tar.gz librebootfr-b7b5da7a042ae7ded023e7dee73d4cdf3e9476ad.zip |
cc by-sa my work
Diffstat (limited to 'www')
-rw-r--r-- | www/README.txt | 30 | ||||
-rw-r--r-- | www/license.md | 10 |
2 files changed, 10 insertions, 30 deletions
diff --git a/www/README.txt b/www/README.txt deleted file mode 100644 index b36d393b..00000000 --- a/www/README.txt +++ /dev/null @@ -1,30 +0,0 @@ -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 2 vimuser vimuser 4.0K May 15 13:46 contrib -drwxr-xr-x 2 vimuser vimuser 4.0K May 22 08:55 css -lrwxrwxrwx 1 vimuser vimuser 27 Apr 5 03:58 docs -> ../../lbdev/libreboot/docs/ -drwxr-xr-x 2 vimuser vimuser 4.0K May 23 20:33 download --rw-r--r-- 1 vimuser vimuser 1.2K May 23 20:35 footer.php --rw-r--r-- 1 vimuser vimuser 1.3K May 15 13:02 functions.php --rw-r--r-- 1 vimuser vimuser 3.9K May 23 20:33 index.php -drwxr-xr-x 2 vimuser vimuser 4.0K May 19 21:53 logo --rw-r--r-- 1 vimuser vimuser 24 Apr 5 04:16 robots.txt --rw-r--r-- 1 vimuser vimuser 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) - -This document is.... -Copyright 2015 Leah Rowe <info@minifree.org> -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. - diff --git a/www/license.md b/www/license.md new file mode 100644 index 00000000..a752121c --- /dev/null +++ b/www/license.md @@ -0,0 +1,10 @@ +Copyright 2015-2017 Leah Rowe <info@minifree.org> \ +Copyright 2017 Alyssa Rosenzweig <alyssa@rosenzweig.io> + +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. |