Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smarek/croogo-sitemap-2.0
Croogo Sitemap plugin
https://github.com/smarek/croogo-sitemap-2.0
Last synced: 25 days ago
JSON representation
Croogo Sitemap plugin
- Host: GitHub
- URL: https://github.com/smarek/croogo-sitemap-2.0
- Owner: smarek
- License: mit
- Created: 2012-08-27T14:41:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T19:55:23.000Z (about 9 years ago)
- Last Synced: 2024-05-02T00:10:44.269Z (6 months ago)
- Language: PHP
- Homepage: http://croogo.org
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
README
Sitemap Croogo Plugin
Author: Nicolas Traeder (traedamatic)
Email : [email protected]############################################################################
LICENSE
ALL files in this repository are licensed under the MIT license:
Url: http://www.opensource.org/licenses/mit-license.php
Copyright (c) <2010> Nicolas Traeder
#############################################################################
27. Aug 2012
This version now fully works with Croogo 1.4 and higher (CakePHP 2.0 and higher)
Marek Sebera19. Jan 2010
Version 0.1
This Plugin generates automatically a sitemap of you croogo site
It should work with no extra installation just copy this files into the app/plugin folder
!The upload from the adminpanel doesn't work right now. I dont know why!? I will fix it today or tomorrow!!!
#What does it do?#
First it adds some routes:
your-site/sitemap -> a simple html sitemap
your-site/sitemap.xml -> a valid http://www.sitemap.org xml sitemapThe Sitemap is created from the data in your site. All Nodes which have one of the three types blog, node and page are used.
In the admin dashboard you can find a new menu called "Sitemap". Here you can set you default changefreq and priority.
Furthermore you can add to any node the Customfields "changefreq" and "priority". These values will be used instead of the default if set.
#What does it not do?#
The plugin does not submit the sitemap to any search engine.
The logic behind the html view is very simple. It does not support the parent_id for a better view.
#Next Release Features#
Probably the submit function for the search engines.
New Verion 23.09.10
- migrated to Croogo 1.3.2
Further Reading:
http://bakery.cakephp.org/articles/view/automatically-generate-dynamic-sitemaps
http://bakery.cakephp.org/articles/view/sitemap-deluxe
http://www.sitemap.org