diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-27 01:13:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-27 01:13:03 +0000 |
commit | b0e7e2e123079a2e68924cfb90d19c44571b1f65 (patch) | |
tree | 8e6d5ae414e292f4ef564838a3b23858792a63a2 /doc/usage.mdwn | |
parent | c0ce99f77c73c4bc616d134151d0145a6b98faea (diff) | |
download | ikiwiki-b0e7e2e123079a2e68924cfb90d19c44571b1f65.tar ikiwiki-b0e7e2e123079a2e68924cfb90d19c44571b1f65.tar.gz |
* Support pinging services such as Technorati using XML-RPC to notify them
about changes to rss feeds.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index eec1856a7..deb94e415 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -128,7 +128,16 @@ These options configure the wiki. If rss is set, ikiwiki will generate rss feeds for pages that inline a [[blog]]. -* --url http://url/ +* --pingurl url + + Set this to the url to an XML-RPC service to ping when an RSS feed is + updated. For example, to ping Technorati, use the url + http://rpc.technorati.com/rpc/ping + + This parameter can be specified multiple times to specify more than one + url to ping. + +* --url url Specifies the url to the wiki. This is a required parameter in [[CGI]] mode. |