|
New development of Softsqueeze has been assumed by a forum member at forums.slimdevices.com |
For details on obtaining the latest beta release of Softsqueeze please read the Softsqueeze beta thread.
For help with the beta release join the slimdevices forums and post to this thread. |
| New development of Softsqueeze has been assumed by a forum member at forums.slimdevices.com |
To use Softsqueeze first you will need to install:
How to download Softsqueeze
The latest binary distribution is available from the SourceForge
download
area. On Windows download the .exe or for Linux download the .rpm or .zip file. OS X users can
install using the .dmg file.
Then once you have downloaded
and uncompressed the Softsqueeze zip
file, double click on the Softsqueeze.jar file to start the application
(on some platforms you might have to start Softsqueeze from the command line).
When you first start
Softsqueeze you will be asked for the server IP
address and Slimserver version. You can change these settings later in
the preferences dialog.
The Slimserver includes a version of Softsqueeze that can be launched
using
either Java Web Start or as a Java applet. Click the Softsqueeze
link in the help section of the slimserver, and the follow the
instructions to start Softsqueeze or by opening one of the following
url's (replace localhost with the hostname
of your slimserver):
http://localhost:9000/html/softsqueeze/applet.html
http://localhost:9000/html/softsqueeze/webstart.html
You can upgrade Softsqueeze as follows;
- Download and
unpack
the Softsqueeze.zip file.
- Locate your slimserver
installation.
For example C:\Program
Files\slimserver.
- Move the contexts of the
Softsqueeze
folder you download into the folder
HTML/EN/html/softsqueeze.
The restart your slimserver.
Slimserver integration on a OS
X
To update Softsqueeze in the Slimserver
preference pane;
Softsqueeze
can be distributed using Java Web Start
- a technology that allows Java applications to be launched from a web
browser. If you have a web server then you can enable Softsqueeze to
use Java Web Start as follows:
- Unpack the Softsqueeze.zip
file in
your web
server documents folder (for example htdocs in apache).
- Configure you web server to
include
the MIME
type 'application/x-java-jnlp-file' for .jnlp files.
- Edit the softsqueeze.jnlp
file. You
need to
add the absolute path to the jnlp file in the codebase attribute
(relative paths do not work). Change the slimserver
property
value as appropriate for your server.
- Link the softsqueeze.jnlp
file into a
existing
html document.
- Clicking on the link in your
html
document will
then launch the Softsqueeze application and automatically connect to
your server.
In the current release you will get a security
warning when you use Java Web Start to launch Softsqueeze. It will
recommend that you do not run the application because it has not been
correctly signed. Ignore this warning :).
Command
line
To start Softsqueeze from the command line using the java
command you need to:
cd
<Softsqueeze directory>
java
-jar
SoftSqueeze.jar
The
source code for the project is available from
the Sourceforge Softsqueeze CVS tree. You can browse
the
code in your web browser, or use your CVS client to check
out the latest version
cvs -d:pserver:anonymous@softsqueeze.cvs.sourceforge.net:/cvsroot/softsqueeze checkout softsqueeze3
or the current 3.9b1 from bpa using;
cvs -d:pserver:anonymous@softsqueeze.cvs.sourceforge.net:/cvsroot/softsqueeze export -rPrerelease_3_9b1 softsqueeze3
Softsqueeze is released under
the GPL
license.
© Richard Titmuss
2004,2005