Git Product home page Git Product logo

eucopyright's Introduction

Public Consultation on the review of the EU copyright rules

This website will make it easier to fill out the public consultation form and gives helpful guidance. It allows to download a finished ODT document to send to the commission.

Provide answers for review

If you want to provide your own perspective, it's a matter of filling in a spreadsheet with answers for each question. You can take this spreadsheet as an example.

  • The "Question" column contains the question number
  • The "Option" column may contain a number (1, 2 or 3) if there is an option to fill in (choosing the first, second or third option)
  • The "Answer" column may contain text that will be filled in if there is text field related to the chosen option or if it's an open question. Do not provide full answers, let users write in their own words.
  • The "Explanation" column may contain an explanation to the question or the given answer that will be shown along-side it.

Contact [email protected] to be included with your answers.

Provide translations

The _data/questions.yml contains the questions with text keys and language sub keys (en, de). Add your question translations there. Provide further translations for strings in _data/translations.yml.

Persona site

Add your translations to the head of _layouts/persona.html. Then create a document with like this:

---
layout: persona
language: <language code (e.g. en)>
---

and put it into your language folder. The full question versions are at en/full/index.html

Guides

You can provide a translated version of a guide as well. See the available guides under _data/answers.yml and under guides/. Postfix your guide slug with the language code: c4c_en.

Setup the backup server on Heroku

Install the Heroku toolbelt, create an app and add the heroku Git remote. Then:

# Do this to explicitly define node.js as build pack
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs
git push heroku gh-pages:master

Add the Postmark Add-On to you app, add sending signatures.

Set some environment variables:

heroku config:set [email protected]
heroku config:set "ALLOWED_DOMAIN=http://youcan.fixcopyright.eu"

Database

CREATE TABLE submission
(
  id serial NOT NULL,
  timestamp timestamp NOT NULL,
  data text NOT NULL,
  CONSTRAINT submission_pkey PRIMARY KEY (id)
);

eucopyright's People

Contributors

stefanw avatar petertheone avatar c3o avatar luiscuerdo avatar burnoutberni avatar hrucic avatar jplitza avatar mathiasschindler avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.