Skip to content

Commit 3980661

Browse files
committed
docs/Demo_mode.md updated from https://stackedit.io/
1 parent d0c873d commit 3980661

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Demo_mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Sample start scripts can be found in the Interlisp/Online Github repo in the sta
2828

2929
Most demos will require Lisp (or other) files that are not included in the standard Online Medley image. One very handy function to be used in start scripts for these demos is ```(ShellWget URL OUTFILE)```. This function will download (using wget) the file specified by URL and store it in the versioned Online Medley file system under the name OUTFILE. OUTFILE can then be LOADed by the start script.
3030

31-
Below is the start script for a demo of Pamoroso's INSPHEX utility The start script defines and then runs a function called START-INSPHEX. START-INPHEX in turn uses ShellWget to download the source code to INSPHEX from Github, compiles it, loads the compiled file and then uses ADD.PROCESS to run the main HEXDUMP function. There is some additional complication in the call to ADD.PROCESS to ensure that packages are handled correctly. But most existing Interlisp demos will not need this complexity since they don't use packages.
31+
Below is the start script for a demo of Pamoroso's INSPHEX utility The start script defines and then runs a function called START-INSPHEX. The START-INPHEX in turn uses ShellWget to download the source code to INSPHEX from Github, compiles it, loads the compiled file and then uses ADD.PROCESS to run the main HEXDUMP function. There is some additional complication in the call to ADD.PROCESS to ensure that packages are handled correctly. But most existing Interlisp demos will not need this complexity since they don't use packages.
3232

3333
```
3434
(DEFINE-FILE-INFO ^^PACKAGE "INTERLISP" ^^READTABLE "INTERLISP" ^^BASE 10)
@@ -67,7 +67,7 @@ Start scripts can also be used outside of Demo mode. In the normal OIO workflow
6767

6868
Additionally, if a ```start=<encoded start-script URL>``` query parameter is included in the URL used to access OIO (outside of Demo mode), then the specified URL (decoded) will be prepopulated into the Advanced Options/Start URL field on the Run Medley page.
6969

70-
## Synonyms for https::online.interlisp.org/demo
70+
## Synonyms for *https::online.interlisp.org/demo*
7171

7272
For legacy reasons, ```https:://online.interlisp.org/demo/guest``` and ```https:://online.interlisp.org/guest``` are synonyms for ```https::online.interlisp.org/demo```.
7373

@@ -91,6 +91,6 @@ For legacy reasons, ```https:://online.interlisp.org/demo/guest``` and ```https
9191

9292
> Written with [StackEdit](https://stackedit.io/).
9393
<!--stackedit_data:
94-
eyJoaXN0b3J5IjpbLTg1MzEyOTcyNCwyMTUwMzcwMTAsMTcxND
95-
ExNjk3NF19
94+
eyJoaXN0b3J5IjpbNTYyMDIzNTIxLDIxNTAzNzAxMCwxNzE0MT
95+
E2OTc0XX0=
9696
-->

0 commit comments

Comments
 (0)