silverware/news
Composer 安装命令:
composer require silverware/news
包简介
SilverWare News Module.
README 文档
README
Provides a news archive for SilverWare apps, divided into a series of categories and articles.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/news
Usage
The module provides three pages ready for use within the CMS:
NewsArchiveNewsCategoryNewsArticle
Create a NewsArchive page as the top-level of your news archive. Under the NewsArchive you
may add NewsCategory pages as children to divide the archive into a series
of categories. Then, as children of NewsCategory, add your NewsArticle pages.
A NewsArticle consists of a title, content, and a date. You can also add an image and summary for the article
by using the "Meta" tab. NewsArchive and NewsCategory pages are also implementors of ListSource,
and can be used with components to show a series of news articles as list items.
RSS Feed
A NewsArchive also supports the automatic generation of an RSS feed based on the
latest articles. You can enable or disable this functionality using the "Feed enabled"
checkbox on the NewsArchive options tab.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
| Colin Tucker | Praxis Interactive |
License
BSD-3-Clause © Praxis Interactive
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-10-13