GET/Site list

From Wikibooks, the open-content textbooks collection

< GET
Jump to: navigation, search

Contents

[edit] Search Engines

[edit] Clusty

Clusty (http://clusty.com) groups the results of other search engines into clusters.

[edit] See also

describes a way to get a "short URL" into Google Groups.

[edit] FreeBSD Manual Pages

FreeBSD's "man.cgi" script presents the online manual pages for several versions of FreeBSD and other manual pages.

To see pages such as nethack from FreeBSD ports, you must not set manpath to an OS that does not include ports. Note that the choice (currently FreeBSD+5.4-RELEASE+and+Ports) that contains ports changes when the site adds a new version of FreeBSD. Note that if you bookmarked an old manpath (like FreeBSD+5.2-RELEASE+and+Ports) it acts like a nonexistant choice, which by the above list "uses latest FreeBSD release and ports".

[edit] Wikis

[edit] UseMod

UseMod exists as a Perl script.

For more information: UseMod:System

[edit] MediaWiki

The MediaWiki PHP script allows users to retrieve and edit wiki pages.

  • Location: http://en.wikibooks.org/w/index.php and several other places
  • With no arguments: redirects to Main Page
  • Arguments:
    • title=name of a wiki page fetch that page http://en.wikibooks.org/w/index.php?title=GET:Site_list
    • action=type of action (edit, submit, others)
      • edit: presents HTML form allowing user to edit a wiki page http://en.wikibooks.org/w/index.php?title=GET:Site_list&action=edit
      • submit: if no POST data, same as edit
      • raw: Displays raw code (using mimetype of text/x-wiki unless overridden by ctype)
      • purge purges pages cache
      • history show history
      • delete
      • not specified: retrieves the page (using a different than normal URI)
    • section= section to edit
      • 0 section between title and first header
      • 1 first section (under first header), etc for 2, 3 ...
      • new make new section (add comment)
      • really high number add to end
    • ctype=: overide mime type (only allows specific types)
      • text/css (Useful, as firefox displays as plain text. To get around a log in only to see source, do &action=raw&ctype=text/css)
      • text/javascript (or one of the other mimetypes for js, can't remember)
      • text/x-wiki
      • application/x-zope-edit
    • editintro= Ads an instructional page on top of edit box (needs &action=edit). commonly used in inputbox extention. only works if page doesn't exist
      • any page in wiki
    • preload= preload a page's source into editbox (needs &action=edit). only works if page does not exist
      • any random page

For more information: Wikipedia:Wikipedia:URLs; meta:Help:URL.

[edit] further reading