Hi to all.
It would be greately interesting if someone write the code to implement the possibility to insert posts from rss feeds, maybe first with a confirmation of the users with a sufficient level to post. So One can use wordpress also as a blog aggregator.
Think to a university campus: every course has an internal blog, and the campus has an aggregator blog with every post of course's blog that the "central admin" has though interesting to the whole community.
I would also pay something to see implemented a such thing. If you know that there's already something like this, or you want to wrote code to do that, please write at:
alessandro(at)aronchi.org
Thanks in advance!
I'll see that projects, but it seems nothing that can be integrated into wordpress. But with a little tweaking....
I must study the wordpress structure: maybe I can pay someone inside the wordpress development to do that in less time: is there anyone interested?
I've seen more deeply: theese projects are for only a feed at time, but I want to insert more feeds and merge with the blog posts, as posts themselves. I want to catch news from several feeds and put into the posts database of my blog, eventualy with a db column to know if a post is from outside and if yes from which blog (name and link to the blog I syndicate and from I get the post).
Something like this:
# title 1 # - [category]
blablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
#title 2 # - [news from <blog name>
blablablablablablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
# title 3 # - [category2]
blablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
#title 4 # - [news from <blog2 name>
blablablablablablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
blablablablablablablablablablablablablablablabla
And i want that my rss has all the posts, also those from outside.
It seems that drupal.org is the thing i needed. Now I try this one, maybe I'll post here the results.