Toolserver:~edwardspec/matchtitle.cgi

From mediawiki.org

This page was moved from the Toolserver wiki.
Toolserver has been replaced by Toolforge. As such, the instructions here may no longer work, but may still be of historical interest.
Please help by updating examples, links, template links, etc. If a page is still relevant, move it to a normal title and leave a redirect.

Category:Disabled tools

Category:Tools

Manual on MediaWiki Tools
matchtitle.cgi
Release status: unknown
Implementation Database access tool
Author(s) Edward Chernenko
Latest version 1.1.0 (19 Oct 2007)
License No license specified
Download No link
https://toolserver.org/~edwardspec/cgi-bin/matchtitle.cgi

Category:Tools by Edward Chernenko

Matchtitle finds pages with specified expression in page_title. It prints up to 100 results (to avoid DOS attacks); if there are more matches, tool warns user that request optimization is needed. If no params were specified, a html form for making a request is printed.

Results may be accessed via HTTP GET method.

Parameters:

Param Description Example
name Part of page_title, possibly started or terminated by '%' (equal to /.*/ in perl-compatible regexes) name=%/Temp
ns Namespaces to search in ns=0&ns=2
dbname Name of the database dbname=enwikibooks_p

Examples:

Category:Database access tools