Hi, I've been doing a LOT of reading, but I still am not sure and wanted to ask the community...
Master site publish content to other sites, selectable
I need to have different drupal sites sharing content, using a master => subscriber concept, create the content once, then have other sites grab it using rss feeds.
I'm thinking I will have each site use different domains, same code base, different databases. That way if they want to be moved to different severs, it should be easy.
My concept is to have 1 master control site create the content, like a story, and then tag that story using controlled taxo vocabs with values to indicate which share site it would be shared to.
Example: story 3309 has taxo vocab values: site2, site5, site8
I want that story 3309 to be hidden on the master site, so it doesn't show up on searches or the front page, because really it's just a story to be published to other sites, so it shouldn't show up on the master site.
From what I've read, I could create a controlled taxo vocab with the value = syndicated, to indicate the content was meant to be published to other sites.
? So how would I keep that content hidden on the master site ?
Would I set the user permissions for it so only the user who created it would see it?