OSDN Git Service

Initial commit
authorVMplanet Virtual Machines <vmplanet@kubuntu-vm.(none)>
Sun, 11 Sep 2011 14:37:31 +0000 (23:37 +0900)
committerVMplanet Virtual Machines <vmplanet@kubuntu-vm.(none)>
Sun, 11 Sep 2011 14:37:31 +0000 (23:37 +0900)
commit49ae8a0f74824a78dc2dd28c6a74f105c1702af2
treeff5e73613f124f6b526f3dd16ebf345de21e7cfc
Initial commit
14 files changed:
daxu/app/controllers/application_controller.rb [new file with mode: 0644]
daxu/app/controllers/daxu_controller.rb [new file with mode: 0644]
daxu/app/helpers/application_helper.rb [new file with mode: 0644]
daxu/app/helpers/daxu_helper.rb [new file with mode: 0644]
daxu/app/models/dx_radical.rb [new file with mode: 0644]
daxu/app/models/dx_volume.rb [new file with mode: 0644]
daxu/app/models/dx_wordhead.rb [new file with mode: 0644]
daxu/app/views/daxu/index.html.erb [new file with mode: 0644]
daxu/app/views/daxu/radical.html.erb [new file with mode: 0644]
daxu/app/views/daxu/word.html.erb [new file with mode: 0644]
daxu/app/views/layouts/main.html.erb [new file with mode: 0644]
daxu/config/routes.rb [new file with mode: 0644]
daxu/db/schema.rb [new file with mode: 0644]
daxu/public/stylesheets/sw.css [new file with mode: 0644]