diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-27 20:25:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-27 20:25:07 -0400 |
commit | 268c4e9c857e222a22b836a3a895500012ccb296 (patch) | |
tree | 046d361a75b68b9fa65100a96d2488254b914142 | |
parent | 21082fb5fe5d78015bf957553d37d271eac826d2 (diff) | |
download | ikiwiki-268c4e9c857e222a22b836a3a895500012ccb296.tar ikiwiki-268c4e9c857e222a22b836a3a895500012ccb296.tar.gz |
remove obsolte cia shortcuts
-rw-r--r-- | doc/git.mdwn | 5 | ||||
-rw-r--r-- | doc/shortcuts.mdwn | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn index 407da280c..2f61f38a0 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -12,9 +12,8 @@ rejected. The gitweb is [here](http://source.ikiwiki.branchable.com/?p=source.git;a=summary). -Commits to this git repository are fed into [CIA](http://cia.vc), and can -be browsed, subscribed to etc on its -[project page](http://cia.vc/stats/project/ikiwiki). +Commits to this git repository are fed into [KGB](http://kgb.alioth.debian.org/) +for transmission to the #ikiwiki irc channel. ## personal git repositories diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index 722c6b141..b4f6d8ef4 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -7,7 +7,7 @@ Some examples of using shortcuts include: \[[!google foo]] \[[!wikipedia War_of_1812]] \[[!debbug 12345]] - Check the \[[!cia ikiwiki desc="CIA page for %s"]]. + Check the \[[!google ikiwiki desc="google search for %s"]]. This page controls what shortcut links the wiki supports. @@ -54,8 +54,6 @@ 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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=%s"]] -* [[!shortcut name=cia url="http://cia.vc/stats/project/%s"]] -* [[!shortcut name=ciauser url="http://cia.vc/stats/user/%s"]] * [[!shortcut name=flickr url="https://secure.flickr.com/photos/%s"]] * [[!shortcut name=man url="http://linux.die.net/man/%s"]] * [[!shortcut name=ohloh url="https://www.ohloh.net/p/%s"]] |