An open API service indexing awesome lists of open source software.

https://github.com/gocom/rah_sitemap_links

Links module for rah_sitemap
https://github.com/gocom/rah_sitemap_links

php textpattern textpattern-plugin

Last synced: 27 days ago
JSON representation

Links module for rah_sitemap

Awesome Lists containing this project

README

          

h1. rah_sitemap_links

"Download":https://github.com/gocom/rah_sitemap_links/releases | "Packagist":https://packagist.org/packages/rah/rah_sitemap_links | "Issues":https://github.com/gocom/rah_sitemap_links/issues

This "Textpattern CMS":https://textpattern.com plugin is a links module for "rah_sitemap":https://github.com/gocom/rah_sitemap. It adds links from the "Links panel":https://docs.textpattern.com/administration/links-panel to the XML sitemap.

h2. Install

Using "Composer":https://getcomposer.org:

bc. $ composer require rah/rah_sitemap_links

Or "download":https://github.com/gocom/rah_sitemap_links/releases an installer package.

h2. Usage

Any link that meets one of the following criteria will be included in the sitemap:

* Is published to a category named *rah_sitemap*.
* The URL starts with the site's URL (i.e. @http://mysite.com/@).
* The URL starts with a forward slash (@/@).

h2. Changelog

h3. Version 0.2.2 - 2022/09/25

* Updated Composer version constraint to support rah_sitemap >= 4.0.0.

h3. Version 0.2.1 - 2022/04/24

* Re-package 0.2.0 with corrected help document headings.

h3. Version 0.2.0 - 2022/04/24

* rah_sitemap >= 3.0.0 compatibility.
* Now requires rah_sitemap >= 3.0.0.

h3. Version 0.1.0 - 2014/03/28

* Initial release.