Florian Giesen wrote: > Thank you for your help but I'm still stuck with this problem. But now I > think I can be more precisely: > > I want to use qooxdoo 0.8 inside a module for PHP basen content management > system (2F-CMS, only for information). So my problem is, that my qooxdoo code > must be in an module folder, wich is not the working directory of apache. > Here is the example: > > URL: http://localhost/cms/index.html > > Folder structure: > > docroot/cms/index.html (includes qooxdoo app) > docroot/cms/modules/mymodule/generate.py ... > docroot/cms/modules/mymodule/source > docroot/cms/modules/mymodule/build > ... > > Neither the source nor the build works (some js include path is always wrong) > (yes, I called generate.py source/build every time I changed the config.json > ;-) Any suggestions? > > > Florian,
a couple of questions here: a) What does "docroot/cms/index.html (includes qooxdoo app)" mean?! Is it the qooxdoo app? Is this the index.html from e.g. docroot/cms/modules/mymodule/source? b) Can you load the URL http://localhost/cms/modules/mymodule/source/index.html in a browser? What happens? c) How do you plan to integrate the qooxdoo app with the CMS system? Is there some link in your CMS that on click changes the current page to load the qooxdoo app? Which URL do you envision the qooxdoo app to have? Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
