Add README

This commit is contained in:
L3D 2024-10-30 20:15:29 +01:00
parent 62782e84f4
commit eaa81438db
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
2 changed files with 19 additions and 1 deletions

View File

@ -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.

2
download.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import requests
import json
import os