close Warning: Can't synchronize with repository "(default)" (/mykopat/svn/repos/scata does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of InterMapTxt


Ignore:
Timestamp:
May 2, 2011, 3:19:37 PM (13 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 was modelled after the MeatBall:InterMapTxt page.
     6In addition, an optional comment is allowed after the mapping.
     7
     8
     9This page is interpreted in a special way by Trac, in order to support
     10!InterWiki links in a flexible and dynamic way.
     11
     12The code block after the first line separator in this page
     13will be interpreted as a list of !InterWiki specifications:
     14{{{
     15prefix <space> URL [<space> # comment]
     16}}}
     17
     18By using `$1`, `$2`, etc. within the URL, it is possible to create
     19InterWiki links which support multiple arguments, e.g. Trac:ticket:40.
     20The URL itself can be optionally followed by a comment,
     21which will subsequently be used for decorating the links
     22using that prefix.
     23
     24New !InterWiki links can be created by adding to that list, in real time.
     25Note however that ''deletions'' are also taken into account immediately,
     26so it may be better to use comments for disabling prefixes.
     27
     28Also 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{{{
     41PEP     http://www.python.org/peps/pep-$1.html    # Python Enhancement Proposal
     42PythonBug    http://bugs.python.org/issue$1       # Python Issue #$1
     43Python-issue http://bugs.python.org/issue$1       # Python Issue #$1
     44
     45Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/ # Message $1 in Trac Mailing List
     46trac-dev http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/   # Message $1 in Trac Development Mailing List
     47
     48Mercurial http://www.selenic.com/mercurial/wiki/index.cgi/ # the wiki for the Mercurial distributed SCM
     49RFC       http://tools.ietf.org/html/rfc$1 # IETF's RFC $1
     50ISO       http://en.wikipedia.org/wiki/ISO_ # ISO Standard $1 in Wikipedia
     51
     52CheeseShop  http://cheeseshop.python.org/pypi/  # Python Package $1 from the Cheese Shop
     53SQLite      http://www.sqlite.org/cvstrac/wiki?p=
     54mysql-bugs  http://bugs.mysql.com/bug.php?id=  # Bug #$1 in MySQL's bug database
     55peak        http://peak.telecommunity.com/DevCenter/ # $1 in Python Enterprise Application Kit's Wiki
     56MODPYTHON   http://issues.apache.org/jira/browse/MODPYTHON- # Issue $1 in mod_python's JIRA instance
     57SvnWiki     http://www.orcaware.com/svn/wiki/ # Subversion Wiki
     58
     59#
     60# A arbitrary pick of InterWiki prefixes...
     61#
     62Acronym          http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=
     63C2find           http://c2.com/cgi/wiki?FindPage&value=
     64Cache            http://www.google.com/search?q=cache:
     65CPAN             http://search.cpan.org/perldoc?
     66DebianBug        http://bugs.debian.org/
     67DebianPackage    http://packages.debian.org/
     68Dictionary       http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
     69Google           http://www.google.com/search?q=
     70GoogleGroups     http://groups.google.com/group/$1/msg/$2        # Message $2 in $1 Google Group
     71JargonFile       http://downlode.org/perl/jargon-redirect.cgi?term=
     72MeatBall         http://www.usemod.com/cgi-bin/mb.pl?
     73MetaWiki         http://sunir.org/apps/meta.pl?
     74MetaWikiPedia    http://meta.wikipedia.org/wiki/
     75MoinMoin         http://moinmoin.wikiwikiweb.de/
     76WhoIs            http://www.whois.sc/
     77Why              http://clublet.com/c/c/why?
     78c2Wiki           http://c2.com/cgi/wiki?
     79WikiPedia        http://en.wikipedia.org/wiki/
     80}}}