Development
Mailinglists
The following mailinglists are available:
- kupu-dev@codespeak.net
The development of Kupu is discussed on this list. Subscribe/unsubscribe at http://codespeak.net/mailman/listinfo/kupu-dev. - kupu-checkins@codespeak.net
Read-only list which distributes checkin messages from the source code repository. Subscribe/unsubscribe at http://codespeak.net/mailman/listinfo/kupu-checkins. - editors@oscom.org
A list about the various editor projects at OSCOM, such as kupu and bxe. Discuss user questions here.
List Info
IRC Channel
Kupu developers and those that are interested in Kupu are often available for questions on IRC, in the #kupu channel at irc.freenode.net.
Source Code Repository
kupu's source code is managed in a subversion repository at Codespeak. You can access the below URLs with a browser; in order to do a full checkout or to contribute, you need the subversion client.
- Checkout a particular release:
svn co http://codespeak.net/svn/kupu/tag/kupu-X.Y - Checkout a major release branch:
svn co http://codespeak.net/svn/kupu/branch/kupu-X.0 - Checkout the current development version (trunk):
svn co http://codespeak.net/svn/kupu/trunk/kupu
Porting/integrating Kupu
kupu is designed to be portable to any Web CMS. If you want to integrate kupu into your favourite CMS, consider porting the trunk, not a particular release. That way, you will base your integration on a more recent version and we can include your port much easier in the main distribution (in case you would like us to do so; see Contributing). You will find the necessary documentation in the 'doc' directory.
Contributing
Please read the CONTRIBUTING.txt file.

