The Racket repository
Go to file
Konrad Hinsen 1b6f2356e7 Simplified browser configuration for MacOS X
Add an optional #:browser argument to send-url/mac and export it.

This makes it straightforward to use different browsers and/or to
configure a different one:

    (require net/sendurl)
    (external-browser (lambda (url) (send-url/mac url #:browser "Conkeror")))
2015-06-28 16:54:40 -05:00
net Remove extra directories. 2014-12-02 00:13:32 -05:00
net-doc git-checkout: add #:initial-error argument 2015-05-16 16:22:08 -06:00
net-lib Simplified browser configuration for MacOS X 2015-06-28 16:54:40 -05:00
net-test add memory use and random roundtrip tests for net/uri-codec 2015-05-12 18:35:44 -04:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:31 -05:00