rah/rah_sitemap_links

rah_sitemap的链接模块

资助包维护!
www.paypal.me/jukkasvahn

安装: 9

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 1

开放问题: 0

类型:textpattern-plugin

0.2.2 2022-09-25 16:50 UTC

This package is auto-updated.

Last update: 2024-08-25 21:35:17 UTC


README

下载 | Packagist | 问题

这个Textpattern CMS插件是rah_sitemap的链接模块。它将来自链接面板的链接添加到XML站点地图中。

安装

使用Composer

$ composer require rah/rah_sitemap_links

或者下载安装程序包。

用法

满足以下任一条件的任何链接都将包含在站点地图中

  • 发布到名为rah_sitemap的分类。
  • URL以站点的URL开头(即http://mysite.com/)。
  • URL以正斜杠(/)开头。

变更日志

版本 0.2.2 – 2022/09/25

  • 更新Composer版本约束以支持rah_sitemap >= 4.0.0。

版本 0.2.1 – 2022/04/24

  • 重新打包0.2.0,修正了帮助文档标题。

版本 0.2.0 – 2022/04/24

  • 与rah_sitemap >= 3.0.0兼容。
  • 现在需要rah_sitemap >= 3.0.0。

版本 0.1.0 – 2014/03/28

  • 首次发布。