migrate to pasterack account and racket 6.3
This commit is contained in:
parent
cf650291ed
commit
9b0d34771d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
htdocs/*
|
|
@ -3,4 +3,4 @@ pasterack
|
|||
|
||||
An evaluating [pastebin](http://www.pasterack.org) for Racket.
|
||||
|
||||
pkg dependencies: ring-buffer, redis, irc
|
||||
pkg dependencies: ring-buffer, redis, irc, memoize
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
(define racket-logo-url "http://racket-lang.org/logo.png")
|
||||
(define racket-irc-url "https://botbot.me/freenode/racket/")
|
||||
|
||||
(define scrbl-exe "/home/stchang/racket611/bin/scribble")
|
||||
(define scrbl-exe "/home/pasterack/racket63/bin/scribble")
|
||||
;(define scrbl-exe "/home/stchang/racket-6.2.0.3/bin/scribble")
|
||||
|
||||
(define PASTE-TITLE-DISPLAY-LEN 32) ; limit length of displayed title
|
||||
|
@ -74,7 +74,7 @@
|
|||
"for*/hasheqv let/cc do for/and for/sum for/hasheq for/lists for*/and "
|
||||
"for*/hasheq for*/vector for/or for/hasheqv for*/last for*/or for/last "
|
||||
"for*/sum for/first for*/fold for/product for/hash for*/list let/ec "
|
||||
"for/list for/vector for*/hash for/fold for*/first"))
|
||||
"for/list for/vector for*/hash for/fold for*/first let*-values"))
|
||||
(define plai-bad-ids "#%module-begin provide")
|
||||
|
||||
;; returns generated pastenum
|
||||
|
@ -156,9 +156,9 @@
|
|||
"(lambda () (namespace-anchor->namespace anchor)) "
|
||||
"'(racket/pretty file/convertible))]\n"
|
||||
" [sandbox-path-permissions "
|
||||
"'([read \"/home/stchang/racket/pasterack/tmp/\"]\n"
|
||||
"'([read \"/home/pasterack/pasterack/tmp/\"]\n"
|
||||
;; images seem to need access to the prefs file
|
||||
"[read \"/home/stchang/.racket/\"]\n"
|
||||
"[read \"/home/pasterack/.racket/\"]\n"
|
||||
;; 2htdp/image performs exists? checks on libpng
|
||||
"[exists \"/\"])]\n"
|
||||
" [sandbox-eval-limits '(20 128)])\n"
|
||||
|
@ -200,8 +200,8 @@
|
|||
"(lambda () (namespace-anchor->namespace anchor)) "
|
||||
"'(racket/pretty file/convertible))]\n"
|
||||
" [sandbox-path-permissions "
|
||||
"'([read \"/home/stchang/racket/pasterack/tmp/\"]"
|
||||
"[read \"/home/stchang/.racket/\"]\n"
|
||||
"'([read \"/home/pasterack/pasterack/tmp/\"]"
|
||||
"[read \"/home/pasterack/.racket/\"]\n"
|
||||
;; 2htdp/image performs exists? checks on libpng
|
||||
"[exists \"/\"])]\n"
|
||||
" [sandbox-eval-limits '(20 128)])\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user