Add README
This commit is contained in:
parent
62782e84f4
commit
eaa81438db
18
README.md
18
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.
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import requests
|
||||
import json
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue