diff --git a/web-world.rkt b/web-world.rkt new file mode 100644 index 0000000..97a2bca --- /dev/null +++ b/web-world.rkt @@ -0,0 +1,3 @@ +#lang s-exp "lang/base.rkt" +(require "web-world/main.rkt") +(provide (all-from-out "web-world/main.rkt")) diff --git a/web-world/examples/hello/hello.rkt b/web-world/examples/hello/hello.rkt new file mode 100644 index 0000000..efb3c88 --- /dev/null +++ b/web-world/examples/hello/hello.rkt @@ -0,0 +1,8 @@ +#lang planet dyoo/whalesong +(require (planet dyoo/whalesong/web-world) + (planet dyoo/whalesong/resource)) + +(define-resource index.html "index.html") + +(big-bang "don't care" + (initial-view index.html)) diff --git a/web-world/examples/hello/index.html b/web-world/examples/hello/index.html new file mode 100644 index 0000000..3d4ee39 --- /dev/null +++ b/web-world/examples/hello/index.html @@ -0,0 +1,4 @@ + +