summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/docs/README.md
blob: 963fdfeb151d87019ac382313717c8eb0d798e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)