wikifab / semantic-json-export
Mediawiki extension to get semantic page content in Json format
Installs: 2 477
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Type:mediawiki-extension
This package is auto-updated.
Last update: 2024-10-25 07:14:09 UTC
README
SemanticJsonExport is a mediawiki extension to allow export semantic data of pages
installation :
place extension in the 'extensions' directory of your mediawiki, in a folder Called "SemanticJsonExport" and add this to your localsettings.php file :
wfLoadExtension('SemanticJsonExport');
use :
got go tpage Spécial:ExportSemanticJson and enter the pages you want to export
hooks
this extension add a hook :
'SemanticJsonExportBeforeSerializePage' [ Title $title, &$data ]