diff --git a/README.md b/README.md index 0c92b9e..0016576 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -DHCP24 Infobeamer + DHCP24 - HTML5 Infobeamer +==================== + +Visit https://dhcp24.winkekatze.tv/ for example + + Usage +------- ++ Install Hugo ++ Run ``download.py`` to download latest schedule and adjust names ++ Run ``hugo server`` and do stuff ;) + + LICENSE +--------- ++ This work is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International. ++ To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/ ++ All external dependencies and assets are licensed under their own respective licenses. + diff --git a/download.py b/download.py old mode 100644 new mode 100755 index 0a1f872..5bfa670 --- a/download.py +++ b/download.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- import requests import json import os