https://blankpages.toolforge.org
BlankPages produces a list of wiki pages with empty content. The list can be obtained from any wiki, and reduced to one or more specified namespaces.
The purpose is to ease discovery of such pages to administrators. Each item in the list is accompanied by various shortcuts to quickly perform preset actions such as page deletion, with summary etc already filled out.
The application takes one query parameter project
for the server name of a public Wikimedia Foundation wiki, e.g. project=commons.wikimedia.org
.
composer update
composer serve
View http://localhost:4000/.
Initial setup, as per Toolforge documentation:
$ ln -s ~/src/blankpages/public_html/ ~/public_html
$ webservice --backend=kubernetes php8.2 restart
$ webservice shell shell$ cd src/blankpages shell:blankpages$ composer update --no-dev