remove unused module
This commit is contained in:
parent
994648c556
commit
e01e29d0d4
|
@ -1,23 +0,0 @@
|
|||
#lang racket/base
|
||||
|
||||
(require "layout.rkt"
|
||||
scribble/html)
|
||||
|
||||
(provide sites)
|
||||
(define sites
|
||||
'(("www" "http://racket-lang.org/")
|
||||
("download" "http://download.racket-lang.org/")
|
||||
("bugs" "http://bugs.racket-lang.org/")
|
||||
("lists" "http://lists.racket-lang.org/")
|
||||
("drracket" "http://drracket.org/")
|
||||
;; stubs usually use absolute paths for resources, since they're
|
||||
;; templates that often get used in sub-dir pages too
|
||||
("stubs/planet" "http://planet.racket-lang.org/" abs)
|
||||
("stubs/pre" "http://pre.racket-lang.org/" abs)
|
||||
("stubs/git" "http://git.racket-lang.org/" abs)
|
||||
("stubs/blog" "http://blog.racket-lang.org/" abs)
|
||||
("stubs/mailman" "http://lists.racket-lang.org/" abs)
|
||||
("stubs/dirlist" "http://download.racket-lang.org/" abs)
|
||||
("stubs/docs" "http://docs.racket-lang.org/" abs)
|
||||
("stubs/pkgs" "http://pkgs.racket-lang.org/" abs)
|
||||
("stubs/wiki" "http://wiki.racket-lang.org/" abs)))
|
Loading…
Reference in New Issue
Block a user