SemanticMediaWiki/SemanticMetaTags

Name: SemanticMetaTags

Owner: Semantic MediaWiki

Description: Provides HTML tags generated from semantic annotations

Created: 2015-02-14 00:52:55.0

Updated: 2018-03-05 01:41:38.0

Pushed: 2018-04-17 21:30:36.0

Homepage:

Size: 125

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Semantic Meta Tags

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

Semantic Meta Tags (a.k.a. SMT) is a Semantic Mediawiki extension to enhance the meta tags of an article with content generated from semantic annotations.

This extension enables to automatically extend the HTML <meta> tags of an article with content generated from selected properties to create:

Requirements
Installation

The recommended way to install Semantic Meta Tags is by using Composer with an entry in MediaWiki's composer.json.


"require": {
    "mediawiki/semantic-meta-tags": "~1.4"
}

  1. From your MediaWiki installation directory, execute composer require mediawiki/semantic-meta-tags:~1.4
  2. Navigate to Special:Version on your wiki and verify that the package have been successfully installed.
Documentation

This document describes features as well as necessary settings.

Contribution and support

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

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, version 2 or later.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.