Giter Site home page Giter Site logo

feedzilla's Introduction

Feedzilla Django Application

Changelog

0.20::

  • lxml instead BeautifulSoup
  • New dependencies: lxml, grab
  • Templates for ATOM/RSS feed moved to templates/feedzilla/feed directory

About feedzilla

This is Django application that adds to your site ability to aggregate ATOM/RSS feeds and display them in single stream. In other words you can use feedzilla to build planet site.

Project page: http://bitbucket.org/lorien/feedzilla

Installation

  • Use pip or easy_install to install feedzilla package.
  • Install dependencies (see below).
  • Add feedzilla to INSTALLED_APPS.
  • Run manage.py syncdb or manage.py syncdb --migrate if you use South.
  • Include url('', include('feedzilla.urls')) in url config.
  • Setup Site instance via Django admin interface.
  • Setup feedzilla settings via settings.py. See available settings below. You have to import default settings with from feedzilla.settings import * line.
  • Setup static files. You should copy or symlink static/feedzilla directory contents from feedzilla installation directory to your %MEDIA_ROOT%.
  • Play with templates. Probably you'll want override some of default templates.

Dependencies

  • django-common
  • django-tagging
  • feedparser
  • lxml
  • grab

Settings

  • FEEDZILLA_PAGE_SIZE - number of items per page
  • FEEDZILLA_SUMMARY_SIZE
  • FEEDZILLA_SITE_TITLE - used in feed generation
  • FEEDZILLA_SITE_DESCRIPTION - used in feed generation

For actual list of settings look into feedzilla/settings.py

feedzilla's People

Contributors

mjhea0 avatar

Stargazers

Raja Simon avatar

Watchers

 avatar  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.