home · contact · privacy
Replace install.py by a short shell script.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 24 Nov 2024 17:55:31 +0000 (18:55 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 24 Nov 2024 17:55:31 +0000 (18:55 +0100)
commite7c42fa1b4826c32839bf16bf5f38b3c0bdde692
treed7b5adb72424df0174b05aa55941af49f6c60228
parent635cb1db4731be1a002d7b9f53bd1115d16f03c7
Replace install.py by a short shell script.
21 files changed:
install.py [deleted file]
install.sh [new file with mode: 0755]
install_to_share/migrations/init_0.sql [new file with mode: 0644]
install_to_share/templates/_base.tmpl [new file with mode: 0644]
install_to_share/templates/_macros.tmpl [new file with mode: 0644]
install_to_share/templates/playlist.tmpl [new file with mode: 0644]
install_to_share/templates/queries.tmpl [new file with mode: 0644]
install_to_share/templates/results.tmpl [new file with mode: 0644]
install_to_share/templates/video.tmpl [new file with mode: 0644]
install_to_share/templates/videos.tmpl [new file with mode: 0644]
install_to_share/templates/yt_video.tmpl [new file with mode: 0644]
migrations/init_0.sql [deleted file]
templates/_base.tmpl [deleted file]
templates/_macros.tmpl [deleted file]
templates/playlist.tmpl [deleted file]
templates/queries.tmpl [deleted file]
templates/results.tmpl [deleted file]
templates/video.tmpl [deleted file]
templates/videos.tmpl [deleted file]
templates/yt_video.tmpl [deleted file]
ytplom/misc.py