Commit Graph

9 Commits

Author SHA1 Message Date
Chris Croome 7c68a3d9a8 edits to try to fix map markers 2019-07-05 19:11:54 +01:00
Chris Lowis 113e229f55 Merge python and python-2
I'm not sure the distinction between Python and Python 2 is
particularly helpful, and because they share a logo it means we appear
to have python listed twice under technologies. I've replaced
instances of `python-2` with `python` to fix.
2019-03-28 20:54:58 +00:00
James Mead fd2c1fdd79 Fix coops map by replacing single quote with HTML entity
I'm pretty sure this was also a problem on the Wordpress version of the
site, but I think I fixed it by removing the single quote from the very
same address.
2018-11-30 16:58:32 +00:00
James Mead 8780eca301 Fix & normalize Coop frontmatter YAML
Also ensure newline at EOF.

This was achieved by running the new normalize_coop_frontmatter.rb
script which basically reads in the frontmatter, parses it and dumps it
back out.

I had to manually fix some telephone numbers which had been incorrectly
parsed as some kind of number rather than as strings.
2018-11-30 16:54:12 +00:00
Chris Lowis 6ba79a775d Add a members field to each file under _coops
I've populated the data, where available, from the field "Number of
current members The number of full members (owners) in the co-op." in
the wordpress admin.
2018-11-30 12:56:40 +00:00
Stephen Cox e575823428 Merged dev 2018-11-30 11:43:15 +00:00
Stephen Cox 34fbb2f4e8 #2 Fixed markdown for coop pages 2018-11-30 11:34:46 +00:00
Martin Burchell 67218efa00 Update Aptivate GitHub
I work for Aptivate and I'm OK with this!
2018-11-29 16:58:45 +00:00
Chris Lowis 54a2d68952 Migrate co-op pages from old site
I ran `ruby migrate_coop_pages.rb` in `scripts`. There will need to be
some manual tidying up of the generated `.md` files under `_coops` but
I think this is a good start. As a one-off it doesn't warrant the time
it would take to improve the migration script.
2018-11-10 21:16:42 +00:00