All Projects → mysociety → Writetothem

mysociety / Writetothem

Licence: other
Write to your MP, MEP, & other elected representatives.

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Writetothem

System Bus Radio
Transmits AM radio on computers without radio transmitting hardware.
Stars: ✭ 5,831 (+13152.27%)
Mutual labels:  communication
Microservices Connector
Inter-Service communication framework, support for microservice architecture and distributed system
Stars: ✭ 17 (-61.36%)
Mutual labels:  communication
Swifteventbus
A publish/subscribe EventBus optimized for iOS
Stars: ✭ 937 (+2029.55%)
Mutual labels:  communication
Querido Diario
📰 Brazilian government gazettes, accessible to everyone.
Stars: ✭ 681 (+1447.73%)
Mutual labels:  civic-tech
Hslcommunication
An industrial IoT underlying architecture framework, focusing on the underlying technical communications and cross-platform, cross-language communication functions, to achieve a variety of mainstream PLC data reading and writing, to achieve modbus of various protocols read and write, and so on, to support the rapid construction of industrial upper computer software, configuration software, SCADA software, factory mes system, To help enterprise Industry 4.0 take-off, to achieve intelligent manufacturing, smart factory goals. The main PLC contains Siemens, Mitsubishi, Omron, Panasonic, Modbus, AB-PLC, Redis
Stars: ✭ 816 (+1754.55%)
Mutual labels:  communication
Paravotar
Una herramienta para practicar tu voto con la papeleta de Puerto Rico.
Stars: ✭ 19 (-56.82%)
Mutual labels:  civic-tech
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+1288.64%)
Mutual labels:  communication
Fixmystreet Mobile
Cordova application for making reports to FixMyStreet
Stars: ✭ 40 (-9.09%)
Mutual labels:  civic-tech
Transit
This Python module polls transit agencies for real-time bus arrival predictions.
Stars: ✭ 6 (-86.36%)
Mutual labels:  civic-tech
Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (-43.18%)
Mutual labels:  communication
Briefing
Secure direct video group chat
Stars: ✭ 710 (+1513.64%)
Mutual labels:  communication
Niltalk
Instant, disposable, single-binary web based live chat server. Go + VueJS.
Stars: ✭ 808 (+1736.36%)
Mutual labels:  communication
Openprocure
An open list of government procurement thresholds
Stars: ✭ 22 (-50%)
Mutual labels:  civic-tech
K 9
K-9 Mail – Open Source Email App for Android
Stars: ✭ 6,327 (+14279.55%)
Mutual labels:  communication
Codeforokc
Public web site for Code for OKC
Stars: ✭ 11 (-75%)
Mutual labels:  civic-tech
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+1318.18%)
Mutual labels:  communication
Decidim
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Stars: ✭ 894 (+1931.82%)
Mutual labels:  civic-tech
Arduino Nats
An Arduino / ESP8266 / Particle Photon compatible C++ library for communicating with a NATS (http://nats.io) server
Stars: ✭ 44 (+0%)
Mutual labels:  communication
Hellovoter
HelloVoter App Suite. Contact your Reps. Canvass for any cause at zero cost.
Stars: ✭ 31 (-29.55%)
Mutual labels:  civic-tech
Dztalkapp
Delphi non-visual component to communicate between applications
Stars: ✭ 23 (-47.73%)
Mutual labels:  communication

WriteToThem

WriteToThem lets you contact elected representatives in the United Kingdom.

If you want to build your own site for writing to people, we recommend you take a look at WriteIt instead. WriteToThem is a legacy project with many particular quirks, whereas WriteIt was built from the start to be more flexible and easier to use.

Developing WriteToThem

Stylesheets

WriteToThem uses the Foundation framework, and styles are compiled using Compass.

Most people prefer to manage their Ruby Gems using Bundler. If you don’t already have it, you can install it like so:

gem install bundler

Then you can tell Bundler install the Gems for this project:

bundle install

And finally, change into the Sass directory, and compile the Sass into CSS:

cd web/static
bundle exec compass compile

If you are making frequent changes, you can tell Compass to watch the directory for updates, and recompile the CSS files as necessary:

cd web/static
bundle exec compass watch

Acknowledgements

Thanks to Browserstack who let us use their web-based cross-browser testing tools for this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].