diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 10:26:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 10:26:19 +0000 |
commit | 7df6786cdec4b17a96e3d0a3cdf7a4474c76c3e9 (patch) | |
tree | 0eee0b116cbf9552dd27805eafb52d7e980366a6 /doc | |
parent | 272d99bf0720265a9422c9dc2cba844c155b0513 (diff) |
web commit by JoshTriplett: Add shortcut for perldoc.
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 c33146b2e..d3db977aa 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -16,6 +16,7 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]] * [[shortcut name=dict url="http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%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"]] To add a new shortcut, use the "shortcut" preprocessor directive. "%s" is replaced with the text passed to the named shortcut. The optional desc |