Commit Graph

6 Commits

Author SHA1 Message Date
decentral1se
42e408859b
refactor!: unify slash handling
It is hard to remember to add `/` at the end of the URL when configuring
a new etherpad URL. Also, web server proxies tend to do weird stuff when
you assume that you have a slash on the end of each URL.

So, I took a look at how to avoid doing that. It turns out that both
urljoin / os.path.join are kinda bad for handling URL building. Also,
APPLICATION_ROOT didn't seem that necessary since Flask knows what to do
with a `/` at the start of a URL, so I dropped it.

I think this doesn't break anything!
2022-10-02 16:53:25 +02:00
44818d981c adding application_root urls + default metadata 2022-03-11 18:00:22 +01:00
27e4dd82de the pagedjs template is fixed now (not editable anymore in the interface) + other changes to the templates 2022-02-17 16:50:47 +01:00
975b9912bc bending pad2pdf into octomode 2022-01-12 21:27:06 +01:00
87002827e3 This project is an update of the post-scrip interface, now using pagedjs 2021-06-28 14:11:31 +02:00
64e34e41cf uploading this to the git to start sharing this prototype 2021-06-24 14:04:14 +02:00