This repository was archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
309 changed files
with
56,569 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: default | ||
footerlogos: yes | ||
title: Page Not Found :( | ||
|
||
--- | ||
|
||
<div style="max-width: 380px; margin: 0 auto"> | ||
<h1 style="margin: 40px 0; font-size: 50px; text-align: center">Not found <span style="color: #bbb">:(</span></h1> | ||
<p>Sorry, but the page you were trying to view does not exist.</p> | ||
<p>It looks like this was the result of either:</p> | ||
<ul> | ||
<li>a mistyped address</li> | ||
<li>an out-of-date link</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages' | ||
gem 'jekyll' | ||
gem 'jekyll-sitemap' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activesupport (4.2.7) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.0) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.12.2) | ||
colorator (1.1.0) | ||
ethon (0.10.1) | ||
ffi (>= 1.3.0) | ||
execjs (2.7.0) | ||
faraday (0.11.0) | ||
multipart-post (>= 1.2, < 3) | ||
ffi (1.9.17) | ||
forwardable-extended (2.6.0) | ||
gemoji (2.1.0) | ||
github-pages (118) | ||
activesupport (= 4.2.7) | ||
github-pages-health-check (= 1.3.0) | ||
jekyll (= 3.3.1) | ||
jekyll-avatar (= 0.4.2) | ||
jekyll-coffeescript (= 1.0.1) | ||
jekyll-default-layout (= 0.1.4) | ||
jekyll-feed (= 0.8.0) | ||
jekyll-gist (= 1.4.0) | ||
jekyll-github-metadata (= 2.3.1) | ||
jekyll-mentions (= 1.2.0) | ||
jekyll-optional-front-matter (= 0.1.2) | ||
jekyll-paginate (= 1.1.0) | ||
jekyll-readme-index (= 0.0.4) | ||
jekyll-redirect-from (= 0.12.1) | ||
jekyll-relative-links (= 0.2.1) | ||
jekyll-sass-converter (= 1.5.0) | ||
jekyll-seo-tag (= 2.1.0) | ||
jekyll-sitemap (= 0.12.0) | ||
jekyll-swiss (= 0.4.0) | ||
jekyll-theme-architect (= 0.0.3) | ||
jekyll-theme-cayman (= 0.0.3) | ||
jekyll-theme-dinky (= 0.0.3) | ||
jekyll-theme-hacker (= 0.0.3) | ||
jekyll-theme-leap-day (= 0.0.3) | ||
jekyll-theme-merlot (= 0.0.3) | ||
jekyll-theme-midnight (= 0.0.3) | ||
jekyll-theme-minimal (= 0.0.3) | ||
jekyll-theme-modernist (= 0.0.3) | ||
jekyll-theme-primer (= 0.1.7) | ||
jekyll-theme-slate (= 0.0.3) | ||
jekyll-theme-tactile (= 0.0.3) | ||
jekyll-theme-time-machine (= 0.0.3) | ||
jekyll-titles-from-headings (= 0.1.4) | ||
jemoji (= 0.7.0) | ||
kramdown (= 1.11.1) | ||
liquid (= 3.0.6) | ||
listen (= 3.0.6) | ||
mercenary (~> 0.3) | ||
minima (= 2.0.0) | ||
nokogiri (= 1.6.8.1) | ||
rouge (= 1.11.1) | ||
terminal-table (~> 1.4) | ||
github-pages-health-check (1.3.0) | ||
addressable (~> 2.3) | ||
net-dns (~> 0.8) | ||
octokit (~> 4.0) | ||
public_suffix (~> 2.0) | ||
typhoeus (~> 0.7) | ||
html-pipeline (2.5.0) | ||
activesupport (>= 2) | ||
nokogiri (>= 1.4) | ||
i18n (0.8.0) | ||
jekyll (3.3.1) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.3) | ||
liquid (~> 3.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (~> 1.7) | ||
safe_yaml (~> 1.0) | ||
jekyll-avatar (0.4.2) | ||
jekyll (~> 3.0) | ||
jekyll-coffeescript (1.0.1) | ||
coffee-script (~> 2.2) | ||
jekyll-default-layout (0.1.4) | ||
jekyll (~> 3.0) | ||
jekyll-feed (0.8.0) | ||
jekyll (~> 3.3) | ||
jekyll-gist (1.4.0) | ||
octokit (~> 4.2) | ||
jekyll-github-metadata (2.3.1) | ||
jekyll (~> 3.1) | ||
octokit (~> 4.0, != 4.4.0) | ||
jekyll-mentions (1.2.0) | ||
activesupport (~> 4.0) | ||
html-pipeline (~> 2.3) | ||
jekyll (~> 3.0) | ||
jekyll-optional-front-matter (0.1.2) | ||
jekyll (~> 3.0) | ||
jekyll-paginate (1.1.0) | ||
jekyll-readme-index (0.0.4) | ||
jekyll (~> 3.0) | ||
jekyll-redirect-from (0.12.1) | ||
jekyll (~> 3.3) | ||
jekyll-relative-links (0.2.1) | ||
jekyll (~> 3.3) | ||
jekyll-sass-converter (1.5.0) | ||
sass (~> 3.4) | ||
jekyll-seo-tag (2.1.0) | ||
jekyll (~> 3.3) | ||
jekyll-sitemap (0.12.0) | ||
jekyll (~> 3.3) | ||
jekyll-swiss (0.4.0) | ||
jekyll-theme-architect (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-cayman (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-dinky (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-hacker (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-leap-day (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-merlot (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-midnight (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-minimal (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-modernist (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-primer (0.1.7) | ||
jekyll (~> 3.3) | ||
jekyll-theme-slate (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-tactile (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-time-machine (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-titles-from-headings (0.1.4) | ||
jekyll (~> 3.3) | ||
jekyll-watch (1.5.0) | ||
listen (~> 3.0, < 3.1) | ||
jemoji (0.7.0) | ||
activesupport (~> 4.0) | ||
gemoji (~> 2.0) | ||
html-pipeline (~> 2.2) | ||
jekyll (>= 3.0) | ||
json (1.8.6) | ||
kramdown (1.11.1) | ||
liquid (3.0.6) | ||
listen (3.0.6) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9.7) | ||
mercenary (0.3.6) | ||
mini_portile2 (2.1.0) | ||
minima (2.0.0) | ||
minitest (5.10.1) | ||
multipart-post (2.0.0) | ||
net-dns (0.8.0) | ||
nokogiri (1.6.8.1) | ||
mini_portile2 (~> 2.1.0) | ||
octokit (4.6.2) | ||
sawyer (~> 0.8.0, >= 0.5.3) | ||
pathutil (0.14.0) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (2.0.5) | ||
rb-fsevent (0.9.8) | ||
rb-inotify (0.9.8) | ||
ffi (>= 0.5.0) | ||
rouge (1.11.1) | ||
safe_yaml (1.0.4) | ||
sass (3.4.23) | ||
sawyer (0.8.1) | ||
addressable (>= 2.3.5, < 2.6) | ||
faraday (~> 0.8, < 1.0) | ||
terminal-table (1.7.3) | ||
unicode-display_width (~> 1.1.1) | ||
thread_safe (0.3.5) | ||
typhoeus (0.8.0) | ||
ethon (>= 0.8.0) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
unicode-display_width (1.1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
github-pages | ||
jekyll | ||
jekyll-sitemap | ||
|
||
BUNDLED WITH | ||
1.13.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Copyright (c) HTML5 Boilerplate | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
of the Software, and to permit persons to whom the Software is furnished to do | ||
so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# Datensummit.de | ||
|
||
|
||
## Setup | ||
|
||
You can easily do edits and preview changes on github. But if to want to preview | ||
your edits or do bigger changes, you need a local setup. | ||
|
||
For that you first need to install git, Ruby and gem. | ||
|
||
Then clone this repository by invoking the following in a terminal, | ||
presuming you know how to get there: | ||
|
||
```bash | ||
git clone https://github.com/okfde/datensummit.git | ||
``` | ||
Install Ruby and gem. Then get the dependencies: | ||
|
||
```bash | ||
sh setup.sh | ||
``` | ||
|
||
You can now build the site and serve it: | ||
|
||
```bash | ||
sh serve.sh | ||
``` | ||
|
||
This command will give you a link where you can preview your changes in your browser. | ||
|
||
## Notes | ||
|
||
* Please use **mobile friendly filesizes** for images. | ||
|
||
* You can set a teaser for texts by defining it in the frontmatter: `excerpt: "<TEXT>"`. | ||
|
||
* The teaser for an image can be set with `imgname-teaser: "<[RELATIVE] PATH TO IMAGE>"`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
title: "Volksentscheid Transparenz" | ||
description: "" | ||
markdown: kramdown | ||
exclude: | ||
- "vendor" | ||
- "CNAME" | ||
- "Gemfile*" | ||
- "mission" | ||
- "README.md" | ||
- "*.sh" | ||
- "doc/" | ||
- "local/" | ||
- "update_avatars.py" | ||
#- "projekte" # uncomment line to speed up jekyll build for development | ||
#- "blog" # uncomment line to speed up jekyll build for development | ||
#- "termine" # uncomment line to speed up jekyll build for development | ||
#- "presse" # uncomment line to speed up jekyll build for development | ||
sass: | ||
style: :compressed | ||
permalink: /blog/:title | ||
excerpt_separator: "\n" | ||
paginate: 5 | ||
paginate_path: "blog/:num" | ||
gems: | ||
- jekyll-sitemap | ||
- jekyll-paginate | ||
collections: | ||
labs: | ||
termine: | ||
stories: | ||
output: true | ||
permalink: /stadtgeschichten/:path/ | ||
stories_en: | ||
output: true | ||
permalink: /en/stadtgeschichten/:path/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Events moved to collection /_termine | ||
# Each event hat it's own file now. | ||
|
||
# Past events are excluded and don't need to be deleted. (on build) | ||
# Remove a date by either deleting it or simply 'jekyll build' after the event and push. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# careers section data | ||
# if you don't have language feature(language.yml is empty), ignore "i18n" items | ||
- name: | ||
detail: Ziele in Gesetz überführen | ||
desc: | ||
detail: Die Bündnispartner schreiben zusammen mit Verfassungsrechtlern an dem Gesetzentwurf für ein Transparenzgesetz. Dieses kann von allen interessierten Bürgerinnen kommentiert und verbessert werden. Am XX.XX.XXXX wird das Gesetz der Öffentlichkeit vorgestellt und ein Antrag auf Kostenschätzung bei der Senatsverwaltung für Inneres gestellt. | ||
date: | ||
detail: Februar 2017 - Mai 2017 | ||
pict: | ||
source: /static/img/ablauf | ||
markup: picture | ||
|
||
|
||
- name: | ||
detail: Die ersten 20.000 Unterschriften werden gesammelt | ||
desc: | ||
detail: Um einen Antrag auf ein Volksbegehren stellen zu können, müssen der Senatsverwaltung mindestens 20.000 gültige Unterschriften wahlberechtigter Berlinerinnen vorgelegt werden, die innerhalb eines Zeitraums von sechs Monaten gesammelt worden sein müssen. Hat der Volksentscheid wie in unserem Fall den Erlass eines Gesetzes zum Ziel, muss dem Antrag auch der begründete Gesetzentwurf beigelegt werden. | ||
date: | ||
detail: Juli 2017 - Januar 2018 | ||
icon: fa-plus-square | ||
|
||
- name: | ||
detail: Prüfung des Antrags | ||
desc: | ||
detail: Liegt der Antrag dem Senat vor, prüft er seine Zulässigkeit. Das beinhaltet zum einen die Gültigkeit der Stimmen. Als Faustregel gilt, dass circa 25 Prozent der Unterschriften ungültig sind, weil Unterzeichner mehrfach unterschrieben haben oder nicht in Berlin gemeldet sind. Zum anderen wird die rechtliche und formelle Zulässigkeit des Gesetzesentwurfs geprüft. | ||
date: | ||
detail: voraussichtlich Januar 2018 - November 2018 | ||
icon: fa-plus-square | ||
|
||
|
||
- name: | ||
detail: Das Volksbegehren beginnt | ||
desc: | ||
detail: Ist die Zulässigkeit festgestellt, kommt es zum Volksbegehren. Dazu müssen dem Senat circa 175.000 gültige Unterschriften vorgelegt werden. Die Frist für die Sammlung verringert sich auf vier Monate. | ||
date: | ||
detail: November 2018 - März 2019 | ||
icon: fa-plus-square | ||
|
||
|
||
|
||
- name: | ||
detail: Entscheid über Annahme oder Volksentscheid | ||
desc: | ||
detail: Das Abgeordnetenhaus hat dann die Möglichkeit, innerhalb von vier Monaten über den Gesetzentwurf zu beraten und ihn in „seinem wesentlichen Bestand unverändert“ anzunehmen. Alternativ kann das Abgeordnetenhaus auch einen konkurrierenden Gesetzesentwurf ins Rennen schicken, wie es zum Beispiel beim Volksentscheid zum Tempelhofer Feld der Fall war. Wird die Gesetzesvorlage also nicht übernommen, kommt es schließlich zur dritten Stufe, dem Volksentscheid. | ||
date: | ||
detail: ab März 2019 | ||
icon: fa-plus-square | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# careers section data | ||
# if you don't have language feature(language.yml is empty), ignore "i18n" items | ||
- name: | ||
detail: Ziele in Gesetz überführen | ||
desc: | ||
detail: Die Bündnispartner schreiben zusammen mit Verfassungsrechtlern an dem Gesetzentwurf für ein Transparenzgesetz. Dieses kann von allen interessierten Bürgerinnen kommentiert und verbessert werden. Am XX.XX.XXXX wird das Gesetz der Öffentlichkeit vorgestellt und ein Antrag auf Kostenschätzung bei der Senatsverwaltung für Inneres gestellt. | ||
date: | ||
detail: Februar 2017 - Mai 2017 | ||
pict: bg-flughafen-berlin|image/jpeg | ||
|
||
|
||
- name: | ||
detail: Die ersten 20.000 Unterschriften werden gesammelt | ||
desc: | ||
detail: Um einen Antrag auf ein Volksbegehren stellen zu können, müssen der Senatsverwaltung mindestens 20.000 gültige Unterschriften wahlberechtigter Berlinerinnen vorgelegt werden, die innerhalb eines Zeitraums von sechs Monaten gesammelt worden sein müssen. Hat der Volksentscheid wie in unserem Fall den Erlass eines Gesetzes zum Ziel, muss dem Antrag auch der begründete Gesetzentwurf beigelegt werden. | ||
date: | ||
detail: Juli 2017 - Januar 2018 | ||
icon: fa-plus-square |
Oops, something went wrong.