Sidebar Network

django-pennypress Penny Press strives to produce a content management system for online news sites.

The Basics

A Penny Press newspaper was a cheap paper in the 19th century that brought the news to the masses because it was affordable for the working class.

Penny Press is an open source content management system geared towards local online news sites.

Building an online news site is expensive. Penny Press hopes to lower the cost needed to enter the online news world. As the big newspapers companies lose more and more money, local news will be produced by fewer and fewer companies and in turn, there will be fewer voices in the press. The lower cost of entrance will help keep the diversity of those voices in tact.

Penny Press will follow standards found both in the web world and the news world. Standards such as NITF/NewsML import and export from the news world. Standards such as RSS/Atom from the web world.

Project Homehttp://code.google.com/p/django-pennypress/
Grab the Repository – svn checkout http://django-pennypress.googlecode.com/svn/trunk/
 

Recent Commits

  • 42 was committed 3 months ago.
    Continued customizing the blog app, Added a base Blog class. Also broke down the base classes a bit so we can pick and choose bits and pieces of the base classes to utilize
  • 41 was committed 3 months ago.
    fixed an story_status in favor of a global status. We are waiting for patch 7154 to be merged
  • 40 was committed 3 months ago.
    There are still a few bugs in this implementation of blog. I will need to look at it again with fresh eyes
  • 39 was committed 3 months ago.
    I seem to commit best in two turns
  • 38 was committed 3 months ago.
    added a base blog application almost directly copied from django-basic-apps. A few things that I would like to add to this app: a custom login and form for non-staff members to login and write blog entries. I would like to create a blog model that would contain entries so multiple blogs can exist in an application.
  • 37 was committed 3 months ago.
    Second half of the huge changeset, mostly because I forgot to check what repository certain files were in
  • 36 was committed 3 months ago.
    Huge changeset, implementing a base class and a category app including section. Also some changes in the interest of localization.
  • 35 was committed 3 months, 1 week ago.
    Added the start of the ReST based sidebar system This is a replacement for the XML based inline system.
  • 34 was committed 3 months, 1 week ago.
    Cleaned up the documentation
  • 33 was committed 3 months, 1 week ago.
    Replaced the registry dir with the registry.py file