[Laszlo-checkins] r3676 - openlaszlo/branches/legals/docs/src/dguide
jsundman@openlaszlo.org
jsundman at openlaszlo.org
Tue Feb 6 14:03:15 PST 2007
Author: jsundman
Date: 2007-02-06 14:03:10 -0800 (Tue, 06 Feb 2007)
New Revision: 3676
Modified:
openlaszlo/branches/legals/docs/src/dguide/deployers-guide.html
openlaszlo/branches/legals/docs/src/dguide/lps-request-types.html
openlaszlo/branches/legals/docs/src/dguide/lztest.html
openlaszlo/branches/legals/docs/src/dguide/persistent_connection.html
openlaszlo/branches/legals/docs/src/dguide/program-development.html
openlaszlo/branches/legals/docs/src/dguide/video.html
Log:
changed localhost to 127.0.0.1 excecpt where it did not make sense to do so. Closes LPP-3506
Modified: openlaszlo/branches/legals/docs/src/dguide/deployers-guide.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/deployers-guide.html 2007-02-06 21:11:57 UTC (rev 3675)
+++ openlaszlo/branches/legals/docs/src/dguide/deployers-guide.html 2007-02-06 22:03:10 UTC (rev 3676)
@@ -1010,7 +1010,7 @@
<p>
The OpenLaszlo Source Viewer, which ships with the OpenLaszlo Server, allows anyone with internet access to read any XML files, including sources to any .lzx program,
in your LPS directory by using a query such as, for example,
-<code>http://localhost:8080/lps/lps/utils/viewer/viewer.jsp?file=/examples/tag-definition.lzx</code>.</p>
+<code>http://127.0.0.1:8080/lps/lps/utils/viewer/viewer.jsp?file=/examples/tag-definition.lzx</code>.</p>
<p>To prevent this, remove or rename the <code>viewer</code> directory from the <code>lps/lps/utils</code> directory and set <tt>allowRequestSOURCE=false</tt> in the<a href="lps.properties"> file.</a>
</p>
Modified: openlaszlo/branches/legals/docs/src/dguide/lps-request-types.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/lps-request-types.html 2007-02-06 21:11:57 UTC (rev 3675)
+++ openlaszlo/branches/legals/docs/src/dguide/lps-request-types.html 2007-02-06 22:03:10 UTC (rev 3676)
@@ -94,7 +94,7 @@
<p>Usage:</p><pre>
<script type="text/javascript" language="JavaScript"
- src="http://localhost:8080/lps-@VERSIONID@/examples/hello.lzx?lzt=embed">
+ src="http://127.0.0.1:8080/lps-@VERSIONID@/examples/hello.lzx?lzt=embed">
</script></pre>
</dd>
@@ -109,12 +109,12 @@
<head>
…
<script type="text/javascript" language="JavaScript"
- src="http://localhost:8080/lps-@VERSIONID@/lps/includes/embed.js"/ >
+ src="http://127.0.0.1:8080/lps-@VERSIONID@/lps/includes/embed.js"/ >
</head>
<body>
…
<script type="text/javascript" language="JavaScript"
- src="http://localhost:8080/lps-@VERSIONID@/examples/hello.lzx?lzt=js">
+ src="http://127.0.0.1:8080/lps-@VERSIONID@/examples/hello.lzx?lzt=js">
</script>
…
</body>
@@ -304,11 +304,11 @@
information about the current time and session. You can see
the generated LZX source at:
</p>
- <pre>http://localhost:8080/lps-@VERSIONID@/examples/hello.jsp.lzx?lzt=source</pre>
+ <pre>http://127.0.0.1:8080/lps-@VERSIONID@/examples/hello.jsp.lzx?lzt=source</pre>
<p>
and the generated application at:
</p>
- <pre>http://localhost:8080/lps-@VERSIONID@/examples/hello.jsp.lzx</pre>
+ <pre>http://127.0.0.1:8080/lps-@VERSIONID@/examples/hello.jsp.lzx</pre>
<p>The use of dynamically generated LZX circumvents the OpenLaszlo Server
compilation cache, and compiles an application for each request.
Modified: openlaszlo/branches/legals/docs/src/dguide/lztest.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/lztest.html 2007-02-06 21:11:57 UTC (rev 3675)
+++ openlaszlo/branches/legals/docs/src/dguide/lztest.html 2007-02-06 22:03:10 UTC (rev 3676)
@@ -1,5 +1,5 @@
<html>
-<!-- Copyright 2006 Laszlo Systems -->
+<!-- Copyright 2007 Laszlo Systems -->
<body>
New Features:
"ant lztest" invokes rhino and runs the new smoketest in the rhino
@@ -52,17 +52,17 @@
Tests:
ant runlztest
- http://localhost:8087/lps-legals/test/lztest/lztest-output.lzx?debug=true&lzr=dhtml
- http://localhost:8087/lps-legals/test/lztest/lztest-output.lzx?debug=true
- http://localhost:8087/lps-legals/test/lztest/lztest-events.lzx?debug=true&lzr=dhtml
- http://localhost:8087/lps-legals/test/lztest/lztest-events.lzx?debug=true
- http://localhost:8087/lps-legals/test/lztest/lztest-ids.lzx?debug=true&lzr=dhtml
- http://localhost:8087/lps-legals/test/lztest/lztest-ids.lzx?debug=true
- http://localhost:8087/lps-legals/test/lztest/lztest-simple.lzx?debug=true&lzr=dhtml
- http://localhost:8087/lps-legals/test/lztest/lztest-simple.lzx?debug=true
- http://localhost:8087/lps-legals/test/lztest/lztest-selftest.lzx?debug=true&lzr=dhtml
- (fails) http://localhost:8087/lps-legals/test/lztest/lztest-selftest.lzx?debug=true
- (fails silently) http://localhost:8087/lps-legals/test/lztest/lztest-lzbrowser.lzx?debug=true&lzr=dhtml
- http://localhost:8087/lps-legals/test/lztest/lztest-lzbrowser.lzx?debug=true
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-output.lzx?debug=true&lzr=dhtml
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-output.lzx?debug=true
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-events.lzx?debug=true&lzr=dhtml
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-events.lzx?debug=true
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-ids.lzx?debug=true&lzr=dhtml
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-ids.lzx?debug=true
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-simple.lzx?debug=true&lzr=dhtml
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-simple.lzx?debug=true
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-selftest.lzx?debug=true&lzr=dhtml
+ (fails) http://127.0.0.1:8087/lps-legals/test/lztest/lztest-selftest.lzx?debug=true
+ (fails silently) http://127.0.0.1:8087/lps-legals/test/lztest/lztest-lzbrowser.lzx?debug=true&lzr=dhtml
+ http://127.0.0.1:8087/lps-legals/test/lztest/lztest-lzbrowser.lzx?debug=true
</html>
</body>
Modified: openlaszlo/branches/legals/docs/src/dguide/persistent_connection.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/persistent_connection.html 2007-02-06 21:11:57 UTC (rev 3675)
+++ openlaszlo/branches/legals/docs/src/dguide/persistent_connection.html 2007-02-06 22:03:10 UTC (rev 3676)
@@ -600,7 +600,7 @@
<pre>
<connection group="dashboard">
- <agent url="http://localhost:8080/server-api/History"/>
+ <agent url="http://127.0.0.1:8080/server-api/History"/>
<agent url="http://info.com/StockTicker"/>
</connection>
</pre>
@@ -997,6 +997,6 @@
</body>
</html>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
Modified: openlaszlo/branches/legals/docs/src/dguide/program-development.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/program-development.html 2007-02-06 21:11:57 UTC (rev 3675)
+++ openlaszlo/branches/legals/docs/src/dguide/program-development.html 2007-02-06 22:03:10 UTC (rev 3676)
@@ -92,7 +92,7 @@
<p>
In order to run your program, simply load it into your browser. The exact URL depends on the configuration of the server, but will typically look something like:</p>
-<pre>http://localhost:8080/lps-@VERSIONID@/<i>path to your directory</i></pre>
+<pre>http://127.0.0.1:8080/lps-@VERSIONID@/<i>path to your directory</i></pre>
<p>The OpenLaszlo Server checks the source files for valid syntax, compiles them,
caches the executables and makes the application immediately visible
@@ -533,7 +533,7 @@
supply the name of the file you want to view as a <code>file=</code> request type, for example:</p>
<code>
-http://localhost:8080/lps-@VERSIONID@/lps/utils/viewer/viewer.jsp?file=/my-apps/copy-of-hello.lzx
+http://127.0.0.1:8080/lps-@VERSIONID@/lps/utils/viewer/viewer.jsp?file=/my-apps/copy-of-hello.lzx
</code>
<fixme>Say something about running various LPS's at the same time during development? Also, about cache clearing?
Modified: openlaszlo/branches/legals/docs/src/dguide/video.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/video.html 2007-02-06 21:11:57 UTC (rev 3675)
+++ openlaszlo/branches/legals/docs/src/dguide/video.html 2007-02-06 22:03:10 UTC (rev 3676)
@@ -355,10 +355,10 @@
<h4>A Multi-party application</h4>
<p>
-In the example below, two videoviews are communicating with each other through a media server located at localhost/test over the RTMP protocol. Each view specifies an URL to the other.
+In the example below, two videoviews are communicating with each other through a media server located at 127.0.0.1/test over the RTMP protocol. Each view specifies an URL to the other.
</p>
<example extract="false" title="A simple multi-party video application">
- <rtmpconnection src="rtmp://localhost/test" autoconnect="true"/>
+ <rtmpconnection src="rtmp://127.0.0.1/test" autoconnect="true"/>
<simplelayout/>
<rtmpstatus/>
<view layout="axis:x; inset:10; spacing:10">
@@ -376,7 +376,7 @@
<canvas debug="true">
<rtmpconnection
- src="rtmp://localhost/test"
+ src="rtmp://127.0.0.1/test"
autoconnect="true"
/>
<mediastream name="s1"
@@ -389,7 +389,7 @@
<text multiline="true" width="100%">
Instructions:<br/>
- 1. Either run a flash media server on localhost, or ssh tunnel to a media server at a known host<br/>
+ 1. Either run a flash media server on localhost (127.0.0.1), or ssh tunnel to a media server at a known host<br/>
2. Press the broadcast button. (Grant camera access permission if needed.)
The button should change to say "stop broadcasting"<br/>
3. Press the receive button. You should be receiving audio and video from yourself and the
@@ -488,6 +488,6 @@
</html>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
More information about the Laszlo-checkins
mailing list