[dokuwiki] Embedding a list of recent changes onto page using {rss>}

  • From: "Doug Daniels" <daniels.douglas@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 10 Dec 2006 09:59:48 -0500

I was wondering if there was some easy way to locally include the feed of
recent changes on your wiki onto a page (navigation bar, main page).

As of right now I kinda am using the hack method of including a rss feed
that points to my wiki, but there are 2 issues with that, one is I'm going
outside of my wiki and making a request back to myself when really dokuWiki
could do it internally. The second is all the links generated from the feed
are fully qualified URL's and not dokuWiki internal links as I'd want them
to be (for bread crumb tracing etc.).

Here's what I insert into my wiki pages:

For my main page:
===== Recent Event Horizon Wiki Activity =====
{{rss>
http://www.eventhorizongames.com/wiki/feed.php?mode=recent&type=rss2&linkto=page&num=8}
}

For my nav bar (I only list the most recent 3 changes):
{{rss>
http://www.eventhorizongames.com/wiki/feed.php?mode=recent&type=rss2&linkto=page&num=3}
}


So I'm wondering is there some easy way to include a feed to my wiki's
recent changes on that same wiki. You can check out what I've done on my
wiki on the nav bar and main page.

http://eventhorizongames.com/wiki/

Other related posts:

  • » [dokuwiki] Embedding a list of recent changes onto page using {rss>}