aboutsummaryrefslogtreecommitdiff
path: root/www/git.md
Commit message (Collapse)AuthorAgeFilesLines
* Build website incrementally (and faster if you have the CPU cores)Michael Reed2017-07-091-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 markupMichael Reed2017-07-031-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 documentLeah Rowe2017-06-101-0/+3
|
* Link to the new mailing lists self-hosted on libreboot.orgLeah Rowe2017-06-101-4/+33
|
* simplify the patching instructions at git.mdLeah Rowe2017-06-061-77/+21
|
* git page: per swiftgeek's suggestion, fix grammar on git pageLeah Rowe2017-06-061-1/+1
|
* git page: mention that local web server is accessible via localhostLeah Rowe2017-06-061-0/+3
|
* git page: Mention that documentation must be contributed under GNU FDLLeah Rowe2017-06-061-0/+5
|
* git page: further document Libreboot's static site generatorLeah Rowe2017-06-061-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 patchesLeah Rowe2017-05-301-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/managementLeah Rowe2017-04-251-0/+25
|
* Footer section on webpages: Rename "Code of Conduct" to "Conduct Guidelines"Leah Rowe2017-04-091-3/+0
|
* Adopt the Contributor Covenant v1.4 as Libreboot's official Code of ConductLeah Rowe2017-04-091-0/+3
|
* www/git.md: Fix spelling of FreeNode, to FreenodeLeah Rowe2017-04-081-1/+1
|
* Vastly improve the Git pageLeah Rowe2017-04-081-94/+30
|
* www: general cleanupLeah Rowe2017-04-081-5/+3
|
* www/git.md: Remove reference to the Reddit forum. It is not for development.Leah Rowe2017-04-081-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 titleLeah Rowe2017-04-081-0/+3
|
* www/git.md: Remove obsolete informationLeah Rowe2017-04-081-29/+0
|
* fix up the page titlesLeah Rowe2017-04-061-2/+2
|
* fix dead links in the websiteLeah Rowe2017-04-051-3/+1
|
* replace links to /tasks/ with links to NotABug bug trackerLeah Rowe2017-04-051-3/+6
|
* de-Leah the site and documentationLeah Rowe2017-04-041-8/+5
|
* fix 2nd git clone link on the git pageLeah Rowe2017-04-041-1/+1
|
* fix git clone link on the git pageLeah Rowe2017-04-041-2/+2
|
* git.md: Make it more clear how to clone the Libreboot git repositoryLeah Rowe2017-04-041-1/+7
|
* change repository link from notabug.org/vimuser to notabug.org/librebootLeah Rowe2017-04-041-3/+3
|
* squeezeAlyssa Rosenzweig2017-04-031-1/+0
|
* embedded code block top fixAlyssa Rosenzweig2017-04-031-0/+1
|
* Remove Github and Gitlab pagesAlyssa Rosenzweig2017-04-021-2/+0
|
* Remove /gnu/ from the website. Remove the fsf-distros pageLeah Rowe2017-04-021-1/+1
|
* fix 404 linksLeah Rowe2017-03-301-1/+1
|
* fix broken linkAlyssa Rosenzweig2017-03-221-3/+3
|
* remove old repo linkAlyssa Rosenzweig2017-03-201-7/+6
|
* Merge site inAlyssa Rosenzweig2017-03-201-0/+155