RSS Feeds for Plugin Cafe
After seeing a request in the forums, I put together some quick feed functionality for Maxon's Plugin Cafe.
Two types of feeds are provided.
Most Recent offers the 6 freshest topics in the forum.
ThreadFollow gives the ability to subscribe to a specific thread, and gives you all posts contained in the thread.
Most Recent:
http://chriskelley.tv/plugincafe/cafe_rss_recent.phpThreadFollow:
How
These feeds are created by scraping the forum pages with PHP using cURL and regular expressions.
I also used the eac_curl wrapper class from Kevin Burkholder. I plan on making the source available
after I tweak a few more things. The "Most Recent" feed just pulls from the "Latest Forum Posts" box
on the main page and provides links to each topic. The "ThreadFollow" feed parses entire
topics (including multi-page topics) and gives back authors, descriptions, dates, and links.
There are probably bugs that need to be worked out and some extra testing that needs to be done - if
you stumble upon any bugs, please let me know and I will fix it as soon as I can.
Contact me at chris *at* chriskelley *dot* tv.
Why
I put this together because I asked a question the other day at plugin cafe, got two immediate answers (including a full code sample), and I wanted to contribute back to the community.
About Me
My name is Chris Kelley, I am a freelance animator and developer living in Los Angeles. You can view my showreel at http://chriskelley.tv/work/. I also keep an After Effects / C4D blog at http://themographblog.com. If you have any questions or comments, you can contact me at chris *at* chriskelley *dot* tv.
Disclaimer: I make absolutely no guarantees about these feeds working. I am not responsible for any content coming through these feeds, if someone posts spam in the forum, you will get spam in your feed. I also make no guarantees about maintaining these feeds, if Maxon changes
the way they format the forum pages, I will need to update the code - but I don't promise that I will.
I have no direct affiliation with Maxon. If anyone from Maxon has a problem with these feeds being
made available, please contact me immediately and I will move them to an offshore server pull them down.