]> sipb.mit.edu Git - ikiwiki.git/blob - doc/shortcuts.mdwn
mention git
[ikiwiki.git] / doc / shortcuts.mdwn
1 This page controls what shortcut links the wiki supports.
2
3 * [[shortcut name=google url="http://www.google.com/search?q=%s"]]
4 * [[shortcut name=archive url="http://web.archive.org/*/%s"]]
5 * [[shortcut name=gmap url="http://maps.google.com/maps?q=%s"]]
6 * [[shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]]
7 * [[shortcut name=wikitravel url="http://wikitravel.org/en/%s"]]
8 * [[shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]]
9 * [[shortcut name=deblist url="http://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]]
10 * [[shortcut name=debpkg url="http://packages.debian.org/%s"]]
11 * [[shortcut name=debpts url="http://packages.qa.debian.org/%s"]]
12 * [[shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]]
13 * [[shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]]
14 * [[shortcut name=cpan url="http://search.cpan.org/search?mode=dist&query=%s"]]
15 * [[shortcut name=ctan url="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s"]]
16 * [[shortcut name=iki url="http://ikiwiki.info/%s.html"]]
17 * [[shortcut name=ljuser url="http://%s.livejournal.com/"]]
18 * [[shortcut name=rfc url="http://www.ietf.org/rfc/rfc%s.txt"]]
19 * [[shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]]
20 * [[shortcut name=meatballwiki url="http://www.usemod.com/cgi-bin/mb.pl?%s"]]
21 * [[shortcut name=emacswiki url="http://www.emacswiki.org/cgi-bin/wiki/%s"]]
22 * [[shortcut name=dict url="http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%s"]]
23 * [[shortcut name=imdb url="http://imdb.com/find?q=%s"]]
24 * [[shortcut name=gpg url="http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s"]]
25 * [[shortcut name=perldoc url="http://perldoc.perl.org/search.html?q=%s"]]
26 * [[shortcut name=whois url="http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain"]]
27 * [[shortcut name=cve url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s"]]
28 * [[shortcut name=cia url="http://cia.navi.cx/stats/project/%s"]]
29 * [[shortcut name=ciauser url="http://cia.navi.cx/stats/user/%s"]]
30
31 To add a new shortcut, use the `shortcut` [[PreprocessorDirective]]. "%s" is
32 replaced with the text passed to the named shortcut. The optional `desc`
33 parameter controls the description of the link.
34
35 Remember that the `name` you give the shortcut will become a new
36 [[PreprocessorDirective]].  Avoid using a `name` that conflicts with an
37 existing directive.
38
39 If you come up with a shortcut that you think others might find useful,
40 consider contributing it to the [[iki shortcuts]] page on the ikiwiki
41 ikiwiki, so that future versions of ikiwiki will include your shortcut
42 in the standard underlay.