irssi-docs
irssi-docs copied to clipboard
In-depth documentation of the Irssi IRC Client
This issue is for attaching images to the wiki.
All internal anchor names now seem to be prefixed with 'wiki-', figure out how to make everything work again.
Github wiki has a flat namespace, so we can't have Irssi/Irc/Server and Irssi/Server, since both are just [[server]]. Come up with some sensible prefix (Ewww, smells like hungarian notation) format,...
lists in POD vary their HTML output in a variety of odd ways. Figure out what the best way is, and apply it. Mostly, probably ``` perl =over 4 =item...
plan and (re)write most of the internals documentation, with links to the appropriate code sections in Shabble/irssi
put together a makefile or something that rebuilds the wiki indexes
https://github.com/shabble/irssi-docs/wiki/Signals needs a lot more detail about when signals are emitted, as wel as their parameters.
for example, https://github.com/shabble/irssi/blob/master/src/fe-text/gui-entry.c#L67 (not actually that useful, but could be, in other situations