[Redbutton-devel] SF.net SVN: redbutton: [175] www/index.html
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-01-11 17:59:21
|
Revision: 175
http://svn.sourceforge.net/redbutton/?rev=175&view=rev
Author: skilvington
Date: 2007-01-11 09:59:20 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
remove -l flag from rb-download examples
Modified Paths:
--------------
www/index.html
Modified: www/index.html
===================================================================
--- www/index.html 2007-01-11 17:02:20 UTC (rev 174)
+++ www/index.html 2007-01-11 17:59:20 UTC (rev 175)
@@ -91,12 +91,12 @@
Display the MHEG apps downloaded with rb-download.
<P>
The -r option means use a remote backend (rb-download running on another host).
-If -r is specified, then <service_gateway> should be the host[:port] that "rb-download -l" is running on.
+If -r is specified, then <service_gateway> should be the host[:port] that rb-download is running on.
If -r is not specified, rb-download is running on the same machine
and <service_gateway> should be an entry in the services directory.
Eg, on a single host, do this:
<PRE>
-rb-download -l 4165 &
+rb-download 4165 &
rb-browser services/4165
</PRE>
or, you could run rb-browser like this:
@@ -105,7 +105,7 @@
</PRE>
To run the frontend on a different host, do this on the backend:
<PRE>
-rb-download -l 4165 &
+rb-download 4165 &
</PRE>
and run this on the frontend:
<PRE>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|