382 Commits

Author SHA1 Message Date
3a1c8f5884 faq: Explicitly define anchors 2021-12-28 23:39:25 +01:00
6b4fbc78b0 faq: Remove outdated item 2021-12-28 23:39:15 +01:00
604de68302 Move FAQ item to the right page. 2021-12-28 23:38:53 +01:00
02e8b2ab1f use/faq: Add two item about the title snarfer 2021-12-18 18:44:41 +01:00
1bbf81b42d use/botchk: Don't override the PATH, that's useless. 2021-12-18 18:44:22 +01:00
e0565fde82 use/security: Remove commit number, just use the version 2021-12-18 18:44:02 +01:00
dab8ca3d87 plugin_distribution: Make it clearer PyPI is optional 2021-10-28 23:14:46 +02:00
073b6b3b0d install guide: remove irrelevant/outdated info 2021-10-28 23:14:26 +02:00
e201ff00cb Start writing a glossary 2021-10-02 15:22:19 +02:00
353dcd39fd format 'supybot-wizard' as monospace 2021-09-20 18:39:54 +02:00
4833ba4030 Fix command for NickServ registration on old bots 2021-09-07 22:46:09 +02:00
dc97a84f30 Freenode -> Libera
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-17 20:44:55 +02:00
628f2a0864 Freenode -> Libera (#93) 2021-07-17 10:40:01 -07:00
1c74260111 faq.rst: use example.com instead of my.host.com 2021-06-29 17:41:51 +02:00
9aa6f2dbcf FR/use.po: update links to use https 2021-06-29 17:41:51 +02:00
ff7432f929 update links http -> https & fix linkrots 2021-06-29 17:41:51 +02:00
cca2fd6eb3 install: fix link to Supybook 2021-06-29 17:41:51 +02:00
371de50277 security.rst: add status.commands and partmsg 2021-06-29 17:35:18 +02:00
271132c215 identifying_to_services.rst: update Services to config.network era 2021-06-23 09:42:29 +02:00
09943ffc54 identifying_to_services: Change commands to work around Charybdis/Solanum's differing protocol 2021-06-17 19:57:54 +02:00
27321d3782 Mention how /nickserv is a common but not universal alias
Closes GH-82.
2021-05-22 15:01:54 -07:00
74baa551f1 Update Arch Linux & FreeBSD instructions 2021-05-22 14:18:34 -07:00
327b3a0762 security: fix formatting of systemd hardening example 2021-05-22 13:55:09 -07:00
a740a39edd Merge remote-tracking branch 'origin/update-install-instructions' 2021-05-22 13:44:54 -07:00
1388bc9b90 supybot-botchk: mention journalctl 2021-05-04 01:05:31 +02:00
b8bb4b5ae9 Move systemd unit hardening from 'supybot-botchk' to 'security'
'supybot-botchk' is meant for beginners, they don't need/want to deal with this.
2021-05-03 23:55:17 +02:00
fa8d462e0a supybot-botchk: Better explain when to use the systemd service. 2021-05-03 23:52:43 +02:00
6d20ec3a1b supybot-botchk: Swap the two sections, to have systemd first 2021-05-03 23:49:52 +02:00
92f3d1b17a getting-started: Make command samples look like actual chat logs 2021-04-29 20:42:35 +02:00
008b183f28 Make the plugin list a definition-list instead of the raw toctree
to show a short description of each plugin, instead of just
the long list of names.
2021-04-17 17:59:02 +02:00
ab99fac88d Start documenting the overall architecture 2021-04-11 20:37:48 +02:00
78030615fb Update readme 2021-04-11 20:37:11 +02:00
71536bc9f9 Rewrite the plugin doc generation script so it actually works.
Depends on Limnoria >= 2021.04.05, both for supybot-plugin-doc updates
and reorganized documentation in plugins
2021-04-11 11:34:14 +02:00
f1e719a82d use/security: Document owner-less setup. 2021-04-10 16:21:23 +02:00
e00596feb0 plugin_tutorial: Add links to irc.replySuccess() and irc.error() 2021-04-05 21:32:07 +02:00
038490307f advanced_plugin_config: Add missing ref (needed by the plugin tutorial) 2021-04-05 20:35:16 +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
41a9deddaa Add registry autodoc
will be referenced by the callbacks documentation in the next release.
2021-04-05 20:21:55 +02:00
44c7f6fc33 Import the supybot.schedule documentation from Gribble's wiki
It's good to reference it from the main doc; and I'd rather copy it here
in case the Gribble Wiki (or Sourceforge) goes down.
2021-04-05 18:40:35 +02:00
d1bf6cf576 use/install: fix typos 2021-04-05 11:57:41 +02:00
25847931cf plugin_distribution: Explain how to install with pip from a git subdir 2021-03-11 21:18:00 +01:00
7e289290f3 use/faq: Add 'How do I create a command?' section 2021-02-07 22:05:19 +01:00
b8bd902927 use/getting_started: rename Supybot to Limnoria.
It may have been confusing, to use the name Supybot everywhere: as the
software name, the shell commands, and the nick on IRC.
Plus, it's the Limnoria documentation, so let's avoid confusion this
early in the documentation.
2020-10-13 22:47:30 +02:00
bc35413ad5 use/faq: reference the developer FAQ. 2020-10-13 22:46:38 +02:00
e15ea8686a develop: add missing link to the FAQ. 2020-10-13 22:46:17 +02:00
afd0da4f73 advanced_plugin_testing.rst: remove note about supybot/gribble compatibility.
They are not longer developed.
2020-10-02 18:43:46 +02:00
d9e718d80e Start writing a FAQ for plugin developers. 2020-09-27 15:55:01 +02:00
b6e426b9d5 Update autodoc of irclib to work better with the current doc in testing. 2020-09-27 15:26:45 +02:00
ccc507d164 security: add an item to hide the bot version. 2020-09-27 15:26:45 +02:00