| 1 | = InterMapTxt = |
| 2 | |
| 3 | == This is the place for defining InterWiki prefixes == |
| 4 | |
| 5 | This page was modelled after the MeatBall:InterMapTxt page. |
| 6 | In addition, an optional comment is allowed after the mapping. |
| 7 | |
| 8 | |
| 9 | This page is interpreted in a special way by Trac, in order to support |
| 10 | !InterWiki links in a flexible and dynamic way. |
| 11 | |
| 12 | The code block after the first line separator in this page |
| 13 | will be interpreted as a list of !InterWiki specifications: |
| 14 | {{{ |
| 15 | prefix <space> URL [<space> # comment] |
| 16 | }}} |
| 17 | |
| 18 | By using `$1`, `$2`, etc. within the URL, it is possible to create |
| 19 | InterWiki links which support multiple arguments, e.g. Trac:ticket:40. |
| 20 | The URL itself can be optionally followed by a comment, |
| 21 | which will subsequently be used for decorating the links |
| 22 | using that prefix. |
| 23 | |
| 24 | New !InterWiki links can be created by adding to that list, in real time. |
| 25 | Note however that ''deletions'' are also taken into account immediately, |
| 26 | so it may be better to use comments for disabling prefixes. |
| 27 | |
| 28 | Also note that !InterWiki prefixes are case insensitive. |
| 29 | |
| 30 | |
| 31 | == List of Active Prefixes == |
| 32 | |
| 33 | [[InterWiki]] |
| 34 | |
| 35 | |
| 36 | ---- |
| 37 | |
| 38 | == Prefix Definitions == |
| 39 | |
| 40 | {{{ |
| 41 | PEP http://www.python.org/peps/pep-$1.html # Python Enhancement Proposal |
| 42 | PythonBug http://bugs.python.org/issue$1 # Python Issue #$1 |
| 43 | Python-issue http://bugs.python.org/issue$1 # Python Issue #$1 |
| 44 | |
| 45 | Trac-ML http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/ # Message $1 in Trac Mailing List |
| 46 | trac-dev http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/ # Message $1 in Trac Development Mailing List |
| 47 | |
| 48 | Mercurial http://www.selenic.com/mercurial/wiki/index.cgi/ # the wiki for the Mercurial distributed SCM |
| 49 | |
| 50 | RFC http://tools.ietf.org/html/rfc$1 # IETF's RFC $1 |
| 51 | ISO http://en.wikipedia.org/wiki/ISO_ # ISO Standard $1 in Wikipedia |
| 52 | kb http://support.microsoft.com/kb/$1/en-us/ # Article $1 in Microsoft's Knowledge Base |
| 53 | |
| 54 | chromium-issue http://code.google.com/p/chromium/issues/detail?id= |
| 55 | |
| 56 | Django http://code.djangoproject.com/intertrac/ # Django's Trac |
| 57 | |
| 58 | CreoleWiki http://wikicreole.org/wiki/ |
| 59 | Creole1Wiki http://wikicreole.org/wiki/ |
| 60 | Creole2Wiki http://wiki.wikicreole.org/ |
| 61 | |
| 62 | MediaWiki http://www.mediawiki.org/wiki/ |
| 63 | |
| 64 | # |
| 65 | # A arbitrary pick of InterWiki prefixes... |
| 66 | # |
| 67 | Acronym http://www.acronymfinder.com/af-query.asp?String=exact&Acronym= |
| 68 | C2find http://c2.com/cgi/wiki?FindPage&value= |
| 69 | Cache http://www.google.com/search?q=cache: |
| 70 | CPAN http://search.cpan.org/perldoc? |
| 71 | DebianBug http://bugs.debian.org/ |
| 72 | DebianPackage http://packages.debian.org/ |
| 73 | DebianPTS http://packages.qa.debian.org/ |
| 74 | Dictionary http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query= |
| 75 | Google http://www.google.com/search?q= |
| 76 | lmgtfy http://lmgtfy.com/?q= # Well, just search for "$1", follow the link to see how to do it... |
| 77 | GoogleGroups http://groups.google.com/group/$1/msg/$2 # Message $2 in $1 Google Group |
| 78 | JargonFile http://downlode.org/perl/jargon-redirect.cgi?term= |
| 79 | MeatBall http://www.usemod.com/cgi-bin/mb.pl? |
| 80 | MetaWiki http://sunir.org/apps/meta.pl? |
| 81 | MetaWikiPedia http://meta.wikipedia.org/wiki/ |
| 82 | MoinMoin http://moinmo.in/ |
| 83 | TracHacks http://trac-hacks.org/wiki/ |
| 84 | OSM http://www.openstreetmap.org/wiki/ |
| 85 | WhoIs http://www.whois.sc/ |
| 86 | Why http://clublet.com/c/c/why? |
| 87 | c2Wiki http://c2.com/cgi/wiki? |
| 88 | WikiPedia http://en.wikipedia.org/wiki/ |
| 89 | }}} |
| 90 | |
| 91 | |
| 92 | ---- |
| 93 | See also: InterWiki, InterTrac |