Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.76 KB

README.md

File metadata and controls

34 lines (28 loc) · 2.76 KB

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 ServicesFactory and related classes
    • MediaWiki
      • API provides an overview for available API modules
      • Hooks provided by Semantic MediaWiki
      • Search Special:Search integration
    • SQLStore ( Overview, QueryEngine)
    • SPARQLStore (Overview)
    • ElasticStore (Overview)
  • tests