|  | 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/dev/peps/pep-$1/    # 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 | PythonWiki    https://wiki.python.org/moin/       # Python Wiki | 
          
            |  | 45 |  | 
          
            |  | 46 |  | 
          
            |  | 47 | Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/ # Message $1 in Trac Mailing List | 
          
            |  | 48 | trac-dev http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/   # Message $1 in Trac Development Mailing List | 
          
            |  | 49 |  | 
          
            |  | 50 | apidoc http://www.edgewall.org/docs/trac-trunk/html/$1.html # $1 in the API documentation for Trac | 
          
            |  | 51 | apiref http://www.edgewall.org/docs/trac-trunk/epydoc/$1.html # $1 in the Epydoc API reference for Trac | 
          
            |  | 52 |  | 
          
            |  | 53 | bitten   http://bitten.edgewall.org/intertrac/    # Bitten's Trac | 
          
            |  | 54 |  | 
          
            |  | 55 | Mercurial http://www.selenic.com/mercurial/wiki/index.cgi/ # the wiki for the Mercurial distributed SCM | 
          
            |  | 56 | hg        http://www.selenic.com/hg/rev/$1?rev=$2          # Changeset $1 $2 in Mercurial repository | 
          
            |  | 57 | hg-issue  http://mercurial.selenic.com/bts/issue           # Issue $1 in Mercurial BTS | 
          
            |  | 58 |  | 
          
            |  | 59 | RFC       http://tools.ietf.org/html/rfc$1          # IETF's RFC $1 | 
          
            |  | 60 | ISO       http://en.wikipedia.org/wiki/ISO_         # ISO Standard $1 in Wikipedia | 
          
            |  | 61 | kb        http://support.microsoft.com/kb/$1/en-us/ # Article $1 in Microsoft's Knowledge Base | 
          
            |  | 62 |  | 
          
            |  | 63 | pypi        http://pypi.python.org/pypi/   # $1 package in the Python Package Index | 
          
            |  | 64 | CheeseShop  http://pypi.python.org/pypi/           # $1 package in the Python Package Index | 
          
            |  | 65 | peak        http://peak.telecommunity.com/DevCenter/     # $1 in Python Enterprise Application Kit's Wiki | 
          
            |  | 66 | setuptools-issue http://bugs.python.org/setuptools/issue # issue$1 in legacy Setuptools tracker | 
          
            |  | 67 | pypa-setuptools-issue https://bitbucket.org/pypa/setuptools/issue/ # issue #$1 in BitBucket Setuptools tracker | 
          
            |  | 68 |  | 
          
            |  | 69 | SQLite      http://www.sqlite.org/cvstrac/wiki?p=$1     # $1 page in the CvsTrac for SQLite | 
          
            |  | 70 | SQLiteTkt   http://www.sqlite.org/cvstrac/tktview?tn=$1 # Ticket $1 in the CvsTrac for SQLite | 
          
            |  | 71 |  | 
          
            |  | 72 | mysql-bugs  http://bugs.mysql.com/bug.php?id=  # Bug #$1 in MySQL's bug database | 
          
            |  | 73 | mysql-issue http://bugs.mysql.com/bug.php?id=  # Bug #$1 in MySQL's bug database | 
          
            |  | 74 |  | 
          
            |  | 75 | MODPYTHON          http://issues.apache.org/jira/browse/MODPYTHON- # Issue $1 in mod_python's JIRA instance | 
          
            |  | 76 | mod-python-issue   http://issues.apache.org/jira/browse/MODPYTHON- # Issue $1 in mod_python's JIRA instance | 
          
            |  | 77 |  | 
          
            |  | 78 | SvnWiki     http://www.orcaware.com/svn/wiki/                        # Subversion Wiki | 
          
            |  | 79 | svnissue    http://subversion.tigris.org/issues/show_bug.cgi?id=     # Subversion issue #$1 | 
          
            |  | 80 | svn-issue   http://subversion.tigris.org/issues/show_bug.cgi?id=     # Subversion issue #$1 | 
          
            |  | 81 | svncset     http://svn.collab.net/viewvc/svn?view=revision&revision= # Subversion [$1] | 
          
            |  | 82 |  | 
          
            |  | 83 | mod-wsgi    http://code.google.com/p/modwsgi/wiki/                 # mod_wsgi Wiki on Google Code | 
          
            |  | 84 | mod-wsgi-issue  http://code.google.com/p/modwsgi/issues/detail?id= # mod_wsgi Issue Tracker on Google Code | 
          
            |  | 85 |  | 
          
            |  | 86 | chromium-issue  http://code.google.com/p/chromium/issues/detail?id= | 
          
            |  | 87 |  | 
          
            |  | 88 | Django      http://code.djangoproject.com/intertrac/ # Django's Trac | 
          
            |  | 89 | AgileTrac   http://www.agile-trac.org/intertrac/     # Plugin adding Iterations to Trac | 
          
            |  | 90 |  | 
          
            |  | 91 | CreoleWiki   http://wikicreole.org/wiki/ | 
          
            |  | 92 | Creole1Wiki  http://wikicreole.org/wiki/ | 
          
            |  | 93 | Creole2Wiki  http://wiki.wikicreole.org/ | 
          
            |  | 94 |  | 
          
            |  | 95 | MediaWiki    http://www.mediawiki.org/wiki/ | 
          
            |  | 96 |  | 
          
            |  | 97 | SO  http://stackoverflow.com/questions/ # Question $1 in StackOverflow | 
          
            |  | 98 |  | 
          
            |  | 99 | Transifex https://www.transifex.com/projects/p/trac/ | 
          
            |  | 100 |  | 
          
            |  | 101 | kwquery      /query?group=status&keywords=~  # Custom query for tickets matching keyword $1 | 
          
            |  | 102 |  | 
          
            |  | 103 | # | 
          
            |  | 104 | # A arbitrary pick of InterWiki prefixes... | 
          
            |  | 105 | # | 
          
            |  | 106 | Acronym          http://www.acronymfinder.com/af-query.asp?String=exact&Acronym= | 
          
            |  | 107 | C2find           http://c2.com/cgi/wiki?FindPage&value= | 
          
            |  | 108 | Cache            http://www.google.com/search?q=cache: | 
          
            |  | 109 | CPAN             http://search.cpan.org/perldoc? | 
          
            |  | 110 | DebianBug        http://bugs.debian.org/ | 
          
            |  | 111 | DebianPackage    http://packages.debian.org/ | 
          
            |  | 112 | DebianPTS        http://packages.qa.debian.org/ | 
          
            |  | 113 | Dictionary       http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query= | 
          
            |  | 114 | Google           http://www.google.com/search?q= | 
          
            |  | 115 | lmgtfy           http://lmgtfy.com/?q= # Well, just search for "$1", follow the link to see how to do it... | 
          
            |  | 116 | GoogleGroups     http://groups.google.com/group/$1/msg/$2        # Message $2 in $1 Google Group | 
          
            |  | 117 | gdiscussion      https://groups.google.com/d/topic/$1/$2/discussion # Discussion $2 in $1 Google | 
          
            |  | 118 | gmessage         https://groups.google.com/d/msg/$1/$2 # Message $2 in $1 Google Group | 
          
            |  | 119 | gforum           https://groups.google.com/forum/#!forum/$1 # Forum $1 in Google Groups | 
          
            |  | 120 | JargonFile       http://downlode.org/perl/jargon-redirect.cgi?term= | 
          
            |  | 121 | MeatBall         http://www.usemod.com/cgi-bin/mb.pl? | 
          
            |  | 122 | MetaWiki         http://sunir.org/apps/meta.pl? | 
          
            |  | 123 | MetaWikiPedia    http://meta.wikipedia.org/wiki/ | 
          
            |  | 124 | MoinMoin         http://moinmo.in/ | 
          
            |  | 125 | TracHacks        http://trac-hacks.org/wiki/ | 
          
            |  | 126 | OSM              http://www.openstreetmap.org/wiki/ | 
          
            |  | 127 | WhoIs            http://www.whois.sc/ | 
          
            |  | 128 | Why              http://clublet.com/c/c/why? | 
          
            |  | 129 | c2Wiki           http://c2.com/cgi/wiki? | 
          
            |  | 130 | WikiPedia        http://en.wikipedia.org/wiki/ | 
          
            |  | 131 | }}} | 
          
            |  | 132 |  | 
          
            |  | 133 |  | 
          
            |  | 134 | ---- | 
          
            |  | 135 | See also: InterWiki, InterTrac |