2 KiB
ryuslash.org
<script src="/keyjs.js" type="text/javascript"></script> <script type="text/javascript"> keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ], "h": [ "keyjs_goto", "http://ryuslash.org" ] }); </script>
About
ryuslash.org
is the project of the front page of my website. I have
noticed, though, that apart from the design and the initial data,
there is nothing really specific to my about this project.
Right now all it really does is show a bunch of feeds on a page.
Features
- Define multiple RSS feeds to load news items from.
- Define relative paths for the xml and profile linked to a feed.
- Group feeds in categories.
- Add comments to any post that comes in.
- Generate feeds: One for all posts, one for all comments.
Requirements
ryuslash.org
uses the following modules and applications:
- Python 2.6.x or 2.7.x
- Django 1.3
- South 0.7.4
- Feedparser 5.1.1
- Markdown 2.1.1
Usage
It is a normal django application, so normal django deployment methods should work.
Configuration
The feeds that are loaded are defined in local_settings.py
. An
example of how to do this is located in local_settings.py.example
.