Changes between Initial Version and Version 1 of InterMapTxt


Ignore:
Timestamp:
Apr 10, 2015, 1:03:53 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterMapTxt

    v1 v1  
     1= InterMapTxt = #InterMapTxt
     2
     3== InterWiki のプレフィックスを定義するページです == #ThisistheplacefordefiningInterWikiprefixes
     4
     5このページは MeatBall:InterMapTxt ページをモデルとしています。
     6Trac ではマッピング文字列の後ろに任意のコメントをつけることができます。
     7
     8
     9Trac はこのページを特別に解釈し、
     10!InterWiki の柔軟かつ動的なリンクに対応します。
     11
     12このページでは、最初に見つかったライン区切り (訳注: 水平ライン) より下にあるコードブロック (訳注: 整形済みテキスト) は
     13!InterWiki の仕様に従った行のリストとして解釈されます:
     14{{{
     15プレフィックス <space> URL [<space> # コメント]
     16}}}
     17
     18URL で `$1`, `$2` などを使用すると、複数の引数をもつ
     19InterWiki リンクを作成することができます。例えば、 Trac:ticket:40 などです。
     20この URL には任意のコメントをつけることができます。
     21コメントはプレフィックスを使用するリンクを装飾するためにも
     22使用されます。(訳注: title 属性に使用されます。マウスオーバすると表示されます)
     23
     24新規 !InterWiki リンクは下のリストに追加すると、直ちに使用することができます。
     25しかしながら、 ''削除'' もまた、直ちに適用されます。
     26そのため、プレフィックスを使用不可にするためには、コメントアウトを使用するほうがいいかもしれません。
     27
     28!InterWiki のプレフィックスでは大文字 / 小文字は区別されません。
     29
     30
     31== プレフィックスのリスト == #ListofActivePrefixes
     32
     33[[InterWiki]]
     34
     35
     36----
     37
     38== プレフィックスの定義 == #PrefixDefinitions
     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
     49
     50RFC       http://tools.ietf.org/html/rfc$1          # IETF's RFC $1
     51ISO       http://en.wikipedia.org/wiki/ISO_         # ISO Standard $1 in Wikipedia
     52kb        http://support.microsoft.com/kb/$1/en-us/ # Article $1 in Microsoft's Knowledge Base
     53
     54chromium-issue  http://code.google.com/p/chromium/issues/detail?id=
     55
     56Django      http://code.djangoproject.com/intertrac/ # Django's Trac
     57
     58CreoleWiki   http://wikicreole.org/wiki/
     59Creole1Wiki  http://wikicreole.org/wiki/
     60Creole2Wiki  http://wiki.wikicreole.org/
     61
     62MediaWiki    http://www.mediawiki.org/wiki/
     63
     64SO  http://stackoverflow.com/questions/ # Question $1 in StackOverflow
     65
     66kwquery      /query?group=status&keywords=~  # Custom query for tickets matching keyword $1
     67
     68#
     69# InterWiki プレフィックスを適当にピックアップしたリスト
     70#
     71Acronym          http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=
     72C2find           http://c2.com/cgi/wiki?FindPage&value=
     73Cache            http://www.google.com/search?q=cache:
     74CPAN             http://search.cpan.org/perldoc?
     75DebianBug        http://bugs.debian.org/
     76DebianPackage    http://packages.debian.org/
     77DebianPTS        http://packages.qa.debian.org/
     78Dictionary       http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
     79Google           http://www.google.com/search?q=
     80lmgtfy           http://lmgtfy.com/?q= # Well, just search for "$1", follow the link to see how to do it...
     81GoogleGroups     http://groups.google.com/group/$1/msg/$2        # Message $2 in $1 Google Group
     82gdiscussion      https://groups.google.com/d/topic/$1/$2/discussion # Discussion $2 in $1 Google
     83gmessage         https://groups.google.com/d/msg/$1/$2 # Message $2 in $1 Google Group
     84JargonFile       http://downlode.org/perl/jargon-redirect.cgi?term=
     85MeatBall         http://www.usemod.com/cgi-bin/mb.pl?
     86MetaWiki         http://sunir.org/apps/meta.pl?
     87MetaWikiPedia    http://meta.wikipedia.org/wiki/
     88MoinMoin         http://moinmo.in/
     89TracHacks        http://trac-hacks.org/wiki/
     90OSM              http://www.openstreetmap.org/wiki/
     91WhoIs            http://www.whois.sc/
     92Why              http://clublet.com/c/c/why?
     93c2Wiki           http://c2.com/cgi/wiki?
     94WikiPedia        http://en.wikipedia.org/wiki/
     95}}}
     96
     97
     98----
     99See also: InterWiki, InterTrac