add crude implementation of permalinking

This commit is contained in:
2022-03-02 02:19:04 +00:00
parent 334cf824c7
commit dbe652f531
6 changed files with 78 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
install:
cp notes2web.py /usr/local/bin
cp notes2web.py n2w_add_uuid.py /usr/local/bin
pip3 install -r requirements.txt
mkdir -p /opt/notes2web
cp -r templates /opt/notes2web
@@ -9,4 +9,4 @@ install:
cp toc_search.js /opt/notes2web
uninstall:
rm -rf /usr/local/bin/notes2web.py /opt/notes2web
rm -rf /usr/local/bin/notes2web.py /usr/local/bin/n2w_add_uuid.py /opt/notes2web