Browse Source

Not finished. Just noted a few things.
I need to write more documentation.

sh4nks 11 years ago
parent
commit
8172e9a500
3 changed files with 25 additions and 0 deletions
  1. 6 0
      docs/events.rst
  2. 6 0
      docs/permissions.rst
  3. 13 0
      docs/settings.rst

+ 6 - 0
docs/events.rst

@@ -0,0 +1,6 @@
+Following events are available:
+
+    before-first-navigation-element
+    after-first-navigation-element
+
+event missing? open an issue or send a pull request.

+ 6 - 0
docs/permissions.rst

@@ -0,0 +1,6 @@
+a moderator is allowed to do the following things:
+
+    enter the management panel
+    process reports
+    edit user (if he has the permission)
+    ban users (if he has the permission)

+ 13 - 0
docs/settings.rst

@@ -0,0 +1,13 @@
+extra fields:
+    min
+    max
+    choices with or without coerce
+
+
+value types:
+    string
+    integer
+    float
+    boolean
+    select          # 1 value
+    selectmultiple  # multiple values