diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-16 16:27:47 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-16 16:27:47 -0500 |
commit | b17ee42a2775b78329b3d26041f07243ca41841a (patch) | |
tree | 5f28e8707a562b134f2820c7a35bd52c9d79b047 | |
parent | 8becb076b03f8420111b798ee485d9185df24454 (diff) | |
download | ikiwiki-b17ee42a2775b78329b3d26041f07243ca41841a.tar ikiwiki-b17ee42a2775b78329b3d26041f07243ca41841a.tar.gz |
use %S in iki and archive shortcuts
remove zoomr shortcut, I don't like shortcuts that require explanation
-rw-r--r-- | doc/shortcuts.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index be0ebec31..105c8e084 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -11,7 +11,7 @@ Some examples of using shortcuts include: This page controls what shortcut links the wiki supports. * [[shortcut name=google url="http://www.google.com/search?q=%s"]] -* [[shortcut name=archive url="http://web.archive.org/*/%s"]] +* [[shortcut name=archive url="http://web.archive.org/*/%S"]] * [[shortcut name=gmap url="http://maps.google.com/maps?q=%s"]] * [[shortcut name=gmsg url="http://groups.google.com/groups?selm=%s"]] * [[shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]] @@ -37,7 +37,7 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=cpan url="http://search.cpan.org/search?mode=dist&query=%s"]] * [[shortcut name=ctan url="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s"]] * [[shortcut name=hoogle url="http://haskell.org/hoogle/?q=%s"]] -* [[shortcut name=iki url="http://ikiwiki.info/%s/"]] +* [[shortcut name=iki url="http://ikiwiki.info/%S/"]] * [[shortcut name=ljuser url="http://%s.livejournal.com/"]] * [[shortcut name=rfc url="http://www.ietf.org/rfc/rfc%s.txt" desc="RFC %s"]] * [[shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]] @@ -53,8 +53,6 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=cia url="http://cia.vc/stats/project/%s"]] * [[shortcut name=ciauser url="http://cia.vc/stats/user/%s"]] * [[shortcut name=flickr url="http://www.flickr.com/photos/%s"]] -* [[shortcut name=zooomr url="http://www.zooomr.com/photos/%s"]] - * Note: You have to include the username and number in here, such as `bob/123455`. To add a new shortcut, use the `shortcut` [[ikiwiki/PreprocessorDirective]]. In the url, "%s" is replaced with the |