silverware / news
SilverWare News Module.
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
pkg:composer/silverware/news
Requires
- php: >=5.6.0
- silverware/silverware: ^1.3
This package is not auto-updated.
Last update: 2025-10-24 18:12:02 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:
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