TwicI supports two kinds of URL__s: normal URL__s, which use a standard scheme, like http, ftp, mailto, etc, and SpecialURL__s, which use a scheme meaningful to TwicI. SpecialURL__s are recognised and rewritten by TwicI's page rendering logic, so that they are presented to browsers are normal URL__s. SpecialURL schemes supported by TwicI (whether now or in the future) include: - isbn; this is a reference to a book, identified by ISBN number. Simply use the ISBN, with or without hyphens, as the path, for example . The links point to BarnesAndNoble; Amazon is the obvious choice, but we have a NoAmazon policy. - isfdb; this is a reference to the InternetSpeculativeFictionDataBase. It has two parts, a class identifier and an entity identifier, separated by a slash. The class identifier can be 'author' (in which case the entity identifier must be the exact author name as stored in ISFDB, eg ) or 'work' (in which case the entity identifier must be work identifier, eg ). Note that the work identifiers are not necessarily stable, which means that all such links may suddenly break simultaneously (where 'break' means 'start pointing to nothing or the wrong thing'); this is a property of ISFDB, which we can't really do much about. - imdb; this is a reference to the InternetMovieDataBase. It has two parts, a class identifier and an entity identifier, separated by a slash. The class identifier can be 'title' (in which case the entity identifier must be the exact title number as stored in IMDB, eg ) or 'name' (in which case the entity should be a person's name, exactly as it appears in the IMDB URL, eg ). - lj; this is a reference to a particular LiveJournal user. It has the simple form , or, if you want to refer to a particular item, . - groggs; this is a reference to a particular thread on GROGGS. It has the simple form , where the R1802342 is the GROGGS itemid (look in URL__s to find these). Note that this URL is transformed to a URL pointing to a web interface to GROGGS (provided by the bottomless technical munificence of ThomasThurman); use of this service requires a cookie, which can be obtained by pressing the 'I'm just visiting' button on the front page. - google; this is a reference to a google search. Examples include google:OUSFG and . Note that if you want multi-word searches, you have to replace spaces with hyphens and leave out the speechmarks; sorry about that. - dmoz; this is a reference to a DMOZ directory category, like . - doi; this is a DigitalObjectIdentifier, and is used like or . DOIs refer to documents like scientific papers; they can often be found on the printed text of documents available electronically. - pmid; this is a PubMed ID, used like . PubMed ID__s can be found on PubMed's search result pages, indicated by the tag 'PMID'. - jargon; a reference to the JargonFile. Names should be in the canonical form, used at (and happily also at , the provider we actually currently use), eg . - rfc; a reference to an RFC document. Just the numbers are needed, eg . Note that these schemes may be altered, and more added, in future to support even more wonderful functionality. _Maybe we should have one for GoogleSets._ Writing an invalid URL in a page should generate a link to the BadURL page. CategoryWiki