Provides extra special properties to Semantic MediaWiki.
转到文件
2018-02-03 13:25:14 +00:00
docs Add LabelFetcher with cache layer (#85) 2017-06-10 09:21:43 +00:00
i18n Add additional properties for AR (#98) 2018-02-03 13:25:14 +00:00
src Add additional properties for AR (#98) 2018-02-03 13:25:14 +00:00
tests Add additional properties for AR (#98) 2018-02-03 13:25:14 +00:00
.gitignore Add gitignore 2014-02-07 21:55:58 +01:00
.jshintignore Add DefinitionReader 2014-04-19 08:56:04 +09:00
.scrutinizer.yml Update .scrutinizer.yml 2014-04-20 02:02:19 +09:00
.travis.yml Stop IRC notifications 2017-07-31 16:51:24 +02:00
composer.json Update license identifier to match SPDX v3.0 (#99) 2018-01-09 21:04:20 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-03-01 01:16:54 +09:00
COPYING Update COPYING 2015-01-06 23:44:10 +01:00
DefaultSettings.php Change ambiguous exif labels (#89) 2017-07-08 09:52:08 +00:00
definitions.json Add additional properties for AR (#98) 2018-02-03 13:25:14 +00:00
ISSUE_TEMPLATE.md SESP 1.4.0 to require SMW ~2.3, MW 1.25+ 2016-06-22 02:37:11 +02:00
phpunit.xml.dist Add additional properties for AR (#98) 2018-02-03 13:25:14 +00:00
README.md Update README.md 2017-12-09 15:13:21 +01:00
RELEASE-NOTES.md Update RELEASE-NOTES.md 2017-06-08 00:26:32 +02:00
SemanticExtraSpecialProperties.php Update license identifier to match SPDX v3.0 (#99) 2018-01-09 21:04:20 +01:00

Semantic Extra Special Properties

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

Semantic Extra Special Properties (a.k.a. SESP) is an extension to Semantic MediaWiki which adds some extra special properties to enabled content pages.

Requirements

  • PHP 5.5 or later
  • MediaWiki 1.27 or later
  • Semantic MediaWiki 2.5 or later

Installation

The recommended way to install Semantic Extra Special Properties is by using Composer with an entry in MediaWiki's composer.json or composer.local.json.

{
	"require": {
		"mediawiki/semantic-extra-special-properties": "~2.0"
	}
}
  1. From your MediaWiki installation directory, execute composer require mediawiki/semantic-extra-special-properties:~2.0
  2. It is strongly recommended to rebuild existing semantic data and run Semantic MediaWiki's rebuild data process.
  3. Navigate to Special:Version on your wiki and verify that the package have been successfully installed.

Usage

The annotation process for predefined properties is mostly done in the background and therefore doesn't need any special interaction from a user but LocalSettings for SESP need to be enabled.

For details about available settings, please have a look at the configuration document.

Contribution and support

If you have remarks, questions, or suggestions, please send them to semediawiki-users@lists.sourceforge.net. 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. A list of people who have made contributions in the past can be found here.

Tests

This extension provides unit and integration tests that are run by a continues integration platform but can also be executed using composer phpunit from the extension base directory.

License

GNU General Public License 2.0 or later