jelix / sitemap-module
为 Jelix 提供生成网站地图的 Response 对象的模块。
v1.7.7
2021-01-26 23:24 UTC
Requires
- guzzlehttp/guzzle: ^7.2.0
Conflicts
- jelix/jelix: <1.7.7
This package is auto-updated.
Last update: 2024-09-24 02:37:09 UTC
README
这是一个 Jelix 模块,提供 Response 对象以生成搜索引擎的网站地图。
此模块适用于 Jelix 1.7.x 及以上版本。要查看 Jelix 1.7 之前的历史,请查看 jelix/jelix 仓库。
安装
手动安装,就像其他 Jelix 模块一样,或者如果您使用 Composer 安装了 Jelix 1.7+,则可以使用 Composer。
在您的项目中
composer require "jelix/sitemap-module"
启动应用程序的配置器以启用该模块
php yourapp/dev.php module:configure jsitemap
然后启动安装器以激活该模块
php yourapp/install/installer.php
用法
请参阅 http://docs.jelix.org/en/manual-1.7/。
单元测试位于 Testapp,在 jelix/jelix 仓库中。