rah/rah_custom_feed
Composer 安装命令:
composer require rah/rah_custom_feed
包简介
Textpattern CMS plugin for customizing Atom and RSS feeds
关键字:
README 文档
README
Textpattern CMS plugin that can be used to customize the output of RSS and Atom feeds with Textpattern template tags through a form partial. A form partial named rah_feed_body is used to set a feed item’s body contents, allowing the use of article-context template tags like with any other template.
Install
Using Composer:
$ composer require rah/rah_custom_feed
Or download an installer package.
Examples
Display except and read more link
In rah_feed_body form partial:
<txp:excerpt />
<p><txp:permlink>Read more...</txp:permlink></p>
Display article image
In rah_feed_body form partial:
<txp:permlink>
<txp:article_image />
</txp:permlink>
Changelog
Version 0.3.0 – 2019/03/31
- Released as a Composer package.
- Now requires Textpattern 4.7.0 or newer.
Version 0.2 – 2012/07/12
- Improved help file.
- Use plugin-lifecycle callbacks to remove the added form during uninstall.
- Now requires PHP5 or newer.
Version 0.1 – 2008/01/22
- Initial release.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2019-03-31