jelix/sitemap-module

为 Jelix 提供生成网站地图的 Response 对象的模块。

安装量: 1,562

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

公开问题: 0

类型:jelix-module

v1.7.7 2021-01-26 23:24 UTC

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 仓库中。