From: Arnaud F. <ar...@cr...> - 2005-01-19 09:53:49
|
Le 11 janv. 05, =E0 13:44, James Grimwood a =E9crit : > Hello > > I've got PHPWiki running on my website. It's accessable by clicking on > a link on my website's main page. > > Is there a way I can grab the contents of the RecentChanges in my wiki > and show that on my main page too? Just as straight text with links, > not as a browser sidepanel or embedded in a frame? What I'm trying to > make is a little sidepanel in my website's main page that shows what's > recently changed in my wiki, in a similar way to SourceForge's "most > active" panel on their main page. > > I don't mind poking around in the code and manually constructing glue > to call PHPWiki functions, but a few pointers about where to start > would be nice :-) > Just parse the RSS feed from de recentchanges page ... you can use my=20 RssParser.php lib (phpwiki/lib/RssParser.php) to do the task ... It's a very simple rss lib but does the job ... Have a look at the RssFeed plugin to see how to use it. -- Arnaud Fontaine CRAO Jabber: sh...@ra... |