A new start

This commit is contained in:
2018-11-24 14:43:59 +01:00
commit 3c32c8a37a
24054 changed files with 1376258 additions and 0 deletions

11
server/load_html.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
for i in $(seq 0 421); do
curl -s -o "./missions/$i.html" "https://www.leitstellenspiel.de/einsaetze/$i"
html2text -utf8 -style pretty -width 100 -o "./missions/$i.text" "./missions/$i.html"
lynx --dump "./missions/$i.html" > "./missions/$i.txt"
done
php ./parse_html.php
php ./gen_js.php
php ./gen_missionjs.php