remove docs/images and relative references in tutorial.lisp
authorLuca Capello <luca@pca.it>
Thu, 16 Feb 2006 08:42:59 +0000 (08:42 +0000)
committerLuca Capello <luca@pca.it>
Thu, 16 Feb 2006 08:42:59 +0000 (08:42 +0000)
docs/images/slideshow.png [deleted file]
docs/images/tutorial1-1.png [deleted file]
docs/images/tutorial1-2.png [deleted file]
docs/tutorial.lisp

diff --git a/docs/images/slideshow.png b/docs/images/slideshow.png
deleted file mode 100644 (file)
index 3801267..0000000
Binary files a/docs/images/slideshow.png and /dev/null differ
diff --git a/docs/images/tutorial1-1.png b/docs/images/tutorial1-1.png
deleted file mode 100644 (file)
index 85a41b1..0000000
Binary files a/docs/images/tutorial1-1.png and /dev/null differ
diff --git a/docs/images/tutorial1-2.png b/docs/images/tutorial1-2.png
deleted file mode 100644 (file)
index b770379..0000000
Binary files a/docs/images/tutorial1-2.png and /dev/null differ
index a16098e..8f7729c 100644 (file)
@@ -75,8 +75,6 @@
 ;;; Browsing "http://localhost:8000/tutorial1" should return the
 ;;; following HTML:
 
-;;;f "images/tutorial1-1.png" 0.6 Embedded ParenScript example
-
 <html><head><title>ParenScript tutorial: 1st example</title>
 </head>
 <body><h1>ParenScript tutorial: 1st example</h1>
 ;;; `GREETING-CALLBACK' was converted to camelcase, and how the lispy
 ;;; `DEFUN' was converted to a JavaScript function declaration.
 
-;;;f "images/tutorial1-2.png" 0.6 Inline ParenScript example
-
 <html><head><title>ParenScript tutorial: 2nd example</title>
 <script type="text/javascript">
 // <![CDATA[
@@ -372,8 +368,6 @@ document.write(LINKORNOT == 1 ?
 </body>
 </html>
 
-;;;f "images/slideshow.png" 0.45 ParenScript Slideshow
-
 ;;; The actual slideshow application is generated by the function
 ;;; `JS-SLIDESHOW', which generates a ParenScript file. The code is
 ;;; pretty straightforward for a lisp savy person. Symbols are