Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedkulp/silk-magpierss
Magpie RSS extension for the Silk Framework
https://github.com/tedkulp/silk-magpierss
Last synced: 2 days ago
JSON representation
Magpie RSS extension for the Silk Framework
- Host: GitHub
- URL: https://github.com/tedkulp/silk-magpierss
- Owner: tedkulp
- Created: 2009-02-10T14:10:13.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-02-10T15:21:09.000Z (almost 16 years ago)
- Last Synced: 2024-11-14T10:41:23.178Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Magpie RSS plugin for Silk
This plugin allows you to pull an rss feed into a
smarty variable. It can then be displayed in any
template.INSTALL
-------Unzip into the extensions directory in your silk
application. This is normally extensions/magpierss.EXAMPLE USE
-----------{magpie_rss url='http://url/to/rss.xml' assign='rss_entries'}
- {$item.title} - {$item.date_timestamp|date_format:"%c"}
{foreach from=$rss_entries->items item='item'}
{/foreach}
LICENSE
-------
This extension is released under the MIT license. This applies to all
the code except for the contents of the lib directory. The lib directory
contains the Magpie RSS library, which is released under the GPL. It's
license is in the lib/README file.