In the following descriptions
CAUTION: Sitemap plugin requires that Dataproxy plugin be installed beforehand. Besides, if you installed Google sitemap generator, uninstall it beforehand.
Since version 1.1.7, you can use regular expressions in specifying Static Pages IDs to be excepted. The IDs you have already exntered are valid. Regular expressions start with "/" and ends with "/". In regular expressions, characters / . [ ] ^ $ | ? * + ( ) { } have special meanings.
/^form/
/^form\d+/
/^form\d{5}/
/^form\d{1,5}/
/form$/
/form/
/^event.*form$/
/^event\d{5}form$/
/(apply|confirm)/
/^event_(apply|confirm)/
/^event_(apply|confirm|submit)/
/^event_\d{5}(apply|confirm|submit)$/
If you would like to specify more complicated patterns, please visit sites such as this page and learn for yourself.
Version | Date | Description |
---|---|---|
1.2.2 | 2011-11-05 |
New Implemented auto-install feature. Fixed to prevent an error when DataProxy plugin is not installed or is disabled. |
1.2.1 | 2011-10-29 | Fixed to work properly with PHP-5.x. |
1.2.0 | 2011-07-23 | New Added support for Downloads plugin by dengen. |
1.1.9 | 2010-01-23 | New Added a feature to re-create the sitemap when a new article was posted. |
1.1.8 | 2009-11-04 | Fixed Fixed an error when you choose a language other than English or Japanese. |
1.1.7 | 2009-10-23 |
New Supported regular expressions in specifying Static Pages IDs to be excepted. See above. Fixed Fixed a bug in specifying Static Pages IDs to be excepted. Thanks, dengen! |
1.1.6 | 2009-08-27 | New Added support for Calendarjp plugin. Thanks, dengen! |
1.1.5 | 2009-04-01 | Fixed Fixed to hold a longer string in configuration. |
1.1.4 | 2008-12-26 |
Fixed Fixed to properly output entries of static pages into Google sitemap. New Now you can configure settings for static pages from admin GUI menu. |
1.1.2 | 2008-09-26 | Fixed Upgraded to prevent include-files to be directly accessed in some case-insensitive file systems (e.g. MS Windows). |
1.1.1 | 2008-09-14 | Fixed Upgraded to work well with PHP-4.x by not using htmlentities() and html_entity_decode() functions. |
1.1.0 | 2008-08-15 | New Upgraded to work well with Geeklog-1.5.0. |
1.0.3 | 2007-12-26 | Fixed to write into Google sitemap all stories in all the languages when you enable multilingual stories. |
1.0.2 | 2007-12-25 | Fixed doubly escaped & chars. Fixed not to put formmail (staticpages) in the sitemap. |
1.0.1 | 2007-11-10 | Fixed only to pick out such static pages as are displayed in the center block. Fixed not to display such data sources as are not enabled in admin/sitemap. New Now, you can change the display order of data sources from the admin screen. |
1.0 | 2007-11-04 | Initial version |