Closed GoogleCodeExporter closed 9 years ago
I changed the build system to store the intermediate files and to check them
into
SVN. I believe, this addresses what you were asking for. You can now download
the
pre-processed files from:
http://shellinabox.googlecode.com/svn/trunk/shellinabox/shell_in_a_box.js
http://shellinabox.googlecode.com/svn/trunk/shellinabox/vt100.js
Please note that the "shellinaboxd" daemon process passes options to the
JavaScript
program by setting global variables. These are obviously not set in the files
that
you see in SVN.
You might need to set them yourself. At this time, the following options are
supported:
serverSupportsSSL = true | false;
disableSSLMenu = true | false;
suppressAllAudio = true | false;
This list can change at any time. You would need to check the source code for
shellinabox/shellinaboxd.c to notice any changes.
The script is supposed to work correctly, even if none of the options have been
set.
It will then use default values. If you notice that this is not the case,
please open
a new bug report.
Original comment by zod...@gmail.com
on 23 Mar 2009 at 11:20
Original issue reported on code.google.com by
anders.n...@gmail.com
on 23 Mar 2009 at 8:37