summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/docs/README.md')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/docs/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/docs/README.md b/www/wiki/extensions/SemanticMediaWiki/docs/README.md
new file mode 100644
index 00000000..963fdfeb
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/docs/README.md
@@ -0,0 +1,23 @@
+
+The documentation for Semantic MediaWiki (SMW) can primarily be found on the [SMW homepage](https://www.semantic-mediawiki.org).
+Some core documentation is included together with the source code, and can mostly be found in the
+`docs/` directory. This documentation includes basic installation instructions, release notes and
+technical documentation.
+
+* [Installation instructions](INSTALL.md) (see also the [upgrade guide](https://www.semantic-mediawiki.org/wiki/Help:Installation))
+* [Compatibility matrix](COMPATIBILITY.md)
+
+## Release notes
+
+* [Latest release notes](RELEASE-NOTES.md)
+* [Other release notes](releasenotes/README.md)
+
+## Technical documentation
+
+* [Technical documentation](technical/README.md)
+
+## Repository documentation
+
+* [Contributing](CONTRIBUTING.md)
+* [Issue template](ISSUE_TEMPLATE.md)
+* [Pull request template](PULL_REQUEST_TEMPLATE.md)