From mark.roxberry at owasp.org Tue May 28 18:46:28 2013 From: mark.roxberry at owasp.org (Mark Roxberry) Date: Tue, 28 May 2013 14:46:28 -0400 Subject: [Owasp-org] ORG Revisited Message-ID: I'm looking for ideas for revisiting the report generator (and my security toolkit in general). For ORG previously, I tried going the Mono route and move the existing .NET code, but there were a few too many hoops to jump through wrt cross platform usage, specifically the XML component. I'm thinking maybe HTML/Javascript may be robust enough to do what we want it to do and in an open, cross platform way. I recently completed an HTML/Javascript project for a client that could run offline (just get app and work within the directory), basically serverless and local and generate formatted reports. I wonder if this is something we can do with the report generator, maybe find some XML.js or develop our own? I have to decompose the existing tool, but is this of interest to any one? Does anyone have input or ideas? Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.roxberry at owasp.org Tue May 28 19:20:47 2013 From: mark.roxberry at owasp.org (Mark Roxberry) Date: Tue, 28 May 2013 15:20:47 -0400 Subject: [Owasp-org] jsPDF as an ORG component Message-ID: As an example of what HTML/Javascript functionality is available, here is a pdf Javascript component: http://jspdf.com/ Note the example requires no server. I downloaded and needed to combine scripts to avoid XMLHttpRequest blocking when running locally. -------------- next part -------------- An HTML attachment was scrubbed... URL: