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
- Host: GitHub
- URL: https://github.com/alieninternet/ais_feed
- Owner: alieninternet
- License: gpl-3.0
- Created: 2024-02-09T18:54:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:02:19.000Z (11 months ago)
- Last Synced: 2025-05-22T00:25:25.401Z (8 months ago)
- Topics: atom, rss, textpattern, textpattern-plugin
- Language: PHP
- Homepage:
- Size: 197 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.