Skip to content

Commit

Permalink
add commentary to some of the example links
Browse files Browse the repository at this point in the history
  • Loading branch information
jkf committed Sep 20, 2001
1 parent e6ec124 commit 7ac27a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2001-09-20 John Foderaro <jkf@tiger.franz.com>

* examples/examples.cl - add commentary to some of the links
to make them clearer

2001-09-20 Kevin Layer <layer@crikey>

* makefile: split `clean' into `clean' and `cleanall', the latter
Expand Down
23 changes: 18 additions & 5 deletions examples/examples.cl
Expand Up @@ -22,7 +22,7 @@
;; Suite 330, Boston, MA 02111-1307 USA
;;
;;
;; $Id: examples.cl,v 1.19 2001/09/12 19:59:33 jkf Exp $
;; $Id: examples.cl,v 1.20 2001/09/20 17:28:01 jkf Exp $

;; Description:
;; Allegro iServe examples
Expand Down Expand Up @@ -72,7 +72,8 @@
:p
(:b "Sample pages") :br
((:a :href "gc") "Garbage Collector Stats") :br
((:a :href "apropos") "Apropos") :br
((:a :href "apropos") "Apropos")
:br
((:a :href "pic") "Sample jpeg") :br
((:a :href "pic-redirect") "Redirect to previous picture") :br
((:a :href "pic-gen") "generated jpeg") "- hit reload to switch images" :br
Expand All @@ -93,6 +94,7 @@
"Like the preceding but uses authorizer objects")
:br
((:a :href "timeout") "Test timeout")
" this will take a while to time out."
:br
((:a :href "getfile") "Client to server file transfer")
:br
Expand All @@ -101,9 +103,18 @@

:br
#+unix
((:a :href "long-slow") "long, slow cpu bound")
#+unix
" action to demo multiple process actions"
(html
((:a :href "long-slow") "long, slow, cpu-bound")
" action to demonstrate how AllegroServe "
"in multiple Unix process mode can be responsive"
" even if one AllegroServe process is wedged."
" You probably do "
(:b "not")
" want to click on this link if you are running"
" AllegroServe is its normal single Unix process"
" mode.")


:br
;; run only in an international lisp.
;; test at runtime since we may switch back
Expand Down Expand Up @@ -308,6 +319,8 @@
:maxlength 40
:size 20
:name "symbol")))
#+allegro
" The apropos function in ACL is case sensitive."
:p

(if* lookup
Expand Down

0 comments on commit 7ac27a6

Please sign in to comment.