migrate to pasterack account and racket 6.3

This commit is contained in:
pasterack 2015-12-07 15:43:04 -05:00
parent cf650291ed
commit 9b0d34771d
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
htdocs/*

View File

@ -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

View File

@ -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"