--- !ruby/object:Gem::Specification name: spiderfw version: !ruby/object:Gem::Version hash: 15 prerelease: segments: - 0 - 6 - 4 version: 0.6.4 platform: ruby authors: - Ivan Pirlik autorequire: bindir: bin cert_chain: [] date: 2011-06-29 00:00:00 +02:00 default_executable: spider dependencies: - !ruby/object:Gem::Dependency name: cmdparse prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 15 segments: - 2 - 0 - 0 version: 2.0.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: gettext prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 15 segments: - 2 - 0 - 0 version: 2.0.0 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: hpricot prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 27 segments: - 0 - 8 version: "0.8" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: json_pure prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 13 segments: - 1 - 1 version: "1.1" type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: uuidtools prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 1 segments: - 2 - 1 version: "2.1" type: :runtime version_requirements: *id005 - !ruby/object:Gem::Dependency name: rufus-scheduler prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :runtime version_requirements: *id006 - !ruby/object:Gem::Dependency name: mime-types prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :runtime version_requirements: *id007 - !ruby/object:Gem::Dependency name: locale prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 3 segments: - 2 - 0 version: "2.0" type: :runtime version_requirements: *id008 - !ruby/object:Gem::Dependency name: builder prerelease: false requirement: &id009 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 1 segments: - 2 - 1 version: "2.1" type: :runtime version_requirements: *id009 - !ruby/object:Gem::Dependency name: macaddr prerelease: false requirement: &id010 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 0 - 0 version: 1.0.0 type: :runtime version_requirements: *id010 - !ruby/object:Gem::Dependency name: bundler prerelease: false requirement: &id011 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id011 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id012 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 5 segments: - 0 - 7 - 3 version: 0.7.3 type: :development version_requirements: *id012 - !ruby/object:Gem::Dependency name: ruby-debug prerelease: false requirement: &id013 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 61 segments: - 0 - 9 - 3 version: 0.9.3 type: :development version_requirements: *id013 description: Spider is yet another Ruby framework. email: abmajor7@gmail.com executables: - spider extensions: [] extra_rdoc_files: [] files: - README - VERSION - CHANGELOG - Rakefile - spider.gemspec - apps/app_server/_init.rb - apps/app_server/app_server.rb - apps/app_server/config/options.rb - apps/app_server/controllers/app_server_controller.rb - apps/app_server/lib/app.rb - apps/app_server/lib/git_app.rb - apps/app_server/views/app_list.shtml - apps/app_server/views/app_server.layout.shtml - apps/cas_server/_init.rb - apps/cas_server/config/options.rb - apps/cas_server/controllers/mixins/cas_login_mixin.rb - apps/cas_server/lib/cas.rb - apps/cas_server/lib/utils.rb - apps/cas_server/models/login_ticket.rb - apps/cas_server/models/mixins/consumable.rb - apps/cas_server/models/proxy_granting_ticket.rb - apps/cas_server/models/proxy_ticket.rb - apps/cas_server/models/service_ticket.rb - apps/cas_server/models/ticket.rb - apps/cas_server/models/ticket_granting_ticket.rb - apps/cas_server/views/logout.shtml - apps/config_editor/_init.rb - apps/config_editor/config_editor.appspec - apps/config_editor/controllers/config_editor_controller.rb - apps/config_editor/views/config_editor.layout.shtml - apps/config_editor/views/index.shtml - apps/config_editor/widgets/edit/edit.rb - apps/config_editor/widgets/edit/edit.shtml - apps/core/admin/_init.rb - apps/core/admin/admin.rb - apps/core/admin/controllers/admin_controller.rb - apps/core/admin/views/index.shtml - apps/core/admin/views/spider_admin.layout.shtml - apps/core/admin/widgets/admin_menu/admin_menu.rb - apps/core/auth/_init.rb - apps/core/auth/config/options.rb - apps/core/auth/controllers/login_controller.rb - apps/core/auth/controllers/mixins/auth_helper.rb - apps/core/auth/controllers/mixins/http_basic_auth.rb - apps/core/auth/controllers/mixins/http_digest_auth.rb - apps/core/auth/data/locale/it/LC_MESSAGES/spider_auth.mo - apps/core/auth/lib/authenticable.rb - apps/core/auth/lib/authenticator.rb - apps/core/auth/lib/digest_authenticator.rb - apps/core/auth/lib/login_authenticator.rb - apps/core/auth/lib/rbac.rb - apps/core/auth/models/digest_user.rb - apps/core/auth/models/group.rb - apps/core/auth/models/login_user.rb - apps/core/auth/models/mixins/access_control.rb - apps/core/auth/models/mixins/authentication_tracking.rb - apps/core/auth/models/mixins/rbac_provider.rb - apps/core/auth/models/super_user.rb - apps/core/auth/models/user.rb - apps/core/auth/po/it/spider_auth.po - apps/core/auth/po/spider_auth.pot - apps/core/auth/views/login.shtml - apps/core/components/_init.rb - apps/core/components/assets.rb - apps/core/components/data/locale/it/LC_MESSAGES/spider_components.mo - apps/core/components/po/it/spider_components.po - apps/core/components/po/spider_components.pot - apps/core/components/public/css/admin.css - apps/core/components/public/css/crud.css - apps/core/components/public/css/grid/1140.css - apps/core/components/public/css/grid/ie.css - apps/core/components/public/css/grid/layout.css - apps/core/components/public/css/grid/mobile.css - apps/core/components/public/css/grid/smallerscreen.css - apps/core/components/public/css/grid/typeimg.css - apps/core/components/public/css/img/add.gif - apps/core/components/public/css/img/ajax-loader.gif - apps/core/components/public/css/img/back.gif - apps/core/components/public/css/img/bg_header.png - apps/core/components/public/css/img/body_bg.jpg - apps/core/components/public/css/img/gray_gradient.gif - apps/core/components/public/css/img/li_bg.png - apps/core/components/public/css/img/li_bg_active.png - apps/core/components/public/css/img/li_bg_hover.png - apps/core/components/public/css/img/logo.png - apps/core/components/public/css/img/menu_bg.png - apps/core/components/public/css/img/menu_bottom.png - apps/core/components/public/css/img/menu_top.png - apps/core/components/public/css/img/section-bottom.jpg - apps/core/components/public/css/list.css - apps/core/components/public/css/menu.css - apps/core/components/public/css/month_calendar.css - apps/core/components/public/css/spider.css - apps/core/components/public/css/switcher.css - apps/core/components/public/css/table.css - apps/core/components/public/js/inheritance.js - apps/core/components/public/js/jquery/jquery-1.5.2.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/overlay/overlay.apple.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/overlay/overlay.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/scrollable/scrollable.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tabs/tabs.css - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tabs/tabs.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/toolbox/toolbox.expose.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.dynamic.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.js - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.slide.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/button_bg.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/datepicker.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/icon_sprite.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/progress_bar.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/slider_h_bg.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/slider_handles.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/slider_v_bg.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/tab_bg.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/the_gradient.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-anim_basic_16x16.gif - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_diagonals-thick_18_b81900_40x40.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_diagonals-thick_20_666666_40x40.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_flat_10_000000_40x100.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_glass_100_f6f6f6_1x400.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_glass_65_ffffff_1x400.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_gloss-wave_35_f6a828_500x100.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_highlight-soft_100_eeeeee_1x100.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_highlight-soft_75_ffe45c_1x100.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_222222_256x240.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_228ef1_256x240.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_ef8c08_256x240.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_ffd27a_256x240.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_ffffff_256x240.png - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/jquery-ui.custom.css - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-af.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ar-DZ.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ar.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-az.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-bg.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-bs.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ca.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-cs.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-da.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-de.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-el.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-AU.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-GB.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-NZ.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-eo.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-es.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-et.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-eu.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fa.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fi.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fo.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fr-CH.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fr.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-gl.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-he.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-hr.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-hu.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-hy.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-id.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-is.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-it.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ja.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ko.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-kz.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-lt.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-lv.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ml.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ms.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-nl.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-no.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pl.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pt-BR.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pt.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-rm.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ro.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ru.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sk.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sl.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sq.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sr-SR.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sr.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sv.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ta.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-th.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-tj.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-tr.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-uk.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-vi.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-zh-CN.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-zh-HK.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-zh-TW.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.blind.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.bounce.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.clip.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.core.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.drop.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.explode.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.fade.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.fold.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.highlight.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.pulsate.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.scale.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.shake.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.slide.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.transfer.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.accordion.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.autocomplete.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.button.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.core.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.datepicker.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.dialog.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.draggable.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.droppable.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.mouse.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.position.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.progressbar.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.resizable.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.selectable.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.slider.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.sortable.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.tabs.js - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.widget.js - apps/core/components/public/js/jquery/patches/jquery-ui/jquery.ui.autocomplete-001.patch - apps/core/components/public/js/jquery/plugins/autogrow/jquery.autogrow.js - apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css - apps/core/components/public/js/jquery/plugins/bsmselect/GPL-LICENSE.txt - apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.compatibility.js - apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.js - apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.sortable.js - apps/core/components/public/js/jquery/plugins/bsmselect/MIT-LICENSE.txt - apps/core/components/public/js/jquery/plugins/bsmselect/README.md - apps/core/components/public/js/jquery/plugins/jquery.datalink.js - apps/core/components/public/js/jquery/plugins/jquery.form.js - apps/core/components/public/js/jquery/plugins/jquery.json.js - apps/core/components/public/js/jquery/plugins/jquery.query-2.1.6.js - apps/core/components/public/js/jquery/plugins/jquery.ui.nestedSortable.js - apps/core/components/public/js/jquery/plugins/jquery.url.js - apps/core/components/public/js/jquery/plugins/treeview/changelog.txt - apps/core/components/public/js/jquery/plugins/treeview/images/ajax-loader.gif - apps/core/components/public/js/jquery/plugins/treeview/images/file.gif - apps/core/components/public/js/jquery/plugins/treeview/images/folder-closed.gif - apps/core/components/public/js/jquery/plugins/treeview/images/folder.gif - apps/core/components/public/js/jquery/plugins/treeview/images/minus.gif - apps/core/components/public/js/jquery/plugins/treeview/images/plus.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-black-line.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-black.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-default-line.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-default.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-famfamfam-line.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-famfamfam.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-gray-line.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-gray.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-red-line.gif - apps/core/components/public/js/jquery/plugins/treeview/images/treeview-red.gif - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.async.js - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.css - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.edit.js - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.js - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.min.js - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.pack.js - apps/core/components/public/js/jquery/plugins/treeview/jquery.treeview.sortable.js - apps/core/components/public/js/jquery/plugins/treeview/lib/jquery.cookie.js - apps/core/components/public/js/jquery/plugins/treeview/lib/jquery.js - apps/core/components/public/js/jquery/plugins/treeview/todo - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/jquery.timepickr.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/jquery.timepickr.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/jquery.timepickr.min.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/222222_256x240_icons_icons.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/2e83ff_256x240_icons_icons.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/454545_256x240_icons_icons.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/888888_256x240_icons_icons.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/aaaaaa_40x100_textures_01_flat_0.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/cccccc_40x100_textures_03_highlight_soft_75.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/cd0a0a_256x240_icons_icons.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/dadada_40x100_textures_02_glass_75.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/e6e6e6_40x100_textures_02_glass_75.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/fbf9ee_40x100_textures_02_glass_55.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/fef1ec_40x100_textures_05_inset_soft_95.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/ffffff_40x100_textures_02_glass_65.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/images/ffffff_40x100_textures_02_glass_75.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.accordion.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.all.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.allplugins.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.core.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.datepicker.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.dialog.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.progressbar.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.resizable.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.slider.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.tabs.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.theme.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/themes/default/ui.timepickr.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/ui.timepickr.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/dist/ui.timepickr.min.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/LICENSE - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/body-bg.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/btn-hover.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/btn.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/buttons.psd - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/index.html - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/jquery.anchorHandler.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/jquery.strings.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/jquery.ui.all.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/jquery.utils.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/jquery.utils.ui.min.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/logo-ff.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/logo-ie.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/logo.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/logo.psd - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/package.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/reset.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/script_code.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/styles.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/themeroller_ready_black_200px.gif - apps/core/components/public/js/jquery/plugins/ui-timepickr/page/weather_sun.png - apps/core/components/public/js/jquery/plugins/ui-timepickr/README - apps/core/components/public/js/jquery/plugins/ui-timepickr/src/css/ui.dropslide.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/src/css/ui.timepickr.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/src/ui.dropslide.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/src/ui.timepickr.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/data/testrunner.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/index.html - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/otherlibs/jquery/1.2.1/jquery.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/otherlibs/jquery/1.2.3/jquery.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/qunit/testrunner.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/qunit/testsuite.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/styles.css - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/test.js - apps/core/components/public/js/jquery/plugins/ui-timepickr/test/unit/ui.timepickr.js - apps/core/components/public/js/list.js - apps/core/components/public/js/plugins/plugin.js - apps/core/components/public/js/plugins/sortable.js - apps/core/components/public/js/spider.js - apps/core/components/public/js/utils.i18n.json - apps/core/components/public/js/utils.js - apps/core/components/public/widgets/search_table.js - apps/core/components/public/widgets/table.js - apps/core/components/widgets/admin/admin.rb - apps/core/components/widgets/admin/admin.shtml - apps/core/components/widgets/confirm/confirm.rb - apps/core/components/widgets/confirm/confirm.shtml - apps/core/components/widgets/crud/crud.rb - apps/core/components/widgets/crud/crud.shtml - apps/core/components/widgets/crud/form_table/form_table.rb - apps/core/components/widgets/crud/form_table/form_table.shtml - apps/core/components/widgets/list/list.rb - apps/core/components/widgets/list/list.shtml - apps/core/components/widgets/list/plugins/exportable/exportable_list.rb - apps/core/components/widgets/list/plugins/exportable/exportable_list.shtml - apps/core/components/widgets/menu/menu.rb - apps/core/components/widgets/menu/menu.shtml - apps/core/components/widgets/month_calendar/month_calendar.rb - apps/core/components/widgets/month_calendar/month_calendar.shtml - apps/core/components/widgets/search_table/search_table.rb - apps/core/components/widgets/search_table/search_table.shtml - apps/core/components/widgets/switcher/switcher.rb - apps/core/components/widgets/switcher/templates/default.shtml - apps/core/components/widgets/switcher/templates/table.shtml - apps/core/components/widgets/table/table.rb - apps/core/components/widgets/table/table.shtml - apps/core/components/widgets/tabs/tabs.rb - apps/core/components/widgets/tabs/tabs.shtml - apps/core/forms/_init.rb - apps/core/forms/data/locale/it/LC_MESSAGES/spider_forms.mo - apps/core/forms/po/it/spider_forms.po - apps/core/forms/po/spider_forms.pot - apps/core/forms/public/ckeditor/adapters/jquery.js - apps/core/forms/public/ckeditor/CHANGES.html - apps/core/forms/public/ckeditor/ckeditor.js - apps/core/forms/public/ckeditor/ckeditor_basic.js - apps/core/forms/public/ckeditor/ckeditor_basic_source.js - apps/core/forms/public/ckeditor/ckeditor_source.js - apps/core/forms/public/ckeditor/config.js - apps/core/forms/public/ckeditor/contents.css - apps/core/forms/public/ckeditor/images/spacer.gif - apps/core/forms/public/ckeditor/INSTALL.html - apps/core/forms/public/ckeditor/lang/_languages.js - apps/core/forms/public/ckeditor/lang/_translationstatus.txt - apps/core/forms/public/ckeditor/lang/af.js - apps/core/forms/public/ckeditor/lang/ar.js - apps/core/forms/public/ckeditor/lang/bg.js - apps/core/forms/public/ckeditor/lang/bn.js - apps/core/forms/public/ckeditor/lang/bs.js - apps/core/forms/public/ckeditor/lang/ca.js - apps/core/forms/public/ckeditor/lang/cs.js - apps/core/forms/public/ckeditor/lang/cy.js - apps/core/forms/public/ckeditor/lang/da.js - apps/core/forms/public/ckeditor/lang/de.js - apps/core/forms/public/ckeditor/lang/el.js - apps/core/forms/public/ckeditor/lang/en-au.js - apps/core/forms/public/ckeditor/lang/en-ca.js - apps/core/forms/public/ckeditor/lang/en-gb.js - apps/core/forms/public/ckeditor/lang/en.js - apps/core/forms/public/ckeditor/lang/eo.js - apps/core/forms/public/ckeditor/lang/es.js - apps/core/forms/public/ckeditor/lang/et.js - apps/core/forms/public/ckeditor/lang/eu.js - apps/core/forms/public/ckeditor/lang/fa.js - apps/core/forms/public/ckeditor/lang/fi.js - apps/core/forms/public/ckeditor/lang/fo.js - apps/core/forms/public/ckeditor/lang/fr-ca.js - apps/core/forms/public/ckeditor/lang/fr.js - apps/core/forms/public/ckeditor/lang/gl.js - apps/core/forms/public/ckeditor/lang/gu.js - apps/core/forms/public/ckeditor/lang/he.js - apps/core/forms/public/ckeditor/lang/hi.js - apps/core/forms/public/ckeditor/lang/hr.js - apps/core/forms/public/ckeditor/lang/hu.js - apps/core/forms/public/ckeditor/lang/is.js - apps/core/forms/public/ckeditor/lang/it.js - apps/core/forms/public/ckeditor/lang/ja.js - apps/core/forms/public/ckeditor/lang/ka.js - apps/core/forms/public/ckeditor/lang/km.js - apps/core/forms/public/ckeditor/lang/ko.js - apps/core/forms/public/ckeditor/lang/lt.js - apps/core/forms/public/ckeditor/lang/lv.js - apps/core/forms/public/ckeditor/lang/mn.js - apps/core/forms/public/ckeditor/lang/ms.js - apps/core/forms/public/ckeditor/lang/nb.js - apps/core/forms/public/ckeditor/lang/nl.js - apps/core/forms/public/ckeditor/lang/no.js - apps/core/forms/public/ckeditor/lang/pl.js - apps/core/forms/public/ckeditor/lang/pt-br.js - apps/core/forms/public/ckeditor/lang/pt.js - apps/core/forms/public/ckeditor/lang/ro.js - apps/core/forms/public/ckeditor/lang/ru.js - apps/core/forms/public/ckeditor/lang/sk.js - apps/core/forms/public/ckeditor/lang/sl.js - apps/core/forms/public/ckeditor/lang/sr-latn.js - apps/core/forms/public/ckeditor/lang/sr.js - apps/core/forms/public/ckeditor/lang/sv.js - apps/core/forms/public/ckeditor/lang/th.js - apps/core/forms/public/ckeditor/lang/tr.js - apps/core/forms/public/ckeditor/lang/uk.js - apps/core/forms/public/ckeditor/lang/vi.js - apps/core/forms/public/ckeditor/lang/zh-cn.js - apps/core/forms/public/ckeditor/lang/zh.js - apps/core/forms/public/ckeditor/LICENSE.html - apps/core/forms/public/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js - apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/en.js - apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/he.js - apps/core/forms/public/ckeditor/plugins/about/dialogs/about.js - apps/core/forms/public/ckeditor/plugins/about/dialogs/logo_ckeditor.png - apps/core/forms/public/ckeditor/plugins/adobeair/plugin.js - apps/core/forms/public/ckeditor/plugins/ajax/plugin.js - apps/core/forms/public/ckeditor/plugins/autogrow/plugin.js - apps/core/forms/public/ckeditor/plugins/bbcode/plugin.js - apps/core/forms/public/ckeditor/plugins/clipboard/dialogs/paste.js - apps/core/forms/public/ckeditor/plugins/colordialog/dialogs/colordialog.js - apps/core/forms/public/ckeditor/plugins/devtools/lang/en.js - apps/core/forms/public/ckeditor/plugins/devtools/plugin.js - apps/core/forms/public/ckeditor/plugins/dialog/dialogDefinition.js - apps/core/forms/public/ckeditor/plugins/div/dialogs/div.js - apps/core/forms/public/ckeditor/plugins/docprops/dialogs/docprops.js - apps/core/forms/public/ckeditor/plugins/docprops/plugin.js - apps/core/forms/public/ckeditor/plugins/find/dialogs/find.js - apps/core/forms/public/ckeditor/plugins/flash/dialogs/flash.js - apps/core/forms/public/ckeditor/plugins/flash/images/placeholder.png - apps/core/forms/public/ckeditor/plugins/forms/dialogs/button.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/checkbox.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/form.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/hiddenfield.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/radio.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/select.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js - apps/core/forms/public/ckeditor/plugins/forms/dialogs/textfield.js - apps/core/forms/public/ckeditor/plugins/forms/images/hiddenfield.gif - apps/core/forms/public/ckeditor/plugins/iframe/dialogs/iframe.js - apps/core/forms/public/ckeditor/plugins/iframe/images/placeholder.png - apps/core/forms/public/ckeditor/plugins/iframedialog/plugin.js - apps/core/forms/public/ckeditor/plugins/image/dialogs/image.js - apps/core/forms/public/ckeditor/plugins/link/dialogs/anchor.js - apps/core/forms/public/ckeditor/plugins/link/dialogs/link.js - apps/core/forms/public/ckeditor/plugins/link/images/anchor.gif - apps/core/forms/public/ckeditor/plugins/liststyle/dialogs/liststyle.js - apps/core/forms/public/ckeditor/plugins/pagebreak/images/pagebreak.gif - apps/core/forms/public/ckeditor/plugins/pastefromword/filter/default.js - apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js - apps/core/forms/public/ckeditor/plugins/placeholder/dialogs/placeholder.js - apps/core/forms/public/ckeditor/plugins/placeholder/lang/en.js - apps/core/forms/public/ckeditor/plugins/placeholder/lang/he.js - apps/core/forms/public/ckeditor/plugins/placeholder/placeholder.gif - apps/core/forms/public/ckeditor/plugins/placeholder/plugin.js - apps/core/forms/public/ckeditor/plugins/scayt/dialogs/options.js - apps/core/forms/public/ckeditor/plugins/scayt/dialogs/toolbar.css - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_address.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_blockquote.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_div.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h1.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h2.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h3.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h4.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h5.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h6.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_p.png - apps/core/forms/public/ckeditor/plugins/showblocks/images/block_pre.png - apps/core/forms/public/ckeditor/plugins/smiley/dialogs/smiley.js - apps/core/forms/public/ckeditor/plugins/smiley/images/angel_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/angry_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/broken_heart.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/confused_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/cry_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/devil_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/embaressed_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/envelope.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/heart.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/kiss.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/lightbulb.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/omg_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/regular_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/sad_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/shades_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/teeth_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_down.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_up.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/tounge_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif - apps/core/forms/public/ckeditor/plugins/smiley/images/wink_smile.gif - apps/core/forms/public/ckeditor/plugins/specialchar/dialogs/specialchar.js - apps/core/forms/public/ckeditor/plugins/specialchar/lang/en.js - apps/core/forms/public/ckeditor/plugins/styles/styles/default.js - apps/core/forms/public/ckeditor/plugins/stylesheetparser/plugin.js - apps/core/forms/public/ckeditor/plugins/table/dialogs/table.js - apps/core/forms/public/ckeditor/plugins/tableresize/plugin.js - apps/core/forms/public/ckeditor/plugins/tabletools/dialogs/tableCell.js - apps/core/forms/public/ckeditor/plugins/templates/dialogs/templates.js - apps/core/forms/public/ckeditor/plugins/templates/templates/default.js - apps/core/forms/public/ckeditor/plugins/templates/templates/images/template1.gif - apps/core/forms/public/ckeditor/plugins/templates/templates/images/template2.gif - apps/core/forms/public/ckeditor/plugins/templates/templates/images/template3.gif - apps/core/forms/public/ckeditor/plugins/uicolor/dialogs/uicolor.js - apps/core/forms/public/ckeditor/plugins/uicolor/lang/en.js - apps/core/forms/public/ckeditor/plugins/uicolor/lang/he.js - apps/core/forms/public/ckeditor/plugins/uicolor/plugin.js - apps/core/forms/public/ckeditor/plugins/uicolor/uicolor.gif - apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_bg.png - apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png - apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_mask.png - apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png - apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/yui.css - apps/core/forms/public/ckeditor/plugins/uicolor/yui/yui.js - apps/core/forms/public/ckeditor/plugins/wsc/dialogs/ciframe.html - apps/core/forms/public/ckeditor/plugins/wsc/dialogs/tmpFrameset.html - apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.css - apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.js - apps/core/forms/public/ckeditor/plugins/xml/plugin.js - apps/core/forms/public/ckeditor/skins/kama/dialog.css - apps/core/forms/public/ckeditor/skins/kama/editor.css - apps/core/forms/public/ckeditor/skins/kama/icons.png - apps/core/forms/public/ckeditor/skins/kama/icons_rtl.png - apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.gif - apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.png - apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides_rtl.png - apps/core/forms/public/ckeditor/skins/kama/images/mini.gif - apps/core/forms/public/ckeditor/skins/kama/images/noimage.png - apps/core/forms/public/ckeditor/skins/kama/images/sprites.png - apps/core/forms/public/ckeditor/skins/kama/images/sprites_ie6.png - apps/core/forms/public/ckeditor/skins/kama/images/toolbar_start.gif - apps/core/forms/public/ckeditor/skins/kama/skin.js - apps/core/forms/public/ckeditor/skins/kama/templates.css - apps/core/forms/public/ckeditor/themes/default/theme.js - apps/core/forms/public/css/file_input.css - apps/core/forms/public/css/form.css - apps/core/forms/public/css/html_area.css - apps/core/forms/public/date_time.js - apps/core/forms/public/file_input.js - apps/core/forms/public/form.js - apps/core/forms/public/html_area.js - apps/core/forms/public/input.js - apps/core/forms/public/search_select.js - apps/core/forms/public/select.js - apps/core/forms/public/text_area.js - apps/core/forms/tags/element_label.erb - apps/core/forms/tags/element_row.erb - apps/core/forms/tags/row.erb - apps/core/forms/widgets/form/form.rb - apps/core/forms/widgets/form/form.shtml - apps/core/forms/widgets/inputs/checkbox/checkbox.rb - apps/core/forms/widgets/inputs/checkbox/checkbox.shtml - apps/core/forms/widgets/inputs/date_time/date_time.rb - apps/core/forms/widgets/inputs/date_time/date_time.shtml - apps/core/forms/widgets/inputs/file_input/file_input.rb - apps/core/forms/widgets/inputs/file_input/file_input.shtml - apps/core/forms/widgets/inputs/hidden/hidden.rb - apps/core/forms/widgets/inputs/hidden/hidden.shtml - apps/core/forms/widgets/inputs/html_area/html_area.rb - apps/core/forms/widgets/inputs/html_area/html_area.shtml - apps/core/forms/widgets/inputs/input/input.rb - apps/core/forms/widgets/inputs/input/input.shtml - apps/core/forms/widgets/inputs/input/readonly.shtml - apps/core/forms/widgets/inputs/password/password.rb - apps/core/forms/widgets/inputs/password/password.shtml - apps/core/forms/widgets/inputs/search_select/search_select.rb - apps/core/forms/widgets/inputs/search_select/search_select.shtml - apps/core/forms/widgets/inputs/select/select.rb - apps/core/forms/widgets/inputs/select/select.shtml - apps/core/forms/widgets/inputs/text/text.rb - apps/core/forms/widgets/inputs/text/text.shtml - apps/core/forms/widgets/inputs/text_area/text_area.rb - apps/core/forms/widgets/inputs/text_area/text_area.shtml - apps/core/forms/widgets/inputs/time_span/time_span.rb - apps/core/forms/widgets/inputs/time_span/time_span.shtml - apps/drb_server/_init.rb - apps/drb_server/lib/model_server.rb - apps/drb_server/script/start_server.rb - apps/master/_init.rb - apps/master/cmd.rb - apps/master/config/options.rb - apps/master/controllers/login_controller.rb - apps/master/controllers/master_controller.rb - apps/master/controllers/scout_controller.rb - apps/master/controllers/servant_controller.rb - apps/master/data/locale/it/LC_MESSAGES/spider_master.mo - apps/master/lib/resource.rb - apps/master/lib/resources/db_resource.rb - apps/master/lib/scout_plugin.rb - apps/master/lib/site_type.rb - apps/master/master.appspec - apps/master/master.rb - apps/master/models/admin.rb - apps/master/models/command.rb - apps/master/models/customer.rb - apps/master/models/installation.rb - apps/master/models/resource.rb - apps/master/models/scout_alert.rb - apps/master/models/scout_average.rb - apps/master/models/scout_error.rb - apps/master/models/scout_plugin_info.rb - apps/master/models/scout_plugin_instance.rb - apps/master/models/scout_plugin_trigger.rb - apps/master/models/scout_report.rb - apps/master/models/scout_report_field.rb - apps/master/models/servant.rb - apps/master/plugins/resources/apache/apache.rb - apps/master/plugins/resources/mysql/mysql.rb - apps/master/plugins/site_types/spider/spider.rb - apps/master/po/it/spider_master.po - apps/master/po/master.pot - apps/master/po/spider_master.pot - apps/master/public/css/img/web.png - apps/master/public/css/login.css - apps/master/public/css/master.css - apps/master/public/css/reset.css - apps/master/public/js/charts.js - apps/master/public/js/master.js - apps/master/templates/email/alert.html.erb - apps/master/templates/email/alert.text.erb - apps/master/views/admin.layout.shtml - apps/master/views/admin.shtml - apps/master/views/customer.shtml - apps/master/views/customers.shtml - apps/master/views/index.shtml - apps/master/views/installation.shtml - apps/master/views/login.layout.shtml - apps/master/views/master.layout.shtml - apps/master/views/plugin_data.shtml - apps/master/views/plugin_edit.shtml - apps/master/views/plugin_instance.shtml - apps/master/views/servant.shtml - apps/master/views/servants.shtml - apps/master/views/site.shtml - apps/master/views/site_edit.shtml - apps/master/views/trigger_edit.shtml - apps/messenger/_init.rb - apps/messenger/backends/email/sendmail.rb - apps/messenger/backends/email/smtp.rb - apps/messenger/backends/email/test.rb - apps/messenger/backends/sms/smstools.rb - apps/messenger/config/options.rb - apps/messenger/config/test.config.yml - apps/messenger/config/worker/queue.rb - apps/messenger/controllers/messenger_controller.rb - apps/messenger/controllers/mixins/messenger_helper.rb - apps/messenger/data/locale/it/LC_MESSAGES/spider_messenger.mo - apps/messenger/Gemfile - apps/messenger/lib/email_backend.rb - apps/messenger/lib/sms_backend.rb - apps/messenger/messenger.rb - apps/messenger/models/email.rb - apps/messenger/models/message.rb - apps/messenger/models/sms.rb - apps/messenger/po/it/spider_messenger.po - apps/messenger/po/spider_messenger.pot - apps/messenger/test/features/attachments.feature - apps/messenger/test/features/messenger_helper.feature - apps/messenger/test/features/sending_email.feature - apps/messenger/test/features/step_definitions/common_steps.rb - apps/messenger/test/features/step_definitions/email_steps.rb - apps/messenger/test/features/support/env.rb - apps/messenger/test/files/test_file1.txt - apps/messenger/test/lib/controllers/mail_test_controller.rb - apps/messenger/test/templates/email/multipart.html.erb - apps/messenger/test/templates/email/multipart.txt.erb - apps/messenger/test/templates/email/simple.erb - apps/messenger/test/templates/email/vars.erb - apps/messenger/views/index.shtml - apps/messenger/views/list.shtml - apps/messenger/views/messenger.layout.shtml - apps/messenger/views/queue.shtml - apps/messenger/views/tags/sent_messages.shtml - apps/servant/_init.rb - apps/servant/bin/spider-servant.rb - apps/servant/cmd.rb - apps/servant/controllers/servant_controller.rb - apps/servant/lib/commands/discovery.rb - apps/servant/lib/resource.rb - apps/servant/lib/resources/db/mysql.rb - apps/servant/lib/resources/db.rb - apps/servant/lib/servant.rb - apps/servant/servant.appspec - apps/servant/var/log/error.log - apps/soap/_init.rb - apps/soap/controllers/soap_controller.rb - apps/soap/doc/examples/example.rb - apps/soap/lib/soap.rb - apps/sso/_init.rb - apps/sso/config/options.rb - apps/sso/controllers/mixins/saml2_mixin.rb - apps/sso/lib/saml2/backend.rb - apps/sso/lib/saml2/lasso_backend.rb - apps/sso/lib/saml2.rb - apps/sso/views/saml2_post.shtml - apps/webdav/_init.rb - apps/webdav/controllers/webdav_controller.rb - apps/webdav/lib/locking.rb - apps/webdav/lib/vfs/abstract.rb - apps/webdav/lib/vfs/local.rb - apps/webdav/lib/vfs/mapped.rb - apps/webdav/lib/vfs/properties.rb - apps/worker/_init.rb - apps/worker/cmd.rb - apps/worker/config/options.rb - apps/worker/lib/runner.rb - apps/worker/lib/task.rb - apps/worker/models/job.rb - apps/worker/worker.rb - bin/spider - blueprints/.DS_Store - blueprints/app/.dirs - blueprints/app/__APP__.appspec - blueprints/app/_init.rb - blueprints/app/controllers/__APP___controller.rb - blueprints/app/models/.gitignore - blueprints/app/public/.gitignore - blueprints/app/views/__APP__.layout.shtml - blueprints/app/views/index.shtml - blueprints/app/widgets/.gitignore - blueprints/home/.dirs - blueprints/home/.DS_Store - blueprints/home/.gitignore - blueprints/home/apps/.gitignore - blueprints/home/config/config.yml - blueprints/home/Gemfile.disabled - blueprints/home/init.rb - blueprints/home/public/.gitignore - blueprints/home/spider.gemfile - blueprints/home/tmp/.gitignore - blueprints/home/var/.gitignore - blueprints/home/var/cache/.gitignore - blueprints/home/var/log/.gitignore - blueprints/home/var/sessions/.gitignore - blueprints/install/.DS_Store - blueprints/install/config.ru - data/locale/it/LC_MESSAGES/spider.mo - data/locale/it/LC_MESSAGES/spider_auth.mo - data/locale/it/LC_MESSAGES/spider_components.mo - data/locale/it/LC_MESSAGES/spider_forms.mo - data/locale/it/LC_MESSAGES/spider_messenger.mo - lib/spiderfw/app.rb - lib/spiderfw/autoload.rb - lib/spiderfw/cache/template_cache.rb - lib/spiderfw/cmd/cmd.rb - lib/spiderfw/cmd/commands/app.rb - lib/spiderfw/cmd/commands/cert.rb - lib/spiderfw/cmd/commands/config.rb - lib/spiderfw/cmd/commands/console.rb - lib/spiderfw/cmd/commands/content.rb - lib/spiderfw/cmd/commands/create.rb - lib/spiderfw/cmd/commands/model.rb - lib/spiderfw/cmd/commands/setup.rb - lib/spiderfw/cmd/commands/test.rb - lib/spiderfw/cmd/commands/webserver.rb - lib/spiderfw/config/configurable.rb - lib/spiderfw/config/configuration.rb - lib/spiderfw/config/configuration_editor.rb - lib/spiderfw/config/options/spider.rb - lib/spiderfw/content_utils.rb - lib/spiderfw/controller/controller.rb - lib/spiderfw/controller/controller_exceptions.rb - lib/spiderfw/controller/controller_io.rb - lib/spiderfw/controller/controller_mixin.rb - lib/spiderfw/controller/cookie.rb - lib/spiderfw/controller/cookies.rb - lib/spiderfw/controller/dispatcher.rb - lib/spiderfw/controller/first_responder.rb - lib/spiderfw/controller/formats/html.rb - lib/spiderfw/controller/helpers/widget_helper.rb - lib/spiderfw/controller/home_controller.rb - lib/spiderfw/controller/http_controller.rb - lib/spiderfw/controller/mixins/http_mixin.rb - lib/spiderfw/controller/mixins/static_content.rb - lib/spiderfw/controller/mixins/visual.rb - lib/spiderfw/controller/page_controller.rb - lib/spiderfw/controller/request.rb - lib/spiderfw/controller/response.rb - lib/spiderfw/controller/router.rb - lib/spiderfw/controller/scene.rb - lib/spiderfw/controller/session/file_session.rb - lib/spiderfw/controller/session/flash_hash.rb - lib/spiderfw/controller/session/memory_session.rb - lib/spiderfw/controller/session/transient_hash.rb - lib/spiderfw/controller/session.rb - lib/spiderfw/controller/spider_controller.rb - lib/spiderfw/create.rb - lib/spiderfw/env.rb - lib/spiderfw/exceptions.rb - lib/spiderfw/home.rb - lib/spiderfw/http/adapters/cgi.rb - lib/spiderfw/http/adapters/cgi_io.rb - lib/spiderfw/http/adapters/fcgi.rb - lib/spiderfw/http/adapters/mongrel.rb - lib/spiderfw/http/adapters/rack.rb - lib/spiderfw/http/adapters/thin.rb - lib/spiderfw/http/adapters/webrick.rb - lib/spiderfw/http/http.rb - lib/spiderfw/http/server.rb - lib/spiderfw/i18n/cldr.rb - lib/spiderfw/i18n/gettext.rb - lib/spiderfw/i18n/i18n.rb - lib/spiderfw/i18n/javascript_parser.rb - lib/spiderfw/i18n/provider.rb - lib/spiderfw/i18n/rails.rb - lib/spiderfw/i18n/shtml_parser.rb - lib/spiderfw/model/active_record.rb - lib/spiderfw/model/base_model.rb - lib/spiderfw/model/condition.rb - lib/spiderfw/model/data_type.rb - lib/spiderfw/model/datatypes/binary.rb - lib/spiderfw/model/datatypes/bool.rb - lib/spiderfw/model/datatypes/decimal.rb - lib/spiderfw/model/datatypes/email.rb - lib/spiderfw/model/datatypes/file_path.rb - lib/spiderfw/model/datatypes/password.rb - lib/spiderfw/model/datatypes/pk.rb - lib/spiderfw/model/datatypes/serialized_object.rb - lib/spiderfw/model/datatypes/text.rb - lib/spiderfw/model/datatypes/time_span.rb - lib/spiderfw/model/datatypes/uuid.rb - lib/spiderfw/model/datatypes.rb - lib/spiderfw/model/element.rb - lib/spiderfw/model/extended_models/managed.rb - lib/spiderfw/model/identity_mapper.rb - lib/spiderfw/model/inline_model.rb - lib/spiderfw/model/integrated_element.rb - lib/spiderfw/model/junction.rb - lib/spiderfw/model/mappers/db_mapper.rb - lib/spiderfw/model/mappers/document_mapper.rb - lib/spiderfw/model/mappers/hash_mapper.rb - lib/spiderfw/model/mappers/mapper.rb - lib/spiderfw/model/mappers/mappers.rb - lib/spiderfw/model/mappers/proxy_mapper.rb - lib/spiderfw/model/mappers/vfs/flat_file.rb - lib/spiderfw/model/mixins/converted.rb - lib/spiderfw/model/mixins/list.rb - lib/spiderfw/model/mixins/mixins.rb - lib/spiderfw/model/mixins/state_machine.rb - lib/spiderfw/model/mixins/synchronized.rb - lib/spiderfw/model/mixins/tree.rb - lib/spiderfw/model/mixins/versioned.rb - lib/spiderfw/model/model.rb - lib/spiderfw/model/model_hash.rb - lib/spiderfw/model/proxy_model.rb - lib/spiderfw/model/query.rb - lib/spiderfw/model/query_funcs.rb - lib/spiderfw/model/query_set.rb - lib/spiderfw/model/request.rb - lib/spiderfw/model/storage/base_storage.rb - lib/spiderfw/model/storage/connection_pool.rb - lib/spiderfw/model/storage/db/adapters/mssql.rb - lib/spiderfw/model/storage/db/adapters/mysql.rb - lib/spiderfw/model/storage/db/adapters/oracle.rb - lib/spiderfw/model/storage/db/adapters/sqlite.rb - lib/spiderfw/model/storage/db/connectors/jdbc.rb - lib/spiderfw/model/storage/db/connectors/jdbc_oracle.rb - lib/spiderfw/model/storage/db/connectors/oci8.rb - lib/spiderfw/model/storage/db/connectors/odbc.rb - lib/spiderfw/model/storage/db/db.rb - lib/spiderfw/model/storage/db/db_connector.rb - lib/spiderfw/model/storage/db/db_schema.rb - lib/spiderfw/model/storage/db/db_storage.rb - lib/spiderfw/model/storage/db/dialects/no_total_rows.rb - lib/spiderfw/model/storage/db/reflector.rb - lib/spiderfw/model/storage/document/adapters/mongodb.rb - lib/spiderfw/model/storage/document/document.rb - lib/spiderfw/model/storage/document/document_storage.rb - lib/spiderfw/model/storage/null_storage.rb - lib/spiderfw/model/storage/schema.rb - lib/spiderfw/model/storage.rb - lib/spiderfw/model/sync.rb - lib/spiderfw/model/type.rb - lib/spiderfw/model/unit_of_work.rb - lib/spiderfw/patches/hpricot.rb - lib/spiderfw/requires.rb - lib/spiderfw/resource.rb - lib/spiderfw/setup/app_manager.rb - lib/spiderfw/setup/app_server_client.rb - lib/spiderfw/setup/setup_task.rb - lib/spiderfw/setup/spider_setup_wizard.rb - lib/spiderfw/site.rb - lib/spiderfw/spider.rb - lib/spiderfw/tag/tag.rb - lib/spiderfw/templates/blocks/attr_if.rb - lib/spiderfw/templates/blocks/comment.rb - lib/spiderfw/templates/blocks/debugger.rb - lib/spiderfw/templates/blocks/each.rb - lib/spiderfw/templates/blocks/html.rb - lib/spiderfw/templates/blocks/if.rb - lib/spiderfw/templates/blocks/lambda.rb - lib/spiderfw/templates/blocks/layout_assets.rb - lib/spiderfw/templates/blocks/output.rb - lib/spiderfw/templates/blocks/parent_context.rb - lib/spiderfw/templates/blocks/pass.rb - lib/spiderfw/templates/blocks/recurse.rb - lib/spiderfw/templates/blocks/render.rb - lib/spiderfw/templates/blocks/run.rb - lib/spiderfw/templates/blocks/tag.rb - lib/spiderfw/templates/blocks/tag_if.rb - lib/spiderfw/templates/blocks/text.rb - lib/spiderfw/templates/blocks/widget.rb - lib/spiderfw/templates/blocks/yield.rb - lib/spiderfw/templates/layout.rb - lib/spiderfw/templates/resources/less.rb - lib/spiderfw/templates/template.rb - lib/spiderfw/templates/template_blocks.rb - lib/spiderfw/test/capybara.rb - lib/spiderfw/test/cucumber.rb - lib/spiderfw/test/page_object.rb - lib/spiderfw/test/spec.rb - lib/spiderfw/test/stubs/mapper_stub.rb - lib/spiderfw/test/stubs/storage_stub.rb - lib/spiderfw/test/unit.rb - lib/spiderfw/test.rb - lib/spiderfw/utils/annotations.rb - lib/spiderfw/utils/events/event_source.rb - lib/spiderfw/utils/fork.rb - lib/spiderfw/utils/hash_comparison.rb - lib/spiderfw/utils/http_client.rb - lib/spiderfw/utils/inflector.rb - lib/spiderfw/utils/json.rb - lib/spiderfw/utils/logger.rb - lib/spiderfw/utils/loggers/apache_commons_logger.rb - lib/spiderfw/utils/memory.rb - lib/spiderfw/utils/monkey/class.rb - lib/spiderfw/utils/monkey/date_time.rb - lib/spiderfw/utils/monkey/debugger.rb - lib/spiderfw/utils/monkey/exception.rb - lib/spiderfw/utils/monkey/kernel.rb - lib/spiderfw/utils/monkey/module.rb - lib/spiderfw/utils/monkey/nil_class.rb - lib/spiderfw/utils/monkey/numeric.rb - lib/spiderfw/utils/monkey/object.rb - lib/spiderfw/utils/monkey/symbol.rb - lib/spiderfw/utils/monkey/time.rb - lib/spiderfw/utils/multi_level_hash.rb - lib/spiderfw/utils/ordered_hash.rb - lib/spiderfw/utils/periodic_runner.rb - lib/spiderfw/utils/profiling.rb - lib/spiderfw/utils/rails.rb - lib/spiderfw/utils/rails_app.rb - lib/spiderfw/utils/sanitizer.rb - lib/spiderfw/utils/secure_random.rb - lib/spiderfw/utils/shared_store/file_shared_store.rb - lib/spiderfw/utils/shared_store/memory_shared_store.rb - lib/spiderfw/utils/shared_store.rb - lib/spiderfw/utils/thread_out.rb - lib/spiderfw/version.rb - lib/spiderfw/widget/rest_model.rb - lib/spiderfw/widget/widget.rb - lib/spiderfw/widget/widget_attributes.rb - lib/spiderfw/widget/widget_plugin.rb - lib/spiderfw.rb - views/errors/404.shtml - views/errors/error.layout.shtml - views/errors/error_generic.shtml has_rdoc: true homepage: http://github.com/me/spider licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: - "Optional dependencies: ripl, ripl-irb, ripl-multi_line, json, openssl, sqlite3, webrick, mongrel, ruby-oci8 >2.0, mysql, yui-compressor, home_run, cldr" rubyforge_project: rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: A (web) framework test_files: []