summaryrefslogtreecommitdiff
path: root/xml.go
AgeCommit message (Collapse)Author
2026-05-28feat: add "total entries" as part of XML commentdemo
This is useful mostly in the context of maxURLs=∞, but perhaps it could also help catch some error cases.
2026-05-28feat: prettify stats when figure was passed in as 0demo
The code understands 0 as "no limit", but I want to convey the no-limit concept to readers of the file who don't have a notion of how the program works. So I convert 0 to ∞ in the string output here.
2026-05-28feat: place comment before URL listingdemo
There could be a lot of URLs, so this should be more user-friendly.
2026-05-28feat: add comment logging maxDepth and maxURLs inside xml outputdemo
2026-05-28feat: add header to xml outputdemo
2026-05-28wip: generate rough draft of sitemapdemo