/kohana-sitemap

A Kohana 3 Sitemap Class. Includes support for Google™ Mobile, Video, News, Code and Geo XML Sitemaps

Primary LanguagePHPISC LicenseISC

Sitemap Module

This module allows you to create XML sitemaps. This module supports the current types of sitemap:

Installation

git git submodule add https://github.com/segsalerty2013/kohana-sitemap.git modules/sitemap

How to Use

You need 'cache' and 'sitemap' modules active Any Controller you want to capture its 'actions' url to be added to the sitemap Add the following to the constructor like this: parent::__construct($request, $response); Sitemap::record($this->request); Add your domain/host to trusted hosts here: system\config\url.php

Keeping up to date

Run

git pull

in the repository, then commit the change to the submodule in your parent repository.

Bugs

Please file all bugs, patches and feature requests to the Sitemap Issue Tracker

ISC License

Copyright (c) 2010 - 2012, Mathew Davies thepixeldeveloper@googlemail.com Contribution (c) 2016, Mustafa Segun segsalerty@yahoo.com

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.