Table of Contents
Contributions
Purpose
The main purpose of qooxdoo-contrib is:
- Sharing of qooxdoo related code with other users
- Incubator for code, which might later be integrated into the framework.
qooxdoo-contrib is meant as a central place for projects related to qooxdoo like:
- New backends
- Example applications
- New widgets
- New qooxdoo classes
In addition to serving as a code repository, contrib provides an infrastructure for easily including contributed code in your custom applications. You might also want to use this as a blue print for an internal, non-public infrastructure for sharing of qooxdoo-based application code within your organization.
Mailinglist
For support and development discussions there is a public mailing list named “qooxdoo-contrib-devel”. You can post questions regarding contributions there. Also this is meant to work as a meeting point for further contribution development. Subscribe/Unsubscribe/Preferences
To be up-to-date with the development you can subscribe the “qooxdoo-contrib-commit” list. This list will automatically send out mails for each commit in the qooxdoo-contrib project. Subscribe/Unsubscribe/Preferences
Sourceforge Project
qooxdoo-contrib is listed at sourceforge.net, too.
Code/SVN
This command will check out the qooxdoo-contrib code using Subversion:
svn co https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib qooxdoo-contrib
If you are using TortoiseSVN select SVN Checkout from the context menu in Windows Explorer and use this path:
https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib
Migration
Wishlist
You may add your feature wishes to qooxdoo-contrib here. You may report bugs or feature enhancements in our bugzilla bugzilla.
- Support automatic downloading from any svn repository
- Automatic dependency resolution between contributions
