Changes between Initial Version and Version 1 of InterMapTxt


Ignore:
Timestamp:
Feb 14, 2019, 1:11:02 AM (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterMapTxt

    v1 v1  
     1= InterMapTxt
     2
     3== This is the place for defining InterWiki prefixes
     4
     5This page is interpreted in a special way by Trac, in order to support
     6!InterWiki links in a flexible and dynamic way.
     7It is modeled after the MeatBall:InterMapTxt page.
     8In addition, an optional comment is allowed after the mapping.
     9
     10The [#PrefixDefinitions code block] after the first line separator in this page
     11will be interpreted as a list of !InterWiki specifications:
     12{{{
     13prefix URL [# comment]
     14}}}
     15
     16See InterWiki for more details of the URL syntax.
     17
     18New !InterWiki links can be created by editing this page and adding to the list.
     19Note however that ''deletions'' are also taken into account immediately,
     20so be aware that your changes might disable links in your wiki. It may be better to use comments for deprecating prefixes that are used in your wiki.
     21
     22The definitions below can be viewed in the [InterWiki#ListofActivePrefixes list of active prefixes].
     23
     24----
     25
     26== Prefix Definitions
     27
     28{{{
     29PEP     http://www.python.org/dev/peps/pep-$1/    # Python Enhancement Proposal
     30PythonBug    http://bugs.python.org/issue$1       # Python Issue #$1
     31Python-issue http://bugs.python.org/issue$1       # Python Issue #$1
     32PythonWiki    https://wiki.python.org/moin/       # Python Wiki
     33
     34
     35Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/ # Message $1 in Trac Mailing List
     36trac-dev http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/   # Message $1 in Trac Development Mailing List
     37
     38apidoc http://www.edgewall.org/docs/trac-trunk/html/$1.html # $1 in the API documentation for Trac
     39apiref http://www.edgewall.org/docs/trac-trunk/epydoc/$1.html # $1 in the Epydoc API reference for Trac
     40
     41bitten   http://bitten.edgewall.org/intertrac/    # Bitten's Trac
     42
     43Mercurial https://www.mercurial-scm.org/wiki/              # the wiki for the Mercurial distributed SCM
     44hg        https://www.mercurial-scm.org/repo/$1/rev/$2     # Changeset $1 $2 in Mercurial repository
     45hg-issue  https://www.mercurial-scm.org/bts/issue          # Issue $1 in Mercurial BTS
     46
     47RFC       http://tools.ietf.org/html/rfc$1          # IETF's RFC $1
     48ISO       http://en.wikipedia.org/wiki/ISO_         # ISO Standard $1 in Wikipedia
     49kb        http://support.microsoft.com/kb/$1/en-us/ # Article $1 in Microsoft's Knowledge Base
     50
     51pypi        http://pypi.python.org/pypi/   # $1 package in the Python Package Index
     52CheeseShop  http://pypi.python.org/pypi/           # $1 package in the Python Package Index
     53peak        http://peak.telecommunity.com/DevCenter/     # $1 in Python Enterprise Application Kit's Wiki
     54setuptools-issue http://bugs.python.org/setuptools/issue # issue$1 in legacy Setuptools tracker
     55pypa-setuptools-issue https://bitbucket.org/pypa/setuptools/issue/ # issue #$1 in BitBucket Setuptools tracker
     56
     57SQLite      http://www.sqlite.org/cvstrac/wiki?p=$1     # $1 page in the CvsTrac for SQLite
     58SQLiteTkt   http://www.sqlite.org/cvstrac/tktview?tn=$1 # Ticket $1 in the CvsTrac for SQLite
     59
     60mysql-bugs  http://bugs.mysql.com/bug.php?id=  # Bug #$1 in MySQL's bug database
     61mysql-issue http://bugs.mysql.com/bug.php?id=  # Bug #$1 in MySQL's bug database
     62
     63MODPYTHON          http://issues.apache.org/jira/browse/MODPYTHON- # Issue $1 in mod_python's JIRA instance
     64mod-python-issue   http://issues.apache.org/jira/browse/MODPYTHON- # Issue $1 in mod_python's JIRA instance
     65
     66SvnWiki     http://www.orcaware.com/svn/wiki/                        # Subversion Wiki
     67svnissue    http://subversion.tigris.org/issues/show_bug.cgi?id=     # Subversion issue #$1
     68svn-issue   http://subversion.tigris.org/issues/show_bug.cgi?id=     # Subversion issue #$1
     69svncset     http://svn.collab.net/viewvc/svn?view=revision&revision= # Subversion [$1]
     70
     71mod-wsgi    http://code.google.com/p/modwsgi/wiki/                 # mod_wsgi Wiki on Google Code
     72mod-wsgi-issue  http://code.google.com/p/modwsgi/issues/detail?id= # mod_wsgi Issue Tracker on Google Code
     73
     74chromium-issue  http://code.google.com/p/chromium/issues/detail?id=
     75
     76Django      http://code.djangoproject.com/intertrac/ # Django's Trac
     77AgileTrac   http://www.agile-trac.org/intertrac/     # Plugin adding Iterations to Trac
     78
     79CreoleWiki   http://wikicreole.org/wiki/
     80Creole1Wiki  http://wikicreole.org/wiki/
     81Creole2Wiki  http://wiki.wikicreole.org/
     82
     83MediaWiki    http://www.mediawiki.org/wiki/
     84
     85SO  http://stackoverflow.com/questions/ # Question $1 in StackOverflow
     86
     87Transifex https://www.transifex.com/projects/p/trac/
     88
     89kwquery      /query?group=status&keywords=~  # Custom query for tickets matching keyword $1
     90
     91#
     92# A arbitrary pick of InterWiki prefixes...
     93#
     94Acronym          http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=
     95C2find           http://c2.com/cgi/wiki?FindPage&value=
     96Cache            http://www.google.com/search?q=cache:
     97CPAN             http://search.cpan.org/perldoc?
     98DebianBug        http://bugs.debian.org/
     99DebianPackage    http://packages.debian.org/
     100DebianPTS        http://packages.qa.debian.org/
     101Dictionary       http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
     102Google           http://www.google.com/search?q=
     103lmgtfy           http://lmgtfy.com/?q= # Well, just search for "$1", follow the link to see how to do it...
     104GoogleGroups     http://groups.google.com/group/$1/msg/$2        # Message $2 in $1 Google Group
     105gdiscussion      https://groups.google.com/d/topic/$1/$2/discussion # Discussion $2 in $1 Google
     106gmessage         https://groups.google.com/d/msg/$1/$2 # Message $2 in $1 Google Group
     107gforum           https://groups.google.com/forum/#!forum/$1 # Forum $1 in Google Groups
     108JargonFile       http://downlode.org/perl/jargon-redirect.cgi?term=
     109MeatBall         http://www.usemod.com/cgi-bin/mb.pl?
     110MetaWiki         http://sunir.org/apps/meta.pl?
     111MetaWikiPedia    http://meta.wikipedia.org/wiki/
     112MoinMoin         http://moinmo.in/
     113TracHacks        http://trac-hacks.org/wiki/
     114OSM              http://www.openstreetmap.org/wiki/
     115WhoIs            http://www.whois.sc/
     116Why              http://clublet.com/c/c/why?
     117c2Wiki           http://c2.com/cgi/wiki?
     118WikiPedia        http://en.wikipedia.org/wiki/
     119}}}
     120
     121
     122----
     123See also: InterWiki, InterTrac