Jump to content

Handbuch:categoryChangesAsRdf.php

From mediawiki.org
This page is a translated version of the page Manual:CategoryChangesAsRdf.php and the translation is 75% complete.

Details

categoryChangesAsRdf.php is a maintenance script that provides RDF representation of the recent changes to the category tree.

Optionen/Argumente

Option Beschreibung Notwendig Standardwert
--output Output file. Will be overwritten. Optional stdout (console)
--start Starting timestamp (inclusive), in ISO or MediaWiki format Notwendig
--end Ending timestamp (exclusive), in ISO or MediaWiki format Notwendig

Verwendung

php maintenance/run.php categoryChangesAsRdf [ --output| --start| --end ]
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

On standard console

Terminal

Saving output as file

Terminal

Siehe auch