diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 11:54:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 11:54:37 +0000 |
commit | 06a8202931025b763414be5166ce374db173e50b (patch) | |
tree | 3d4cbf3f772ac382f6b419679450dcd0b066b017 /doc | |
parent | c2b88d902bc971125a59d605222de19e9d2d525b (diff) |
web commit by JoshTriplett: Add whois, via InterNIC.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/shortcuts.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index bec46b03a..2d31f04af 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -22,6 +22,7 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=imdb url="http://imdb.com/find?q=%s"]] * [[shortcut name=gpg url="http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s"]] * [[shortcut name=perldoc url="http://perldoc.perl.org/search.html?q=%s"]] +* [[shortcut name=whois url="http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain"]] To add a new shortcut, use the "shortcut" preprocessor directive. "%s" is replaced with the text passed to the named shortcut. The optional desc |