Source code of manned.org https://manned.org/
Find a file
Yorhel 43eca4c20e Generate nav bar in JS + various optimizations
This allows for a more dynamic nav bar without inserting insanely huge
HTML code in the page (as the previous version did in some cases) and
without having to contact the server again.

The 'intro' man page has around 1500 versions, and only generates a page
of ~52KiB (~9.5KiB after compression). The previous HTML version was
106KiB (~10.3KiB after compression). Page generation times have been
improved on the server side (by 50ms for the intro man page), but I've
no idea how significant the effect is of JS is. Feels fast enough,
though.
2012-07-02 16:45:51 +02:00
lib/GrottyParser GrottyParser: Fix MANNEDINCLUDE link when the man name contains a dash 2012-06-18 15:14:55 +02:00
util Added the remaining Ubuntu releases 2012-06-20 17:59:28 +02:00
www Generate nav bar in JS + various optimizations 2012-07-02 16:45:51 +02:00
Makefile Initial commit 2012-06-15 14:23:29 +02:00
schema.sql Improved CSS browser compat. + misc layout improvements 2012-07-02 13:22:37 +02:00