Version 0 of NaTcl

Updated 2011-04-05 00:57:57 by CMcC

NaTcl is Tcl running under Chrome.

== Serve with Wub ==

  * Make NaTcl per README
  * mkdir [[docroot]]/NaTcl and [[docroot]]/NaTcl/exe
  * cp tcl.nexe [[docroot]]/NaTcl/exe
  * cp index.html tcl.nmf [[docroot]]/NaTcl/

Edit tcl.nmf to

{
  "nexes": {
    "x86-32": "exe/tcl.nexe",
  }
}

Add to site.config:

/natcl/ {
    domain File
    root $Wub::docroot/NaTcl
}

/natcl/exe {
    domain File
    root $Wub::docroot/NaTcl/exe
    expires tomorrow
}