aboutsummaryrefslogtreecommitdiff
path: root/www/news
Commit message (Collapse)AuthorAgeFilesLines
* add news post about Gender Reassignment Surgery fundraiser for Leah RoweLeah Rowe2018-04-222-0/+46
|
* update libreplanet news post to confirm that zyliwax is thereLeah Rowe2018-03-241-5/+8
|
* one more fix on news post: Libreplanet changed to LibrePlanetLeah Rowe2018-03-211-1/+1
|
* fix typos in previous commit: offire changed to office. fro changed to fromLeah Rowe2018-03-211-18/+18
|
* News post about Libreboot installation workshop at FSF LibrePlanet 2018Leah Rowe2018-03-212-0/+97
|
* news article asking people to help with release testingLeah Rowe2017-12-212-0/+20
|
* Fix "here" syndrome by W3C recommendationCaleb Herbert2017-10-051-2/+2
|
* add missing entry in MANIFEST for recent News entry (no PR needed)Leah Rowe2017-09-211-0/+1
| | | | PR not needed for this. Just a simple fix
* Add news article and hardware page sectionJohnny Rasnic2017-09-141-0/+11
|
* www/news: announcement of Alyssa's resignationLeah Rowe2017-09-012-0/+78
|
* clarify that raptor is the first *high-end* libre OEMLeah Rowe2017-08-201-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 pageLeah Rowe2017-08-152-0/+42
|
* www/index.sh: Fix OpenBSD touch(1) incompatibility, take #2Michael Reed2017-07-101-0/+5
| | | | | | | | | | | | | | | | | | | | | 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, we solve this by keeping a MANIFEST file under news/, which is read to determine (a) which articles should be added to news/index.md, and (b) in which order. This avoids the need for touch(1) altogether, finally making the whole libreboot website build properly on OpenBSD. This also allows a minor simplification in the Makefile.
* Revert last commit (it caused issues. no PR needed; mreed permits the revert)Leah Rowe2017-07-115-0/+0
| | | | This reverts commit bfc86546849e15dd98362852e76fa9feac2fba77.
* www/index.sh: Fix OpenBSD touch(1) incompatibilityMichael Reed2017-07-105-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 LibrebootLeah Rowe2017-06-101-0/+25
|
* fix links on andrew's news entry, with alyssa's permissionLeah Rowe2017-06-051-15/+11
| | | | | pull request not needed. alyssa gave me permission via email, to push this directly to master
* DittoAlyssa Rosenzweig2017-06-041-1/+1
|
* they->heAlyssa Rosenzweig2017-06-041-1/+1
|
* Edit news entryAlyssa Rosenzweig2017-06-041-27/+24
|
* Add news entry about new member of Libreboot core management: Andrew RobbinsLeah Rowe2017-06-041-0/+39
|
* Remove distracting 'posts' about domain offersAlyssa Rosenzweig2017-05-252-51/+0
|
* Proposal: transfer libreboot.org domain name to Software Freedom ConservancyLeah Rowe2017-04-271-0/+36
|
* news/fsf-domain-offer: Petition on whether to transfer libreboot.org to FSFLeah Rowe2017-04-261-0/+15
|
* Update index + typofixAlyssa Rosenzweig2017-04-251-1/+1
|
* Rough draft of 'Formalised Structure'Alyssa Rosenzweig2017-04-251-0/+35
|
* Link to discussion on Reddit subforum about whether to re-join GNULeah Rowe2017-04-221-0/+9
|
* Further adapt RSSAlyssa Rosenzweig2017-04-081-14/+0
|
* Rename blog/ to news/Leah Rowe2017-04-082-0/+140