2019-11-01 18:50:14 +00:00
|
|
|
# pan.do/ra site overlay for collective-cinema.net
|
2019-07-14 13:55:58 +00:00
|
|
|
|
|
|
|
custom files should be in the form <file>.<sitename>.js
|
|
|
|
|
|
|
|
i.e. js overlay:
|
|
|
|
|
|
|
|
static/js/home.<sitename>.js
|
|
|
|
|
|
|
|
png overly the same i.e.
|
|
|
|
|
|
|
|
static/png/icon.<sitename>.png
|
|
|
|
|
|
|
|
poster/icon script without <sitename>:
|
|
|
|
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/<sitename> and run ./install.py
|