An open API service indexing awesome lists of open source software.

https://github.com/alieninternet/ais_feed

Feed syndication plugin for Textpattern
https://github.com/alieninternet/ais_feed

atom rss textpattern textpattern-plugin

Last synced: 10 days ago
JSON representation

Feed syndication plugin for Textpattern

Awesome Lists containing this project

README

          

# ais_feed - A simple feed syndication plugin for Textpattern

This plugin allows you to ingest an external feed for syndication within your Textpattern site.

## Features

* Support for Atom and RSS feeds
* Allow querying any field in the feed with XPath queries
* Feed data can be formatted as needed
* No dependencies - no need for libraries, making installation simple
* Caching of feeds (file based)

## Example

The following example shows how the feed can iterate over a feed, returning at most 5 items, output a custom field, and perform simple logic based on an XPath query.

```html







Posted:




Something happens when XPath query is true



Something different happens when not true



```

Full instructions are available [here](help.textile), as well as included with the plugin, and includes tag instructions and practical examples.