SilverWare Blog Module.

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.3.0 2018-06-12 13:24 UTC

This package is not auto-updated.

Last update: 2024-04-12 13:55:35 UTC


README

Latest Stable Version Latest Unstable Version License

Provides a blog for SilverWare apps, divided into a series of categories and posts.

Contents

Requirements

Installation

Installation is via Composer:

$ composer require silverware/blog

Usage

The module provides three pages ready for use within the CMS:

  • Blog
  • BlogCategory
  • BlogPost

Create a Blog page as the top-level of your blog. Under the Blog you may add BlogCategory pages as children to divide the blog into a series of categories. Then, as children of BlogCategory, add your BlogPost pages.

A BlogPost consists of a title, content, date, and a series of tags. The tags used by your BlogPost pages can be used in conjuction with the TagCloudComponent provided by SilverWare to render a tag cloud of your blog tags.

Blog and BlogCategory pages are also implementors of ListSource, and can be used with components to show a series of blog posts as list items.

RSS Feed

A Blog also supports the automatic generation of an RSS feed based on the latest blog posts. You can enable or disable this functionality using the "Feed enabled" checkbox on the Blog 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
Colin Tucker Praxis Interactive

License

BSD-3-Clause © Praxis Interactive