Website's scripts
Interested in the scripts I have on my website? Go take a look at them; start crawling the root directory or take a look at the (sub)sitemap.
Parameter syntax
Descriptions for the parameters can be found in the request forms.
-
Asterisks
*
represent a value that can be (almost) anything. - Square brackets
[]
represent optional. - Curly brackets
{}
represent mandatory. - Pipes
|
represent either or.
There are three acceptable "sets" of parameters:
/read/?sitemap={html|xml}
/read/?path=*[&download=yes]
/read/?path=*[&referer=*[&title=*]]
The order of the valid parameters doesn't matter, but this is the recommended/canonical order.
Request forms
Notice that these are three different forms.