diff --git a/foobar/-main.html b/foobar/-main.html deleted file mode 100644 index 9c3a2a9..0000000 --- a/foobar/-main.html +++ /dev/null @@ -1 +0,0 @@ -world 10201 \ No newline at end of file diff --git a/foobar/.fakegit b/foobar/.fakegit deleted file mode 100644 index 9c3a2a9..0000000 --- a/foobar/.fakegit +++ /dev/null @@ -1 +0,0 @@ -world 10201 \ No newline at end of file diff --git a/foobar/barino.txt b/foobar/barino.txt deleted file mode 100644 index 5c4c441..0000000 --- a/foobar/barino.txt +++ /dev/null @@ -1,4 +0,0 @@ -FALLBACK! - -hello from barino.txt.pd. Gets rendered with pollen decoder. - \ No newline at end of file diff --git a/foobar/barino.txt.pd b/foobar/barino.txt.pd deleted file mode 100644 index 5207e95..0000000 --- a/foobar/barino.txt.pd +++ /dev/null @@ -1,3 +0,0 @@ -#lang pollen - -hello from barino.txt.pd. Gets rendered with pollen decoder. diff --git a/foobar/ding/dong/dongworld.txt b/foobar/ding/dong/dongworld.txt deleted file mode 100644 index 9dd0d51..0000000 --- a/foobar/ding/dong/dongworld.txt +++ /dev/null @@ -1 +0,0 @@ -this is world inside dong 40804 \ No newline at end of file diff --git a/foobar/ding/dong/dongworld.txt.p b/foobar/ding/dong/dongworld.txt.p deleted file mode 100644 index 6537333..0000000 --- a/foobar/ding/dong/dongworld.txt.p +++ /dev/null @@ -1,3 +0,0 @@ -#lang pollen - -this is world inside dong ◊(* 202 202) \ No newline at end of file diff --git a/foobar/error.html b/foobar/error.html deleted file mode 100644 index 167cd5b..0000000 --- a/foobar/error.html +++ /dev/null @@ -1,35 +0,0 @@ - - -Servlet Error
Exception

The application raised an exception with the message:

link: contract violation
-  expected: stringish?
-  given: '(img ((src "images/tfl-book-cover.gif")))
-  in: the 1st argument of
-      (->*
-       (stringish?)
-       (stringish? #:class stringish?)
-       tagged-xexpr?)
-  contract from: (function link)
-  blaming: /Users/mb/git/bpt/pollen-require/bpt-elements.rkt
-  at: /Users/mb/git/bpt/pollen-require/bpt-elements.rkt:44.18

Stack trace:

raise-blame-error16 at:
-  line 143, column 0, in file /Users/mb/git/racket/racket/collects/racket/contract/private/blame.rkt
-<unknown procedure> at:
-  line 1570, column 30, in file /Users/mb/git/racket/racket/collects/racket/private/kw.rkt
-[running body] at:
-  line #f, column #f, in file (submod /Users/mb/git/bpt/how-to-pay-for-this-book.html.pd pollen-inner)
-[traversing imports] at:
-  line #f, column #f, in file /Users/mb/git/bpt/how-to-pay-for-this-book.html.pd
-find-in-main at:
-  <unknown location>
-with-output-to-string at:
-  line 125, column 0, in file /Users/mb/git/racket/racket/collects/racket/port.rkt
-core112 at:
-  <unknown location>
-loop at:
-  line 53, column 19, in file /Users/mb/git/racket/racket/collects/racket/private/map.rkt
-route-default at:
-  line 206, column 0, in file /Users/mb/git/pollen/server-routes.rkt
-<unknown procedure> at:
-  line 58, column 2, in file /Users/mb/git/racket/pkgs/web-server-pkgs/web-server-lib/web-server/dispatchers/dispatch-servlets.rkt
-<unknown procedure> at:
-  line 112, column 8, in file /Users/mb/git/racket/pkgs/web-server-pkgs/web-server-lib/web-server/private/dispatch-server-unit.rkt
-

\ No newline at end of file diff --git a/foobar/foo.gif b/foobar/foo.gif deleted file mode 100644 index a7b2fb6..0000000 Binary files a/foobar/foo.gif and /dev/null differ diff --git a/foobar/hello.txt b/foobar/hello.txt deleted file mode 100644 index a2b2fa8..0000000 --- a/foobar/hello.txt +++ /dev/null @@ -1 +0,0 @@ -hello.txt needs no rendering \ No newline at end of file diff --git a/foobar/polcom b/foobar/polcom deleted file mode 100755 index 8469475..0000000 --- a/foobar/polcom +++ /dev/null @@ -1,4 +0,0 @@ -#! /usr/bin/racket -#lang racket/base -(require pollen/command) -; pollen setup run in /Users/mb/git/foobar/ on 07-Jan-2014 at 10:13:14pm \ No newline at end of file diff --git a/foobar/sample.svg b/foobar/sample.svg deleted file mode 100644 index f3aaf09..0000000 --- a/foobar/sample.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - -]> - - - diff --git a/foobar/screen.gif b/foobar/screen.gif deleted file mode 100644 index a7b2fb6..0000000 Binary files a/foobar/screen.gif and /dev/null differ diff --git a/foobar/test.zip b/foobar/test.zip deleted file mode 100644 index 6643b9d..0000000 Binary files a/foobar/test.zip and /dev/null differ diff --git a/foobar/world.txt b/foobar/world.txt deleted file mode 100644 index 5460763..0000000 --- a/foobar/world.txt +++ /dev/null @@ -1 +0,0 @@ -world.txt.p gets rendered with preprocessor = 10201 \ No newline at end of file diff --git a/foobar/world.txt.p b/foobar/world.txt.p deleted file mode 100644 index a6de630..0000000 --- a/foobar/world.txt.p +++ /dev/null @@ -1,3 +0,0 @@ -#lang pollen - -world.txt.p gets rendered with preprocessor = ◊(* 101 101) \ No newline at end of file diff --git a/lang/inner-lang-helper.rkt b/lang/inner-lang-helper.rkt index 725816f..08af589 100644 --- a/lang/inner-lang-helper.rkt +++ b/lang/inner-lang-helper.rkt @@ -1,5 +1,5 @@ #lang racket/base -(require (for-syntax racket/base "../project-requires.rkt")) +(require (for-syntax racket/base pollen/project-requires)) (provide (all-defined-out))