4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
023d66d0d4 Remove broken GitHub link for Blake House 2018-11-29 17:13:34 +00:00
417 changed files with 20343 additions and 60996 deletions

4
.gitignore vendored
View File

@ -1,4 +1,2 @@
_site
.idea
vendor
*.swp


View File

@ -1,19 +1,9 @@
image: ruby:2.5.3
stages:
- test
- staging
- production
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
cache:
key: gems
paths:
- vendor
before_script:
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
- eval $(ssh-agent -s)
@ -22,7 +12,7 @@ before_script:
- chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- bundle install --path vendor
- bundle install
test:
stage: test
@ -34,34 +24,25 @@ test:
except:
- master
deploy:dev:
stage: staging
script:
- bundle exec jekyll build -d public
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/dev/
artifacts:
paths:
- public
environment:
name: dev
url: https://dev.coops.tech
only:
- master
deploy:production:
stage: production
stage: deploy
script:
- bundle exec jekyll build -d public
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/default/
- rsync -aqz public/ cotech@webarch2.co.uk:sites/default/
artifacts:
paths:
- public
environment:
name: production
url: https://www.coops.tech
only:
- master
when: manual
after_script:
- rm -rf /root/.ssh/
deploy:dev:
stage: deploy
script:
- bundle exec jekyll build -d public
- rsync -aqz public/ cotech@webarch2.co.uk:sites/dev/
artifacts:
paths:
- public
only:
- dev

View File

@ -1,41 +0,0 @@
# Serve .html files without extensions and allow directory listings
Options +MultiViews +Indexes
# If a SVG and a PNG exists the prefer the SVG
AddType image/svg+xml;qs=0.9 svg sgvz
AddType image/png;qs=0.8 png
# Work around Apache bug from 2002
# https://bz.apache.org/bugzilla/show_bug.cgi?id=53595
# https://kevinlocke.name/bits/2012/07/20/serving-xhtml-with-apache-multiviews/
Header always edit "Content-Type" ";\s*qs=[0-9]*(?:\.[0-9]+)?\s*" ""
# Gzip these file types
AddOutputFilter DEFLATE html
AddOutputFilter DEFLATE svg
AddOutputFilter DEFLATE css
AddOutputFilter DEFLATE js
# URL's that changed
Redirect /coops/ https://www.coops.tech/co-op/
Redirect /technology/gnu-bash https://www.coops.tech/technology/bash
Redirect /co-op/graphics-coop https://www.coops.tech/co-op/form-and-function
# Canonical URLs redirect to the domain with a www
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^coops\.tech$
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
</IfModule>
# Redirect HTTP to HTTPS
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
</IfModule>
# Strict Transport Security Header, this prevents clients
# with STS support from accessing the site using HTTP
# https://stackoverflow.com/questions/24144552/how-to-set-hsts-header-from-htaccess-only-on-https
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
# Directory Listings
HeaderName /top.html
ReadmeName /bot.html
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=*
IndexOptions Charset=UTF-8 SuppressHTMLPreamble XHTML TrackModified IconsAreLinks
IndexOptions SuppressDescription

View File

@ -1,4 +1,6 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'geocoder'
# Fixes deprecation warning - see https://github.com/jekyll/jekyll-sass-converter/pull/75
gem 'jekyll-sass-converter', git: 'https://github.com/jekyll/jekyll-sass-converter.git', branch: 'sassc'

View File

