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
- Host: GitHub
- URL: https://github.com/gocom/rah_sitemap_links
- Owner: gocom
- License: gpl-2.0
- Created: 2013-03-16T20:56:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T11:20:07.000Z (11 months ago)
- Last Synced: 2025-08-04T02:53:11.316Z (10 months ago)
- Topics: php, textpattern, textpattern-plugin
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Contributing: CONTRIBUTING.textile
- Funding: .github/FUNDING.yml
- License: LICENSE
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.