.. _plugin-web: The Web plugin ============== .. command-urlunquote: urlunquote ^^^^^^^^^^^^^^^^^ Returns the text un-URL quoted. .. command-netcraft: netcraft ^^^^^^^^^^^^^^^^^^^^^^ Returns Netcraft.com's determination of what operating system and webserver is running on the host given. .. command-urlquote: urlquote ^^^^^^^^^^^^^^^ Returns the URL quoted form of the text. .. command-size: size ^^^^^^^^^^ Returns the Content-Length header of **. Only HTTP urls are valid, of course. .. command-title: title ^^^^^^^^^^^ Returns the HTML **...** of a URL. .. command-doctype: doctype ^^^^^^^^^^^^^ Returns the DOCTYPE string of **. Only HTTP urls are valid, of course. .. command-headers: headers ^^^^^^^^^^^^^ Returns the HTTP headers of **. Only HTTP urls are valid, of course. .. command-fetch: fetch ^^^^^^^^^^^ Returns the contents of **, or as much as is configured in supybot.plugins.Web.fetch.maximum. If that configuration variable is set to 0, this command will be effectively disabled.