skribilo-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[skribilo-users] Documentation fix.


From: R. Clayton
Subject: [skribilo-users] Documentation fix.
Date: Mon, 31 Mar 2008 10:50:57 -0400 (EDT)

The example

  [Document creation date: ,(date)]

in Section 1.5.1 of the Skribilio User's Manual doesn't work

  $ skribilo ex1.5.skb -o ex1.5.html
  WARNING: (skribilo ast): imported module (srfi srfi-34) overrides core 
binding \
  `raise'
  WARNING: (skribilo output): imported module (srfi srfi-34) overrides core 
bindi\
  ng `raise'
  WARNING: (skribilo evaluator): imported module (srfi srfi-34) overrides core 
bi\
  nding `raise'
  WARNING: (skribilo resolve): imported module (srfi srfi-34) overrides core 
bind\
  ing `raise'
  Backtrace:
  In unknown file:
     ?: 0* [#<procedure #f ()>]
     ?: 1* [eval (document # # #) #<module # b7b58e90>]
  In ex1.5.skb:
     1: 2* [document #:title ("HelloWorld!") ...
     3: 3*  (quasiquote #)
     3: 4*  (date)

  ex1.5.skb:3:37: In expression (date):
  ex1.5.skb:3:37: Unbound variable: date

  $

The example should probably be something like

  [Document creation date: ,(strftime "%c" (localtime (current-time)))]

Also, how can the "overrides raise" warnings be turned off?

Also, in Section 1.1, the title in the html file ("Hello world Example") doesn't
match the title in the skribilo file ("Hello World!").

Also, the example in Section 1.4 seems a little incoherent:  in the first
paragraph, the second link probably doesn't point to the second section of "that
document" (that is, the slashdot page pointed to first link), but rather it
points to the second section of this document (that is, the example scribilio
document being shown).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]