diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-03-26 18:06:25 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-03-26 18:06:25 -0700 |
commit | 07ef42afee4c10722610c8ca2b3998d88af32abc (patch) | |
tree | be45760d4217decaf1a810d459e7a418098ef731 | |
parent | 76a4a982b85d6b6a44761a86cf6c9b68557caf7f (diff) | |
download | ikiwiki-07ef42afee4c10722610c8ca2b3998d88af32abc.tar ikiwiki-07ef42afee4c10722610c8ca2b3998d88af32abc.tar.gz |
Add shortcut for ohloh projects.
-rw-r--r-- | doc/shortcuts.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index 764ae6027..da37b7aef 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -56,6 +56,9 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=ciauser url="http://cia.vc/stats/user/%s"]] * [[!shortcut name=flickr url="http://www.flickr.com/photos/%s"]] * [[!shortcut name=man url="http://linux.die.net/man/%s"]] +* [[!shortcut name=ohloh url="http://www.ohloh.net/projects/%s"]] + * Intended usage \[[!ohloh projectname]], for a project already converted to + human-readable project URLs. To add a new shortcut, use the `shortcut` [[ikiwiki/PreprocessorDirective]]. In the url, "%s" is replaced with the |