|
|
||
|---|---|---|
| .. | ||
| hooks | ||
| jobs | ||
| README.md | ||
| api.md | ||
| doc.serializers.md | ||
| doxygen.php | ||
| glossary.md | ||
| hooks.md | ||
| jsduck.categories.json | ||
| jsduck.json | ||
| migration-guide-3.0.md | ||
README.md
This document collects technical resources to help improve the understanding of "How Semantic MediaWiki works".
Guides
Migration guide
- 2.5.x to 3.0.0 contains information about the migration from 2.x to 3.x
Overview
- maintenance
- res
- suggester on how to register additional tokens or context objects
- src
- Importer contains a summary about the process and technical background of the content importer
- Lang
- Serializers contains information about the Semantic MediaWiki serializers
- Schema contains information about schemata provided by Semantic MediaWiki
- Services contains information about the
ServicesFactoryand related classes - MediaWiki
- SQLStore ( Overview, QueryEngine)
- SPARQLStore (Overview)
- ElasticStore (Overview)
- tests
- Unit
- Integration (JSONScript)