A plugin to read an RSS feed live into an AtomJump Messaging Server forum.
Requirements
AtomJump Messaging Server >= 0.7.0
Future Improvements
Images to be included.
Installation
Find the server at http://atomjump.org/wp/server-user-guide/ Download and install.
Download the .zip file or git clone the repository into the directory messaging-server/plugins/rss_feed
Put into your crontab file: sudo crontab -e
*/5 * * * * /usr/bin/php /your_server_path/plugins/rss_feed/index.php 5
0 * * * * /usr/bin/php /your_server_path/plugins/rss_feed/index.php 60
0 0 * * * /usr/bin/php /your_server_path/plugins/rss_feed/index.php 1440
Download the .zip file or git clone the repository into the directory messaging-server/plugins/rss_feed
Put into your crontab file: sudo crontab -e
*/5 * * * * /usr/bin/php /your_server_path/plugins/rss_feed/index.php 5
0 * * * * /usr/bin/php /your_server_path/plugins/rss_feed/index.php 60
0 0 * * * /usr/bin/php /your_server_path/plugins/rss_feed/index.php 1440
Copy config/configORIGINAL.json to config/config.json
Edit the config file to match your own RSS feeds.