Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve rsync mirroring instructions on the download page | Leah Rowe | 2018-03-28 | 1 | -3/+12 |
| | |||||
* | update zanity mirror to link to sugol domain instead (per sysadmin's request) | Leah Rowe | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | re-add nephelai.info mirror to download page. the sysadmin brought it back | Leah Rowe | 2018-03-28 | 1 | -0/+3 |
| | |||||
* | Suppliers page: add Minifree chip flashing service for D8 and D16 | Leah Rowe | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'docs/clipsize' of libreboot/libreboot into master | Andrew Robbins | 2018-03-26 | 1 | -0/+3 |
|\ | |||||
| * | FAQ entry: note about 16-pin soic clip on 8-pin chip | Leah Rowe | 2018-03-18 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'www/faq/release-schedule' of libreboot/libreboot into master | Andrew Robbins | 2018-03-26 | 1 | -0/+57 |
|\ \ | |||||
| * | | Improvements on zyliwax's FAQ submission: re-write for further clarity | Leah Rowe | 2018-03-21 | 1 | -60/+49 |
| | | | |||||
| * | | Update FAQ to provide answers regarding activity and status of upcoming release. | zyliwax | 2018-03-21 | 1 | -0/+68 |
| | | | |||||
* | | | general cleanup on the homepage. also fix a few typos that were overlooked | Leah Rowe | 2018-03-24 | 1 | -5/+4 |
| | | | |||||
* | | | update libreplanet news post to confirm that zyliwax is there | Leah Rowe | 2018-03-24 | 1 | -5/+8 |
|/ / | |||||
* | | one more fix on news post: Libreplanet changed to LibrePlanet | Leah Rowe | 2018-03-21 | 1 | -1/+1 |
| | | |||||
* | | fix typos in previous commit: offire changed to office. fro changed to from | Leah Rowe | 2018-03-21 | 1 | -18/+18 |
| | | |||||
* | | News post about Libreboot installation workshop at FSF LibrePlanet 2018 | Leah Rowe | 2018-03-21 | 2 | -0/+97 |
| | | |||||
* | | management: remove another inactive irc contributor. also general clean-up | Leah Rowe | 2018-03-18 | 2 | -6/+3 |
| | | |||||
* | | remove jxself from conduct/management pages - he quit the channel months ago | Leah Rowe | 2018-03-18 | 2 | -2/+0 |
| | | |||||
* | | fix format of email addresses on conduct and management pages | Leah Rowe | 2018-03-18 | 2 | -8/+12 |
| | | |||||
* | | update leah's irc nick on the site (no pull request needed for this) | Leah Rowe | 2018-03-18 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'www-mirrors' of and_who/libreboot into master | Swift Geek | 2018-03-17 | 1 | -11/+2 |
|\ \ | |||||
| * | | Use current mirror URI for swordarmor.fr | Andrew Robbins | 2018-03-16 | 1 | -2/+2 |
| | | | |||||
| * | | Remove dead mirrors from mirror list | Andrew Robbins | 2018-03-15 | 1 | -9/+0 |
| | | | |||||
* | | | Merge branch 'vbios-docs' of swiftgeek/libreboot into master | Andrew Robbins | 2018-03-17 | 1 | -13/+13 |
|\ \ \ | |/ / |/| | | |||||
| * | | Rectify VBIOS section | Swift Geek | 2018-03-14 | 1 | -13/+13 |
| |/ | |||||
* | | Update download page to include the 16-digit GPG key (no pull request needed) | Leah Rowe | 2018-03-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | This was brought to our attention by attila_lendvai on #libreboot IRC. Essentially, the previous instruction was vulnerable to potential collision attacks. With this new instruction, it should be a bit safer. Since this is urgent, no pull request was issued. This has been committed to the repository directly, with consent from and_who on IRC. | ||||
* | | update zanity.net mirror to new URL (no PR needed. just a URL change) | Leah Rowe | 2018-02-19 | 1 | -1/+2 |
|/ | | | | the maintainer of the mirror contacted me privately, requesting the change | ||||
* | news article asking people to help with release testing | Leah Rowe | 2017-12-21 | 2 | -0/+20 |
| | |||||
* | Re-add minifree libreboot x200 to suppliers page (PR not needed) | Leah Rowe | 2017-12-05 | 1 | -0/+1 |
| | | | | | Pull request not needed for this entry, since it's an entry regarding my own company | ||||
* | Merge branch 'master' of isengaara/libreboot into master | Andrew Robbins | 2017-11-30 | 1 | -0/+10 |
|\ | |||||
| * | add new supplier (Phreedom2600) | Tobias Platen | 2017-11-29 | 1 | -0/+10 |
| | | |||||
* | | Make code content and tables more responsive | Edgard Schmidt | 2017-11-25 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'pre' blocks and tables use scrollbars if the viewport is too narrow * Code content which is not within a 'pre' element wraps automatically * Code content and 'pre' blocks have a gray background color The added background color has two purposes: * The left-margin for pre blocks is removed, because it consumes too much space on narrow viewports. However by using a background color, the reader can still recognize 'pre' content as code blocks. * Code content which is *not* within a 'pre' element wraps automatically now. The background color allows the reader to recognize the "connection" between automatically splitted lines of a single code element. This way, nobody will mistake a one-liner for a multi-liner. | ||||
* | | Allow line breaks for bare URI links | Edgard Schmidt | 2017-11-25 | 1 | -0/+5 |
| | | |||||
* | | Limit image size to viewport's width | Edgard Schmidt | 2017-11-25 | 1 | -0/+4 |
|/ | |||||
* | Add KoDDoS.net Mirror | KoDDoS Mirror | 2017-11-02 | 1 | -0/+4 |
| | |||||
* | Fix "here" syndrome by W3C recommendation | Caleb Herbert | 2017-10-05 | 4 | -7/+7 |
| | |||||
* | add missing entry in MANIFEST for recent News entry (no PR needed) | Leah Rowe | 2017-09-21 | 1 | -0/+1 |
| | | | | PR not needed for this. Just a simple fix | ||||
* | Add news article and hardware page section | Johnny Rasnic | 2017-09-14 | 1 | -0/+11 |
| | |||||
* | Merge branch 'faqfix' of swiftgeek/libreboot into master | Andrew Robbins | 2017-09-05 | 1 | -1/+14 |
|\ | |||||
| * | Add sample flashrom output to faq | Swift Geek | 2017-09-05 | 1 | -1/+14 |
| | | | | | | | | Add flashrom output when CONFIG_STRICT_DEVMEM or CONFIG_IO_STRICT_DEVMEM is enabled | ||||
* | | www/news: announcement of Alyssa's resignation | Leah Rowe | 2017-09-01 | 6 | -39/+91 |
| | | |||||
* | | Merge branch 'whoneedsgrub' of swiftgeek/libreboot into master | Andrew Robbins | 2017-08-30 | 1 | -1/+2 |
|\ \ | |||||
| * | | Update intel codenames and dates | Sebastian 'Swift Geek' Grzywna | 2017-08-30 | 1 | -1/+2 |
| |/ | |||||
* | | clarify that raptor is the first *high-end* libre OEM | Leah Rowe | 2017-08-20 | 1 | -1/+1 |
| | | | | | | | | | | they're not the first libre OEM, but they are the first one to produce libre hardware that is also high-end (IBM POWER9 competes with Intel on performance) | ||||
* | | News post for TALOS II, and add TALOS II to the suppliers page | Leah Rowe | 2017-08-15 | 3 | -0/+58 |
| | | |||||
* | | remove minifree d16 from suppliers (pull request not needed for this commit) | Leah Rowe | 2017-08-08 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | this concerns an entry on the suppliers page, for a product from my own company. Pull request therefore not required I've decided to take D16 off of minifree, in order to reduce competition for the TALOS II product that Raptor Engineering launched today. The world needs libre OEMs, and Raptor Engineering is the first one. | ||||
* | | download page: Move zanity mirror to https list (they enabled HTTPS today) | Leah Rowe | 2017-08-05 | 1 | -2/+2 |
| | | |||||
* | | Add new download mirror http://nephelai.zanity.net/mirror/libreboot/ | Leah Rowe | 2017-08-02 | 1 | -0/+2 |
| | | |||||
* | | Re-add FAQ entry regarding Purism | Leah Rowe | 2017-07-26 | 1 | -0/+24 |
|/ | |||||
* | Update 'www/amd-libre.md' | tiveket | 2017-07-21 | 1 | -0/+2 |
| | |||||
* | Indent code blocks via CSS | Michael Reed | 2017-07-16 | 1 | -0/+4 |
| | | | | | Now that it's done via CSS, code should be indented consistently across the whole website. | ||||
* | Speed up website build | Michael Reed | 2017-07-15 | 2 | -12/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that we only need bare HTML files for .md files in news, yet publish.sh creates them unconditionally. That is, we spend a lot of time building bare HTML files that we never use. This commit makes it so that bare HTML files are only generated for news files, which speeds up the website build significantly: $ /home/michael/benchmark.sh speed-up-build master Already on 'speed-up-build' NOW TESTING ON speed-up-build 0m08.24s real 0m08.53s user 0m05.57s system 0m08.21s real 0m08.39s user 0m05.58s system 0m08.26s real 0m08.23s user 0m05.70s system 0m08.26s real 0m08.27s user 0m05.91s system 0m08.24s real 0m08.36s user 0m05.63s system 0m08.28s real 0m08.40s user 0m05.67s system 0m08.29s real 0m08.21s user 0m05.83s system 0m08.23s real 0m08.12s user 0m05.80s system 0m08.32s real 0m08.32s user 0m05.75s system 0m08.30s real 0m08.40s user 0m05.61s system Switched to branch 'master' Your branch is ahead of 'origin/master' by 33 commits. NOW TESTING ON master 0m12.98s real 0m15.07s user 0m07.18s system 0m12.93s real 0m14.57s user 0m07.69s system 0m12.98s real 0m15.06s user 0m07.46s system 0m12.98s real 0m14.75s user 0m07.67s system 0m12.94s real 0m15.10s user 0m07.22s system 0m12.94s real 0m14.95s user 0m07.22s system 0m12.98s real 0m14.57s user 0m08.02s system 0m12.96s real 0m14.84s user 0m07.41s system 0m12.96s real 0m14.99s user 0m07.49s system 0m13.06s real 0m14.91s user 0m07.54s system And here's the script in question, benchmark.sh: #!/bin/sh set -u set -e # usage: runit branch runit() { git checkout "$1" echo echo NOW TESTING ON "$1" echo for i in `jot 10`; do make clean >/dev/null; time make -j2 >/dev/null; done } make clean >/dev/null for branch in "$@" do runit "$branch" done |