diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 09:26:38 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 09:26:38 +0000 |
commit | 79d3dc4848f2663853ee77000b78466e7a349724 (patch) | |
tree | a7857ca6ffb69d8bd0e52282de0f7085a3aaa406 /doc | |
parent | 5fe38dc574f80766c444e5216db97f1da9818bd3 (diff) |
web commit by JoshTriplett: Add cia and ciauser shortcuts.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/shortcuts.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index 4c8be888d..9b34597a4 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -24,6 +24,8 @@ This page controls what shortcut links the wiki supports. * [[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"]] * [[shortcut name=cve url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s"]] +* [[shortcut name=cia url="http://cia.navi.cx/stats/project/%s"]] +* [[shortcut name=ciauser url="http://cia.navi.cx/stats/user/%s"]] To add a new shortcut, use the `shortcut` [[PreprocessorDirective]]. "%s" is replaced with the text passed to the named shortcut. The optional `desc` |