Giter VIP home page Giter VIP logo

portal's Introduction

I wrote myself a feed aggregator for my front page.

For me I run this as a standalone rails app, separately from my weblog.
You could do that (and redirect requests to / or /index.html with Apache or nginx/etc. )
Or you could integrate it into your own app. Up to you.
Because I want to use it as my home page, everything come to / or /index.html, using query parameters.

FEATURES
 * Will aggregate ANY feed, no matter how badly mangled by the creators, using FeedTools (I also tried feed_normalizer and simple rss but they're not as good)
 * Deals with slowness of downloading feeds, RSS, etc., and REXML by caching
 * Deals with need to recache using elegant http/cron periodic system
 * Display the feeds in a facebook-like news feed format, sorted by dated.
 * You can easily re-label the feeds, add and renew feeds (in the code)
 * Only 35 lines of controller code!

QUICK INSTRUCTIONS
 1. Go to config/config.yml
 2. Change secret to something you made up
 3. Make a cron job to regularly call /?recache=yes&secret=XXXXXXX

portal's People

Stargazers

github avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.