The bug Oscar mentioned is in the links of the RSS entries, and that
is still there.
I suspect that is the same bug as with why the whole RSS does not
work. I will look into it
Doru
On Nov 22, 2007, at 1:51 PM, Adrian Kuhn wrote:
Click on the icon in the safai bar, I fixed it there
using a DHTML
hack
<script>
header=document.getElementsByTagName("head").item(0);
node=document.createElement("link");
node.setAttribute("type","application/rss\+xml");
node.setAttribute("rel","alternate");
node.setAttribute("href","http://moose.unibe.ch/news?
view=PBEntriesRssView");
node.setAttribute("title","RSS");header.appendChild(node)
</script>
cheers,
AA
On 22 Nov 2007, at 12:30 , Oscar Nierstrasz wrote:
The RSS feed is broken. It generates links to "localhost":
http://localhost:9988/news/EyeSee+received+second+prize
rather than
http://moose.unibe.ch/news/EyeSee+received+second+prize
- on
On Nov 22, 2007, at 0:00, Tudor Girba wrote:
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
www.tudorgirba.com/blog
"It's not what we do that matters most, it's how we do it."