Download jewelicms Free Java Code

Description

A Rails CMS that keeps it simple. Jeweli was created for busy agencies, designers and developers who want an uncluttered interface that also lets you write your layout in Rails. If you don't know any Rails, you'll just need to start with a simple Jeweli generated site and copy the functional bits.

Icons

jewelicms

Source Files

The download file jewelicms-master.zip has the following entries.


.gitignore/* ww w .  jav a 2  s  . c om*/
.rspec
Gemfile
Gemfile.lock
LICENSE
README.markdown
Rakefile
app/controllers/admin/admin_controller.rb
app/controllers/admin/articles_controller.rb
app/controllers/admin/categories_controller.rb
app/controllers/admin/channels_controller.rb
app/controllers/admin/comments_controller.rb
app/controllers/admin/data_fields_controller.rb
app/controllers/admin/data_values_controller.rb
app/controllers/admin/settings_controller.rb
app/controllers/admin/users_controller.rb
app/controllers/application_controller.rb
app/controllers/channel_controller.rb
app/controllers/comments_controller.rb
app/controllers/sessions_controller.rb
app/helpers/application_helper.rb
app/helpers/articles_helper.rb
app/helpers/categories_helper.rb
app/helpers/channel_helper.rb
app/helpers/channels_helper.rb
app/helpers/comments_helper.rb
app/helpers/data_fields_helper.rb
app/helpers/data_values_helper.rb
app/helpers/home_helper.rb
app/helpers/sessions_helper.rb
app/helpers/users_helper.rb
app/models/article.rb
app/models/category.rb
app/models/channel.rb
app/models/comment.rb
app/models/data_field.rb
app/models/data_field_type.rb
app/models/data_value.rb
app/models/filter.rb
app/models/setting.rb
app/models/user.rb
app/views/admin/admin/index.html.erb
app/views/admin/articles/index.html.erb
app/views/admin/articles/new.html.erb
app/views/admin/categories/index.html.erb
app/views/admin/categories/new.html.erb
app/views/admin/channels/_new_article_list.html.erb
app/views/admin/channels/edit.html.erb
app/views/admin/channels/index.html.erb
app/views/admin/channels/index.js.rjs
app/views/admin/channels/new.html.erb
app/views/admin/channels/show.html.erb
app/views/admin/comments/index.html.erb
app/views/admin/data_fields/index.html.erb
app/views/admin/data_fields/new.html.erb
app/views/admin/help/_hint.html.erb
app/views/admin/settings/index.html.erb
app/views/admin/settings/new.html.erb
app/views/admin/users/index.html.erb
app/views/admin/users/new.html.erb
app/views/channel/article_by_slug.html.erb
app/views/channel/index.html.erb
app/views/channel/index.rss.builder
app/views/comments/_form.html.erb
app/views/comments/_list.html.erb
app/views/comments/new.html.erb
app/views/layouts/admin.html.erb
app/views/layouts/admin_login.html.erb
app/views/layouts/application.html.erb
app/views/layouts/application.rss.erb
app/views/sessions/new.html.erb
app/views/templates/index.html.erb
autotest/discover.rb
config.ru
config/application.rb
config/boot.rb
config/database.yml.template
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/rakismet.rb.template
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/site_keys.rb
config/locales/en.yml
config/routes.rb
db/migrate/20100914212715_create_categories.rb
db/migrate/20100914212800_create_channels.rb
db/migrate/20100915173106_add_public_flag_to_channels.rb
db/migrate/20100915205545_create_data_field_types.rb
db/migrate/20100915205930_create_data_fields.rb
db/migrate/20100915210002_create_articles.rb
db/migrate/20100915210050_create_data_values.rb
db/migrate/20100916151232_add_slug_to_article.rb
db/migrate/20100916191509_add_category_id_to_article.rb
db/migrate/20100917031658_add_renders_as_to_channel.rb
db/migrate/20100917131201_add_publishes_to_home_page_to_channels.rb
db/migrate/20100917180705_create_comments.rb
db/migrate/20100917180809_add_is_published_to_comment.rb
db/migrate/20100920022419_create_users.rb
db/migrate/20100920024057_add_user_id_to_article.rb
db/migrate/20100923195256_add_index_to_slugs.rb
db/migrate/20100926181857_add_akismet_fields_to_comments.rb
db/migrate/20100926183253_add_is_spam_flag_to_comments.rb
db/migrate/20100926184038_add_permalink_to_comments.rb
db/migrate/20101001160557_change_data_values_to_text.rb
db/migrate/20101007184256_change_categories_to_one_to_many.rb
db/migrate/20101007191424_remove_primary_from_articles_categories.rb
db/migrate/20101008201011_remove_unique_index_on_category_slugs.rb
db/migrate/20101014035037_create_settings.rb
db/migrate/20101014035806_add_user_to_settings.rb
db/migrate/20101018233854_change_channel_is_public_default.rb
db/migrate/20101023152603_add_comments_enabled_to_articles.rb
db/migrate/20101023171958_create_filters.rb
db/migrate/20101023172205_add_default_filter_to_data_fields.rb
db/migrate/20101023172331_add_filter_to_data_values.rb
db/migrate/20101024220355_add_textile_filter.rb
db/migrate/20110108184126_add_position_to_data_fields.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/authenticated_system.rb
lib/authenticated_test_helper.rb
lib/generators/jeweli/USAGE
lib/generators/jeweli/jeweli_generator.rb
lib/generators/jeweli/templates/jewelicms.com/images/favicon.ico
lib/generators/jeweli/templates/jewelicms.com/images/favicon.png
lib/generators/jeweli/templates/jewelicms.com/images/footer-crest-static.gif
lib/generators/jeweli/templates/jewelicms.com/images/footer-crest.gif
lib/generators/jeweli/templates/jewelicms.com/images/footer-pattern.gif
lib/generators/jeweli/templates/jewelicms.com/images/icon-body-li.png
lib/generators/jeweli/templates/jewelicms.com/images/icon-comment-over.png
lib/generators/jeweli/templates/jewelicms.com/images/icon-comment-up.png
lib/generators/jeweli/templates/jewelicms.com/images/icon-uparrow-up.png
lib/generators/jeweli/templates/jewelicms.com/images/jface.png
lib/generators/jeweli/templates/jewelicms.com/images/logo.png
lib/generators/jeweli/templates/jewelicms.com/images/nav-about.png
lib/generators/jeweli/templates/jewelicms.com/images/nav-blog.png
lib/generators/jeweli/templates/jewelicms.com/images/nav-documentation.png
lib/generators/jeweli/templates/jewelicms.com/images/nav-download.png
lib/generators/jeweli/templates/jewelicms.com/images/quote-spur.png
lib/generators/jeweli/templates/jewelicms.com/images/slogan.png
lib/generators/jeweli/templates/jewelicms.com/layout.html.erb
lib/generators/jeweli/templates/jewelicms.com/seeds.rb
lib/generators/jeweli/templates/jewelicms.com/stylesheets/master.css
lib/generators/jeweli/templates/jewelicms.com/templates/about.html.erb
lib/generators/jeweli/templates/jewelicms.com/templates/archive.html.erb
lib/generators/jeweli/templates/jewelicms.com/templates/index.html.erb
lib/generators/jeweli/templates/jewelicms.com/templates/read.html.erb
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/javascripts/application.js
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/layout.html.erb
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/seeds.rb
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/stylesheets/master.css
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/stylesheets/reset.css
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/templates/about.html.erb
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/templates/archive.html.erb
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/templates/index.html.erb
lib/generators/jeweli/templates/vanilla-bishop-one-column-html5/templates/read.html.erb
lib/jeweli_url.rb
lib/sluggable.rb
lib/tasks/.gitkeep
lib/tasks/import.rake
lib/tasks/jeweli.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/admin/apple-touch-icon.png
public/images/admin/block-mask.png
public/images/admin/hint-icon.png
public/images/admin/jeweli-logo.png
public/images/admin/menu-connector-1.png
public/images/admin/pointer-mask.png
public/images/admin/settings-left-edge.png
public/images/admin/settings-right-edge.png
public/images/favicon.ico
public/javascripts/admin/application.js
public/javascripts/admin/cufon.js
public/javascripts/admin/fonts/DinProMedium_500.font.js
public/javascripts/admin/hints.js
public/javascripts/admin/jquery-ui.min.js
public/javascripts/admin/jquery.min.js
public/javascripts/admin/rails.js
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jquery-ui.js
public/javascripts/jquery.js
public/javascripts/jrails.js
public/javascripts/prototype.js
public/javascripts/rails.js
public/robots.txt
public/stylesheets/.gitkeep
public/stylesheets/admin/admin.css
public/stylesheets/admin/blueprint/ie.css
public/stylesheets/admin/blueprint/plugins/buttons/icons/cross.png
public/stylesheets/admin/blueprint/plugins/buttons/icons/key.png
public/stylesheets/admin/blueprint/plugins/buttons/icons/tick.png
public/stylesheets/admin/blueprint/plugins/buttons/readme.txt
public/stylesheets/admin/blueprint/plugins/buttons/screen.css
public/stylesheets/admin/blueprint/plugins/fancy-type/readme.txt
public/stylesheets/admin/blueprint/plugins/fancy-type/screen.css
public/stylesheets/admin/blueprint/plugins/link-icons/icons/doc.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/email.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/external.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/feed.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/im.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/pdf.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/visited.png
public/stylesheets/admin/blueprint/plugins/link-icons/icons/xls.png
public/stylesheets/admin/blueprint/plugins/link-icons/readme.txt
public/stylesheets/admin/blueprint/plugins/link-icons/screen.css
public/stylesheets/admin/blueprint/plugins/rtl/readme.txt
public/stylesheets/admin/blueprint/plugins/rtl/screen.css
public/stylesheets/admin/blueprint/print.css
public/stylesheets/admin/blueprint/screen.css
public/stylesheets/admin/blueprint/src/forms.css
public/stylesheets/admin/blueprint/src/grid.css
public/stylesheets/admin/blueprint/src/grid.png
public/stylesheets/admin/blueprint/src/ie.css
public/stylesheets/admin/blueprint/src/print.css
public/stylesheets/admin/blueprint/src/reset.css
public/stylesheets/admin/blueprint/src/typography.css
public/stylesheets/admin/login.css
public/stylesheets/admin/mobile/madmin.css
public/stylesheets/admin/mobile/mreset.css
public/stylesheets/master.css
public/stylesheets/reset.css
script/performance/benchmarker
script/performance/profiler
script/rails
spec/controllers/channel_controller_spec.rb
spec/factories/article_factory.rb
spec/factories/category_factory.rb
spec/factories/channel_factory.rb
spec/factories/data_field_factory.rb
spec/factories/data_field_type_factory.rb
spec/factories/data_value_factory.rb
spec/factories/filter_factory.rb
spec/factories/user_factory.rb
spec/models/article_spec.rb
spec/models/channel_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/support/data_field_types_caching.rb
vendor/plugins/.gitkeep
vendor/plugins/jrails/CHANGELOG
vendor/plugins/jrails/LICENSE
vendor/plugins/jrails/README.rdoc
vendor/plugins/jrails/Rakefile
vendor/plugins/jrails/VERSION.yml
vendor/plugins/jrails/bin/jrails
vendor/plugins/jrails/init.rb
vendor/plugins/jrails/install.rb
vendor/plugins/jrails/javascripts/jquery-ui.js
vendor/plugins/jrails/javascripts/jquery.js
vendor/plugins/jrails/javascripts/jrails.js
vendor/plugins/jrails/javascripts/sources/jrails.js
vendor/plugins/jrails/jrails.gemspec
vendor/plugins/jrails/lib/jquery_selector_assertions.rb
vendor/plugins/jrails/lib/jrails.rb
vendor/plugins/jrails/rails/init.rb
vendor/plugins/jrails/tasks/jrails.rake
vendor/plugins/rakismet/CHANGELOG
vendor/plugins/rakismet/MIT-LICENSE
vendor/plugins/rakismet/README.md
vendor/plugins/rakismet/Rakefile
vendor/plugins/rakismet/VERSION.yml
vendor/plugins/rakismet/generators/rakismet/rakismet_generator.rb
vendor/plugins/rakismet/generators/rakismet/templates/config/initializers/rakismet.rb
vendor/plugins/rakismet/install.rb
vendor/plugins/rakismet/lib/rakismet.rb
vendor/plugins/rakismet/lib/rakismet/controller.rb
vendor/plugins/rakismet/lib/rakismet/filter.rb
vendor/plugins/rakismet/lib/rakismet/model.rb
vendor/plugins/rakismet/spec/controllers/rakismet_controller_spec.rb
vendor/plugins/rakismet/spec/models/base_spec.rb
vendor/plugins/rakismet/spec/models/rakismet_filter_spec.rb
vendor/plugins/rakismet/spec/models/rakismet_model_spec.rb
vendor/plugins/rakismet/spec/spec.opts
vendor/plugins/rakismet/spec/spec_helper.rb
vendor/plugins/rakismet/uninstall.rb
vendor/plugins/restful_authentication/.gitignore
vendor/plugins/restful_authentication/CHANGELOG
vendor/plugins/restful_authentication/LICENSE
vendor/plugins/restful_authentication/README.markdown
vendor/plugins/restful_authentication/Rakefile
vendor/plugins/restful_authentication/TODO
vendor/plugins/restful_authentication/generators/authenticated/USAGE
vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb
vendor/plugins/restful_authentication/generators/authenticated/lib/insert_routes.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
vendor/plugins/restful_authentication/generators/authenticated/templates/activation.erb
vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/features/accounts.feature
vendor/plugins/restful_authentication/generators/authenticated/templates/features/sessions.feature
vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_env.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_navigation_steps.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_resource_steps.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_response_steps.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/user_steps.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/login.html.erb
vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.erb
vendor/plugins/restful_authentication/generators/authenticated/templates/site_keys.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/fixtures/users.yml
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/user_spec.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/test/functional_test.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/test/mailer_test.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/test/model_functional_test.rb
vendor/plugins/restful_authentication/generators/authenticated/templates/test/unit_test.rb
vendor/plugins/restful_authentication/init.rb
vendor/plugins/restful_authentication/lib/authentication.rb
vendor/plugins/restful_authentication/lib/authentication/by_cookie_token.rb
vendor/plugins/restful_authentication/lib/authentication/by_password.rb
vendor/plugins/restful_authentication/lib/authorization.rb
vendor/plugins/restful_authentication/lib/authorization/aasm_roles.rb
vendor/plugins/restful_authentication/lib/authorization/stateful_roles.rb
vendor/plugins/restful_authentication/lib/trustification.rb
vendor/plugins/restful_authentication/lib/trustification/email_validation.rb
vendor/plugins/restful_authentication/notes/AccessControl.txt
vendor/plugins/restful_authentication/notes/Authentication.txt
vendor/plugins/restful_authentication/notes/Authorization.txt
vendor/plugins/restful_authentication/notes/RailsPlugins.txt
vendor/plugins/restful_authentication/notes/SecurityFramework.graffle
vendor/plugins/restful_authentication/notes/SecurityFramework.png
vendor/plugins/restful_authentication/notes/SecurityPatterns.txt
vendor/plugins/restful_authentication/notes/Tradeoffs.txt
vendor/plugins/restful_authentication/notes/Trustification.txt
vendor/plugins/restful_authentication/rails/init.rb
vendor/plugins/restful_authentication/restful-authentication.gemspec
vendor/plugins/restful_authentication/tasks/auth.rake

Download

Click the following link to download jewelicms-master.zip.

jewelicms-master.zip




















Home »
  Javascript Free Code Download »
    UI »




DatePicker
Drag Drop
Grid
GridView
Layout
Photo
Photograph
Spreadsheet
Table
Template
UI
Widget