Open michaelortmann opened 1 month ago
What about removing all "Last revised" lines from docs?
What about updating the whole themes folder in eggdrop to the new sphinx version we use? Or did we customize the that theme?
Found the following grammar glitch:
net.c is by Robey has placed it in the public domain.
Found by: michaelortmann Patch by: michaelortmann Fixes:
One-line summary:
Additional description (if needed):
"Last recently changed" lines like the 1st line in ABOUT doc, is often forgotten and looking at our new shiny html version: https://docs.eggheads.org/about/about.html it looks like this line doesnt belong there, it should be removed and the page should start with the About headline. So this PR removes this cruft above this headline
the sizes of eggdrop install and source tarball have been updated to more likely current values. taken fresh on an x86_64 linux system with
du -m
.the rendering of our doc to text files also doesnt work well with lines ending with "-", see: https://github.com/eggheads/eggdrop/blob/277ec01e0aacfc29c8a0ce3383fe1999ca2414ce/doc/ABOUT#L43
v0.7 -v0.9
should bev0.7 - v0.9
this is 1.10 tree, not 1.9: https://github.com/eggheads/eggdrop/blob/277ec01e0aacfc29c8a0ce3383fe1999ca2414ce/doc/ABOUT#L44
update sphinx_source/_themes/agogo/layout.html there was a typo: navigaton fixed it by updating 2 strings to the new ones in upstream sphinx 8.0.2: https://github.com/sphinx-doc/sphinx/blob/v8.0.2/sphinx/themes/agogo/layout.html
typo fixes.
A feature / usability update of the firststeps doc regarding fingerprint and nickserv magick
do not use public / in use ip addresses in doc, instead use the ones given by rfc 3849 and rfc 5737
Test cases demonstrating functionality (if applicable):