Update doc#1700
Conversation
|
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? |
d7cdb30 to
7ed5a2a
Compare
…se the ones given by rfc 3849 and rfc 5737
|
Found the following grammar glitch:
|
| @@ -65,7 +65,7 @@ set username "lamest" | |||
|
|
|||
| ## This setting defines which contact person should be shown in .status, | |||
There was a problem hiding this comment.
Please revert this file to its original state, thanks
There was a problem hiding this comment.
set admin "Lamer <email: lamer@lamest.lame.org>" < here we use it as default setting, so you are fine with my change here?
| # /msg help, and other places. You really should include this information. | ||
| set admin "Lamer <email: lamer@lamest.lame.org>" | ||
| set admin "Lamer <email: lamer@lame.example.org>" | ||
|
|
There was a problem hiding this comment.
Please revert this file to its original state, thanks
There was a problem hiding this comment.
also default setting in config.
| #DNS.2 = this.bot.net | ||
| #DNS.3 = lamestbot.net | ||
| #DNS.2 = example.net | ||
| #DNS.3 = example.org |
There was a problem hiding this comment.
Please revert this file to its original state, thanks
There was a problem hiding this comment.
commented out, but also default setting in config
|
To everything- please revert. Thanks! |
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:
eggdrop/doc/ABOUT
Line 43 in 277ec01
v0.7 -v0.9should bev0.7 - v0.9this is 1.10 tree, not 1.9:
eggdrop/doc/ABOUT
Line 44 in 277ec01
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 and dns names in doc, instead use the ones given by rfc2606, rfc 3849 and rfc 5737
Test cases demonstrating functionality (if applicable):