]> sipb.mit.edu Git - ikiwiki.git/commitdiff
comment
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 22 Apr 2007 02:48:39 +0000 (02:48 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 22 Apr 2007 02:48:39 +0000 (02:48 +0000)
doc/todo/IRC_topic.mdwn

index 7b26db7ef18baaebc8e99127c474cca862caf9bb..3f1dca37c4b96867fa7d148f2fff45c00f6f39d7 100644 (file)
@@ -2,3 +2,7 @@ ikiwiki could support grabbing the /topic from an IRC channel and putting the
 result in a page.  See <http://wiki.debian.org/TopicDebianDevel> for an
 example.  Like [[plugins/aggregate]], the page and its updates should not go
 in version control. --[[JoshTriplett]]
 result in a page.  See <http://wiki.debian.org/TopicDebianDevel> for an
 example.  Like [[plugins/aggregate]], the page and its updates should not go
 in version control. --[[JoshTriplett]]
+
+A simple script should be able to poll for the irc topic and update a page,
+then run ikiwiki -refresh to update the wiki. No need to put that in
+ikiwiki or a plugin, though. --[[Joey]]