Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert last commit (it caused issues. no PR needed; mreed permits the revert) | Leah Rowe | 2017-07-11 | 5 | -0/+0 |
| | | | | This reverts commit bfc86546849e15dd98362852e76fa9feac2fba77. | ||||
* | www/index.sh: Fix OpenBSD touch(1) incompatibility | Michael Reed | 2017-07-10 | 5 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running index.sh on OpenBSD, the following error happens for each item in the news/ directory (output is from "bash -x"): + touch -d '4 Jun 2017' news/andrew-robbins-new-maintainer.md touch: out of range or illegal time specification: YYYY-MM-DDThh:mm:ss[.frac][Z] This is because OpenBSD's touch(1) requires that the "d" flag's argument be in ISO 8601 format, that is, "YYYY-MM-DDThh:mm:ss[.frac][Z]". This could have been dealt with by converting the article date (determined by "sed -n 3p $f | sed -e 's/^..//g'") to ISO 8601 format, then passing the date to touch(1). That would have required even more code, so was discarded as a possible solution. Instead, this has been solved by prepending the ISO 8601 date to the names of all news items. This has the benefit of avoiding the need for touch(1) altogether, as a lexicographic sorting of ISO 8601 dates is the same as a date-based sorting. In other words, "ls news/*.md" will give a list of articles sorted by date, which we can then append to news/index.md in that order. One downside of this solution is that it introduces the possibility that the date in the filename (ISO 8601 format) of a news article does not match the date inside the article (e.g., 1 May 2017). I have not dealt with this as it remains to be seen whether it will be a problem in practice. | ||||
* | News post about the new development mailing list for Libreboot | Leah Rowe | 2017-06-10 | 1 | -0/+25 |
| | |||||
* | fix links on andrew's news entry, with alyssa's permission | Leah Rowe | 2017-06-05 | 1 | -15/+11 |
| | | | | | pull request not needed. alyssa gave me permission via email, to push this directly to master | ||||
* | Ditto | Alyssa Rosenzweig | 2017-06-04 | 1 | -1/+1 |
| | |||||
* | they->he | Alyssa Rosenzweig | 2017-06-04 | 1 | -1/+1 |
| | |||||
* | Edit news entry | Alyssa Rosenzweig | 2017-06-04 | 1 | -27/+24 |
| | |||||
* | Add news entry about new member of Libreboot core management: Andrew Robbins | Leah Rowe | 2017-06-04 | 1 | -0/+39 |
| | |||||
* | Remove distracting 'posts' about domain offers | Alyssa Rosenzweig | 2017-05-25 | 2 | -51/+0 |
| | |||||
* | Proposal: transfer libreboot.org domain name to Software Freedom Conservancy | Leah Rowe | 2017-04-27 | 1 | -0/+36 |
| | |||||
* | news/fsf-domain-offer: Petition on whether to transfer libreboot.org to FSF | Leah Rowe | 2017-04-26 | 1 | -0/+15 |
| | |||||
* | Update index + typofix | Alyssa Rosenzweig | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Rough draft of 'Formalised Structure' | Alyssa Rosenzweig | 2017-04-25 | 1 | -0/+35 |
| | |||||
* | Link to discussion on Reddit subforum about whether to re-join GNU | Leah Rowe | 2017-04-22 | 1 | -0/+9 |
| | |||||
* | Further adapt RSS | Alyssa Rosenzweig | 2017-04-08 | 1 | -14/+0 |
| | |||||
* | Rename blog/ to news/ | Leah Rowe | 2017-04-08 | 2 | -0/+140 |