misuzu/assets
flash d5bb0bb475 Complete revamp of the forum video bbcode.
Rather than blindly embedding everything, video metadata is first requested through the URL metadata lookup service.
This slightly protects you from automatically connecting to third party servers and also vastly improves page loading performance in tandem with caching on the server.
A similar implementation will eventually make its way to the audio bbcode and will also be worked in the img bbcode somehow.
This will then eventually make it possible to embed audio and video in markdown the same way you'd embed an image.
2023-01-25 22:33:59 +00:00
..
css/misuzu Complete revamp of the forum video bbcode. 2023-01-25 22:33:59 +00:00
js/misuzu Complete revamp of the forum video bbcode. 2023-01-25 22:33:59 +00:00
README.md Imported into new repository. 2022-09-13 15:14:49 +02:00

Misuzu Assets

Subdirectories of the css and js folder are accessible through the web as example.com/assets/<subdirectory>.<directory>. Meaning /assets/js/misuzu is accessible as /assets/misuzu.js. Files are concatenated recursively, files first then directories in alphabetical order. Use _ prefixes to raise things up.