vermaneerajin / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

How to reuse your nice javascript #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have made  

http://code.google.com/p/ajaxgroovyshell/

I use the processed vt100.js and shell_in_a_box.js files from shellinabox.
I will try to update from your repository once in a while.

I considered to fetch the files directly from your repository in the
buildscript, but since I need the processed files, I don't think it will work.

Thanks for the great code.

Best
Anders

Original issue reported on code.google.com by anders.n...@gmail.com on 23 Mar 2009 at 8:37

GoogleCodeExporter commented 8 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