CCCMS The basic structure of the cccms is built from Nodes. Nodes live within a nested set. When a arbitrary url is entered it is dispatched to the ContentController action render_page. Based on the url parameters the render_page action retrieves the corresponding Node from the database. Rather than walking through the tree of the nested set to find the node, the Node is retrieved directly by its unique_name which matches the url parameters. So much for now yeah git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms git checkout --track -b poc1 origin/poc1 git submodule init git submodule update =============================================================================== Import all Updates from the old ccc.de site: extract db/updates.tbz start a script/console and execute the following commands: i = UpdateImporter.new("#{RAILS_ROOT}/db/updates") i.import_xml