Sorry, but I don't get it.
How is the feed created, and how can it be addressed?
In the file 'info.php' of the extension I can see it says 'dependencies => libzendframework. Does this mean, I have to install the Zend Framework on my server?
If I write a simple xml-file, call it feed-xml, put it into the root of my knowledgeroot installation and give i the following content:
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>abmWiki</title>
<link>http://[server-address]/abmWiki</link>
<item>
<title>abmWiki</title>
<link>http://[server-address]/abmWiki</link>
<description>it wiki for Arbejdermuseet og ABA</description>
</item>
<item>
<title>Log for hjemmesiden</title>
<link>http://[server-address]/abmWiki/index.php?id=2</link>
<description> Se log over seneste aendringer paa hjemmesiden</description>
</item>
</channel>
</rss>
I can access the 3 feeds both in FF and IE.
The extension itsself does not give me a valid feed.
What am I doing wrong?