Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdlp/oc-sitemapgenerators-plugin
Provides Sitemap Generators for the Vdlp.Sitemap plugin
https://github.com/vdlp/oc-sitemapgenerators-plugin
cms october-cms php sitemap sitemap-generators
Last synced: about 4 hours ago
JSON representation
Provides Sitemap Generators for the Vdlp.Sitemap plugin
- Host: GitHub
- URL: https://github.com/vdlp/oc-sitemapgenerators-plugin
- Owner: vdlp
- License: gpl-2.0
- Created: 2019-11-05T10:20:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T14:00:04.000Z (8 months ago)
- Last Synced: 2024-10-21T03:02:13.460Z (25 days ago)
- Topics: cms, october-cms, php, sitemap, sitemap-generators
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Vdlp.SitemapGenerators
This plugin provides Sitemap generators for October CMS.
## General
This plugin supports the following page types:
- `RainLab.Pages` Page
- October CMS PageWe encourage you to create more Sitemap generators for the common October CMS plugins.
Feel free to create a PR (from `develop` branch) and submit your ideas.## Requirements
- PHP 8.0.2 or higher
- This plugin requires the `Vdlp.Sitemap` plugin.
- October CMS 3.x## Configuration
Add the plugin configuration to your config folder:
```shell
php artisan vendor:publish --provider="Vdlp\SitemapGenerators\ServiceProvider" --tag="config"
```Add the following lines to the `.env` file of your project:
```ini
VDLP_SITEMAP_GENERATORS_RAINLAB_PAGES_ENABLED=true
VDLP_SITEMAP_GENERATORS_CMS_PAGES_ENABLED=true
```To exclude specific URLs from your `sitemap.xml` please refer to the documentation of the `Vdlp.Sitemap` plugin which can be found here: https://github.com/vdlp/oc-sitemap-plugin/blob/master/README.md
## Issues
If you have issues using this plugin. Please create an issue on GitHub or contact us at [[email protected]]().
## Contribution
Any help is appreciated. Or feel free to create a Pull Request on GitHub.