yawik / sitemap
YAWIK module to generate sitemap xml
v0.5.0
2020-12-15 09:29 UTC
Requires
- samdark/sitemap: ^2.2
- yawik/core: ^0.35
- yawik/jobs: ^0.35
Requires (Dev)
- cross-solution/phpunit-utils: ^2.0
- phpunit/phpunit: ^8.0
- yawik/applications: ^0.35
- yawik/auth: ^0.35
- yawik/composer-plugin: ^3.0
- yawik/cv: ^0.35
- yawik/geo: ^1.0
- yawik/organizations: ^0.35
- yawik/settings: ^0.35
- dev-master
- v0.5.0
- v0.4.0
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/qs-6.11.0
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/composer/laminas/laminas-http-2.14.3
- dev-dependabot/npm_and_yarn/lodash-4.17.21
This package is auto-updated.
Last update: 2024-11-07 10:16:54 UTC
README
Generate sitemap for all active jobs.
Overview
- generate sitemap manually
- Automatically update sitemap when a job status changes
- ping search engines after update
Installation
To use as yawik module, you need to require it in your YAWIK project:
composer require yawik/jobs-sitemap
To contribute, you need to clone the repository:
git clone git@github.com:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install
Start a local webserver with:
php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php
or
composer serve
you should be able to access your yawik at http://localhost:8000