Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/index.sh: Fix sed(1) invocation on OpenBSD | Michael Reed | 2017-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | This is the same idea as 497a49162f7c8b5c1d7c653087b0ac6c8e5765f9. Without this patch, the following errors occur when running index.sh: sed: 1: "news/new-mailing-lists. ...: extra characters at the end of n command sed: 1: "news/andrew-robbins-new ...: extra characters at the end of n command sed: 1: "news/formalised-structu ...: extra characters at the end of n command sed: 1: "news/proposal-rejoin-gn ...: extra characters at the end of n command sed: 1: "news/unity.bare.html": extra characters at the end of n command | ||||
* | Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' | Andrew Robbins | 2017-06-23 | 1 | -1/+1 |
| | | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin. | ||||
* | Swapped out 'echo' calls w/ 'printf ...' | Andrew Robbins | 2017-06-23 | 1 | -18/+18 |
| | | | | Continuation of pull request #217 re: printf usage. | ||||
* | Fix double news/ | Alyssa Rosenzweig | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | Further adapt RSS | Alyssa Rosenzweig | 2017-04-08 | 1 | -7/+7 |
| | |||||
* | Integrate RSS feed | Alyssa Rosenzweig | 2017-04-08 | 1 | -5/+47 |
| | |||||
* | Rename blog/ to news/ | Leah Rowe | 2017-04-08 | 1 | -4/+4 |
| | |||||
* | Setup blogging infrastructure | Alyssa Rosenzweig | 2017-04-08 | 1 | -0/+36 |