This wiki has shortcuts enabled.
Some examples of using shortcuts include:
[[!google foo]]
[[!wikipedia War_of_1812]]
[[!debbug 12345]]
Check the [[!cia ikiwiki desc="CIA page for %s"]].
This page controls what shortcut links the wiki supports.
- Tastenkürzel google verweist nach http://www.google.com/search?q=%s
- Tastenkürzel archive verweist nach http://web.archive.org/*/%S
- Tastenkürzel gmap verweist nach http://maps.google.com/maps?q=%s
- Tastenkürzel gmsg verweist nach http://groups.google.com/groups?selm=%s
- Tastenkürzel wikipedia verweist nach http://en.wikipedia.org/wiki/%s
- Tastenkürzel wikitravel verweist nach http://wikitravel.org/en/%s
- Tastenkürzel wiktionary verweist nach http://en.wiktionary.org/wiki/%s
- Tastenkürzel debbug verweist nach http://bugs.debian.org/%S
- Tastenkürzel deblist verweist nach http://lists.debian.org/debian-%s
- Tastenkürzel debpkg verweist nach http://packages.debian.org/%s
- Tastenkürzel debpkgsid verweist nach http://packages.debian.org/sid/%s
- Tastenkürzel debpts verweist nach http://packages.qa.debian.org/%s
- Tastenkürzel debmsg verweist nach http://lists.debian.org/msgid-search/%s
- Tastenkürzel debrt verweist nach https://rt.debian.org/Ticket/Display.html?id=%s
- Tastenkürzel debss verweist nach
http://snapshot.debian.net/package/%s
- Usage:
[[!debss package]],[[!debss package#version]], or[[!debss package/version]]. See http://snapshot.debian.net for details.
- Usage:
- Tastenkürzel debwiki verweist nach http://wiki.debian.org/%s
- Tastenkürzel fdobug verweist nach https://bugs.freedesktop.org/show_bug.cgi?id=%s
- Tastenkürzel fdolist verweist nach http://lists.freedesktop.org/mailman/listinfo/%s
- Tastenkürzel gnomebug verweist nach http://bugzilla.gnome.org/show_bug.cgi?id=%s
- Tastenkürzel linuxbug verweist nach http://bugzilla.kernel.org/show_bug.cgi?id=%s
- Tastenkürzel mozbug verweist nach https://bugzilla.mozilla.org/show_bug.cgi?id=%s
- Tastenkürzel gnulist verweist nach http://lists.gnu.org/mailman/listinfo/%s
- Tastenkürzel marcmsg verweist nach http://marc.info/?i=%s
- Tastenkürzel marclist verweist nach http://marc.info/?l=%s
- Tastenkürzel gmane verweist nach http://dir.gmane.org/gmane.%s
- Tastenkürzel gmanemsg verweist nach http://mid.gmane.org/%s
- Tastenkürzel cpan verweist nach http://search.cpan.org/search?mode=dist&query=%s
- Tastenkürzel ctan verweist nach http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s
- Tastenkürzel hoogle verweist nach http://haskell.org/hoogle/?q=%s
- Tastenkürzel iki verweist nach http://ikiwiki.info/%S/
- Tastenkürzel ljuser verweist nach http://%s.livejournal.com/
- Tastenkürzel rfc verweist nach http://www.ietf.org/rfc/rfc%s.txt
- Tastenkürzel c2 verweist nach http://c2.com/cgi/wiki?%s
- Tastenkürzel meatballwiki verweist nach http://www.usemod.com/cgi-bin/mb.pl?%s
- Tastenkürzel emacswiki verweist nach http://www.emacswiki.org/cgi-bin/wiki/%s
- Tastenkürzel haskellwiki verweist nach http://haskell.org/haskellwiki/%s
- Tastenkürzel dict verweist nach http://www.dict.org/bin/Dict?Form=Dict1&Strategy=&Database=&Query=%s
- Tastenkürzel imdb verweist nach http://imdb.com/find?q=%s
- Tastenkürzel gpg verweist nach http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s
- Tastenkürzel perldoc verweist nach http://perldoc.perl.org/search.html?q=%s
- Tastenkürzel whois verweist nach http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain
- Tastenkürzel cve verweist nach http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s
- Tastenkürzel cia verweist nach http://cia.vc/stats/project/%s
- Tastenkürzel ciauser verweist nach http://cia.vc/stats/user/%s
- Tastenkürzel flickr verweist nach http://www.flickr.com/photos/%s
- Tastenkürzel man verweist nach http://linux.die.net/man/%s
- Tastenkürzel ohloh verweist nach http://www.ohloh.net/projects/%s
- Tastenkürzel cpanrt verweist nach https://rt.cpan.org/Ticket/Display.html?id=%s
- Tastenkürzel novellbug verweist nach https://bugzilla.novell.com/show_bug.cgi?id=%s
To add a new shortcut, use the shortcut directive. In the url, "%s" is replaced
with the text passed to the named shortcut, after url encoding it,
and '%S' is replaced with the raw, non-encoded text. The optional
desc parameter controls the description of the
link.
Remember that the name you give the shortcut will
become a new directive. Avoid
using a name that conflicts with an existing
directive. These directives also accept a desc
parameter that will override the one provided at definition
time.
If you come up with a shortcut that you think others might find useful, consider contributing it to the shortcuts page on the ikiwiki wiki, so that future versions of ikiwiki will include your shortcut in the standard underlay.