silverware / news
SilverWare News Module.
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/silverware: ^1.3
This package is not auto-updated.
Last update: 2024-10-25 13:41:26 UTC
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:
NewsArchive
NewsCategory
NewsArticle
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
License
BSD-3-Clause © Praxis Interactive