summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-30wip: Reading Sections from Section FileHEADmainJacob McDonnell
Initial implementation of code to register the manual sections per operating system in the database.
2026-04-29feat: Files with Section NamesJacob McDonnell
2026-04-29fix: Remove Files Created By AccidentJacob McDonnell
Some files slipped through the cracks that were created by the iCloud backup system. They have been removed.
2026-04-26feat: OS Index PagesJacob McDonnell
2026-04-26refactor: Split Go code into multiple filesJacob McDonnell
2026-04-26build: Better Build SystemJacob McDonnell
2026-04-26feat: Get OSes from DatabaseJacob McDonnell
The OS drop down now uses HTMX to get the OSes from the database on load.
2026-04-25docs: Added UNIX V10 ManualsJacob McDonnell
2026-04-25fix: Build man2 in openbsd and freebsdJacob McDonnell
2026-04-25feat: Main Page to search for man pagesJacob McDonnell
Added a main index page that uses HTMX to search for man pages and place the contents on the page.
2026-04-25docs: Removed Precompiled HTMLJacob McDonnell
2026-04-25docs: Added All FreeBSD ManualsJacob McDonnell
2026-04-25docs: Added All NetBSD ManualsJacob McDonnell
2026-04-25docs: Added All OpenBSD ManualsJacob McDonnell
2026-04-25refactor: OpenBSD makefiles use wildcardJacob McDonnell
Refactored the makefiles to use the wildcard function of GNU Make so that new man pages can be added with few changes.
2026-04-25feat: Added FreeBSD man pagesJacob McDonnell
2026-04-25feat: Added NetBSD man pagesJacob McDonnell
2026-04-25feat:Script to Build and RegisterJacob McDonnell
Created a script that will build all the manpages and register them into an sqlite3 database. Each entry has the name, section, os, and path to the html fragment.
2026-04-25docs: OpenBSD Man Pages AddedJacob McDonnell
2026-04-25Initial CommitJacob McDonnell