=== TODO ===
SitemapManager.class.php
A class to generate a tree of sitemaps and add urls to existent one.
This class manages full sitemaps organizing these in a tree according
to sitemap protocol (see http://www.sitemaps.org/protocol.php).
category class
package sitemap_manager
author Giuseppe Sucameli <brush.tyler@hotmail.it>
copyright 2009 Giuseppe Sucameli
license http://www.gnu.org/licenses/gpl.html GPL V 2.0
version 0.1
$Id: $
-------------------------------------------------------------------------------
Current status as of 2009.09.11
TODO:
1. Optimizing the function GetLastSitemapNumber() becouse it's more expensive.
|