Rewrite Perl web backend to modern TUWF style

Lots of churn for no real benefit. \o/
This commit is contained in:
Yorhel 2021-06-09 13:43:40 +02:00
parent 1572f6cedf
commit 98e4f014ba
3 changed files with 930 additions and 1056 deletions

View file

@ -13,11 +13,12 @@ Ironically, documentation about how things work is completely lacking.
### Web front-end ### Web front-end
- DBI
- DBD::Pg
- TUWF
- JSON::XS
- AnyEvent - AnyEvent
- DBD::Pg
- DBI
- JSON::XS
- SQL::Interp
- TUWF
### Man page indexer ### Man page indexer

File diff suppressed because it is too large Load diff

View file

@ -454,7 +454,7 @@ function dsResults(hr, obj) {
)); ));
ul.appendChild(tag('li', tag('a', {href:'#', onclick: buttonclick, ul.appendChild(tag('li', tag('a', {href:'#', onclick: buttonclick,
'data-url': '/json/tree.json?hash='+hash+';name='+name+';section='+section, 'data-url': '/json/tree.json?hash='+hash,
'data-p': 'This manual page was found in the following locations.'}, 'data-p': 'This manual page was found in the following locations.'},
'locations'))); 'locations')));
})(); })();