@ -1,21 +1,28 @@
GIT
remote: https://github.com/jekyll/jekyll-sass-converter.git
revision: c4d4e3e5b1a2222bb94895f9a6ab7e0216236ab8
branch: sassc
specs:
jekyll-sass-converter (1.5.2)
sassc (~> 2.0)
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.1)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.10.0)
ffi (1.9.25)
forwardable-extended (2.6.0)
geocoder (1.5.1)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
jekyll (3.7.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -28,12 +35,10 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -41,25 +46,24 @@ GEM
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
public_suffix (2.0.5)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (2.2.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
safe_yaml (1.0.4)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
PLATFORMS
ruby
DEPENDENCIES
geocoder
jekyll
jekyll-sass-converter!
BUNDLED WITH
1.17.3
1.17.1

View File

@ -2,85 +2,16 @@
## Introduction
This is a port of the current WordPress version of the CoTech website to a statically-generated site using Jekyll. The site consists of a bunch of markdown files and images stored in git.coop. The Jekyll build process is automated so that there is no need to have Jekyll installed and running to make changes to the site.
* Live site: https://coops.tech/
* Dev site: https://dev.coops.tech/
## Updating the site
It is possible to edit markdown files and upload images through the [GitLab Web IDE](https://docs.gitlab.com/ce/user/project/web_ide/). To use this, got to the [GitLab website page](https://git.coop/cotech/website) and click the Web IDE button to the left below the toolbar.
Each page type lives in it's own folder.
* _clients contains client pages
* _coops contains coop pages
* _services contains service pages
* _technologies contains technology pages
To change a coop page, edit the relevant coop file in the _coops directory. Each file contains a metadata block at the top of the file, followed by the main text describing the coop. The metadata block contains the coop details and lists of clients, services and technologies associated with the coop.
If using GitLab Web IDE, make your changes to the relevant files and then commit your changes by clicking the commit button in the bottom-left corner. Add a brief description of the changes you have made as a the commit message and then click 'Stage & Commit'. It is okay to commit to the master git branch if you are simply updating your coop details, but if you are making extensive changes to many coop pages it is better to create a new branch and merge request and ask someone else to review your changes before they merge your changes in the master branch.
Once your changes have been committed to the master branch an automatic build of the dev site is triggered. This will take a few minutes to run and you can check the status of the build here: https://git.coop/cotech/website/pipelines. Once the build has completed you will be able to see your changes on the dev site: https://dev.coops.tech/.
If you're happy with they changes on the dev site, then you can deploy them to the live site. See the Deployment section below on how to do this.
### Adding new clients, services and technologies
You will need to add a new markdown file in the relevant directory for the new item. The file only needs to contain a metadata block with the details describing the new item, this is typically just a title and name (which are usually the same), but look at other items for examples.
Along with the new file you will also need to upload a logo or image for the new item. Images live in a sub-directory of the images directory and should be named the same as the markdown file, but with a .png extension. Images should be formatted as a PNG and optimized for the web.
Once the new file and image have been created then you can add the new client, service or technology as a list item in the metadata section of the relevant coop file.
This is a port of the current Wordpress version of the [CoTech Website][] to a statically-generated site using [Jekyll][].
## Run the site locally
You can run the site on your computer as if it were live online using Jekyll. You will need `git` and `ruby` installed on your machine to do this. Then clone the repository
### ... using docker
Make sure you have [docker](https://docs.docker.com/install/) (CE is fine) installed and running,
and [docker-compose](https://docs.docker.com/compose/install/) installed,
then:
git clone git@git.coop:cotech/website.git
cd website
docker-compose up -d
And visit [localhost:4000](http://localhost:4000) to view the site.
There are two docker volumes used here:
* `vendor` - caches the ruby gems even if you recreate the containers
* `site` - holds the built site files to share them with httpd (and not clutter your local filesystem)
A few useful things you might want to do:
# check the status of the containers
docker-compose ps
# stop all the containers (but don't remove them)
docker-compose stop
# stop and remove the containers (but leave the volumes)
docker-compose down
# remove everything
docker-compose down -v
# bring it back to life from any state you happen to be in
docker-compose up -d
# run some ruby/bundler commands
docker-compose run jekyll bundle --version
docker-compose run jekyll bundle update
docker-compose run jekyll bundle exec jekyll --help
### ... directly on your machine
Install the dependencies for the project
git clone git@git.coop:cotech/website.git
cd website
gem install bundler
bundle install
@ -91,25 +22,9 @@ Run a local web server so that you can view the site
And visit [localhost:4000](http://localhost:4000) to view the site.
**Note: not all the images will load as there is no `.htaccess` support locally**
## Deploy CI
## Deployment
### Dev/Staging
When changes are committed to the `master` branch the `.gitlab-ci.yml` file triggers the building of the site and then the copying of the results to [dev.coops.tech](https://dev.coops.tech).
### Production
You need to manually deploy the changes from dev to production.
1. View the changes on [dev.coops.tech](https://dev.coops.tech) and ensure you're happy for them to be pushed to production.
2. Visit [GitLab environments](https://git.coop/cotech/website/environments). __NOTE.__ If you don't have access to the environments page then post a message in the [Website category of the CoTech forum](https://community.coops.tech/c/cotech/website) to ask someone to do it for you.
3. Click the "Play" icon on the right of the screen in the row for the "dev" environment and choose "deploy:production".
4. Your changes will be visible in production when the commit listed in the "production" environment row matches the commit listed in the "dev" environment row.
When changes are committed to the `master` branch the `.gitlab-ci.yml` file triggers the building of the site and then the copying of the results to https://static.coops.tech/ and when changes are committed to the `dev` branch the site at https://dev.static.coops.tech/ is updated.
## Contributing

View File

@ -1,4 +0,0 @@
---
title: The 10:10 Foundation
website: https://1010uk.org/
---

View File

@ -1,3 +0,0 @@
---
title: ACORN
---

View File

@ -1,3 +0,0 @@
---
title: Action Aid
---

View File

@ -1,3 +0,0 @@
---
title: The Alpha Complex
---

View File

@ -1,3 +0,0 @@
---
title: Association for Progressive Communications
---

View File

@ -1,4 +0,0 @@
---
title: Barbour Logic
website: http://www.barbourlogic.co.uk/
---

View File

@ -1,3 +0,0 @@
---
title: The British Association of Social Workers (BASW)
---

View File

@ -1,3 +0,0 @@
---
title: Better Media
---

View File

@ -1,4 +0,0 @@
---
title: Bioregional
website: https://www.bioregional.com/
---

View File

@ -1,4 +1,3 @@
---
title: Cairn Housing Association
website: https://www.cairnha.com/
---

View File

@ -1,4 +1,3 @@
---
title: CDS Co-operatives
website: https://www.cds.coop/
---

View File

@ -1,4 +0,0 @@
---
title: Childrens Health Scotland
website: https://www.childrenshealthscotland.org/
---

View File

@ -1,3 +0,0 @@
---
title: Climate Outreach
---

View File

@ -1,4 +0,0 @@
---
title: Common Futures
website: https://commonfutures.eu/
---

View File

@ -1,3 +0,0 @@
---
title: The Centre for Sustainable Healthcare
---

View File

@ -1,3 +0,0 @@
---
title: CTRLshift
---

View File

@ -1,4 +0,0 @@
---
title: ECAS
website: https://www.ecas.scot/
---

View File

@ -1,3 +0,0 @@
---
title: The Eden Project
---

View File

@ -1,4 +0,0 @@
---
title: en10ergy Limited
website: https://en10ergy.org.uk/
---

View File

@ -1,3 +0,0 @@
---
title: Ethical Consumer
---

View File

@ -1,3 +0,0 @@
---
title: Food Standards Agency
---

View File

@ -1,3 +0,0 @@
---
title: Freedom from Torture
---

View File

@ -1,3 +0,0 @@
---
title: Friends House
---

View File

@ -1,4 +0,0 @@
---
title: The Fundraising Regulator
website: https://www.fundraisingregulator.org.uk/
---

View File

@ -1,4 +0,0 @@
---
title: Greenwich Co-operative Development Agency
website: https://gcda.coop/
---

View File

@ -1,3 +0,0 @@
---
title: Generation Rent
---

View File

@ -1,4 +1,3 @@
---
title: Global Canopy Programme
website: https://www.globalcanopy.org/
---

View File

@ -1,4 +0,0 @@
---
title: Greener Kirkcaldy
website: https://www.greenerkirkcaldy.org.uk/
---

View File

@ -1,3 +0,0 @@
---
title: Greenpeace
---

View File

@ -1,3 +0,0 @@
---
title: Health In Touch
---

View File

@ -1,3 +0,0 @@
---
title: International Co-operatives Alliance
---

View File

@ -1,4 +0,0 @@
---
title: IDEO
website: https://www.ideo.com/
---

View File

@ -1,3 +0,0 @@
---
title: International Federation of Social Workers
---

View File

@ -1,4 +1,3 @@
---
title: Information Architecture Institute
website: https://www.iainstitute.org/
---

View File

@ -1,3 +0,0 @@
---
title: Institute for Strategic Dialogue
---

View File

@ -1,4 +0,0 @@
---
title: The Kaizen Partnership
website: http://wearekaizen.co.uk/
---

View File

@ -1,3 +0,0 @@
---
title: Land Explorer
---

View File

@ -1,4 +0,0 @@
---
title: London Permaculture Network
website: https://www.londonpermaculture.com/
---

View File

@ -1,3 +0,0 @@
---
title: Media Reform Coalition
---

View File

@ -1,4 +0,0 @@
---
title: Muswell Hill Sustainability Group
website: https://mhsgroup.org/
---

View File

@ -1,3 +0,0 @@
---
title: Modern Art Oxford
---

View File

@ -1,4 +0,0 @@
---
title: New Economics Foundation
website: https://neweconomics.org/
---

View File

@ -1,3 +0,0 @@
---
title: Global Network of Sex Work Projects
---

View File

@ -1,4 +0,0 @@
---
title: Off Grid Festival
website: https://offgrid-festival.co.uk/
---

View File

@ -1,3 +1,3 @@
---
title: The Open University
title: Open University
---

View File

@ -1,4 +0,0 @@
---
title: The Open Co-op
website: https://open.coop/
---

View File

@ -1,4 +0,0 @@
---
title: openDemocracy
website: https://www.opendemocracy.net/
---

View File

@ -1,4 +0,0 @@
---
title: Oxford University Hospitals
website: https://www.ouh.nhs.uk/
---

View File

@ -1,4 +0,0 @@
---
title: Ovesco
website: https://ovesco.co.uk/
---

View File

@ -1,3 +0,0 @@
---
title: Packt Publishing
---

View File

@ -1,3 +0,0 @@
---
title: Peace Brigades International
---

View File

@ -1,3 +0,0 @@
---
title: Privacy International
---

View File

@ -1,3 +0,0 @@
---
title: Public Law Project
---

View File

@ -1,4 +0,0 @@
---
title: Queen's Nursing Institute Scotland
website: https://www.qnis.org.uk/
---

View File

@ -1,4 +0,0 @@
---
title: Resilient Scotland
website: https://www.resilientscotland.org.uk/
---

View File

@ -1,4 +1,3 @@
---
title: Sands
website: https://www.sands.org.uk/
---

View File

@ -1,4 +0,0 @@
---
title: Sarcoma UK
website: https://sarcoma.org.uk
---

View File

@ -1,4 +0,0 @@
---
title: Solarcentury
website: https://www.solarcentury.com/
---

View File

@ -1,4 +0,0 @@
---
title: The School for Social Entrepreneurs
website: https://www.the-sse.org/
---

View File

@ -1,4 +0,0 @@
---
title: St Ethelburga's
website: https://stethelburgas.org/
---

View File

@ -1,3 +0,0 @@
---
title: Stir To Action
---

View File

@ -1,3 +0,0 @@
---
title: Political Education Network
---

View File

@ -1,3 +0,0 @@
---
title: United Nations Educational, Scientific and Cultural Organization
---

View File

@ -1,4 +1,3 @@
---
title: UNICEF
website: https://www.unicef.org/
---

View File

@ -1,3 +0,0 @@
---
title: We Collective
---

View File

@ -1,3 +0,0 @@
---
title: Wiki Factory
---

View File

@ -1,4 +0,0 @@
---
title: Worcestershire Office of Data Analytics
website: https://www.linkedin.com/company/worcestershire-office-of-data-analytics/
---

View File

@ -1,3 +0,0 @@
---
title: Woodcraft Folk
---

View File

@ -1,13 +1,7 @@
---
title: CoTech
long_title: Cooperative Technologists
description: Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.
title: Cotech Website
timezone: UTC
url: https://www.coops.tech
exclude:
- scripts
- vendor
- .idea
exclude: ['scripts']
collections:
clients:
title: Clients
@ -46,5 +40,5 @@ defaults:
type: technologies
values:
layout: technology
forum: https://community.coops.tech/
contact_email: contact@coops.tech
mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA

View File

@ -1,58 +1,45 @@
---
title: Agile Collective
name: Agile Collective
members: 12
website: https://agile.coop/
email: hello@agile.coop
website: http://agile.coop/
email: info@agile.coop
twitter: AgileCollective
github: agilecollective
telephone: '+44 (0) 1865 403 120'
address: The Old Music Hall,106-108 Cowley Road,Oxford,OX4 1JE,United Kingdom
telephone: 01865 403 120
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4 1JE
latitude: 51.7483161
longitude: -1.2390645000000404
clients:
- actionaid
- basw
- bond
- climate-outreach
- co-operatives-uk
- eden-project
- ethical-consumer
- food-standards-agency
- freedom-from-torture
- fundraising-regulator
- global-canopy
- global-canopy-programme
- information-architecture-institute
- international-land-coalition
- international-planned-parenthood-federation
- modern-art-oxford
- oxfam-international
- oxford-city-council
- oxfordshire-county-council
- sands
- sarcoma
- the-eden-project
- unicef
- university-of-oxford
services:
- analytics
- branding-and-identity
- consultancy
- data-visualisation
- development
- devops
- graphic-design
- ideation
- logo-design
- seo-optimisation
- strategy
- sysadmin
- user-research
- web-design
technologies:
- apache
- bash
- debian
- discourse
- gnu-bash
- centos
- d3
- drupal
- docker
- gitlab
- htmlcss
- icinga
@ -62,14 +49,10 @@ technologies:
- munin
- mysql
- php
- rocket-chat
- symfony
- ubuntu
- wordpress
---
Agile Collective is a worker-owned digital agency with a team of 18 based in the UK and Italy.
We design, build and support websites for purpose-driven organisations: clients that value environmental sustainability, social responsibility, equality and human rights, and share our vision of a better world for everyone.
We are a company with a conscience. And lots of bicycles.
Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team including our client.
As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the Code Club on a Wednesday afternoon which is aimed at inspiring young people to get into coding.
There is also a company-wide obsession with cycling of various kinds.

View File

@ -1,12 +1,11 @@
---
title: Alpha Communication
name: Alpha Communication
members: 2
website: http://alpha.coop/
email: info@alpha.coop
twitter: alpha.coop
github: AlphaCo_op
telephone: "+441912111938"
telephone: +441912111938
address: 6 Charlotte Square,Newcastle upon Tyne,United Kingdom,NE1 4XF
latitude: 54.97101
longitude: -1.61974
@ -27,20 +26,18 @@ services:
- photography
- printing
- web-design
technologies:
---
CO-OPERATIVE
We are a co-operative owned by our workers.
Co-operation, openness and fairness are at the heart of everything we do.
CREATIVE
Innovative, accurate, lively and lush.
Our team is bursting with ideas and eager to work with you.
CO-ORDINATED
Branding, media, print and video all working together.
We deliver on time and within budget.
KNOWING
After 30 years, we know what were doing.
We help you engage with the people you need to reach.

View File

@ -1,10 +1,9 @@
---
title: Animorph
name: Animorph
members: 5
website: https://animorph.coop
email: we@animorph.coop
twitter: animorphcoop
twitter:
github:
telephone:
address: Space4, 149 Fonthill Road,London,N4 3HF
@ -13,20 +12,15 @@ longitude: -0.10782689999996364
clients:
- halo-post-production
- southbank-centre
- open-university
- packt
- isd
services:
- animation
- artwork
- augmented-reality
- big-data
- branding-and-identity
- development
- exhibition-and-display
- graphic-design
- ideation
- machine-learning
- mixed-reality
- motion-graphics
- virtual-reality
@ -34,19 +28,12 @@ technologies:
- c
- htmlcss
- javascript
- node-js
- python
- unity-3d
---
Animorph addresses unmet social and medical needs using augmented and virtual reality.
We provide a full range of services and products geared towards bespoke immersive app development, including research, design workshops, programming, consultation, video production, and sound design.
Since early 2016, we have been collaborating with social enterprises, medical researchers, and organisations including Southbank Centre, The Open University, and Institute for Strategic Dialogue.
We invite all stakeholders to participate in the development process. We excel at understanding the challenges expressed by our end-users; every story takes us on a unique journey.
Animorph Co-operative is democratically owned and run, with great care for the well-being of our workers, supporting professional as well as personal development.
We are an immersive media workers co-operative specialising in virtual, augmented and mixed reality.
Our projects range from 3D interface integration, art and research, through simulations, education and app optimisation, to strictly practical applications.
We collaboratively conceive and develop applications that provide quality matching the capacity of the new media realm.
We look forward to engaging in cutting-edge endeavours that build bridges across disciplines and environments in order to bring people together.
Lets forge alliances for the future we want to live in.

View File

@ -1,13 +1,12 @@
---
title: Aptivate
name: Aptivate
members:
website: http://aptivate.org/
email: outreach@aptivate.org
twitter: aptivateuk
github: aptivate
telephone: "+44 (0)1223 967838"
address: 25 Signet Court, Swann&rdquo;s Road, Cambridge,United Kingdom,CB5 8LA
github:
telephone: +44 (0)1223 967838
address: 25 Signet Court, Swann's Road, Cambridge,United Kingdom,CB5 8LA
latitude: 52.21427610000001
longitude: 0.15076890000000276
clients:
@ -31,9 +30,8 @@ technologies:
- docker
- javascript
- php
- python
- python-2
---
Aptivate is a UK based NGO that provides IT services for international development. We believe in the power of knowledge and communication to alleviate poverty, suffering and conflict, and in the right of every individual to inform and be informed. We are dedicated to developing ICT services that facilitate communication for unconnected communities, empowering ordinary people across the developing world to improve their lives.
Please see http://aptivate.org/en/about/ for more information.

View File

@ -1,10 +1,9 @@
---
title: Autonomic
name: Autonomic
members: 6
website: https://autonomic.zone/
email: autonomic-coop@posteo.net
twitter: autonomiccoop
twitter: autonomic-coop%40posteo.html
github:
telephone:
address: 1539 Pershore Road,Stirchley,Birmingham,United Kingdom,B30 2JH
@ -28,7 +27,7 @@ services:
- web-design
technologies:
- ansible
- bash
- gnu-bash
- civicrm
- d3
- debian
@ -46,7 +45,7 @@ technologies:
- open-street-map
- php
- postgresql
- python
- python-2
- rocket-chat
- sandstorm
- ubuntu
@ -55,8 +54,8 @@ technologies:
We build technologies and infrastructure to empower users to make a positive impact on the world. All of our services reflect our commitment to our core values:
* Sustainability
* Transparency
* Privacy
Sustainability
Transparency
Privacy
We design integrated infrastructure tailored to your needs utilising technologies from the best free and open source software projects available. Your data under your control.

View File

@ -1,12 +1,11 @@
---
title: Blake House Filmmakers Coop
name: Blake House Filmmakers Coop
members: 2
website: https://blake.house/
email: hello@blake.house
twitter: blake_house
github: hello%40blake.html
telephone: "+447779 404510"
github:
telephone: +447779 404510
address: Unit 1H Clapham North Arts Centre,26-32 Voltaire Rd,London,SW4 6DH
latitude: 51.46268029999999
longitude: -0.14825569999993604
@ -40,9 +39,6 @@ technologies:
---
Blake House is a coooperative social enterprise that makes engaging online videos for the third and public sectors.
We use filmmaking as a powerful tool to amplify inspiring stories and causes, driving audience engagement and energising viewers to take action and participate.
The co-op was founded after founding members Ieva and Simon wanted to create a sustainable and dignified alternative to the conventional film industry, challenging the precarious nature of creative work and the lack of equality and social fulfillment in the industry. They decided to form a co-operative, an organisation where all members are equal owners of the business, where all decision making is democratic and where they could work with clients whos stories they were proud to tell.
Our founding principle is to invest the majority of our surplus each year into our members own artistic or community based projects building self reliance and autonomy and allowing our members to remain creative whilst working on projects that they love.

View File

@ -1,12 +1,11 @@
---
title: Calverts
name: Calverts
members: 13
website: http://www.calverts.coop/
email: info@calverts.coop
twitter: calverts_print_london
github: calverts
telephone: "+44 (0) 20 7739 1474"
telephone: +44 (0) 20 7739 1474
address: 9-10 The Oval,London,UK,E2 9DT
latitude: 51.53326029999999
longitude: -0.05884240000000318
@ -70,11 +69,8 @@ technologies:
---
Calverts is a creative design, print and production coop in Bethnal Green, east London. We specialise in branding, content, web, publications and sustainable print.
We design and produce all kinds of 2D media, from print to web, display, wayfinding and exhibition.
Calverts design and reprographics studio creates and implements visual identities, brand graphics, campaigns, publications and websites. Our services range from communication strategy, design consultancy and workshops to copywriting, illustration, photography, artwork, typesetting and page makeup.  
Calverts in house print includes Heidelberg offset litho, digital, large format inkjet, giclée and Risograph. Were experts in the latest and best print technology, as well as traditional craft and special applications. We deliver, fulfill and mail out locally and across the world.
Calverts service is 100% professional. Our approach and ethos are 100% co-operative. The promise: high quality, economical and environmentally sustainable communication, Forest Stewardship Council and ISO14001 certified.

View File

@ -1,12 +1,11 @@
---
title: CBN
name: CBN
members: 5
website: http://broadband.coop/
email: info@broadband.coop
twitter: cbn_team
github:
telephone: "0161 283 2675"
telephone: 0161 283 2675
address: c/o McKellans,11 Riverview, The Embankment Business Park,Vale Road, Heaton Mersey,Stockport,UK,SK4 3GN
latitude: 53.4067704
longitude: -2.202668899999935
@ -22,11 +21,7 @@ technologies:
---
At CBN we work to advise national and local Government, urban and rural organisations on ways to develop their digital infrastructure to promote economic development and digital inclusion.
We emphasise the opportunity that comes from the development of what we call a truly **transformational digital infrastructure** or TDI; While “Gigabit” and “superfast broadband” are often seen as goals in their own right they are in truth inputs to a greater transformational agenda.
We emphasise the opportunity that comes from the development of what we call a truly transformational digital infrastructure or TDI; While “Gigabit” and “superfast broadband” are often seen as goals in their own right they are in truth inputs to a greater transformational agenda.
Too often there is an assumption that once superfast or ultrafast broadband is in place the economic and social benefits will naturally follow but without that wider agenda that sees the infrastructure as a foundation, there remains a risk that the next wave of innovation will be unfocused and may miss key economic and social goals.
Thats why we have helped develop new types of infrastructure initiative like the Brighton Digital Exchange, a carrier neutral PoP and data centre owned and run by a co-operative of ISPs and digital sector businesses.
CBN has many years experience of delivering other innovative projects that shape urban and rural areas through innovation.

View File

@ -1,12 +1,11 @@
---
title: Cetis LLP
name: Cetis LLP
members: 12
website: http://www.cetis.org.uk/
email: info@cetis.org.uk
twitter: cetisllp
twitter:
github:
telephone: '07366025747'
telephone: 07366025747
address: Halton Mill,Mill Lane,Halton,Lancaster,England,LA2 6ND
latitude: 54.075809445607604
longitude: -2.7540137502212474
@ -24,5 +23,4 @@ technologies:
---
Cetis is a cooperative Limited Liability Partnership and an independent Strategic IT consultancy, specialising in learning, education and training.
We offer impartial strategic and technical advice and guidance in educational technology and process innovation, and we provide discovery services, technology solutions and training services. Our Partners and Associates are globally recognised as leading experts on educational technology innovation, interoperability and technology standards. Cetis LLP was established in 2015 by members of the Jisc Innovation Centres Cetis and OSS Watch. As the Centre for Educational Technology, Interoperability and Standards, Cetis has provided, for nearly two decades, impartial, strategic, technical and pedagogical advice on educational technology innovation, collaboration and standards to funding bodies, standards agencies, government, international organisations, institutions and commercial partners.

View File

@ -1,12 +1,11 @@
---
title: Chapel Street Studio
name: Chapel Street Studio
members: 20
website: http://chapelstreetstudio.coop/
email: info@chapelstreetstudio.coop
twitter: chapelststudio
twitter:
github:
telephone: '07743 426 846 (Martyn Johnston | Secretary)'
telephone: 07743 426 846 (Martyn Johnston | Secretary)
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West Yorkshire,BD1 3QQ
latitude: 53.795903
longitude: -1.7554270000000542
@ -16,26 +15,26 @@ technologies:
---
Chapel Street Studio is a not-for-profit, co-operative consortium of creative entrepreneurs, freelancers and businesses collaborating to provide a one-stop-shop for communication services.
Our services include:
* Animation
* Artwork
* Branding and Identity
* Consultancy
* Data visualisation
* Copywriting and translation
* Distribution
* Development
* Film
* Graphic Design
* Hosting
* Idea generation
* Illustration
* Logo design
* Marketing
* Motion graphics
* Photography
* Print finishing
* Printing
* Web design
Animation
Artwork
Branding and Identity
Consultancy
Copywriting and translation
Data visualisation
Development
Distribution
Film
Graphic Design
Hosting
Idea generation
Illustration
Logo design
Marketing
Motion graphics
Photography
Print finishing
Printing
Web design

View File

@ -1,12 +1,11 @@
---
title: Co-operative Web
name: Co-operative Web
members: 21
website: http://web.coop
email: ask@web.coop
twitter: cooperativeweb
twitter: ask%40web.html
github: CooperativeWeb
telephone: '0121 2225355'
telephone: 0121 2225355
address: 2 Devon Way,Longbridge,Birmingham,UK,B31 2TS
latitude: 52.39791473393062
longitude: -1.985548227508616
@ -46,17 +45,16 @@ services:
- hosting
- ideation
- mentoring
- virtual-servers
technologies:
- net
- angular
- angular-1-x
- centos
- express-js
- gitlab
- google-maps
- htmlcss
- java
- javascript
- laravel
- mysql
- nginx
- node-js
@ -70,5 +68,4 @@ technologies:
---
We are a 26 person worker co-operative based in Birmingham. Our focus is on development, rather than design or marketing stuff, and we work across all types of technology providing bespoke services by the hour, under retainers or for fixed price.
We specialise in building big data driven systems development and supporting both legacy and new applications for a range of clients, from large blue chip companies to small startups.

View File

@ -1,48 +0,0 @@
---
title: Code-Operative
name: Code-Operative
members: 8
website: https://code-operative.co.uk
email: contact@code-operative.co.uk
twitter: code_operative
github: Code-Operative
address: Baltic Business Quarters, Abbott&rdquo;s Hill, Gateshead, United Kingdom, NE8 3DF
latitude: 54.966587
longitude: -1.595418
clients:
- acorn
- weco
- generation-rent
- alpha-complex
- land-explorer
- health-in-touch
- the-politics-network
services:
- development
- consultancy
- database-solutions
- machine-learning
- web-design
technologies:
- angular
- ionic
- reactjs
- node-js
- javascript
- htmlcss
- django-2
- python
- laravel
- php
- c
- net
- java
- google-maps
- postgresql
- sql-server
- ubuntu
---
Code-Operative is a community of tech freelancers based in the North-East of England, with members and affiliates based further afield as well. Code-Op's processes are designed to bridge the gap between freelancers and the clients who need them, operating a not-for-profit model which puts quality and the needs of client and freelancer first.
We can offer the traditional role-based services of an agency but we can also manage existing projects and build new systems from scratch.

View File

@ -1,12 +1,11 @@
---
title: Creative Coop
name: Creative Coop
members: 4
website: https://creative.coop
email: hello@creative.coop
email:
twitter:
github:
telephone: '01206 574147'
telephone: 01274574147
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
latitude: 51.89010188809361
longitude: 0.8957915683888586
@ -48,14 +47,11 @@ technologies:
- mysql
- photoshop
- php
- python
- python-2
- sql-server
---
**We are a design studio specialising in Branding, Design and Web Development.**
We are a design studio specialising in Branding, Design and Web Development.
Creative Coop started life as a small group of freelancers who wanted to pool resources, collaborate together on web projects, and, ultimately, work towards a vision of a more sharing society. Our headquarters are in Colchester, Essex.
We chose to become a co-operative because we wanted to foster values of co-operation rather than competition between our members. We believe in the co-op vision of a fairer society run for mutual benefit rather than shareholder profit. We specialise in working with social enterprises, community projects and organisations, charities and the public sector.
We believe that co-operatives provide better products and services to clients. When were happy, and believe in what were doing, and when every member has a stake in the success of the company, we think that makes for happier clients too.

View File

@ -1,34 +0,0 @@
---
title: DCDC.io
name: DCDC.io
members: 5
website: https://dcdc.io/
email: team@dcdc.io
twitter: dcdc.io
github:
telephone:
address:
latitude: 53.8008
longitude: -1.5491
clients:
services:
- development
- consultancy
- community-building
- data-standards
- it-security
technologies:
- bash
- docker
- gitlab
- htmlcss
- java
- javascript
- json-schema
- python
- ruby
- ruby-on-rails
- ubuntu
---
DCDC is a cooperative body built with technology at its heart (a platform coop). We dare to dream of a future where software is created collaboratively and distributed frictionlessly, a future where tech companies operate fairly and transparently, and a future where technology empowers individuals, by protecting the privacy and self-sovereignity of their data.

View File

@ -1,13 +1,12 @@
---
title: 'DEV: The Developer Society'
name: 'DEV: The Developer Society'
members:
website: https://www.dev.ngo/
email: studio@dev.ngo
twitter: devsociety_
github: developersociety
telephone: '+44 333 344 7800'
address: 191 Fazeley Street,Digbeth,Birmingham,B5 5SE
github:
telephone: +44 333 344 7800
address: 191 Fazeley Street,Digbeth,Birmingham, ,B5 5SE
latitude: 52.47784126596389
longitude: -1.881633996963501
clients:
@ -31,18 +30,17 @@ services:
- strategy
- web-design
technologies:
- python-2
- python
---
We are a not-for-profit digital agency working with NGOs and groups with a progressive mission to help make the world we live in a better place.
Were the worlds first not-for-profit co-op digital studio run by and for NGOs. Were dedicated to making access to world leading technology and expertise available to everyone working for good. Weve worked with amazing groups such as: Oxfam, Save The Children, The Syria Campaign, Help Refugees, Greenpeace, the NHS, Amnesty International, Macmillan Cancer Care, CIVICUS, The Elders and lots more and were always keen to hear from new people who are trying to make the world a better place.
We work on all aspects of development and digital impact but specialise in creative problem solving with a focus in the following areas:
* Site builds
* Campaign actions and data capture
* Fundraising
* APIs
* Hack Days
* Strategy
Site builds
Campaign actions and data capture
Fundraising
APIs
Hack Days
Strategy

View File

@ -1,15 +1,14 @@
---
title: Digital Liberties
name: Digital Liberties
members: 7
website: https://digital-liberties.coop
email:
twitter:
github:
telephone: '07908 592 835'
telephone: 07908 592 835
address: 44 Arkwright Road,London,NW3 6BH
latitude: 51.5509322
longitude: -0.1833781
latitude:
longitude:
clients:
- labour-party
- nesta
@ -21,12 +20,8 @@ services:
technologies:
---
## Cybernetic Games and Participatory Democracy
Cybernetic Games and Participatory Democracy
Digital Liberties is a co-operative applying systems thinking to individual freedom and collective decision-making in the information age.
The co-operative uses modelling to ensure that complex situations can be tackled in a realistic way that is understandable to the general public.
This modelling allows us to generate flexible simulations which can be tested through games, allowing participants to fully understand the issues and also for flaws in the model to be detected.
Our approach to democratic decision-making is rooted in developing a pragmatic approach to complex decisions using digital tools. This leads to better informed policies and practices in a wide variety of circumstances.

View File

@ -1,15 +1,14 @@
---
title: dtc innovation
name: dtc innovation
members: 3
website: https://dtc-innovation.org/
email: contact@dtc-innovation.org
twitter: dtc-innovation
github:
telephone: '+44 7455 921569'
telephone: +447455921569
address: London,United Kingdom
latitude: 51.5073219
longitude: -0.1276474
latitude:
longitude:
clients:
- bbc
- data-gouv-fr
@ -40,6 +39,5 @@ technologies:
- reactjs
---
We are a _pluridisciplinary_ team of people who bring **human-centric innovation**, **web expertise** and **co-operation practices** to your team and products.
It translates into **iterative design thinking**, **agile software development** and **bespoke training consultancy services** _remotely_ and _in house_.
We are a pluridisciplinary team of people who bring human-centric innovation, web expertise and co-operation practices to your team and products.
It translates into iterative design thinking, agile software development and bespoke training consultancy services remotely and in house.

View File

@ -1,12 +1,11 @@
---
title: Fairmondo UK
name: Fairmondo UK
members:
website: https://fairmondo.uk/
email: admin@fairmondo.uk
twitter: Fairmondouk
github: Fairmondouk
telephone: '07578708442'
telephone: 07578708442
address: AES Orchard, Sunderland Street, Worth Way,Keighley,United Kingdom,BD21 5LE
latitude: 53.8612875
longitude: -1.91083900000001
@ -17,5 +16,4 @@ technologies:
---
Fairmondo UK is the UKs first co-operatively owned online marketplace. Our aim is simple: to make it easy to find the ethical online from an ethical business. Aggregating ethical sellers and goods in one marketplace and creating a brand that becomes synonymous with the best in this sector. We are a part of a global movement of co-operative businesses (starting with fairmondo.de, Germany 2012) connecting the local and working to create a new kind of transparent, democratic, open & participatory Internet.
Fairmondo UK is the trading name of Worth Cooperating Ltd, a workers co-operative. We describe ourselves as a bunch of citizen activists who asked why isnt there a co-operative version of Amazon or eBay?. Collectively we have a set of social media marketing, networking, coding, project management, management and people skills. Rather deficient in everything but prepared to have a go.

View File

@ -1,42 +0,0 @@
---
title: Form &amp; Function Digital Co-operative
name: Form & Function Digital Co-operative
members: 3
website: https://www.formandfunction.coop/
email: hello@formandfunction.coop
twitter: faf_digital
github:
telephone: '01315108735'
address: Davidson House, 57 Queen Charlotte Street, Edinburgh EH6 7EY
latitude: 55.973417
longitude: -3.1664222
clients:
- cairn-housing-association
- cds-co-operatives
- childrens-health-scotland
- ecas
- greener-kirkcaldy
- ifsw
- queens-nursing-institute
- resilient-scotland
services:
- consultancy
- development
- domain-names
- hosting
- seo-optimisation
- web-design
technologies:
- gitlab
- google-maps
- htmlcss
- javascript
- matomo
- mysql
- php
- wordpress
---
Based in Edinburgh, the small team of developers at Form & Function Digital Co-operative provides a comprehensive range of services including digital consultancy, website design & development using WordPress. We also provide hosting, maintenance and support services for the sites we build.
We have cultivated a strong reputation within the industry, as a reliable and dependable digital transformation partner. Through our work with charities, social enterprises, housing associations, community and campaigning organisations, co-operatives and other ethical businesses, we aim to deliver engaging and inclusive online experiences across the third-sector.

View File

@ -1,12 +1,11 @@
---
title: Founders and Coders
name: Founders and Coders
members:
website: http://www.foundersandcoders.com/
email: hello@foundersandcoders.com
twitter: founderscoders
github: foundersandcoders
telephone: '020 3583 2442'
twitter:
github:
telephone: 020 3583 2442
address: 14 Palmers Road,London,E2 0SY
latitude: 51.5295318
longitude: -0.04229490000000169

View File

@ -1,15 +1,14 @@
---
title: Gildedsplinters
name: Gildedsplinters
members:
website: http://gildedsplinters.coop/
email: andrew@gildedsplinters.coop
twitter: index.html
github:
telephone: '+44 7793650013'
telephone: +44 7793650013
address: Virtual
latitude: -26.9041798
longitude: -49.0924112
latitude:
longitude:
clients:
services:
- branding-and-identity
@ -22,31 +21,26 @@ technologies:
---
Gildedsplinters is an ideation platform; a cooperative of curious, creative thinkers and doers from a wide range of disciplines including academia, the creative arts, law, marketing and research who come up with clever ways to solve tricky problems
Weve generated, developed and communicated new ideas for many of the worlds best brands and organisations. So, whether youre a startup or a blue chip, need a fast fix or are looking to the longer term, we can help;
* Identify strategic and tactical opportunities
* Discover and implement new services and products
* Foster innovation
* Make plans and concepts real
* Check your own thinking
Identify strategic and tactical opportunities
Discover and implement new services and products
Foster innovation
Make plans and concepts real
Check your own thinking
Our skills and experience include;
* Developing brand vision and value
* Incubating brands and products
* Designing brand experiences
* Originating campaign themes and creative propositions
* Crafting stories, scripts and copy
* Providing insights into brand culture and audiences
* Communications and content distribution strategy
* Managing media and reputations
* Market and channel planning and activation
* Design for print, web and mobile
* Concepts and production for video and audio
* Creative mentoring and facilitation
* Communications coaching
Developing brand vision and value
Incubating brands and products
Designing brand experiences
Originating campaign themes and creative propositions
Crafting stories, scripts and copy
Providing insights into brand culture and audiences
Communications and content distribution strategy
Managing media and reputations
Market and channel planning and activation
Design for print, web and mobile
Concepts and production for video and audio
Creative mentoring and facilitation
Communications coaching
Our members have worked with a wide range of clients, from startups to global organisations, including;
Alcatel, Aviva, Barclays, BBC, Bluewater, BMW, Bose, British Airways, Bulmers, Brook Street, Cannon, Cadbury, Carphone Warehouse, Chevrolet, .coop, Coops UK, CWDC Social Worker Recruitment, Dixons, Disney, Ferrero, Giant Bicycles, Google, Great Ormond Street Hospital, Habitat, Heals, Hewlett Packard, IBM, Jamaica Tourism, National Trust, Notonthehighstreet.com, Jaguar, Kodak, Neff, Nestle, Oracle, Peugeot, Post Office, Proctor & Gamble, Renault, Royal Mail, RSPB, Saab, SanDisk, TDA Teacher recruitment, Tesco, Thomson Holidays, Toshiba, Unilever and Waitrose
 

View File

@ -1,15 +1,14 @@
---
title: Glowbox Design
name: Glowbox Design
members:
website: http://www.glowboxdesign.co.uk
email: contact@glowboxdesign.co.uk
twitter:
github:
telephone:
address: London
latitude: 51.5073219
longitude: -0.1276474
latitude:
longitude:
clients:
- creating-freedom
- participatory-economics-uk
@ -32,3 +31,4 @@ technologies:
- photoshop
- wordpress
---

View File

@ -1,20 +1,18 @@
---
title: Go Free Range
name: Go Free Range
members: 4
website: https://gofreerange.com/
website: http://gofreerange.com/
email: lets@gofreerange.com
twitter: freerange
github: freerange
telephone: '+44 (0)20 3823 6286'
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
latitude: 51.501086
longitude: -0.1064455
telephone: N/A
address: 38 Turner Street,London,United Kingdom,E1 2RA
latitude: 51.5073509
longitude: -0.12775829999998223
clients:
- futurelearn
- government-digital-service
- o2
- bbc
services:
- business-analysis
- consultancy
@ -32,7 +30,5 @@ technologies:
---
We are a co-operative with some of the most experienced software developers in the UK.
Wholly owned and run by the hands that build your software. We are self-organising: we dont have account managers; we want you to work with the doers instead of sayers.
Please approach us with projects that are _inspiring_; we absolutely _require a challenge_.
Please approach us with projects that are inspiring; we absolutely require a challenge.

44
_coops/graphics-coop.md Normal file
View File

@ -0,0 +1,44 @@
---
title: graphics.coop
name: graphics.coop
website: https://graphics.coop/
email: info@graphics.coop
twitter: graphicscoop
github:
telephone: 01315249779
address: 32 Annandale Street Lane,Edinburgh,Scotland,EH7 4LS
latitude: 55.9607296
longitude: -3.182652400000052
clients:
- cairn-housing-association
- cds-co-operatives
- children-s-health-scotland
- hanover-scotland-housing-association
- intandem
- myparkscotland
- voluntary-health-scotland
- women-s-fund-for-scotland
services:
- artwork
- branding-and-identity
- consultancy
- domain-names
- exhibition-and-display
- graphic-design
- hosting
- logo-design
- seo-optimisation
- web-design
technologies:
- gitlab
- google-maps
- htmlcss
- javascript
- matomo
- mysql
- php
- wordpress
---
We specialise in design, print and digital services for the third sector.
Weve been working with charities, housing associations, social enterprises, campaigners and communities since 1989, so we know the things that matter to third sector clients. Our values as a worker co-operative mean were committed to empowering and inspiring these organisations to communicate their message with confidence and helping them make the world a better place.

View File

@ -1,63 +0,0 @@
---
title: GreenNet
name: GreenNet
members: 8
website: http://greennet.org.uk
email: info@gn.apc.org
twitter: GreenNetISP
telephone: '0330 559 4011'
address: The Green House, 244-254 Cambridge Heath Road, London E2 9DA
latitude: 51.532930285126
longitude: -0.056744813919067
clients:
- apc
- ica
- woodcraftfolk
- privacy-international
- unesco
- friendshouse
- pbi
- nswp
- public-law-project
services:
- development
- sysadmin
- user-research
- web-design
- virtual-servers
- mailing
- hosting
- it-security
- domain-names
- email
- community-building
- broadband
technologies:
- apache
- bash
- drupal
- gitlab
- htmlcss
- javascript
- matomo
- php
- symfony
- ubuntu
- ansible
- civicrm
- debian
- docker
- lets-encrypt
- mailman
- mediawiki
- munin
- mysql
- nextcloud
- wordpress
- xen-hypervisor
---
GreenNet is a not-for-profit non-hierarchical collective established 1985, providing internet services, broadband, web design, email and hosting to supporters of peace, the environment and human rights. We are members of ISPA UK and the APC.

Some files were not shown because too many files have changed in this diff Show More