yawik / sitemap
YAWIK 模块,用于生成 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-09-07 09:59:09 UTC
README
为所有活动职位生成 sitemap。
概述
- 手动生成 sitemap
- 当职位状态更改时自动更新 sitemap
- 更新后向搜索引擎 ping
安装
要将它用作 YAWIK 模块,您需要在您的 YAWIK 项目中引用它
composer require yawik/jobs-sitemap
要贡献,您需要克隆存储库
git clone git@github.com:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install
使用以下命令启动本地 web 服务器:
php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php
或者
composer serve
您应该能够通过 https://:8000 访问您的 yawik