Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
peakpg committed Jun 21, 2010
1 parent a213b9e commit b3e1e03
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# News Module for BrowserCMS

A module for handling News Items or Press Releases.
A module to create and display News Items or Press Releases content.

## Features

* News Articles - Contributors can create News Articles with attributes like release date, title, summary, body and an attachment.
* Friendly URLs - Each news article will have its own unique path created automatically based on its name. Published article can be accessed via these paths.
* RSS - Visitors can subscribe to an RSS feed that displays the most recent 15 News Articles.
* Recent News - Contributors can show the most recent few articles (via a Portlet) on any page. The exact # of articles shown can be configured.
* Archive - Visitors can browse all past articles. By default, the portlet will display articles in reverse chronological order, grouped by month.
* Categorized - Uses the core Category module to allow each News Article to marked for a particular Category. Both the _Recent News_ and _Archive_ can be configured to show articles only in a particular category.
* Configurable Views - Each portlet's view can be edited via the CMS UI to be tweaked for any site design.
* News Section - A top level 'News' section will be created along with several pages designed to handle the above features will be created.
* *News Articles* - Contributors can create News Articles with attributes like release date, title, summary, body and an attachment.
* *Friendly URLs* - Each news article will have its own unique path created automatically based on its name. Published article can be accessed via these paths.
* *RSS - Visitors* can subscribe to an RSS feed that displays the most recent 15 News Articles.
* *Recent News* - Contributors can show the most recent few articles (via a Portlet) on any page. The exact # of articles shown can be configured.
* *Archive* - Visitors can browse all past articles. By default, the portlet will display articles in reverse chronological order, grouped by month.
* *Categorized* - Uses the core Category module to allow each News Article to marked for a particular Category. Both the _Recent News_ and _Archive_ can be configured to show articles only in a particular category.
* *Configurable Views* - Each portlet's view can be edited via the CMS UI to be tweaked for any site design.
* *News Section* - A top level 'News' section will be created along with several pages designed to handle the above features will be created.

## Installation

Expand Down

0 comments on commit b3e1e03

Please sign in to comment.