Posted by Zeke Harris |
|
Herbert,
Your documentation for SPH_SETTINGS says that you use wiki_rss_url to generate links for feeds -- what else is required for feeds? Are you using the default Django feeds module? What does your feed_dict look like? What are your feed classes and where do I import them from? Do you have a feed implementation for recent forum posts as well? Thanks! --- Last Edited by thalin at 2007-07-04 03:16:19 --- What? You wanted a sig? |
|
Posted by Herbert Poul |
|
the forum feeds are already predefined in sphenecoll/sphene/sphboard/urls.py ..
so you should already have feeds.. for example http://sct.sphene.net/board/feeds/latest/5/ (the 5 is the id of the category) as for the wiki .. i'm using the same configuration as the 'communitydraft' example: http://yourhell.com/svn/root/django/communitydraft/trunk/community/urlconfs/community_urls.py (although i have no idea why the feed url is not configured directly in the sphenecoll/sphene/sphwiki/urls.py .. just as it is for the board.. i could probably simply add it there..) Hey, we have Signatures !!! Great, isn't it ? ;) |
Please login to post a reply.