Rewrite Perl web backend to modern TUWF style
Lots of churn for no real benefit. \o/
This commit is contained in:
parent
1572f6cedf
commit
98e4f014ba
3 changed files with 930 additions and 1056 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
1975
www/index.pl
1975
www/index.pl
File diff suppressed because it is too large
Load diff
|
|
@ -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')));
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue