Commit Graph

11 Commits

Author SHA1 Message Date
Chris Croome 4255eb049e List Dot Project under D not T 2020-08-14 12:55:01 +01:00
James Mead 3c80693d67 Geocode Coop addresses to lat & long for map 2018-11-30 16:56:07 +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 146177184c Add script to migrate clients from wordpress mirror
This script iterates over all of the coops to pull their clients from
the individual co-op pages, normalises the filenames of the images and
creates an entry under `_clients`.
2018-11-11 21:11:19 +00:00
Chris Lowis b41eb0f80e Add rubygems source to scripts Gemfile 2018-11-11 21:11:00 +00:00
Chris Lowis 0e6c62df0d Add script to migrate services from old site
This script copies the service logos, normalises the file names and
creates a corresponding entry in `_services`.
2018-11-10 22:07:32 +00:00
Chris Lowis db17505a9b Add script to migrate technologies from old site
This script copies the technology logos, normalises the file names and
creates a corresponding entry in `_technologies`.
2018-11-10 21:52:17 +00:00
Chris Lowis 986b76fe43 Add script to migrate co-op logos 2018-11-09 21:50:57 +00:00
Chris Lowis a453d287ce Extract Coop class into its own file 2018-11-09 20:58:42 +00:00
Chris Lowis 23251e7ba2 Add Coop.all method to return all co-ops for migration 2018-11-09 20:56:26 +00:00
Chris Lowis 5ca9d98343 Add a script for generating coop data from coops.tech mirror 2018-11-09 16:02:15 +00:00