Bayesian RSS feed ideas for next release.

Developers
Dac Chartrand
2005-10-21
2013-02-24
  • Dac Chartrand
    Dac Chartrand
    2005-10-21

    As of 1.5, sux0r can generate a combined RRS feed. All of the code to do this is in root/rss.php  Also, an optional customized combined news feed is now available for logged in users.

    I propose the following modifications to allow Bayesian RSS from a user's own feed:

    root/rss.php?users_id=X

    Where X is a valid users_id. If one is present, has their own  customized combined news feed, and/or bayesian categories defined then sux0r will display those results as a feed.

    In order to protect the user's privacy there should be a new column in the users table:

    rss, tinyint(1)

    If this is not set to 1 then the generic combined news feed (as it is) is shown instead.

    Just jotting this down for now, won't be here for a few days but this is the next idea I want to tackle.

    Thanks.