queso / sitemap

Rails Sitemap Plugin / Site Map Plugin for Rails. A beautiful rails sitemap plugin that talks to Google, Yahoo and MSN when updated. Sitemap features clean handcrafted XHTML, XML with XSLT and custom finder options for your named routes.

This URL has Read+Write access

sitemap / CHANGELOG
bcd70f98 » queso 2008-10-22 Updating the changelog. 1 ==== 0.3 10/23/2008
2 **** WARNING **** Database schema change, be sure to add username and password to the SitemapSetting table.
3 * Added password support to the plugin. Uses basic http auth, leave usename and password blank to leave the http auth turned off.
4
7b6c036e » queso 2008-06-14 DRYing up the layout call a... 5 ==== 0.2 6/14/2008
6
dbd5089c » queso 2008-06-14 Changing the directory stru... 7 * Changed the directory structure to be more MVC like... Almost like engines without extra plugins :)
8
7b6c036e » queso 2008-06-14 DRYing up the layout call a... 9 * Added the start of password requiring, but it appears more investigation is needed on the rails side of plugin handling
10
11 * Fixed the sitemap_plugin layout footer url to point to our real domain
12
13 * Add delete support to widgets and static links in the plugin admin area
14
15 * Add Matt Polito's patch for dynamic copyright years
16
17 * Fix the custom_finder to work with Rails 2.1
18
19 ==== 0.1 3/23/2008
20
21 Released the first version!