From bf392cc0bf4727ea2864161930fa4cfbf727f91a Mon Sep 17 00:00:00 2001 From: cynic Date: Thu, 10 Nov 2022 08:58:39 -0500 Subject: [PATCH] add short plugin descriptions to readme --- readme.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 3d11ec2..354a01b 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ // \\ /- -\ / \ - /| 「cathedral」 |\ + /| 「cathedral」 |\ / | | \ | | | | | | | | @@ -21,10 +21,12 @@ the core of a plugin-based usergroup system. establishes a central auth for users, and loads plugins to carry out various functions based on events. -the technically correct mode of installation is downloading `tools/init.py`, /not/ cloning the repo yourself +the technically correct mode of installation is running `tools/init.py` as root, /not/ cloning the repo yourself requires aiohttp ~= 3.7.4, acl, git -events: -USER_CREATE -READY \ No newline at end of file +included plugins: +* users.py + - displays all users registered on the system @ users.host/* +* fiefdom.py + - userpage system, serves the user's ~/.web directory @ host/~user \ No newline at end of file