Skip to content

Commit

Permalink
Update userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
flody committed Oct 7, 2013
1 parent 3959493 commit 75fd07b
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/userguide.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php defined('SYSPATH') or die('No direct script access.');

return array
(
// Leave this alone
'modules' => array(

// This should be the path to this modules userguide pages, without the 'guide/'. Ex: '/guide/modulename/' would be 'modulename'
'sitemap' => array(

// Whether this modules userguide pages should be shown
'enabled' => TRUE,

// The name that should show up on the userguide index page
'name' => 'Sitemap',

// A short description of this module, shown on the index page
'description' => 'Sitemap for kohana 3.3',

// Copyright message, shown in the footer for this module
'copyright' => '&copy; 2010 - 2012, Mathew Davies',
)
)
);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions guide/sitemap/sitemap.start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Donating

A lot of work has gone into creating this module. If it's saved you hours of work,
then any donation is much appreciated.

<a href='http://www.pledgie.com/campaigns/8016'>
<img src='http://www.pledgie.com/campaigns/8016.png?skin_name=chrome'/>
</a>

# Sitemap Class

This module allows you to create all sorts of different XML sitemaps. These are not
the sitemaps you would find on the front end of your website. Currently supported
sitemaps:

- [Standard](http://www.sitemaps.org/protocol.php)
- [Code Search](http://www.google.com/support/webmasters/bin/answer.py?answer=75224)
- [Geo](http://www.google.com/support/webmasters/bin/answer.py?answer=94554)
- [Mobile](http://www.google.com/support/webmasters/bin/answer.py?answer=34648)
- [News](http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=74288)
- [Video](http://www.google.com/support/webmasters/bin/answer.py?answer=80472)

0 comments on commit 75fd07b

Please sign in to comment.