Download meteor books Free Java Code
Description
Demo of meteor plugin.
Icons
Source Files
The download file meteor_books-master.zip has the following entries.
.gitmodules/*from w w w . ja v a2 s .c o m*/
Makefile
README.markdown
Rakefile
app/controllers/application_controller.rb
app/controllers/authors_controller.rb
app/controllers/books_controller.rb
app/controllers/genres_controller.rb
app/helpers/application_helper.rb
app/helpers/authors_helper.rb
app/helpers/books_helper.rb
app/helpers/genres_helper.rb
app/models/author.rb
app/models/authors_books.rb
app/models/book.rb
app/models/genre.rb
app/views/authors/edit.html.erb
app/views/authors/index.html.erb
app/views/authors/new.html.erb
app/views/authors/show.html.erb
app/views/books/edit.html.erb
app/views/books/index.html.erb
app/views/books/new.html.erb
app/views/books/show.html.erb
app/views/genres/edit.html.erb
app/views/genres/index.html.erb
app/views/genres/new.html.erb
app/views/genres/show.html.erb
app/views/layouts/default.erb
app/views/meteor/README
app/views/meteor/_includes.rhtml
app/views/meteor/default/_hideable_panebox.rhtml
app/views/meteor/header/_render.rhtml
app/views/meteor/hello_world/_render.rhtml
app/views/meteor/meteor/_action.rhtml
app/views/meteor/meteor/_action_add.rhtml
app/views/meteor/meteor/_action_cancel.rhtml
app/views/meteor/meteor/_action_edit.rhtml
app/views/meteor/meteor/_action_submit.rhtml
app/views/meteor/meteor/_actions.rhtml
app/views/meteor/meteor/_addform.rhtml
app/views/meteor/meteor/_collapse_all.rhtml
app/views/meteor/meteor/_column_header.rhtml
app/views/meteor/meteor/_error.rhtml
app/views/meteor/meteor/_expand_all.rhtml
app/views/meteor/meteor/_file_column.rhtml
app/views/meteor/meteor/_header.rhtml
app/views/meteor/meteor/_meteor_children.rhtml
app/views/meteor/meteor/_ref_column.rhtml
app/views/meteor/meteor/_render.rhtml
app/views/meteor/meteor/_row.rhtml
app/views/meteor/meteor/_row_data.rhtml
app/views/meteor/meteor/_row_data_readrow.rhtml
app/views/meteor/meteor/_row_data_writerow.rhtml
app/views/meteor/meteor/_row_interior.rhtml
app/views/meteor/meteor/_rows.rhtml
app/views/meteor/meteor/_rows_with_children.rhtml
app/views/meteor/meteor/_rows_without_children.rhtml
app/views/meteor/meteor/_scalar_column.rhtml
app/views/meteor/meteor/_select_column.rhtml
app/views/meteor/meteor/_textbox_column.rhtml
app/views/meteor/named_cell/_cell_date_editable.rhtml
app/views/meteor/named_cell/_cell_date_readonly.rhtml
app/views/meteor/named_cell/_cell_ref_editable.rhtml
app/views/meteor/named_cell/_cell_ref_editable_data.rhtml
app/views/meteor/named_cell/_cell_ref_readonly.rhtml
app/views/meteor/named_cell/_cell_scalar_editable.rhtml
app/views/meteor/named_cell/_cell_scalar_readonly.rhtml
app/views/meteor/named_cell/_cell_textbox_editable.rhtml
app/views/meteor/named_cell/_cell_textbox_readonly.rhtml
app/views/meteor/named_cell/_render.rhtml
app/views/meteor/named_cell/_row.rhtml
app/views/meteor/named_cell/_rows.rhtml
app/views/meteor/named_cell/save
config/boot.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/locales/en.yml
config/routes.rb
db/migrate/20100804152900_create_books.rb
db/migrate/20100804153027_create_authors.rb
db/migrate/20100804155605_create_authors_books.rb
db/migrate/20100810182117_create_genres.rb
db/migrate/20100810182429_add_genre_id_to_books.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/meteor/widget/hello_world/spec.rb
lib/widget/header/spec.rb
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/meteor/collapse.jpg
public/images/meteor/dhtml_calendar/calendar.gif
public/images/meteor/dhtml_calendar/help.gif
public/images/meteor/dhtml_calendar/menuarrow.gif
public/images/meteor/dhtml_calendar/menuarrow2.gif
public/images/meteor/expand.jpg
public/images/meteor/indicator.gif
public/images/meteor/minus.jpeg
public/images/meteor/plus.jpeg
public/images/rails.png
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/meteor/dhtml_calendar/calendar-setup.js
public/javascripts/meteor/dhtml_calendar/calendar.js
public/javascripts/meteor/dhtml_calendar/datebox_engine.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-af.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-al.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-bg.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-big5-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-big5.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-br.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-ca.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-cs-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-cs-win.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-da.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-de.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-du.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-el.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-en-latin.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-en.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-es-latin.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-es.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-fi.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-fr-latin.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-fr.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-he-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-hr-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-hr.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-hu.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-it-latin.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-it.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-jp.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-ko-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-ko.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-lt-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-lt.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-lv.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-nl.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-no.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-pl-latin.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-pl-utf8.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-pl.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-pt.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-ro.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-ru.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-ru_win_.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-si.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-sk.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-sp.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-sv.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-tr.js
public/javascripts/meteor/dhtml_calendar/lang/calendar-zh.js
public/javascripts/meteor/dhtml_calendar/lang/cn_utf8.js
public/javascripts/meteor/in_place_date_editor.js
public/javascripts/prototype.js
public/robots.txt
public/stylesheets/meteor/dhtml_calendar/calendar-blue.css
public/stylesheets/meteor/dhtml_calendar/calendar-blue2.css
public/stylesheets/meteor/dhtml_calendar/calendar-brown.css
public/stylesheets/meteor/dhtml_calendar/calendar-green.css
public/stylesheets/meteor/dhtml_calendar/calendar-system.css
public/stylesheets/meteor/dhtml_calendar/calendar-tas.css
public/stylesheets/meteor/dhtml_calendar/calendar-win2k-1.css
public/stylesheets/meteor/dhtml_calendar/calendar-win2k-2.css
public/stylesheets/meteor/dhtml_calendar/calendar-win2k-cold-1.css
public/stylesheets/meteor/dhtml_calendar/calendar-win2k-cold-2.css
public/stylesheets/meteor/dhtml_calendar/demo.css
public/stylesheets/meteor/dhtml_calendar/dhtml_calendar.css
public/stylesheets/meteor/dhtml_calendar/help.css
public/stylesheets/meteor/meteor.css
public/stylesheets/scaffold.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
test/fixtures/authors.yml
test/fixtures/authors_books.yml
test/fixtures/books.yml
test/fixtures/genres.yml
test/functional/authors_controller_test.rb
test/functional/books_controller_test.rb
test/functional/genres_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/author_test.rb
test/unit/authors_books_test.rb
test/unit/book_test.rb
test/unit/genre_test.rb
test/unit/helpers/authors_helper_test.rb
test/unit/helpers/books_helper_test.rb
test/unit/helpers/genres_helper_test.rb
update-submodules.sh.m80
vendor/plugins/countdown_timer/MIT-LICENSE
vendor/plugins/countdown_timer/README
vendor/plugins/countdown_timer/Rakefile
vendor/plugins/countdown_timer/init.rb
vendor/plugins/countdown_timer/install.rb
vendor/plugins/countdown_timer/lib/countdown_timer.rb
vendor/plugins/countdown_timer/lib/meteor/widget/countdown_timer/meteor_widget_plugin.rb
vendor/plugins/countdown_timer/lib/meteor/widget/countdown_timer/spec.rb
vendor/plugins/countdown_timer/lib/tasks/countdown_timer.rake
vendor/plugins/countdown_timer/templates/countdown_timer/_render.rhtml
vendor/plugins/countdown_timer/test/countdown_timer_test.rb
vendor/plugins/countdown_timer/test/test_helper.rb
vendor/plugins/countdown_timer/uninstall.rb
Download
Click the following link to download meteor_books-master.zip.
meteor_books-master.zip