Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesaff/statamic-rssfeed
RSS Feed Widget for Statamic V2.x
https://github.com/lesaff/statamic-rssfeed
Last synced: 9 days ago
JSON representation
RSS Feed Widget for Statamic V2.x
- Host: GitHub
- URL: https://github.com/lesaff/statamic-rssfeed
- Owner: lesaff
- Created: 2015-12-05T18:52:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T15:01:26.000Z (almost 9 years ago)
- Last Synced: 2023-08-06T05:21:28.281Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Statamic Rssfeed addon
Requirement: Statamic 2.x### What is this?
It's an RSS Feed widget for Statamic 2.x### Installation
- Copy `Rssfeed` folder to your `site/addons` folder
- Log on to your control panel, visit `/cp/system/addons`, make sure that `Rssfeed` is listed
- Click on the Refresh button on the top right of your browser to initialize new addon
- Alternatively, go to your terminal, `cd` to your website root and type `php please addon:refresh` and hit Enter.
- Copy the following settings into your `Settings/Control Panel````
widgets:
-
type: rssfeed
title: Hacker News
feed: https://news.ycombinator.com/rss
charset: utf-8
enable_cache: true
offset: 0
limit: 6
width: 50
```### Changelog
- 1.0.1: Updated name to fix case-sensitive issue with namespacing
- 1.0.0: Initial commit