Skip to content

Semantic MediaWiki is a project for extending MediaWiki with "semantic" functions that enable machine-reading of wiki-content.

License

Notifications You must be signed in to change notification settings

yaronkoren/SemanticMediaWiki

 
 

Repository files navigation

Semantic MediaWiki

Build Status Code Coverage Scrutinizer Quality Score Latest Stable Version Packagist download count Dependency Status

Semantic MediaWiki (a.k.a. SMW) is a free, open-source extension to [MediaWiki] (https://semantic-mediawiki.org/wiki/MediaWiki) – the wiki software that powers Wikipedia – that lets you store and query data within the wiki's pages.

Semantic MediaWiki is also a full-fledged framework, in conjunction with many spinoff extensions, that can turn a wiki into a powerful and flexible knowledge management system. All data created within SMW can easily be published via the Semantic Web, allowing other systems to use this data seamlessly.

For details and further links, see the SMW wiki.

Requirements

  • PHP 5.3.2 or later
  • MediaWiki 1.19 or later
  • When using MySQL 5 or later or when using SQLite 3 or later (a list of supported platforms and versions can be found here)

Installation

The easiest way to install Semantic MediaWiki is by using Composer. It is recommended to read the installation instructions together with the available upgrade guide.

{
	"require": {
		"mediawiki/semantic-media-wiki": "~1.9"
	}
}

Documentation

Most of the documentation can be found on the SMW wiki. A small core of documentation also comes bundled with the software itself. This documentation is minimalistic and less explanatory then what can be found on the SMW wiki. It is however always kept up to date, and applies to the version of the code it comes bundled with. The most important files are linked below.

Contribution and support

Twitter Facebook Google+

Many people have contributed to SMW. A list of people who have made contributions in the past can be found here or [on the SMW wiki] (https://semantic-mediawiki.org/wiki/Help:SMW_Project#Contributors). The overview on how to contribute provides information on the different ways available to do so.

If you have remarks, questions, or suggestions, please send them to [email protected]. You can subscribe to this list here.

If you want to contribute work to the project please subscribe to the developers mailing list and have a look at the contribution guildline.

Tests

The library provides unit tests that covers the core-functionality normally run by a continues integration platform. Tests can also be executed manually using the PHPUnit configuration file found in the root directory.

License

GNU General Public License, version 2 or later. The COPYING file explains SMW's copyright and license.

About

Semantic MediaWiki is a project for extending MediaWiki with "semantic" functions that enable machine-reading of wiki-content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published