sitegen/src/file-viewer
chloe caruso a8d7efe9ec chore: rework Clover Engine API, remove "SSR" term
"server side rendering" is a misleading term since it implies there is a
server. that isn't neccecarily the case here, since it supports running
in the browser. I think "clover engine" is cute, short for "clover html
rendering engine". Instead of "server side rendering", it's just rendering.

This commit makes things a lot more concise, such as `ssr.ssrAsync`
being renamed to `render.async` to play nicely with namespaced imports.
`getCurrentRender` and `setCurrentRender` are just `current` and
`setCurrent`, and the addon interface has been redesigned to force
symbols with a wrapping helper.
2025-08-02 22:22:07 -04:00
..
bin rewrite incremental.ts (#21) 2025-08-02 20:56:36 -04:00
highlight-grammar throw in the file viewer 2025-08-02 20:56:36 -04:00
models finish scan3 2025-08-02 20:56:36 -04:00
pages format 2025-08-02 20:56:36 -04:00
scripts get clo file viewer running 2025-08-02 20:56:36 -04:00
static/captcha throw in the file viewer 2025-08-02 20:56:36 -04:00
views add "source of truth" server to replace the old cache url 2025-08-02 20:56:36 -04:00
backend.tsx chore: rework Clover Engine API, remove "SSR" term 2025-08-02 22:22:07 -04:00
cache.ts get clo file viewer running 2025-08-02 20:56:36 -04:00
cert.pem throw in the file viewer 2025-08-02 20:56:36 -04:00
cotyledon.tsx finish scan3 2025-08-02 20:56:36 -04:00
ffmpeg.ts initial run of scan3 on sandwich 2025-08-02 20:56:36 -04:00
format.ts chore: rework Clover Engine API, remove "SSR" term 2025-08-02 22:22:07 -04:00
highlight.ts chore: rework Clover Engine API, remove "SSR" term 2025-08-02 22:22:07 -04:00
redirects.ts throw in the file viewer 2025-08-02 20:56:36 -04:00
rsync.ts finish scan3 2025-08-02 20:56:36 -04:00
rules.ts finish scan3 2025-08-02 20:56:36 -04:00
sort.ts format 2025-08-02 20:56:36 -04:00
transcode-rules.ts start the markdown parser 2025-08-02 20:56:36 -04:00