diff --git a/collects/meta/web/config.rkt b/collects/meta/web/config.rkt index 05e8311230..20e5fb9dc3 100644 --- a/collects/meta/web/config.rkt +++ b/collects/meta/web/config.rkt @@ -18,5 +18,4 @@ ;; Each is a "hostname:dest-path", and then a list of directories to ;; put in that path. (Warning: "dest" should not be a top-level ;; directory that already exists.) - '(["champlain:/www" "www" "download" "lists" "stubs/mailman"] - ["winooski:~wwwplanet/html-template/" "stubs/planet/"])) ; note "/"s + '(["champlain:/www" "www" "download" "lists" "stubs"])) diff --git a/collects/meta/web/download/index.rkt b/collects/meta/web/download/index.rkt index a1efab105d..e8bc4dd96c 100644 --- a/collects/meta/web/download/index.rkt +++ b/collects/meta/web/download/index.rkt @@ -5,8 +5,9 @@ (define (in-ftp . paths) (string-join (cons "/var/ftp/pub/racket" paths) "/")) -(define docs (symlink (in-ftp "docs"))) -(define installers (symlink (in-ftp "installers"))) +(define docs (symlink (in-ftp "docs"))) +(define installers (symlink (in-ftp "installers"))) +(define stubs (symlink "/www/stubs")) (provide index) (define index