=== README ===
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: $
-------------------------------------------------------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
|