summaryrefslogtreecommitdiff
path: root/share/areas.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/areas.yaml')
-rw-r--r--share/areas.yaml66
1 files changed, 66 insertions, 0 deletions
diff --git a/share/areas.yaml b/share/areas.yaml
new file mode 100644
index 0000000..8a10d54
--- /dev/null
+++ b/share/areas.yaml
@@ -0,0 +1,66 @@
+# HyBBX menu layout — areas, per-level menu, and full index.
+# Command help, aliases, access, and account rights: commands.yaml (loaded after).
+
+meta:
+ menu_header: "HyBBX commands /help <cmd> for more"
+ index_header: "HyBBX command-index /help <cmd> for more"
+ alias_header: "HyBBX aliases /help <cmd> for more"
+
+user_groups:
+ - Sysop
+ - Admin
+ - Mod
+ - User
+ - Guest
+
+areas:
+ - label: General
+ commands: [help, menu, index, alias, news, banner, motd, rules, who, users, session, version]
+ - label: Screen
+ commands: [clear, echo]
+ - label: Areas
+ commands: [leave, main, chat, conference, mail, proxymail, proxychat, exit]
+ - label: Account
+ commands: [login, changeme, register, deleteme]
+ - label: Admin
+ commands: [usercreate, activate, changeuser, promote, demote, delete]
+ - label: Sysop
+ commands: [deleteuser, shutdown, restart, broadcast, monitor]
+
+menu:
+ Guest:
+ - General
+ - Screen
+ - Account
+ - Areas
+ User:
+ - General
+ - Screen
+ - Areas
+ - Account
+ Mod:
+ - General
+ - Screen
+ - Areas
+ - Account
+ Admin:
+ - General
+ - Screen
+ - Areas
+ - Account
+ - Admin
+ Sysop:
+ - General
+ - Screen
+ - Areas
+ - Account
+ - Admin
+ - Sysop
+
+index:
+ - General
+ - Screen
+ - Areas
+ - Account
+ - Admin
+ - Sysop
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com