gdritter repos documents / master scraps / jroute-samples
master

Tree @master (Download .tar.gz)

jroute-samples @masterraw · history · blame

#!/usr/bin/jroute

# for a quote
{ "title"    : "Quotes"
, "usejs"    : true
, "copy"     : "all quotes used under fair use &c &c"
, "onload"   : "\"doLoadHighlight()\""
, "contents" :
  { "quotelist" : [ {  "content" : `(invoke "markdown" content)
                    , ?("author" : `(invoke "markdown" author))
                    }
                  | { "content": c, ?("author": a) } <- @(arg 1)
                  ]
  , "focus"     : `(arg 0)
  }
}

# for a work
let