First I have to say that qooxdoo is one of the best browser and platform independent GUI-without-Java-tool. So far I have not seen any other tool with the potential of this one. DocumentationContents
Checkout from Subversion repositoryYou can download qooxdoo directly from our Subversion repository. SVN (Subversion) is a tool used by many software developers to manage changes within their source code tree. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of SVN is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree. Sourceforge has published some documentation how to use Subversion, too. Authoritative documentation on Subversion is available here. When you download a Subversion version, remember that it will overwrite the contents of your local directory. If you don‘t want to overwrite your local copy of qooxdoo, change to a different local directory. Subversion detailsThe following configuration settings are used to access the Subversion repository:
For SVN checkout you don‘t need to be a registered developer. Using Subversion there is no longer a delay between anonymous and developer access (this is a great new feature compared to the old CVS access at ). Checkout qooxdooUsing the command linePlease type in the following to checkout qooxdoo from Subversion: svn co https://svn./svnroot/qooxdoo/trunk qooxdoo Using Windows?To access our subversion repository on Windows, please install TortoiseSVN. You can download your installer here. There are also some language packs available. You can download documentation (as PDF) in different languages: Using OS X?Any hints? Please feel free to send additions to our mailing list. The build processTo be able to build a working qooxdoo version from your checkout you need to have the following tools installed in your unix/linux environment (also cygwin for Windows is supported as described below).
If you have installed this stuff, please open a new shell, change to the qooxdoo directory and call the following shell script: $ tools/make.sh To also create the documentation please call this instead:
Probably these scripts are not directly executable after checking them out from Subversion. If this is true in your environment, please execute the following first: $ bash tools/utils/fix-rights.sh CygwinWhat is Cygwin?In short, Cygwin is "LINUX under Windows". It is not an emulator and you can‘t use it to run any LINUX-program under Windows, but it makes it possible to run (special compiled) LINUX programs (and shell-scripts) under Windows. Because qooxdoo uses LINUX shell-scripts you need cygwin to run these scripts. For more information please have a look at their homepage. How to download and install CygwinThis is easy but you must select some special packages to install. If you don‘t select these packages, you will not get a working version of qooxdoo (and you will not get any error message!). First download the setup-program. Then run it and select "Install from Internet". At the next page, I recommend to set the "Root directory" to The next step is important! Please use the default selected packages and select additionally these packages:
Now finish the installation and run the file Please have a look at the output (this will differ in your installation!). This output means that your "home-directory" of cygwin is at Close the cygwin window. And now: Subversion Config SettingsYou‘ll need to add a couple of config settings to your SVN config file. If you are on Windows, that‘s located at:
And on UNIX/Mac OS X:
Enable auto-propsOpen it up in your favorite text editor. Most configs have some default settings, so locate [miscellany] and enable-auto-props in the file. If they exist, make sure that they are uncommented (remove # from beginning of line), otherwise add them. They line should look like:
Configure auto-propsNext, located [auto-props]. If it doesn‘t exist, add it, otherwise you‘ll probably have to uncomment it. Add the following entries below [auto-props]:
Please post questions to our mailinglist. Aboutqooxdoo is an advanced open-source JavaScript-based GUI toolkit. qooxdoo continues where simple HTML is not enough. This way qooxdoo can help you implement your AJAX-enhanced web 2.0 application - easier than ever before. Read more... |
|