Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
cliftonc edited this page Jul 25, 2011 · 12 revisions

Calipso

Calipso is a simple NodeJS content management system, built along similar themes to Drupal and Wordpress, that is designed to be fast, flexible and simple.

For additional details, including installation instructions, please visit the home page: http://calip.so/

If you would like to contribute, please take a look at the issues list as this will have the most up to date view of work that needs to be done for the next minor release. Otherwise, please just pm myself (cliftonc) or one of the other contributors on the main page and we can suggest some places for you to start.

Guide

Core Development Approach

Ok, the general approach to development will be to use a single trunk to do devel (master), and then tag to do releases.

The initial early pre-alpha only run http://calip.so version is tagged as v0.1.0, with future releases (sort of) outlined as milestones in the issues list.

If you want to get involved, read the coding standards on calip.so, take a look at some of the existing modules or themes, grab the master branch, have a go, and send a pull request. If you have any questions please don't hesitate to ask - happy to help.