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