No edit summary |
No edit summary Tag: 2017 source edit |
||
Line 2: | Line 2: | ||
---- | ---- | ||
*[[mediawikiwiki:Manual:DumpBackup.php|dumpBackup.php]]: <br />creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data. | *[[mediawikiwiki:Manual:DumpBackup.php|dumpBackup.php]]: <br />creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data. | ||
---- | |||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/dumpPDF|dumpPDF.php]]: <br />exports pages from all content namespaces to PDF. | |||
---- | ---- | ||
*[[mediawikiwiki:Manual:ImportDump.php|importDump.php]]: <br />imports XML dump files produced from ''Special:Export'' or ''dumpBackup.php'' and saves them into the current wiki. | *[[mediawikiwiki:Manual:ImportDump.php|importDump.php]]: <br />imports XML dump files produced from ''Special:Export'' or ''dumpBackup.php'' and saves them into the current wiki. | ||
Line 9: | Line 11: | ||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/executeTransfer|executeTransfer.php:]] <br />transfers files from one wiki to another. Dependent on the extension [[Reference:ContentTransfer|ContentTransfer]] | *[[Setup:Installation Guide/Advanced/Maintenance scripts/executeTransfer|executeTransfer.php:]] <br />transfers files from one wiki to another. Dependent on the extension [[Reference:ContentTransfer|ContentTransfer]] | ||
---- | ---- | ||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/export|export.php:]] <br />exports pages to PDF. | *[[Setup:Installation Guide/Advanced/Maintenance scripts/export|export.php:]] <br />exports a defined list of pages to PDF. | ||
---- | ---- | ||
* contentStabilization{{Bsvs|bsvFrom=4.3|bsvTo=|bsvFeature=}}: <br />changes the page status of pages. | * contentStabilization{{Bsvs|bsvFrom=4.3|bsvTo=|bsvFeature=}}: <br />changes the page status of pages. |
Revision as of 09:24, 19 July 2023
- createAndPromote.php:
creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password.
- dumpBackup.php:
creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data.
- dumpPDF.php:
exports pages from all content namespaces to PDF.
- importDump.php:
imports XML dump files produced from Special:Export or dumpBackup.php and saves them into the current wiki.
- importImages.php:
uploads images to MediaWiki from the same computer where the wiki is configured. It does a remote upload if configuration parameter$wgForeignFileRepos is configured correctly.
- executeTransfer.php:
transfers files from one wiki to another. Dependent on the extension ContentTransfer
- export.php:
exports a defined list of pages to PDF.
- contentStabilization v4.3+:
changes the page status of pages.