Django application for ATOM/RSS feeds aggregation i.e. planet engine
Project description
============================
Feedzilla Django Application
============================
Changelog
=========
0.21::
------
* Bug fixes and a little code clean up
* pt_BR localization
* ``django-tagging`` replaced by ``django-taggit``
* Using tag slug in URL
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
============
See
* django-common
* django-taggit
* south
* feedparser
* lxml
* grab
* transliterate
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 Django Application
============================
Changelog
=========
0.21::
------
* Bug fixes and a little code clean up
* pt_BR localization
* ``django-tagging`` replaced by ``django-taggit``
* Using tag slug in URL
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
============
See
* django-common
* django-taggit
* south
* feedparser
* lxml
* grab
* transliterate
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``
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
feedzilla-0.24.tar.gz
(82.6 kB
view details)
File details
Details for the file feedzilla-0.24.tar.gz
.
File metadata
- Download URL: feedzilla-0.24.tar.gz
- Upload date:
- Size: 82.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac47409c5b9b577ccf96e53c31ba148a88682981c1030b0a0abc00ad03bf020f |
|
MD5 | 1e51bcf395540e48ecba2b8d8a07c9ad |
|
BLAKE2b-256 | 1c2a00b8477d7d530a11e8d82ed1e9b3d8d4db8a72a4b2357994e9798b16becb |