racket/collects/mysterx/scribblings/mysterx.scrbl
Matthew Flatt 9453aaaccf assign authors to manuals
svn: r11287
2008-08-15 20:16:06 +00:00

23 lines
534 B
Racket

#lang scribble/doc
@(require "common.ss")
@title{@bold{MysterX}: Using Windows COM Objects in Scheme}
@author["Paul Steckler"]
@bold{MysterX} is a toolkit for building Windows applications from
@as-index{ActiveX} and COM components, using Scheme as glue code.
Dynamic HTML (DHTML) is used for component presentation and
event-handling.
@defmodule[mysterx]
@table-of-contents[]
@include-section["overview.scrbl"]
@include-section["com.scrbl"]
@include-section["activex.scrbl"]
@include-section["version.scrbl"]
@index-section[]