inital commit
This commit is contained in:
commit
c944d4c5e9
3 changed files with 112 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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 <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
|
||||
Loading…
Add table
Add a link
Reference in a new issue