racket/new-racket-web
Eli Barzilay 70078746fa Add copying of all files under "common/resources" as resources.
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.
2014-03-01 19:55:56 -07:00
..
css Move arrows for narrow screens. 2014-03-01 19:55:52 -07:00
fonts/icons pull in Gumby 2014-03-01 19:55:48 -07:00
img revisions suggested by ben duan 2014-03-01 19:55:51 -07:00
js pull in Gumby 2014-03-01 19:55:48 -07:00
sass simpler modal width solution 2014-03-01 19:55:52 -07:00
web Add copying of all files under "common/resources" as resources. 2014-03-01 19:55:56 -07:00
.gitignore progress on using the actual web page gen code 2014-03-01 19:55:55 -07:00
apple-touch-icon-precomposed.png pull in Gumby 2014-03-01 19:55:48 -07:00
apple-touch-icon.png pull in Gumby 2014-03-01 19:55:48 -07:00
bower.json pull in Gumby 2014-03-01 19:55:48 -07:00
build-web Also a different directory to compare to. 2014-03-01 19:55:53 -07:00
config.rb pull in Gumby 2014-03-01 19:55:48 -07:00
demo.html pull in Gumby 2014-03-01 19:55:48 -07:00
demo2.html initial commit 2014-03-01 19:55:48 -07:00
facebook.jpg pull in Gumby 2014-03-01 19:55:48 -07:00
favicon.ico initial commit 2014-03-01 19:55:48 -07:00
favicon.png pull in Gumby 2014-03-01 19:55:48 -07:00
humans.txt pull in Gumby 2014-03-01 19:55:48 -07:00
index-TODO.html Update TODO html. 2014-03-01 19:55:54 -07:00
index.html Move arrows for narrow screens. 2014-03-01 19:55:52 -07:00
index.rkt done except for code 2014-03-01 19:55:55 -07:00
Makefile add racket code 2014-03-01 19:55:52 -07:00
racket2.html initial commit 2014-03-01 19:55:48 -07:00
racketcon.html move custom css 2014-03-01 19:55:51 -07:00
README.md fix readme 2014-03-01 19:55:51 -07:00
TODO Remove todo item 2014-03-01 19:55:50 -07:00
ui.html pull in Gumby 2014-03-01 19:55:48 -07:00

New Racket Web Page

This is a revision of the existing Racket web page, based on the Gumby framework.