Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Modify WeblogFeedRequest.java to support the query and page parameter.
  • Modify FeedServlet.java to support new feed type, locate the appropriate velocity template and load the correct model.
  • Add a new velocity template for searches, name weblog-search-atom.vm
  • Add a new SearchResultsFeedModel.java that implements Model similar to SearchResults, but doesn't extend PageModel since it doesn't require standard HTML weblog templates.
  • Add a new SearchResultsFeedPager.java that extends AbstractPager for paging of search results.
  • Add auto-discovery links to HTML search results so we can have browsers auto detect feeds on them.

Comments

Comments are welcome!