Changes between Initial Version and Version 1 of InterMapTxt


Ignore:
Timestamp:
Dec 16, 2006, 2:52:43 AM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterMapTxt

    v1 v1  
     1= InterMapTxt =
     2
     3== InterWiki のプレフィックスを定義するページです ==
     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== 現在利用できるプレフィックスのリスト ==
     32
     33[[InterWiki]]
     34
     35
     36----
     37
     38== プレフィックスの定義 ==
     39
     40{{{
     41PEP     http://www.python.org/peps/pep-$1.html                                       # Python Enhancement Proposal
     42Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/ # Message $1 in Trac Mailing List
     43trac-dev http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/   # Message $1 in Trac Development Mailing List
     44
     45Mercurial http://www.selenic.com/mercurial/wiki/index.cgi/ # the wiki for the Mercurial distributed SCM
     46RFC       http://rfc.net/rfc$1.html # IETF's RFC $1
     47
     48#
     49# InterWiki プレフィックスを適当にピックアップしたリスト
     50#
     51Acronym          http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=
     52C2find           http://c2.com/cgi/wiki?FindPage&value=
     53Cache            http://www.google.com/search?q=cache:
     54CPAN             http://search.cpan.org/perldoc?
     55DebianBug        http://bugs.debian.org/
     56DebianPackage    http://packages.debian.org/
     57Dictionary       http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
     58Google           http://www.google.com/search?q=
     59GoogleGroups     http://groups.google.com/group/$1/msg/$2        # Message $2 in $1 Google Group
     60JargonFile       http://downlode.org/perl/jargon-redirect.cgi?term=
     61MeatBall         http://www.usemod.com/cgi-bin/mb.pl?
     62MetaWiki         http://sunir.org/apps/meta.pl?
     63MetaWikiPedia    http://meta.wikipedia.org/wiki/
     64MoinMoin         http://moinmoin.wikiwikiweb.de/
     65WhoIs            http://www.whois.sc/
     66Why              http://clublet.com/c/c/why?
     67c2Wiki             http://c2.com/cgi/wiki?
     68WikiPedia        http://en.wikipedia.org/wiki/
     69}}}