Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Streamweaver edited this page May 21, 2011 · 2 revisions

Overview

MetaRho is yet another simple django blogging application. It provides content caching for larger blogs and includes semantic web features for richer discovery. It will also integrate with the related django-rights module to provide rights information for users. It also integrates with a few other standard django modules such as django-tagging and such.

Update

I'm currently Refactoring MetaRho to be a stand alone simple blog and to be in alignment with the goals in the overview statement..

Some upcomming tasks:

  1. Rename project to django-metarho.
  2. Remove the Ontology module and set it up to use django-tagging optionally instead.
  3. Remove Rights module and setup a new django-rights project instead.
  4. Refactor code to be installable as a stand along python installation.
  5. Refactor Code to support Django 1.3.

Clone this wiki locally