mediawiki / summary-cards
Display content summaries on hovered links with the help of templates and #ask queries.
Installs: 584
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 9
Forks: 3
Open Issues: 0
Type:mediawiki-extension
Requires
- php: >=5.5.0
- composer/installers: ^1.0.12
- onoi/blob-store: ~1.2
- onoi/shared-resources: ~0.2
This package is auto-updated.
Last update: 2023-11-09 14:10:17 UTC
README
This extension was never officially released and has not been maintained for a long time. Moreover, it is no longer compatible with recent MediaWiki or Semantic MediaWiki releases. As a result, it was archived in October 2023.
Summary Cards (a.k.a SUC) is a simple extension for displaying distinct content summaries on hovered links.
The content of a Summary Card is created by a template is assigned to the namespace of the hovered link and requested via Ajax.
The extension does not require Semantic MediaWiki but it is highly recommended to use them together in order for summaries to generate individual content (e.g. property that contains short description, image property, known keywords, modification date etc.) while building a summary.
Requirements
- PHP 5.5 or later
- MediaWiki 1.25 or later
Installation
The recommended way to install SummaryCards is by using Composer with
an entry in MediaWiki's composer.json
.
{ "require": { "mediawiki/summary-cards": "~1.0" } }
- From your MediaWiki installation directory, execute
composer require mediawiki/summary-cards:~1.0
- Navigate to Special:Version on your wiki and verify that the package have been successfully installed.
Usage
Documentation
The following document contains a detailed description on available settings and how to create adaptable content summaries.
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.
- File an issue
- Submit a pull request
- Ask a question on the mailing list
- Ask a question on the #semantic-mediawiki IRC channel on Freenode.
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.