====== qooxdoo-contrib ====== * **[[contrib:project|Available contributions]]** * **[[http://demo.qooxdoo.org/contrib/demobrowser/|Contrib demobrowser]]** * **[[contrib:usage]]** * **[[contrib:join|How to contribute?]]** * **[[contrib:qooxdoo-contrib2.0|qooxdoo-contrib - New design]]** ===== 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 [[contrib:usage|easily including contributed code]] in your custom applications. It features a complete and convenient infrastructure and allows contributors to develop and release their work independent of the state and progress of the qooxdoo core framework. It is also used as an incubator for rather experimental features and early additions to the framework. Due to its very liberal SVN access policy it is also a perfect place for collaboration on new and improved features. You might also want to use this as a blue print for an internal, non-public infrastructure for sharing qooxdoo-based application code within your organization. ===== Mailinglist ===== Use the regular [[.:community:mailing_lists#general_list_for_users_and_developers|qooxdoo-devel]] mailing list for support and tech discussions about contributions. To be up-to-date with the all the contribution development you can subscribe to the "qooxdoo-contrib-commit" list. This list will automatically send out mails for each commit into the qooxdoo-contrib code repository. [[http://lists.sourceforge.net/mailman/listinfo/qooxdoo-contrib-commit|Subscribe/Unsubscribe/Preferences]] ===== SourceForge ===== qooxdoo-contrib is hosted as a [[http://sourceforge.net/projects/qooxdoo-contrib/|regular project at SourceForge.net]], the world's largest open source software development web site. Contributions can [[contrib:create_sf_release|create their own Sourceforge releases]] and put them [[https://sourceforge.net/project/showfiles.php?group_id=190279|online]]. ===== Demobrowser ===== Online demos for some (but not all) of the existing contributions are available in a **[[http://demo.qooxdoo.org/contrib/demobrowser/|contribution demobrowser]]**. Also see the list of [[.:contrib:project|all available contribs]]. ===== Code/SVN ===== You can [[http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/|browse the code]] or [[documentation:general:checking_out_from_svn|check out]] directly from the repository with the following SVN command: 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 ===== [[contrib:migration_08]] ===== Wishlist ===== You may add your feature wishes to qooxdoo-contrib here. You may report bugs or feature enhancements in [[http://bugzilla.qooxdoo.org|bugzilla]]. * Support automatic downloading from any svn repository * Automatic dependency resolution between contributions