> I want to get rss output. RSS/ATOM output is enabled through a number of steps. There isn't any documentation on this, nor any good example. In time i'll add rss to sesam.com so to be "the example". For now i think sooner or later you'll have to step into the code, the best starting point being no.sesat.search.view.output.SyndicationGenerator
Otherwise the steps to enable rss are: 1) add to the tab element in views.xml something like rss-result-name="defaultSearch" where /defaultSearch/ is the command name from the mode who's results are to be displayed in the rss. 2) implement in the directory .../templates/rss/<tab-id>/ the following templates title.vm link.vm description.vm entryTitle.vm entryUri.vm entryDescription.vm entryPublishedDate.vm ~mck -- "Give me a firm place to stand and I will move the earth." Archimedes | www.semb.wever.org | www.sesat.no | www.sesam.no | _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
