Has anyone come across any open-source projects that take RSS feeds and display then in newspaper style layouts?
I’m not sure if this question is appropriate for SO. if it isn’t — my apologies.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t found an open-source project that does this but i’ve stumbled accross bit and pieces which can be used in conjunction with each other to create this.
For the client side layout, one could achieve this by using jqMasonry.
For the server side stuff, one could use any feed parsing library. e.g Python has feed parser