25 Commits

Author SHA1 Message Date
6d7d86289a plugin_tutorial: further simplifications
- Remove the discussion of README and copyright header. These are already very self documenting
- Add links to the `help` syntax reference in use/getting_started
- Update the headings to include the contents of each file in addition to its name for easier navigation
- Further remove redundant language
2025-02-08 21:13:20 +01:00
7cc6b1f9f8 Apply suggestions from code review
Co-authored-by: Val Lorentz <progval+git@progval.net>
2023-05-11 08:08:52 -07:00
b0c881f41b plugin_tutorial: consistently use the decorator @wrap syntax 2023-05-11 08:08:52 -07:00
007b64edb7 plugin_tutorial: use dedent=0 2023-05-11 08:08:52 -07:00
a88f291096 plugin_tutorial: fill in note about irc in plugin constructor 2023-05-11 08:08:52 -07:00
94784eb88d plugin_tutorial: wording tweaks 2023-05-11 08:08:52 -07:00
5e63c271b6 plugin_tutorial: revise / condense test.py section and conclusion 2023-05-11 08:08:52 -07:00
14ffe24e7a plugin_tutorial: link directly to supybot.ircmsgs.IrcMsg
Co-authored-by: Val Lorentz <progval+git@progval.net>
2023-05-11 08:08:52 -07:00
54f94be56d plugin_tutorial: rewrite / condense plugin.py section
- Add additional inline links to related doc pages
- Mention additional common uses of irc.reply and irc.error
2023-05-11 08:08:52 -07:00
6e59457c5b plugin_tutorial: rewrite and condense __init__ and config.py sections 2023-05-11 08:08:52 -07:00
d8bd095127 plugin_tutorial: rewrite and condense up to first half of __init__.py
- Suggest running supybot-plugin-create in a separate folder, as it helps with organization
- Update supybot-plugin-create example: it now asks more questions and fills in a lot of the doc fields for you
2023-05-11 08:08:52 -07:00
abf93c3180 plugin_tutorial: Supybot/Limnoria -> Limnoria 2023-04-30 11:45:25 -07:00
8e0582c325 develop: use new super() syntax to call parent constructors 2023-04-30 11:45:25 -07:00
dc97a84f30 Freenode -> Libera
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-17 20:44:55 +02:00
ab99fac88d Start documenting the overall architecture 2021-04-11 20:37:48 +02:00
e00596feb0 plugin_tutorial: Add links to irc.replySuccess() and irc.error() 2021-04-05 21:32:07 +02:00
9d57257e6f plugin_tutorial: Rename Supybot to Limnoria
The tutorial doesn't need to confuse people about the subtle
difference between the two so early :)
2021-04-05 20:33:33 +02:00
9bad11dbc4 plugin_tutorial: Add some links and formatting. 2021-04-05 20:31:20 +02:00
0c3facdf75 Document plugin distribution (both traditional and the new setuptools-based one). 2020-05-08 19:17:42 +02:00
5e00c9816d Point support channel to #limnoria @ freenode
Supybot upstream is technically EOL.
2020-03-18 23:42:47 -07:00
4978d30922 plugin_tutorial: reflect changes made to __contributors__ handling 2020-03-14 11:12:20 -07:00
b057b39e33 plugin_tutorial: update __init__.py example to match Python 3 syntax 2020-03-14 11:11:24 -07:00
b7347a4a3e Warn about indentation in the plugin tuto. 2016-10-27 20:07:30 +02:00
3e631f350c Fixed from README.txt to .md
README.txt is outdated, the wizard now makes a README.md file.
2014-08-31 12:00:59 -05:00
69c14633ba Merge import/ in other directories (develop/ and use/). 2014-01-20 09:31:22 +01:00