Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 690 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 690 Bytes

ithz

A simple CMS for my personal website, hosted on Google App Engine.

This project is pretty old (it was mainly developed between December 2009 and May 2010) but have been migrated to webapp2 and django 1.2 templates at March 2015 (and then migrated to github).

Features

  • Different user typologies (public user, administrator, moderator, editor and registered user) with separated and hierarchic permissions.
  • Javascript is divided in micro-modules, which are loaded only when necessary, degrades gracefully.
  • Ajax (sadly using obsolete hash urls).
  • Clean and strict object-oriented interfaces for component communication (including templates).