| 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: | 729 |
| Tickets: | 0 |
| Open tickets: | 0 |
| Primary files: |
| Current version |
| PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
| (1 3) | — | [browse] | 35 | [none] | 3.99 | Tuesday, May 20th, 2008 |
| To load: (require (planet untyped/dispatch:1:3/<<file>>)) | ||||||
| Available in repositories: 4.x, 3xx | ||||||
Added a site-out provide form. | ||||||
| Old versions |
| PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
| (1 2) | — | [browse] | 6 | [none] | 3.99 | Thursday, May 8th, 2008 |
| 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) | — | [browse] | 11 | [none] | [none] | Monday, April 7th, 2008 |
| To load: (require (planet "[file]" ("untyped" "dispatch.plt" 1 (= 1)))) | ||||||
| Available in repositories: 4.x, 3xx | ||||||
| [no release notes] | ||||||
| (1 0) | — | [browse] | 27 | [none] | 3.99 | Saturday, March 8th, 2008 |
| To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 0)))) | ||||||
| Available in repositories: 4.x, 3xx | ||||||
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 version | External version | Source | DLs | Docs | Req. PLT | Date added |
| (2 1) | — | [browse] | 255 | [none] | 4.1.4.3 | Monday, March 9th, 2009 |
| To load: (require (planet "main.ss" ("untyped" "dispatch.plt" 2 (= 1)))) | ||||||
| Available in repositories: 4.x | ||||||
Changes and additions:
| ||||||
| (2 0) | — | [browse] | 5 | [none] | 4.1.4.3 | Sunday, February 15th, 2009 |
| To load: (require (planet "main.ss" ("untyped" "dispatch.plt" 2 (= 0)))) | ||||||
| Available in repositories: 4.x | ||||||
Changes:
| ||||||
| (1 10) | — | [browse] | 85 | [none] | 4.1.3.8 | Tuesday, January 13th, 2009 |
| To load: (require (planet "main.ss" ("untyped" "dispatch.plt" 1 (= 10)))) | ||||||
| Available in repositories: 4.x | ||||||
Changes:
| ||||||
| (1 8) | — | [browse] | 12 | [none] | 4.1.3.8 | Friday, January 9th, 2009 |
| To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 8)))) | ||||||
| Available in repositories: 4.x | ||||||
Changes:
| ||||||
| (1 7) | — | [browse] | 101 | [none] | 4.1.3 | Sunday, December 28th, 2008 |
| 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) | — | [browse] | 1 | [none] | 4.1.3 | Sunday, December 28th, 2008 |
| 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) | — | [browse] | 157 | [none] | 4.0 | Wednesday, August 13th, 2008 |
| 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) | — | [browse] | 34 | [none] | 4.0 | Saturday, June 21st, 2008 |
| To load: (require (planet "dispatch.ss" ("untyped" "dispatch.plt" 1 (= 4)))) | ||||||
| Available in repositories: 4.x | ||||||
Various tweaks under the hood. | ||||||