From dag at sonsorol.org Mon Aug 31 08:48:22 2009 From: dag at sonsorol.org (Chris Dagdigian) Date: Mon, 31 Aug 2009 08:48:22 -0400 Subject: [xml-qstat-d] resurrecting xml-qstat at github Message-ID: <13D736CF-009C-46AB-827D-64F15546084D@sonsorol.org> Hi folks, Some news regarding xml-qstat: - With me effectively not doing significant work on this code for a very very long time, Mark Olesen has stepped up and taken the version he had extensively modified inhouse and released it to the community. We basically did an SVN export of his tree into a new git repository hosted at github. Mark has made significant improvements in code, organization and features including nice handling of both cached and live status data as well as support for multiple-cluster SGE data in the same interface. Some URLS that may be of interest: Git repo: http://github.com/bioteam/xml-qstat/tree/master Demo site running the new code: http://www.xml-qstat.org/xmlqstat/cluster I've also updated the xml-qstat.org documentation a bit. The code is still not packaged up or organized for easy installation but people should be able to get themselves up and running with a bit of work. The goal is to shake out the git repository and start organizing things for a formal 1.0 release. The long term status of the project is unclear, we are already dependent on the "old" Apache Cocoon 1.1 version as Cocoon 1.2 is a big rewrite and seems very java-specific. I'm thinking that the next major evolution of the project may be ditch the server-side XSLT transformation entirely and see what we can do with modern browsers doing the XML->XHTML transformation internally. If that works, xml- qstat could be reduced to a couple of CGIs producing XML data along with the XSL stylesheets that guide the in-browser transformation. We'll see. I may work on an iphone-specific view next depending on other priorities. -Chris