Howdy! Christoph Dorn wrote: > Why can we not make a daily build of the documentation available on the > website for download and browsing?
A daily build of the api reference? For what code base do you think that would make sense: release 0.5.x, SVN trunk, development branch, ...? For a release version, there is exactly one api documentation at the time of the release. Of course, it is static and doesn't change over time, so no need for a daily re-build. For the trunk as well as any branch: the source code can be (substantially) changed any minute by any qooxdoo developer, so a daily documentation build wouldn't help, right? Anyone using the trunk or any branch does have a SVN checkout anyway. So it is best to have users generate the documentation locally, at any time and in sync with their actual checkout (including individual modifications or additions!). The generated API reference of the current qooxdoo release 0.5.2 is made available online at: http://old.qooxdoo.org/documentation/api-reference It is also part of the downloadable archives under: http://sourceforge.net/project/showfiles.php?group_id=129854 Every user should be able to generate it for release 0.5.x or SVN trunk by: $ tools/generate/make-docs.sh For detailed info about the new API reference of the development branch "namespaces", please look at: http://qooxdoo.org/documentation/developer/api_documentation If something is wrong with doc generation, lets fix it asap, so that everyone can continue using it: anytime, anywhere, on any code base, Andreas > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andreas > Ecker > Sent: June 29, 2006 3:35 AM > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation? > > Howdy! > > hotcicada wrote: > > I not fund the API Documentation in this list,could you email the > compiled > > API docs to me? thanks! > > I don't think it makes much sense request content that is supposed to be > easily created by any individual user. If there are problems in > generating the API documentation, we should resolve the issue asap. > > > For the current qooxdoo release 0.5.2 as well as the current SVN trunk: > > $ tools/generate/make-docs.sh > > ==> point your web browser to build/docs/index.html > > > For the SVN development branch "namespaces": > > $ tools/generate-dev/docgenerator.py > > ==> point your web browser to source/demo/apiviewer/index.html > > > Hope that helps, > > Andreas > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
