summaryrefslogtreecommitdiff
path: root/docs/en/developers/Minz/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developers/Minz/index.md')
-rw-r--r--docs/en/developers/Minz/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/en/developers/Minz/index.md b/docs/en/developers/Minz/index.md
new file mode 100644
index 000000000..9b6d46f17
--- /dev/null
+++ b/docs/en/developers/Minz/index.md
@@ -0,0 +1,19 @@
+# Minz
+
+Minz is the homemade PHP framework used by FreshRSS.
+
+The documentation is still incomplete and it would be great to explain:
+
+- routing, controllers and actions
+- configuration
+- models and database
+- views
+- URLs management
+- sessions
+- internationalisation
+- extensions
+- mailer
+
+Existing documentation includes:
+
+- [How to manage migrations](migrations.md)