README
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 22 Apr 2010 19:37:56 +0000
branchstable
changeset 5376 2c3f14bc2590
parent 2562 dd76d0f88796
child 5024 9e718abe3fde
permissions -rw-r--r--
[python2.6] don't add a name property on Thread in Python2.6 the threading.Thread class has a name attribute (used to be __name). The old code would trigger a infinite recursion.

CubicWeb semantic web framework
===============================

Install
-------

More details at http://www.cubicweb.org/doc/en/admin/setup

Getting started
---------------

Execute:

 apt-get install cubicweb cubicweb-dev cubicweb-blog
 cubicweb-ctl create blog myblog
 cubicweb-ctl start -D myblog
 sensible-browser http://localhost:8080/

Details at http://www.cubicweb.org/doc/en/intro/tutorial/blog-in-five-minutes

Documentation
-------------

Look in the doc/ subdirectory or read http://www.cubicweb.org/doc/en/