![]() Note that they're all copied "flatly" into the toplevel web directory. There is no problem with overwriting, since if a resource file is rendered twice the renderer will throw an error. There shouldn't be too many chances for such clashes since each kind of resource has a unique suffix, but if this happens it's easy to change `copydir/flat' to copy files using their paths, or something similar (like copying "x/y.z" to "x-y.z"). In that case references to these resources should change too. Also move the logo and favicon files to that directory instead of copying them individually. |
||
---|---|---|
.. | ||
css | ||
fonts/icons | ||
img | ||
js | ||
sass | ||
web | ||
.gitignore | ||
apple-touch-icon-precomposed.png | ||
apple-touch-icon.png | ||
bower.json | ||
build-web | ||
config.rb | ||
demo.html | ||
demo2.html | ||
facebook.jpg | ||
favicon.ico | ||
favicon.png | ||
humans.txt | ||
index-TODO.html | ||
index.html | ||
index.rkt | ||
Makefile | ||
racket2.html | ||
racketcon.html | ||
README.md | ||
TODO | ||
ui.html |
New Racket Web Page
This is a revision of the existing Racket web page, based on the Gumby framework.