Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Category from Feeds #3

Open
erictchiu opened this issue Dec 3, 2010 · 1 comment
Open

Category from Feeds #3

erictchiu opened this issue Dec 3, 2010 · 1 comment
Labels

Comments

@erictchiu
Copy link
Owner

Add support of RSS/Atom categories in FoF.

Which RSS schema to use:
http://www.thearchitect.co.uk/schemas/rss-2_0.xsd
http://dublincore.org/2010/10/11/dcelements.rdf#

Simplepie code can parse categories. Update database script and FoF for supporting categories.

  1. extend fof_item and fof_feed tables to add the category field
    from RSS/Atom.
  2. extend the user interface to display category, with add/modify/delete ability similar to tag functionality we currently have.
@erictchiu
Copy link
Owner Author

Using category from feeds will probably involve manual data cleaning before displaying it, so I prefer to use existing FoF tagging for now rather than categories from feeds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant