Package dispatch.plt contributed by untyped 
To load: (require (planet untyped/dispatch:1:3/<<file>>))
Old style:(require (planet "[file]" ("untyped" "dispatch.plt" 1 3)))
Min Racket version: 3.99
Package description:

A tool for configuring controller procedures and human-friendly URLs in web applications.

Downloads this week: 0
Total downloads: 723
Tickets:4
Open tickets:0
Primary files:
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 3)
35
[none]
3.992008-05-20
To load: (require (planet untyped/dispatch:1:3/<<file>>))
Available in repositories: 4.x, 3xx

Added a site-out provide form.

No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 2)
6
[none]
3.992008-05-08
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 2))))
Available in repositories: 4.x, 3xx

Added a #:rule-not-found argument to define-site and fixed some documentation bugs.

(1 1)
11
[none]
[none]2008-04-07
To load: (require (planet "[file]" ("untyped" "dispatch.plt" 1 (= 1))))
Available in repositories: 4.x, 3xx
[no release notes]
(1 0)
27
[none]
3.992008-03-08
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 0))))
Available in repositories: 3xx, 4.x

Initial release.

 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 1)
249
4.1.4.32009-03-09
To load: (require (planet "main.ss" ("untyped" "dispatch.plt" 2 (= 1))))
Available in repositories: 4.x

Changes and additions:

  • added the serve/dispatch procedure;
  • updated the quick start in the docs.
(2 0)
5
4.1.4.32009-02-15
To load: (require (planet "main.ss" ("untyped" "dispatch.plt" 2 (= 0))))
Available in repositories: 4.x

Changes:

  • updated to PLT 4.1.4.3.
(1 10)
85
4.1.3.82009-01-13
To load: (require (planet "main.ss" ("untyped" "dispatch.plt" 1 (= 10))))
Available in repositories: 4.x

Changes:

  • fixed static file bug (PLaneT Trac ticket #146).
(1 8)
12
4.1.3.82009-01-09
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 8))))
Available in repositories: 4.x

Changes:

  • changed required-core-version from 4.1.3 to 4.1.3.8.
(1 7)
101
4.1.32008-12-28
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 7))))
Available in repositories: 4.x

Updated for PLT 4.1.3. The default behaviour when a URL rule is not found is to call next-dispatcher. This will return control to the web server, which will call the next dispatcher. If you are using serve/servlet this will cause the web server to examine the #:extra-files-paths directories on the filesystem.

(1 6)
1
4.1.32008-12-28
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 6))))
Available in repositories: 4.x

Updated for PLT 4.1.3. The default behaviour when a URL rule is not found is to call next-dispatcher. This will return control to the web server, which will call the next dispatcher. If you are using serve/servlet this will cause the web server to examine the #:extra-files-paths directories on the filesystem.

(1 5)
157
4.02008-08-13
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 5))))
Available in repositories: 4.x

This is a maintenance release to keep up with changes in Unlib and Mirrors.

(1 4)
34
4.02008-06-21
To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 4))))
Available in repositories: 4.x

Various tweaks under the hood.