Nuxeo Repository

Welcome to the Nuxeo Repository, providing access to the source code and the bug tracker. This repository hosts free / libre / open source projects under the GPL or GPL-compatible licenses, including:

  • CPS project - a full-featured platform for Enterprise Content Management (ECM)
  • Apogee - a semantic rich client for ECM applications
  • ooo2dbk - OpenOffice to Dockbook conversion utility
  • Funkload - a functional and load testing of web applications
  • NXLucene - a standalone multi-threaded Lucene-based text indexing server.
  • BundleMan - a tool to manage releasing of application build on versioned products under subversion
  • Plush - an interactive command line tool for Lucene, using PyLucene
  • the Z3lab source code - next generation ECM components for Zope3
  • Several Zope products

Starting Points


Checkout Instructions

To access the repository using a svn client, use a command of the form:

svn co https://svn.nuxeo.org/pub/CPS3/products/CPSCore/trunk CPSCore

(Replace, of course, CPSCore by the name of the specific package you want to checkout.)

Authentication and commits

Contributors who need to do commit should use an https url instead of an http url, and use the --username parameter for their first login.

Specific instructions for CPS

You should probably directly checkout a bundle of the base products of CPS:

svn co https://svn.nuxeo.org/pub/CPS3/bundles/CPS-3-base/trunk Products

or the complete list of CPS products:

svn co https://svn.nuxeo.org/pub/CPS3/bundles/CPS-3-full/trunk Products

Please refer to the list of all available bundles to find out which bundle you can check out. You can get the list of products released in a bundle with the following command:

svn propget svn:externals https://svn.nuxeo.org/pub/CPS3/bundles/<bundle_name>/trunk

Mailing Lists

  • CPS-Devel -- Discussion list for developers of CPS and CPS-related software
  • CPS-Users -- Discussion and community support list for CPS users
  • CPS-Users-FR -- Discussion and community support list for CPS users (French)
  • Nuxeo-Checkins -- All checkins made to this repository

Others

  • Z3lab -- Discussions about the Zope 3 ECM project (aka Z3ECM). See z3lab.org for more information

Wiki Starting Points