トップ | バージョン2 最新版 | バージョン3 β版

初期バージョン から バージョン 1 における更新: InterMapTxt

差分発生行の前後
無視リスト:
更新日時:
2009/01/08 04:02:11 (15 年 前)
更新者:
trac (IP アドレス: 127.0.0.1)
コメント:

--

凡例:

変更なし
追加
削除
変更
  • 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 
     43Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/ # Message $1 in Trac Mailing List 
     44trac-dev http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/   # Message $1 in Trac Development Mailing List 
     45 
     46Mercurial http://www.selenic.com/mercurial/wiki/index.cgi/ # the wiki for the Mercurial distributed SCM 
     47RFC       http://tools.ietf.org/html/rfc$1 # IETF's RFC $1 
     48ISO       http://en.wikipedia.org/wiki/ISO_ # ISO Standard $1 in Wikipedia 
     49 
     50CheeseShop  http://cheeseshop.python.org/pypi/  # Python Package $1 from the Cheese Shop 
     51SQLite      http://www.sqlite.org/cvstrac/wiki?p=  
     52mysql-bugs  http://bugs.mysql.com/bug.php?id=  # Bug #$1 in MySQL's bug database 
     53peak        http://peak.telecommunity.com/DevCenter/ # $1 in Python Enterprise Application Kit's Wiki 
     54MODPYTHON   http://issues.apache.org/jira/browse/MODPYTHON- # Issue $1 in mod_python's JIRA instance 
     55SvnWiki     http://www.orcaware.com/svn/wiki/ # Subversion Wiki 
     56 
     57# 
     58# InterWiki プレフィックスを適当にピックアップしたリスト  
     59# 
     60Acronym          http://www.acronymfinder.com/af-query.asp?String=exact&Acronym= 
     61C2find           http://c2.com/cgi/wiki?FindPage&value= 
     62Cache            http://www.google.com/search?q=cache: 
     63CPAN             http://search.cpan.org/perldoc? 
     64DebianBug        http://bugs.debian.org/ 
     65DebianPackage    http://packages.debian.org/ 
     66Dictionary       http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query= 
     67Google           http://www.google.com/search?q= 
     68GoogleGroups     http://groups.google.com/group/$1/msg/$2        # Message $2 in $1 Google Group 
     69JargonFile       http://downlode.org/perl/jargon-redirect.cgi?term= 
     70MeatBall         http://www.usemod.com/cgi-bin/mb.pl? 
     71MetaWiki         http://sunir.org/apps/meta.pl? 
     72MetaWikiPedia    http://meta.wikipedia.org/wiki/ 
     73MoinMoin         http://moinmoin.wikiwikiweb.de/ 
     74WhoIs            http://www.whois.sc/ 
     75Why              http://clublet.com/c/c/why? 
     76c2Wiki             http://c2.com/cgi/wiki? 
     77WikiPedia        http://en.wikipedia.org/wiki/ 
     78}}}