adding css syncing with the pad to the command line version
This commit is contained in:
parent
5b7508ce9b
commit
db1d5573a9
@ -1,12 +1,27 @@
|
|||||||
|
STYLESHEET=volumetric-regimes.css
|
||||||
|
|
||||||
all: run
|
all: run
|
||||||
|
|
||||||
|
install:
|
||||||
|
python3 -m venv venv
|
||||||
|
./venv/bin/pip3 install etherpump
|
||||||
|
./venv/bin/etherpump init
|
||||||
|
|
||||||
run:
|
run:
|
||||||
python3 -m http.server
|
python3 -m http.server
|
||||||
|
|
||||||
update:
|
update: wiki css
|
||||||
|
|
||||||
|
wiki:
|
||||||
|
# ---
|
||||||
|
# update the materials from the wiki, save it as Unfolded.html
|
||||||
python3 update.py
|
python3 update.py
|
||||||
# missing: sync the css on the etherpad with the local print.css file
|
|
||||||
# the same counts for the notes i guess, but is less urgent
|
css:
|
||||||
|
# ---
|
||||||
|
# sync the CSS on the pad with the local print.css file
|
||||||
|
./venv/bin/etherpump gettext $(STYLESHEET) > ./css/print.css
|
||||||
|
@echo "Saving CSS: $(STYLESHEET) (pad) > print.css (file)"
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/
|
scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/
|
||||||
|
Loading…
Reference in New Issue
Block a user