Using your own WordPress site, aggregate a social timeline of your favourite sites from across the Web and then view and reply to your feeds using a Microsub client.
Instructions:
Download this zip and then upload it in the Wordpress dashboard using Plugins -> Add New -> Upload Plugin
See the readme for further instructions, or visit jackjamieson.net/yarns-microsub-server-getting-started-guide/
Known issues:
- If you have IndieWeb Post Kinds installed, you must have version 3.3.1 or newer
Update notes
v1.0.4
- Update Parse-This
- Fixes bug that prevented stripping some html elements
v1.0.3
- Makes storage time limit clearer (See #91)
- Bug fixes:
- Updates Parse-This
v1.0.2
- Fixed problem searching for feeds if IndieAuth plugin not installed - see (#86)
v1.0.1
- Added support info to readme.txt
- removed some old unused files
v1.0.0
- Dramatic improvements to parsing thanks to the new Parse-This library.
- Improved UI look and feel
- Storage limit is now configurable
- Yarns can now return timelines with only unread posts if requested by client
- Channels now include a count of unread posts
- Yarns feed items are now deleted when deactivating the plugin
- Various bug fixes
v0.1.6-beta
- Add storage limit or 14 days for timeline items. (This will become a configurable option in the future, just set it to a reasonable default for the meantime)
- Updated UI for managing feeds in WordPress dashboard.
- Added preview when adding feeds
- Endpoint significantly improved by @dshanske - Thank you!
- Added count of unread posts when returning channel lists to client.
v0.1.5-beta
- Minor bug fixes (#55, #56)
- Update parse-this
- Improve debug logging (adds logging to a few more functions)
v0.1.4-beta
- Reduce debug logging (since it was eventually causing an error "Allowed memory size of 268435456 bytes exhausted") << This is a temporary fix until I implement a more efficient logging solution, but important because the error would stop Yarns from working entirely.
v0.1.3 Beta
- Add order channels function
- Fix authorization error - accidentally left debug authorization open.
v0.1.2 Beta
First public release - removed due to auth bug