Go to file
j af9ef85213 try to keep url 2023-11-20 09:53:12 +00:00
static/js fix links with quotes 2023-11-17 11:36:03 +01:00
.gitignore inital commit 2019-07-14 14:56:12 +01:00
README.md no <> 2019-10-10 17:05:44 +01:00
__init__.py get id from config file 2019-07-18 11:51:31 +02:00
config.jsonc try to keep url 2023-11-20 09:53:12 +00:00
install.py change defaults 2023-11-17 09:18:54 +01:00
utils.py import video only content too 2023-11-19 00:05:30 +01:00

README.md

pan.do/ra site config overlay

fork this repo into pandora_sitename and add your pan.do/ra customizations

place your config as config.jsonc, add custom files to static/js, poster scripts to scripts

custom files should be in the form ..js

i.e. js overlay:

static/js/home.<sitename>.js

png overly the same i.e.

static/png/icon..png

poster/icon script without : script/item_icon.py script/list_icon.py script/potser.py

if you need a custom django module, touch init.py and install.py will take care of that too.

to use js pages from other sites, add them to overwrite in install.py

to deploy, checkout your fork into /srv/pandora/pandora/ and run ./install.py