Topic: Integration between punbb and feed.informer.com
http://feed.informer.com is a handy service for pulling RSS feeds into websites.
It would be great if PunBB could easily be integrated with it - to for example automatically allow RSS feeds to be sucked into specific PunBB forums as individual topics.
Since they are both informer.com products, some integration would be logical.
I say this even though the feed.informer.com service seems to be flaky, and their 'Sign Up' page doesn't currently work, returning the following error :
NoMethodError in Main#signup
Showing app/views/main/signup.html.erb where line #40 raised:
undefined method `country_select' for #<ActionView::Base:0x2a98066f68>
Extracted source (around line #40):
37: </div>
38:
39: <div class="regform">
40: <div class="fieldname"><label for="user_country">Country:</label></div> <%= country_select "user", "country", ['United States', 'United Kingdom', 'Australia', 'Canada', 'China', 'Denmark', 'France', 'Germany', 'Italy', 'Russia', 'Spain', 'Sweden'] %>
41: </div>
42:
43: <div class="regform">
RAILS_ROOT: /home/feeddigest/panel2
Application Trace | Framework Trace | Full Trace
app/views/main/signup.html.erb:40
/usr/local/bin/thin:19:in `load'
/usr/local/bin/thin:19
Request
Parameters:
None
Show session dump
Response
Headers:
{"cookie"=>[],
"Content-Type"=>"text/html",
"Cache-Control"=>"no-cache"}
But it would still be a useful feature to have.