Commit graph

16 commits

Author SHA1 Message Date
Heerko ef640752cc import changes from lepa 2025-12-27 14:51:12 +01:00
mb db7bb5bfce adding support for gunicorn, to allow url's with prefixes 2022-12-01 18:30:19 +01:00
mb 6ba8e1cc47 small interface tweak, to keep octomode on screens smaller than 1290px 2022-10-30 23:29:03 +01:00
decentral1se faa4c25ccc
fix: use PAD_URL in template files 2022-10-02 19:49:11 +02:00
decentral1se 9d00038812
chore: strip tabs, auto-formatter 2022-10-02 16:54:13 +02:00
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
manetta a7ad64562c adding application root to main link 2022-03-11 18:35:03 +01:00
manetta fd8b9aca5c adding application_root to css links 2022-03-11 18:33:47 +01:00
manetta 44818d981c adding application_root urls + default metadata 2022-03-11 18:00:22 +01:00
manetta e257d5359e using md metadata title field as document name + using pypandoc for the markdown-to-html convertion now to support 'extra' features such as {.classname} 2022-02-21 18:05:47 +01:00
manetta 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
manetta 5f84b054c5 added a link to the start base 2022-02-16 23:20:20 +01:00
manetta 975b9912bc bending pad2pdf into octomode 2022-01-12 21:27:06 +01:00
systers 5559f4614a Small updates: changing style, loading the pagedjs in the same iframe 2021-06-28 14:53:23 +02:00
systers 87002827e3 This project is an update of the post-scrip interface, now using pagedjs 2021-06-28 14:11:31 +02:00
manetta 64e34e41cf uploading this to the git to start sharing this prototype 2021-06-24 14:04:14 +02:00