Fixes and updates for new FU version

This commit is contained in:
Yorhel 2025-02-28 13:55:57 +01:00
parent c16fe86e7a
commit 5cc77bc7f1
3 changed files with 25 additions and 21 deletions

View file

@ -23,7 +23,7 @@ Ironically, documentation about how things work is completely lacking.
## File structure
- **indexer/** -> The Rust program that scans package repositories for updates, fetches new packages and extracts the man pages.
- **lib/ManUtils/** -> Perl/XS helper module to format man pages into HTML (uses **web/**).
- **ManUtils/** -> Perl/XS helper module to format man pages into HTML (uses **web/**).
- **sql/** -> Database schema & updates.
- **util/** -> Cron job and scripts to run **indexer/** on the right repositories.
- **web/** -> Badly named Rust library to convert man pages into HTML.