iversonk56044 / gss-scripts

Automatically exported from code.google.com/p/gss-scripts
0 stars 0 forks source link

HTML output processing #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For scripts that produce output like macfind.wsf the most convenient output
mode is for consoles using the `cscript.exe` interpreter, but the default
interpreter is generally `wscript.exe` and the console message output ends
up in a modal dialog.

I have written (well, it's an ongoing work in progress) a JavaScript
reformatting engine which will work with several textual input syntaxes
like [http://daringfireball.net/projects/markdown/ Markdown], and it would
work well for converting console-mode command output into nicely styled HTML.

I need to bundle that JS code in with this script collection and give the
scripts the option to generate HTML reports via this.

Original issue reported on code.google.com by nigel.bree@gmail.com on 5 Mar 2008 at 8:23