Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build website incrementally (and faster if you have the CPU cores) | Michael Reed | 2017-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This is done by replacing www/generate.sh with a Makefile. Benefits: - Makes builds incremental, meaning that only the minimum number of markdown files will be converted to HTML during a build. The previous scheme always generated a new HTML file for every markdown file, which is a big waste of time if only 1 or 2 markdown files have been changed. - Allows for much faster builds through concurrent jobs (e.g., via "make -j4"). On my 4-core machine, my average build time for the website with generate.sh was just over 26 seconds; with "make -j4", it was 13 seconds. - Avoids portability issues with find(1) in generate.sh, which I was encountering on OpenBSD. A note on portability: unlike GNU Make, OpenBSD's Make does not have the "$(shell [commands])" construct, so we don't use that. Instead we use "!= [commands]", which is supported by both. | ||||
* | Fix documentation markup | Michael Reed | 2017-07-03 | 1 | -5/+5 |
| | | | | | Be consistent with marking up commands as such, so the documentation is less surprising. | ||||
* | git.md: add link to management policy at the start of the document | Leah Rowe | 2017-06-10 | 1 | -0/+3 |
| | |||||
* | Link to the new mailing lists self-hosted on libreboot.org | Leah Rowe | 2017-06-10 | 1 | -4/+33 |
| | |||||
* | simplify the patching instructions at git.md | Leah Rowe | 2017-06-06 | 1 | -77/+21 |
| | |||||
* | git page: per swiftgeek's suggestion, fix grammar on git page | Leah Rowe | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | git page: mention that local web server is accessible via localhost | Leah Rowe | 2017-06-06 | 1 | -0/+3 |
| | |||||
* | git page: Mention that documentation must be contributed under GNU FDL | Leah Rowe | 2017-06-06 | 1 | -0/+5 |
| | |||||
* | git page: further document Libreboot's static site generator | Leah Rowe | 2017-06-06 | 1 | -0/+22 |
| | | | | | This is useful for people who want to work on much larger changes to the Web site or documentation. | ||||
* | Add edit link to all pages, linking to instructions for sending patches | Leah Rowe | 2017-05-30 | 1 | -0/+22 |
| | | | | | | | This is necessary, so that people know how to modify the website and send improvements, like they do on wiki sites. Although Libreboot is git-hosted, having this link helps. It goes to a section added to the Git page, instructing users how to edit the website and documentation. | ||||
* | www/git: Introduce code review guidelines and link from www/management | Leah Rowe | 2017-04-25 | 1 | -0/+25 |
| | |||||
* | Footer section on webpages: Rename "Code of Conduct" to "Conduct Guidelines" | Leah Rowe | 2017-04-09 | 1 | -3/+0 |
| | |||||
* | Adopt the Contributor Covenant v1.4 as Libreboot's official Code of Conduct | Leah Rowe | 2017-04-09 | 1 | -0/+3 |
| | |||||
* | www/git.md: Fix spelling of FreeNode, to Freenode | Leah Rowe | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | Vastly improve the Git page | Leah Rowe | 2017-04-08 | 1 | -94/+30 |
| | |||||
* | www: general cleanup | Leah Rowe | 2017-04-08 | 1 | -5/+3 |
| | |||||
* | www/git.md: Remove reference to the Reddit forum. It is not for development. | Leah Rowe | 2017-04-08 | 1 | -5/+5 |
| | | | | Development will be done on IRC, only. This is the natural order of things. | ||||
* | www/git.md: Fix section containing repo link; give it a proper title | Leah Rowe | 2017-04-08 | 1 | -0/+3 |
| | |||||
* | www/git.md: Remove obsolete information | Leah Rowe | 2017-04-08 | 1 | -29/+0 |
| | |||||
* | fix up the page titles | Leah Rowe | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | fix dead links in the website | Leah Rowe | 2017-04-05 | 1 | -3/+1 |
| | |||||
* | replace links to /tasks/ with links to NotABug bug tracker | Leah Rowe | 2017-04-05 | 1 | -3/+6 |
| | |||||
* | de-Leah the site and documentation | Leah Rowe | 2017-04-04 | 1 | -8/+5 |
| | |||||
* | fix 2nd git clone link on the git page | Leah Rowe | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | fix git clone link on the git page | Leah Rowe | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | git.md: Make it more clear how to clone the Libreboot git repository | Leah Rowe | 2017-04-04 | 1 | -1/+7 |
| | |||||
* | change repository link from notabug.org/vimuser to notabug.org/libreboot | Leah Rowe | 2017-04-04 | 1 | -3/+3 |
| | |||||
* | squeeze | Alyssa Rosenzweig | 2017-04-03 | 1 | -1/+0 |
| | |||||
* | embedded code block top fix | Alyssa Rosenzweig | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | Remove Github and Gitlab pages | Alyssa Rosenzweig | 2017-04-02 | 1 | -2/+0 |
| | |||||
* | Remove /gnu/ from the website. Remove the fsf-distros page | Leah Rowe | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | fix 404 links | Leah Rowe | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | fix broken link | Alyssa Rosenzweig | 2017-03-22 | 1 | -3/+3 |
| | |||||
* | remove old repo link | Alyssa Rosenzweig | 2017-03-20 | 1 | -7/+6 |
| | |||||
* | Merge site in | Alyssa Rosenzweig | 2017-03-20 | 1 | -0/+155 |