Can anybody recommend me a php software for in-site RSS subscription?

Discussion in 'XML & RSS' started by youlichika, Aug 16, 2010.

  1. #1
    I want to build a novel reading site. I would like to through RSS to let my reader's subscribe my book catalog to their personal space (similar to a blog system), generate their own RSS read catalog.
    My home page using a SIMPLEPIE to achieve a RSS mootools effect, how to achieve the in site RSS subscriptions? In order that each of my readers can read on their own personal space?
    Please recommend a php software to realize this function or a good method. Thank you.
     
    youlichika, Aug 16, 2010 IP
  2. cubicaaron

    cubicaaron Guest

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This sounds like you might need a custom written script.
    Can you please explain a little more about your site, how users' spaces are managed - and how this data is stored?
     
    cubicaaron, Aug 17, 2010 IP
  3. youlichika

    youlichika Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Thanks for your reply.
    what I mean is: every novel is created by one rss feed(XML STYLE,with book name, Author, short Description...) in my main site.
    Users can register on my site and get a small space. They can choose every novel to their small space witch they like. Then they can simple manage them and export to be a custom-style rss feed cannal(XML).
     
    youlichika, Aug 17, 2010 IP
  4. cubicaaron

    cubicaaron Guest

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So are the novels stored in a database at all once being brought to the site via RSS?
     
    cubicaaron, Aug 17, 2010 IP
  5. youlichika

    youlichika Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    yes, I can set a database to store all the RSS address.
     
    youlichika, Aug 18, 2010 IP