aboutsummaryrefslogtreecommitdiff
path: root/extensions/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/README.md')
-rw-r--r--extensions/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/README.md b/extensions/README.md
new file mode 100644
index 000000000..e7b66d5bc
--- /dev/null
+++ b/extensions/README.md
@@ -0,0 +1,15 @@
+== FreshRSS extensions ==
+
+You may place in this directory some custom extensions for FreshRSS.
+
+The structure must be:
+
+./FreshRSS/extensions/
+ ./NameOfExtensionAlphanumeric/
+ ./style.css
+ ./script.js
+ ./module.php
+
+Each file is optional.
+
+The name of non-official extensions should start by an 'x'.