mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 15:11:35 +02:00
run docker container without root users, fix broken links
This commit is contained in:
parent
f006eed660
commit
19c29ef021
12 changed files with 151 additions and 90 deletions
|
@ -13,7 +13,7 @@ html
|
|||
h5#content = 'Inhalt'
|
||||
div
|
||||
| Im Rahmen unseres wöchentlichen Treffens im <a href="https://codefor.de/leipzig/">OKLab Leipzig</a> haben wir
|
||||
einen Aufsatz auf das offizielle <a href="https://ratsinfo.leipzig.de/">Leipziger Ratsinformationssystem</a>
|
||||
einen Aufsatz auf das offizielle <a href="https://ratsinformation.leipzig.de/">Leipziger Ratsinformationssystem</a>
|
||||
entwickelt, welcher dieses besser durchsuchbar machen soll.
|
||||
h5#programming = 'Programmierung'
|
||||
ul
|
||||
|
@ -25,5 +25,5 @@ html
|
|||
li = link_to 'Web Anwendung Source Code', 'https://github.com/CodeforLeipzig/stadtratmonitor'
|
||||
li = link_to 'Scraper Source Code', 'https://github.com/jrlover/city_council_leipzig_recent_papers'
|
||||
li = link_to 'Scraper Ausführung', 'https://morph.io/jrlover/city_council_leipzig_recent_papers'
|
||||
li = link_to 'Leipziger Ratsinformationssystem (Quelle)', 'https://ratsinfo.leipzig.de/'
|
||||
li = link_to 'Leipziger Ratsinformationssystem (Quelle)', 'https://ratsinformation.leipzig.de/'
|
||||
li = link_to 'Impressum unserer Organisation Code for Germany (das auch für dieses Seite gelten soll)', 'https://codefor.de/impressum/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue