I can unpack the gem into my ~/rblog/vendor folder
but I cant install it so the project would make app/views/ and app/controllers/
when I run gem install typo
this is what happens
timwest@wycliffe [~/rblog]$ gem install typo
Need to update 2 gems from
http://gems.rubyforge.org..
complete
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /usr/local/lib/ruby/gems/1.8 directory.
_____________________
AND
when I run typo install ~/rblog
this is what happens
timwest@wycliffe [~/rblog]$ typo install ~/rblog
Installing typo 4.1.1
Stopping Typo
!!! PID file /home/timwest/rblog/tmp/pid.txt does not exist. Not running?
mongrel::stop reported an error. Use mongrel_rails mongrel::stop -h to get help.
Checking for existing Typo install in /home/timwest/rblog
Reading files from /usr/local/lib/ruby/gems/1.8/gems/typo-4.1.1
Copying 1237 new files into /home/timwest/rblog
copying /CHANGES-4.1
copying /MAINTAINERS
copying /MIT-LICENSE
copying /README
copying /README.SIDEBARS
copying /Rakefile
copying /TODO-4.2
copying /TODO.MULTIUSERS
copying /app/apis/blogger_service.rb
copying /app/apis/meta_weblog_service.rb
copying /app/apis/movable_type_service.rb
copying /app/apis/typo_web_service.rb
copying /app/controllers/accounts_controller.rb
copying /app/controllers/admin/base_controller.rb
copying /app/controllers/admin/blacklist_controller.rb
copying /app/controllers/admin/cache_controller.rb
copying /app/controllers/admin/categories_controller.rb
copying /app/controllers/admin/comments_controller.rb
copying /app/controllers/admin/content_controller.rb
copying /app/controllers/admin/feedback_controller.rb
copying /app/controllers/admin/general_controller.rb
copying /app/controllers/admin/pages_controller.rb
copying /app/controllers/admin/resources_controller.rb
copying /app/controllers/admin/sidebar_controller.rb
copying /app/controllers/admin/textfilters_controller.rb
copying /app/controllers/admin/themes_controller.rb
copying /app/controllers/admin/trackbacks_controller.rb
copying /app/controllers/admin/users_controller.rb
copying /app/controllers/application.rb
copying /app/controllers/articles_controller.rb
copying /app/controllers/backend_controller.rb
copying /app/controllers/content_controller.rb
copying /app/controllers/live_controller.rb
copying /app/controllers/redirect_controller.rb
copying /app/controllers/textfilter_controller.rb
copying /app/controllers/theme_controller.rb
copying /app/controllers/xml_controller.rb
copying /app/helpers/accounts_helper.rb
copying /app/helpers/admin/base_helper.rb
copying /app/helpers/admin/blacklist_helper.rb
copying /app/helpers/admin/cache_helper.rb
copying /app/helpers/admin/comments_helper.rb
copying /app/helpers/admin/content_helper.rb
copying /app/helpers/admin/feedback_helper.rb
copying /app/helpers/admin/general_helper.rb
copying /app/helpers/admin/pages_helper.rb
copying /app/helpers/admin/resources_helper.rb
copying /app/helpers/admin/sidebar_helper.rb
copying /app/helpers/admin/textfilters_helper.rb
copying /app/helpers/admin/themes_helper.rb
copying /app/helpers/admin/trackbacks_helper.rb
copying /app/helpers/admin/users_helper.rb
copying /app/helpers/application_helper.rb
copying /app/helpers/articles_helper.rb
copying /app/helpers/backend_helper.rb
copying /app/helpers/content_helper.rb
copying /app/helpers/mail_helper.rb
copying /app/helpers/redirect_helper.rb
copying /app/helpers/sidebar_helper.rb
copying /app/helpers/sidebars/plugin_helper.rb
copying /app/helpers/text_filter_plugin_helper.rb
copying /app/helpers/textfilter_helper.rb
copying /app/helpers/theme_helper.rb
copying /app/helpers/xml_helper.rb
copying /app/models/article.rb
copying /app/models/blacklist_pattern.rb
copying /app/models/blog.rb
copying /app/models/blog_sweeper.rb
copying /app/models/categorization.rb
copying /app/models/category.rb
copying /app/models/comment.rb
copying /app/models/config_manager.rb
copying /app/models/content.rb
copying /app/models/content_state/base.rb
copying /app/models/content_state/draft.rb
copying /app/models/content_state/factory.rb
copying /app/models/content_state/ham.rb
copying /app/models/content_state/just_marked_as_ham.rb
copying /app/models/content_state/just_marked_as_spam.rb
copying /app/models/content_state/just_presumed_ham.rb
copying /app/models/content_state/just_published.rb
copying /app/models/content_state/just_withdrawn.rb
copying /app/models/content_state/new.rb
copying /app/models/content_state/presumed_ham.rb
copying /app/models/content_state/presumed_spam.rb
copying /app/models/content_state/publication_pending.rb
copying /app/models/content_state/published.rb
copying /app/models/content_state/spam.rb
copying /app/models/content_state/unclassified.rb
copying /app/models/content_state/withdrawn.rb
copying /app/models/email_notifier.rb
copying /app/models/feedback.rb
copying /app/models/notification.rb
copying /app/models/notification_mailer.rb
copying /app/models/page.rb
copying /app/models/page_cache.rb
copying /app/models/ping.rb
copying /app/models/redirect.rb
copying /app/models/resource.rb
copying /app/models/sidebar.rb
copying /app/models/simple_cache.rb
copying /app/models/tag.rb
copying /app/models/text_filter.rb
copying /app/models/theme.rb
copying /app/models/trackback.rb
copying /app/models/trigger.rb
copying /app/models/user.rb
copying /app/models/web_notifier.rb
copying /app/views/accounts/login.rhtml
copying /app/views/accounts/logout.rhtml
copying /app/views/accounts/signup.rhtml
copying /app/views/accounts/welcome.rhtml
copying /app/views/admin/base/_recent_comments.rhtml
copying /app/views/admin/base/_recent_trackbacks.rhtml
copying /app/views/admin/blacklist/_blacklist_patterns.rhtml
copying /app/views/admin/blacklist/_form.rhtml
copying /app/views/admin/blacklist/_quick_post.rhtml
copying /app/views/admin/blacklist/destroy.rhtml
copying /app/views/admin/blacklist/edit.rhtml
copying /app/views/admin/blacklist/list.rhtml
copying /app/views/admin/cache/list.rhtml
copying /app/views/admin/categories/_categories.rhtml
copying /app/views/admin/categories/_form.rhtml
copying /app/views/admin/categories/_quick_post.rhtml
copying /app/views/admin/categories/destroy.rhtml
copying /app/views/admin/categories/edit.rhtml
copying /app/views/admin/categories/list.rhtml
copying /app/views/admin/categories/reorder.rhtml
copying /app/views/admin/categories/show.rhtml
copying /app/views/admin/comments/_form.rhtml
copying /app/views/admin/comments/comments.rhtml
copying /app/views/admin/comments/destroy.rhtml
copying /app/views/admin/comments/edit.rhtml
copying /app/views/admin/comments/list.rhtml
copying /app/views/admin/comments/new.rhtml
copying /app/views/admin/comments/show.rhtml
copying /app/views/admin/content/_articles.rhtml
copying /app/views/admin/content/_attachment.rhtml
copying /app/views/admin/content/_form.rhtml
copying /app/views/admin/content/_pages.rhtml
copying /app/views/admin/content/_quick_post.rhtml
copying /app/views/admin/content/_show_categories.rhtml
copying /app/views/admin/content/_show_resources.rhtml
copying /app/views/admin/content/destroy.rhtml
copying /app/views/admin/content/edit.rhtml
copying /app/views/admin/content/list.rhtml
copying /app/views/admin/content/new.rhtml
copying /app/views/admin/content/preview.rhtml
copying /app/views/admin/content/show.rhtml
copying /app/views/admin/feedback/_item.rhtml
copying /app/views/admin/feedback/list.rhtml
copying /app/views/admin/general/index.rhtml
copying /app/views/admin/general/update_database.rhtml
copying /app/views/admin/pages/_form.rhtml
copying /app/views/admin/pages/_pages.rhtml
copying /app/views/admin/pages/_quick_post.rhtml
copying /app/views/admin/pages/destroy.rhtml
copying /app/views/admin/pages/edit.rhtml
copying /app/views/admin/pages/list.rhtml
copying /app/views/admin/pages/new.rhtml
copying /app/views/admin/pages/preview.rhtml
copying /app/views/admin/pages/show.rhtml
copying /app/views/admin/resources/_itunes_category_add.rhtml
copying /app/views/admin/resources/_itunes_category_edit.rhtml
copying /app/views/admin/resources/_metadata_add.rhtml
copying /app/views/admin/resources/_metadata_edit.rhtml
copying /app/views/admin/resources/_mime_edit.rhtml
copying /app/views/admin/resources/_pages.rhtml
copying /app/views/admin/resources/_resources.rhtml
copying /app/views/admin/resources/destroy.rhtml
copying /app/views/admin/resources/list.rhtml
copying /app/views/admin/resources/new.rhtml
copying /app/views/admin/shared/_edit.rhtml
copying /app/views/admin/sidebar/_active.rhtml
copying /app/views/admin/sidebar/_actives.rhtml
copying /app/views/admin/sidebar/_available.rhtml
copying /app/views/admin/sidebar/_availables.rhtml
copying /app/views/admin/sidebar/_publish.rhtml
copying /app/views/admin/sidebar/_target.rhtml
copying /app/views/admin/sidebar/index.rhtml
copying /app/views/admin/sidebar/publish.rjs
copying /app/views/admin/sidebar/remove.rjs
copying /app/views/admin/sidebar/set_active.rjs
copying /app/views/admin/textfilters/_form.rhtml
copying /app/views/admin/textfilters/_macros.rhtml
copying /app/views/admin/textfilters/_textfilters.rhtml
copying /app/views/admin/textfilters/destroy.rhtml
copying /app/views/admin/textfilters/edit.rhtml
copying /app/views/admin/textfilters/list.rhtml
copying /app/views/admin/textfilters/macro_help.rhtml
copying /app/views/admin/textfilters/new.rhtml
copying /app/views/admin/textfilters/preview.rhtml
copying /app/views/admin/textfilters/show.rhtml
copying /app/views/admin/textfilters/show_help.rhtml
copying /app/views/admin/themes/index.rhtml
copying /app/views/admin/trackbacks/_form.rhtml
copying /app/views/admin/trackbacks/destroy.rhtml
copying /app/views/admin/trackbacks/edit.rhtml
copying /app/views/admin/trackbacks/list.rhtml
copying /app/views/admin/trackbacks/new.rhtml
copying /app/views/admin/trackbacks/show.rhtml
copying /app/views/admin/users/_form.rhtml
copying /app/views/admin/users/_user.rhtml
copying /app/views/admin/users/destroy.rhtml
copying /app/views/admin/users/edit.rhtml
copying /app/views/admin/users/list.rhtml
copying /app/views/admin/users/new.rhtml
copying /app/views/admin/users/show.rhtml
copying /app/views/articles/_article.rhtml
copying /app/views/articles/_comment.rhtml
copying /app/views/articles/_comment_box.rhtml
copying /app/views/articles/_comment_error.rhtml
copying /app/views/articles/_trackback.rhtml
copying /app/views/articles/archives.rhtml
copying /app/views/articles/comment_preview.rhtml
copying /app/views/articles/error.rhtml
copying /app/views/articles/groupings.rhtml
copying /app/views/articles/index.rhtml
copying /app/views/articles/read.rhtml
copying /app/views/articles/trackback.rxml
copying /app/views/articles/view_page.rhtml
copying /app/views/layouts/accounts.rhtml
copying /app/views/layouts/administration.rhtml
copying /app/views/layouts/minimal.rhtml
copying /app/views/layouts/sidebar.rhtml
copying /app/views/live/search.rhtml
copying /app/views/notification_mailer/_mail_footer.rhtml
copying /app/views/notification_mailer/_mail_header.rhtml
copying /app/views/notification_mailer/article.rhtml
copying /app/views/notification_mailer/comment.rhtml
copying /app/views/notification_mailer/trackback.rhtml
copying /app/views/settings/done.rhtml
copying /app/views/settings/install.rhtml
copying /app/views/shared/_search.rhtml
copying /app/views/sidebar/_row.rhtml
copying /app/views/sidebar/_sidebar.rhtml
copying /app/views/sidebar/display_plugins.rhtml
copying /app/views/sidebar/show.rhtml
copying /app/views/theme/static_view_test.rhtml
copying /app/views/xml/_atom10_item_article.rxml
copying /app/views/xml/_atom10_item_comment.rxml
copying /app/views/xml/_atom10_item_trackback.rxml
copying /app/views/xml/_googlesitemap_item_article.rxml
copying /app/views/xml/_googlesitemap_item_category.rxml
copying /app/views/xml/_googlesitemap_item_page.rxml
copying /app/views/xml/_googlesitemap_item_tag.rxml
copying /app/views/xml/_itunes_item_resource.rxml
copying /app/views/xml/_rss20_item_article.rxml
copying /app/views/xml/_rss20_item_comment.rxml
copying /app/views/xml/_rss20_item_trackback.rxml
copying /app/views/xml/atom10_feed.rxml
copying /app/views/xml/googlesitemap_feed.rxml
copying /app/views/xml/itunes_feed.rxml
copying /app/views/xml/rsd.rxml
copying /app/views/xml/rss20_feed.rxml
copying /bin/typo
copying /config/boot.rb
copying /config/database.yml.example
copying /config/environment.rb
copying /config/environments/development.rb
copying /config/environments/production.rb
copying /config/environments/test.rb
copying /config/iTunes.yml
copying /config/lighttpd.conf
copying /config/mail.yml.example
copying /config/routes.rb
copying /db/converters/README
copying /db/converters/feed.rb
copying /db/converters/mt3.rb
copying /db/converters/rss.rb
copying /db/converters/s9y.rb
copying /db/converters/textpattern.rb
copying /db/converters/wordpress.rb
copying /db/converters/wordpress2.rb
copying /db/migrate/001_initial_schema.rb
copying /db/migrate/002_add_user_email.rb
copying /db/migrate/003_add_article_user_id.rb
copying /db/migrate/004_add_sidebars.rb
copying /db/migrate/005_add_cache_table.rb
copying /db/migrate/006_add_pages.rb
copying /db/migrate/007_add_permalink.rb
copying /db/migrate/008_add_page_title.rb
copying /db/migrate/009_add_article_guid.rb
copying /db/migrate/010_add_tags.rb
copying /db/migrate/011_add_article_id.rb
copying /db/migrate/012_enlarge_settings.rb
copying /db/migrate/013_add_textfilters.rb
copying /db/migrate/014_move_text_filter_to_text_filter_id.rb
copying /db/migrate/015_convert_mysql_to_innodb.rb
copying /db/migrate/016_fix_is_primary_postgres.rb
copying /db/migrate/017_add_comment_user_id.rb
copying /db/migrate/018_add_guids.rb
copying /db/migrate/019_add_whiteboards_to_content.rb
copying /db/migrate/020_superclass_articles.rb
copying /db/migrate/021_superclass_comments.rb
copying /db/migrate/022_superclass_trackbacks.rb
copying /db/migrate/023_superclass_pages.rb
copying /db/migrate/024_cleanup_contents.rb
copying /db/migrate/025_add_itunes_metadata.rb
copying /db/migrate/026_add_redirect_table.rb
copying /db/migrate/027_set_comment_published_flag.rb
copying /db/migrate/028_rename_redirect_to.rb
copying /db/migrate/029_add_user_notification.rb
copying /db/migrate/030_index_sessions.rb
copying /db/migrate/031_add_notifications_table.rb
copying /db/migrate/032_add_jabber_notification.rb
copying /db/migrate/033_add_count_caching.rb
copying /db/migrate/034_boolify_published.rb
copying /db/migrate/035_boolify_content_allow_foo.rb
copying /db/migrate/036_add_tag_display_name.rb
copying /db/migrate/037_enlarge_ip_field.rb
copying /db/migrate/038_add_blog_object.rb
copying /db/migrate/039_serialize_blog_attributes.rb
copying /db/migrate/040_attach_content_to_blog.rb
copying /db/migrate/041_fixup_default_sidebars.rb
copying /db/migrate/042_remove_sidebar_staged_config.rb
copying /db/migrate/043_create_triggers.rb
copying /db/migrate/044_add_published_at_to_content.rb
copying /db/migrate/045_fix_contents_published_default.rb
copying /db/migrate/046_fixup_forthcoming_publications.rb
copying /db/migrate/047_add_content_state_field.rb
copying /db/migrate/048_remove_count_caching.rb
copying /db/migrate/049_move_feedback_to_new_state_machine.rb
copying /db/migrate/050_add_status_confirmed_field_to_content.rb
copying /db/migrate/051_fix_canonical_server_url.rb
copying /db/migrate/052_remove_cached_html.rb
copying /db/migrate/053_promote_canonical_server_url.rb
copying /db/migrate/054_upgrade_sidebar_objects.rb
copying /db/migrate/055_link_sidebars_to_blog.rb
copying /db/migrate/056_create_notifications.rb
copying /db/migrate/057_add_categorization_model.rb
copying /db/migrate/058_separate_entries_and_feedback.rb
copying /db/migrate/059_cleanup_feedback_table.rb
copying /db/migrate/060_cleanup_contents_table.rb
copying /db/migrate/061_convert_title_prefix_setting.rb
copying /db/migrate/062_add_sitealizer_plugin.rb
copying /db/schema.mysql-v3.sql
copying /db/schema.mysql.sql
copying /db/schema.postgresql.sql
copying /db/schema.rb
copying /db/schema.sqlite.sql
copying /db/schema.sqlserver.sql
copying /db/schema_version
copying /db/scripts/fix_permalinks.rb
copying /db/updates/update.168.to.200.mysql.sql
copying /db/updates/update.168.to.200.psql.sql
copying /doc/Installer.txt
copying /doc/typo-4.0-release-notes.txt
copying /installer/apache13.conf.example.template
copying /installer/apache20.conf.example.template
copying /installer/lighttpd.conf.example.template
copying /installer/rails_installer_defaults.yml
copying /lang/de_DE.rb
copying /lang/fr_FR.rb
copying /lang/ro_RO.rb
copying /lib/backpack_api.rb
copying /lib/bare_migration.rb
copying /lib/email_notify.rb
copying /lib/format.rb
copying /lib/generators/sidebar/sidebar_generator.rb
copying /lib/generators/sidebar/templates/Rakefile
copying /lib/generators/sidebar/templates/content.rhtml
copying /lib/generators/sidebar/templates/init.rb
copying /lib/generators/sidebar/templates/sidebar.rb
copying /lib/generators/sidebar/templates/unit_test.rb
copying /lib/jabber_notify.rb
copying /lib/login_system.rb
copying /lib/memory_profiler.rb
copying /lib/migrator.rb
copying /lib/rails_patch/active_record.rb
copying /lib/route_cache.rb
copying /lib/sanitize.rb
copying /lib/sidebars/component_plugin.rb
copying /lib/sidebars/consolidated_plugin.rb
copying /lib/sidebars/plugin.rb
copying /lib/spam_protection.rb
copying /lib/tasks/release.rake
copying /lib/tasks/schemas.rake
copying /lib/tasks/sweep_cache.rake
copying /lib/text_filter_plugin.rb
copying /lib/transforms.rb
copying /lib/typo_deprecated.rb
copying /lib/typo_guid.rb
copying /lib/typo_plugins.rb
copying /lib/typo_version.rb
copying /lib/xmlrpc_fix.rb
copying /public/404.html
copying /public/500.html
copying /public/dispatch.cgi
copying /public/dispatch.fcgi
copying /public/dispatch.rb
copying /public/favicon.ico
copying /public/images/admin/dot-vertical.gif
copying /public/images/admin/h-tile.gif
copying /public/images/admin/hdr-tile.gif
copying /public/images/admin/toggle.gif
copying /public/images/bg.jpg
copying /public/images/bgcolor.jpg
copying /public/images/body_bg.png
copying /public/images/bracket.gif
copying /public/images/branding_bg.png
copying /public/images/branding_logo.png
copying /public/images/cancel.png
copying /public/images/checked.png
copying /public/images/content_bg.png
copying /public/images/delete.png
copying /public/images/edit.png
copying /public/images/footer.jpg
copying /public/images/footer.png
copying /public/images/global_bg.png
copying /public/images/global_logo.png
copying /public/images/go.png
copying /public/images/header.jpg
copying /public/images/help.png
copying /public/images/loading.gif
copying /public/images/not-checked copy.gif
copying /public/images/not-checked.gif
copying /public/images/overlay.png
copying /public/images/powered.gif
copying /public/images/section_bg.png
copying /public/images/sections_bg.png
copying /public/images/sections_hilite.png
copying /public/images/sections_hover.png
copying /public/images/show.png
copying /public/images/sitealizer/bar.gif
copying /public/images/sitealizer/uv.png
copying /public/images/sitealizer/vh.png
copying /public/images/spinner-blue.gif
copying /public/images/spinner.gif
copying /public/images/spot-header.gif
copying /public/images/spot-title.gif
copying /public/images/x-ed.gif
copying /public/javascripts/application.js
copying /public/javascripts/codecollapse.js
copying /public/javascripts/controls.js
copying /public/javascripts/cookies.js
copying /public/javascripts/dragdrop.js
copying /public/javascripts/effects.js
copying /public/javascripts/lightbox.js
copying /public/javascripts/prototype.js
copying /public/javascripts/scriptaculous.js
copying /public/javascripts/slider.js
copying /public/javascripts/tiny_mce/blank.htm
copying /public/javascripts/tiny_mce/langs/en.js
copying /public/javascripts/tiny_mce/license.txt
copying /public/javascripts/tiny_mce/themes/advanced/about.htm
copying /public/javascripts/tiny_mce/themes/advanced/anchor.htm
copying /public/javascripts/tiny_mce/themes/advanced/charmap.htm
copying /public/javascripts/tiny_mce/themes/advanced/color_picker.htm
copying /public/javascripts/tiny_mce/themes/advanced/css/editor_content.css
copying /public/javascripts/tiny_mce/themes/advanced/css/editor_popup.css
copying /public/javascripts/tiny_mce/themes/advanced/css/editor_ui.css
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/about.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/index.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm
copying /public/javascripts/tiny_mce/themes/advanced/docs/en/style.css
copying /public/javascripts/tiny_mce/themes/advanced/editor_template.js
copying /public/javascripts/tiny_mce/themes/advanced/editor_template_src.js
copying /public/javascripts/tiny_mce/themes/advanced/image.htm
copying /public/javascripts/tiny_mce/themes/advanced/images/anchor.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/anchor_symbol.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/backcolor.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bold.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bold_de_se.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bold_es.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bold_fr.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bold_ru.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bold_tw.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/browse.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/bullist.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/button_menu.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/buttons.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/charmap.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/cleanup.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/close.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/code.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/color.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/copy.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/custom_1.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/cut.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/forecolor.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/help.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/hr.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/image.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/indent.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/insert_button_bg.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/italic.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/italic_de_se.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/italic_es.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/italic_ru.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/italic_tw.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/justifycenter.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/justifyfull.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/justifyleft.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/justifyright.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/link.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/menu_check.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/newdocument.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/numlist.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/opacity.png
copying /public/javascripts/tiny_mce/themes/advanced/images/outdent.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/paste.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/redo.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/removeformat.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/separator.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/spacer.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/statusbar_resize.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/strikethrough.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/sub.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/sup.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/underline.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/underline_es.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/underline_fr.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/underline_ru.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/underline_tw.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/undo.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/unlink.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/visualaid.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/xp/tab_end.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif
copying /public/javascripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/about.js
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/anchor.js
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/charmap.js
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/color_picker.js
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/image.js
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/link.js
copying /public/javascripts/tiny_mce/themes/advanced/jscripts/source_editor.js
copying /public/javascripts/tiny_mce/themes/advanced/langs/en.js
copying /public/javascripts/tiny_mce/themes/advanced/link.htm
copying /public/javascripts/tiny_mce/themes/advanced/source_editor.htm
copying /public/javascripts/tiny_mce/tiny_mce.js
copying /public/javascripts/tiny_mce/tiny_mce_popup.js
copying /public/javascripts/tiny_mce/tiny_mce_src.js
copying /public/javascripts/tiny_mce/utils/editable_selects.js
copying /public/javascripts/tiny_mce/utils/form_utils.js
copying /public/javascripts/tiny_mce/utils/mclayer.js
copying /public/javascripts/tiny_mce/utils/mctabs.js
copying /public/javascripts/tiny_mce/utils/validate.js
copying /public/javascripts/typo.js
copying /public/robots.txt
copying /public/stylesheets/administration.css
copying /public/stylesheets/codecollapse.css
copying /public/stylesheets/lightbox.css
copying /public/stylesheets/minimal.css
copying /public/stylesheets/rss.css
copying /public/stylesheets/textmate/dawn.css
copying /public/stylesheets/textmate/iplastic.css
copying /public/stylesheets/textmate/space_cadet.css
copying /public/stylesheets/textmate/textmate.css
copying /public/stylesheets/textmate/twilight.css
copying /public/stylesheets/user-styles.css
copying /script/about
copying /script/benchmarker
copying /script/breakpointer
copying /script/console
copying /script/destroy
copying /script/generate
copying /script/lighttpd
copying /script/logreport
copying /script/migrate
copying /script/performance/benchmarker
copying /script/performance/profiler
copying /script/plugin
copying /script/process/inspector
copying /script/process/reaper
copying /script/process/spawner
copying /script/process/spinner
copying /script/profiler
copying /script/runner
copying /script/server
copying /script/spacecheck
copying /spec/controllers/accounts_controller_spec.rb
copying /spec/controllers/articles_controller_spec.rb
copying /spec/fixtures/articles_tags.yml
copying /spec/fixtures/blacklist_patterns.yml
copying /spec/fixtures/blogs.yml
copying /spec/fixtures/categories.yml
copying /spec/fixtures/categorizations.yml
copying /spec/fixtures/contents.yml
copying /spec/fixtures/feedback.yml
copying /spec/fixtures/notifications.yml
copying /spec/fixtures/page_caches.yml
copying /spec/fixtures/redirects.yml
copying /spec/fixtures/resources.yml
copying /spec/fixtures/sidebars.yml
copying /spec/fixtures/tags.yml
copying /spec/fixtures/text_filters.yml
copying /spec/fixtures/triggers.yml
copying /spec/fixtures/users.yml
copying /spec/fixtures/whiteboards.yml
copying /spec/helpers/admin_base_helper_spec.rb
copying /spec/models/amazon_sidebar_spec.rb
copying /spec/models/audioscrobbler_spec.rb
copying /spec/models/blog_spec.rb
copying /spec/models/cache_support_spec.rb
copying /spec/models/category_spec.rb
copying /spec/models/configuration_spec.rb
copying /spec/models/content_state_spec.rb
copying /spec/models/delegate_to_content_state_spec.rb
copying /spec/models/delicious_spec.rb
copying /spec/models/flickr_spec.rb
copying /spec/models/metafragment_spec.rb
copying /spec/models/page_cache_spec.rb
copying /spec/models/page_spec.rb
copying /spec/models/ping_spec.rb
copying /spec/models/redirect_spec.rb
copying /spec/models/resource_spec.rb
copying /spec/models/static_sidebar_spec.rb
copying /spec/models/tag_spec.rb
copying /spec/models/text_filter_spec.rb
copying /spec/models/theme_spec.rb
copying /spec/models/trackback_spec.rb
copying /spec/models/trigger_spec.rb
copying /spec/models/user_spec.rb
copying /test/fixtures/articles_tags.yml
copying /test/fixtures/blacklist_patterns.yml
copying /test/fixtures/blogs.yml
copying /test/fixtures/categories.yml
copying /test/fixtures/categorizations.yml
copying /test/fixtures/contents.yml
copying /test/fixtures/feedback.yml
copying /test/fixtures/notification_mailer/article
copying /test/fixtures/notification_mailer/comment
copying /test/fixtures/notification_mailer/trackback
copying /test/fixtures/notifications.yml
copying /test/fixtures/page_caches.yml
copying /test/fixtures/redirects.yml
copying /test/fixtures/resources.yml
copying /test/fixtures/sidebars.yml
copying /test/fixtures/tags.yml
copying /test/fixtures/text_filters.yml
copying /test/fixtures/triggers.yml
copying /test/fixtures/users.yml
copying /test/functional/accounts_controller_test.rb
copying /test/functional/admin/article_preview_test.rb
copying /test/functional/admin/blacklist_controller_test.rb
copying /test/functional/admin/categories_controller_test.rb
copying /test/functional/admin/comments_controller_test.rb
copying /test/functional/admin/content_controller_test.rb
copying /test/functional/admin/feedback_controller_test.rb
copying /test/functional/admin/general_controller_test.rb
copying /test/functional/admin/pages_controller_test.rb
copying /test/functional/admin/resources_controller_test.rb
copying /test/functional/admin/textfilters_controller_test.rb
copying /test/functional/admin/themes_controller_test.rb
copying /test/functional/admin/trackbacks_controller_test.rb
copying /test/functional/admin/users_controller_test.rb
copying /test/functional/articles_controller_test.rb
copying /test/functional/backend_controller_test.rb
copying /test/functional/redirect_controller_test.rb
copying /test/functional/textfilter_controller_test.rb
copying /test/functional/theme_controller_test.rb
copying /test/functional/xml_controller_test.rb
copying /test/mocks/test/dns_mock.rb
copying /test/mocks/test/flickr_mock.rb
copying /test/mocks/test/http_mock.rb
copying /test/mocks/test/theme_mock.rb
copying /test/mocks/test/xmlrpc_mock.rb
copying /test/mocks/themes/123-numbers-in-path/about.markdown
copying /test/mocks/themes/CamelCaseDirectory/about.markdown
copying /test/mocks/themes/azure/about.markdown
copying /test/mocks/themes/azure/layouts/default.rhtml
copying /test/mocks/themes/azure/preview.png
copying /test/mocks/themes/azure/views/theme/static_view_test.rhtml
copying /test/mocks/themes/i-have-special-chars/about.markdown
copying /test/test_helper.rb
copying /test/unit/amazon_sidebar_test.rb
copying /test/unit/article_test.rb
copying /test/unit/assumptions_tests.rb
copying /test/unit/audioscrobbler_test.rb
copying /test/unit/blacklist_pattern_test.rb
copying /test/unit/blog_test.rb
copying /test/unit/cache_support_test.rb
copying /test/unit/category_test.rb
copying /test/unit/comment_test.rb
copying /test/unit/configuration_test.rb
copying /test/unit/content_state/factory_test.rb
copying /test/unit/content_state/feedback_states_test.rb
copying /test/unit/delicious_test.rb
copying /test/unit/flickr_test.rb
copying /test/unit/fortythree_test.rb
copying /test/unit/magnolia_test.rb
copying /test/unit/metafragment_test.rb
copying /test/unit/notification_mailer_test.rb
copying /test/unit/notification_test.rb
copying /test/unit/page_cache_test.rb
copying /test/unit/page_test.rb
copying /test/unit/ping_test.rb
copying /test/unit/redirect_test.rb
copying /test/unit/resource_test.rb
copying /test/unit/sidebar_test.rb
copying /test/unit/static_sidebar_test.rb
copying /test/unit/tag_test.rb
copying /test/unit/text_filter_test.rb
copying /test/unit/theme_test.rb
copying /test/unit/trackback_test.rb
copying /test/unit/trigger_test.rb
copying /test/unit/user_test.rb
copying /themes/azure/about.markdown
copying /themes/azure/images/bg-tile.gif
copying /themes/azure/images/bracket.gif
copying /themes/azure/images/bullet.gif
copying /themes/azure/images/hdr.gif
copying /themes/azure/images/q-close.gif
copying /themes/azure/images/q-open.gif
copying /themes/azure/images/sbar-tile.gif
copying /themes/azure/images/spinner.gif
copying /themes/azure/images/xlink.gif
copying /themes/azure/layouts/default.rhtml
copying /themes/azure/preview.png
copying /themes/azure/stylesheets/azure.css
copying /themes/azure/stylesheets/print.css
copying /themes/azure/views/theme/static_view_test.rhtml
copying /themes/scribbish/CONTRIBUTORS
copying /themes/scribbish/about.markdown
copying /themes/scribbish/images/background.gif
copying /themes/scribbish/images/gravatar.gif
copying /themes/scribbish/images/header_shadow.gif
copying /themes/scribbish/images/spinner.gif
copying /themes/scribbish/layouts/default.rhtml
copying /themes/scribbish/preview.png
copying /themes/scribbish/stylesheets/application.css
copying /themes/scribbish/stylesheets/content.css
copying /themes/scribbish/stylesheets/layout.css
copying /themes/scribbish/views/articles/_article.rhtml
copying /themes/scribbish/views/articles/_comment.rhtml
copying /themes/scribbish/views/articles/_comment_form.rhtml
copying /themes/scribbish/views/articles/_comment_list.rhtml
copying /themes/scribbish/views/articles/_search.rhtml
copying /themes/scribbish/views/articles/_trackback.rhtml
copying /themes/scribbish/views/articles/comment_preview.rhtml
copying /themes/scribbish/views/articles/index.rhtml
copying /themes/scribbish/views/articles/read.rhtml
copying /vendor/akismet/akismet.rb
copying /vendor/bluecloth/CHANGES
copying /vendor/bluecloth/LICENSE
copying /vendor/bluecloth/README
copying /vendor/bluecloth/bin/bluecloth
copying /vendor/bluecloth/install.rb
copying /vendor/bluecloth/lib/bluecloth.rb
copying /vendor/bluecloth/test.rb
copying /vendor/bluecloth/tests/00_Class.tests.rb
copying /vendor/bluecloth/tests/05_Markdown.tests.rb
copying /vendor/bluecloth/tests/10_Bug.tests.rb
copying /vendor/bluecloth/tests/15_Contrib.tests.rb
copying /vendor/bluecloth/tests/bctestcase.rb
copying /vendor/bluecloth/tests/data/antsugar.txt
copying /vendor/bluecloth/tests/data/ml-announce.txt
copying /vendor/bluecloth/tests/data/re-overflow.txt
copying /vendor/bluecloth/tests/data/re-overflow2.txt
copying /vendor/bluecloth/utils.rb
copying /vendor/cached_model/History.txt
copying /vendor/cached_model/LICENSE.txt
copying /vendor/cached_model/Manifest.txt
copying /vendor/cached_model/README.txt
copying /vendor/cached_model/Rakefile
copying /vendor/cached_model/lib/cached_model.rb
copying /vendor/cached_model/test/test_cached_model.rb
copying /vendor/flickr/Rakefile
copying /vendor/flickr/flickr.rb
copying /vendor/flickr/index.html
copying /vendor/flickr/test_flickr.rb
copying /vendor/jabber4r/CHANGES
copying /vendor/jabber4r/LICENSE.txt
copying /vendor/jabber4r/README
copying /vendor/jabber4r/Rakefile.rb
copying /vendor/jabber4r/lib/jabber4r/jabber4r.rb
copying /vendor/jabber4r/lib/jabber4r/jid.rb
copying /vendor/jabber4r/lib/jabber4r/protocol.rb
copying /vendor/jabber4r/lib/jabber4r/rexml_1.8_patch.rb
copying /vendor/jabber4r/lib/jabber4r/roster.rb
copying /vendor/jabber4r/lib/jabber4r/session.rb
copying /vendor/jabber4r/lib/jabber4r/vcard.rb
copying /vendor/memcache-client/History.txt
copying /vendor/memcache-client/LICENSE.txt
copying /vendor/memcache-client/Manifest.txt
copying /vendor/memcache-client/README.txt
copying /vendor/memcache-client/Rakefile
copying /vendor/memcache-client/lib/memcache.rb
copying /vendor/memcache-client/lib/memcache_util.rb
copying /vendor/memcache-client/test/test_mem_cache.rb
copying /vendor/plugins/action_view_patch/Rakefile
copying /vendor/plugins/action_view_patch/init.rb
copying /vendor/plugins/action_view_patch/lib/action_view_patch.rb
copying /vendor/plugins/action_view_patch/test/action_view_patch_test.rb
copying /vendor/plugins/aimpresence_sidebar/Rakefile
copying /vendor/plugins/aimpresence_sidebar/init.rb
copying /vendor/plugins/aimpresence_sidebar/lib/aimpresence_sidebar.rb
copying /vendor/plugins/aimpresence_sidebar/test/aimpresence_sidebar_test.rb
copying /vendor/plugins/aimpresence_sidebar/views/content.rhtml
copying /vendor/plugins/amazon_sidebar/init.rb
copying /vendor/plugins/amazon_sidebar/lib/amazon_sidebar.rb
copying /vendor/plugins/amazon_sidebar/views/content.rhtml
copying /vendor/plugins/archives_sidebar/Rakefile
copying /vendor/plugins/archives_sidebar/init.rb
copying /vendor/plugins/archives_sidebar/lib/archives_sidebar.rb
copying /vendor/plugins/archives_sidebar/test/archives_sidebar_test.rb
copying /vendor/plugins/archives_sidebar/views/content.rhtml
copying /vendor/plugins/audioscrobbler_sidebar/MAINTAINERS
copying /vendor/plugins/audioscrobbler_sidebar/MIT-LICENSE
copying /vendor/plugins/audioscrobbler_sidebar/README
copying /vendor/plugins/audioscrobbler_sidebar/Rakefile
copying /vendor/plugins/audioscrobbler_sidebar/init.rb
copying /vendor/plugins/audioscrobbler_sidebar/lib/audioscrobbler.rb
copying /vendor/plugins/audioscrobbler_sidebar/lib/audioscrobbler_sidebar.rb
copying /vendor/plugins/audioscrobbler_sidebar/test/audioscrobbler_sidebar_test.rb
copying /vendor/plugins/audioscrobbler_sidebar/views/content.rhtml
copying /vendor/plugins/backpack_sidebar/MAINTAINERS
copying /vendor/plugins/backpack_sidebar/MIT-LICENSE
copying /vendor/plugins/backpack_sidebar/README
copying /vendor/plugins/backpack_sidebar/Rakefile
copying /vendor/plugins/backpack_sidebar/init.rb
copying /vendor/plugins/backpack_sidebar/lib/backpack.rb
copying /vendor/plugins/backpack_sidebar/lib/backpack_sidebar.rb
copying /vendor/plugins/backpack_sidebar/test/backpack_sidebar_test.rb
copying /vendor/plugins/backpack_sidebar/views/content.rhtml
copying /vendor/plugins/category_sidebar/Rakefile
copying /vendor/plugins/category_sidebar/init.rb
copying /vendor/plugins/category_sidebar/lib/category_sidebar.rb
copying /vendor/plugins/category_sidebar/test/category_sidebar_test.rb
copying /vendor/plugins/category_sidebar/views/content.rhtml
copying /vendor/plugins/delicious_sidebar/Rakefile
copying /vendor/plugins/delicious_sidebar/init.rb
copying /vendor/plugins/delicious_sidebar/lib/delicious.rb
copying /vendor/plugins/delicious_sidebar/lib/delicious_sidebar.rb
copying /vendor/plugins/delicious_sidebar/test/delicious_sidebar_test.rb
copying /vendor/plugins/delicious_sidebar/views/content.rhtml
copying /vendor/plugins/expiring_action_cache/init.rb
copying /vendor/plugins/expiring_action_cache/lib/actionparamcache.rb
copying /vendor/plugins/expiring_action_cache/lib/metafragment.rb
copying /vendor/plugins/flickr_sidebar/Rakefile
copying /vendor/plugins/flickr_sidebar/init.rb
copying /vendor/plugins/flickr_sidebar/lib/flickr.rb
copying /vendor/plugins/flickr_sidebar/lib/flickr_sidebar.rb
copying /vendor/plugins/flickr_sidebar/test/flickr_sidebar_test.rb
copying /vendor/plugins/flickr_sidebar/views/content.rhtml
copying /vendor/plugins/fortythree_sidebar/Rakefile
copying /vendor/plugins/fortythree_sidebar/init.rb
copying /vendor/plugins/fortythree_sidebar/lib/fortythree.rb
copying /vendor/plugins/fortythree_sidebar/lib/fortythree_sidebar.rb
copying /vendor/plugins/fortythree_sidebar/test/fortythree_sidebar_test.rb
copying /vendor/plugins/fortythree_sidebar/views/content.rhtml
copying /vendor/plugins/fortythreeplaces_sidebar/Rakefile
copying /vendor/plugins/fortythreeplaces_sidebar/init.rb
copying /vendor/plugins/fortythreeplaces_sidebar/lib/fortythree.rb
copying /vendor/plugins/fortythreeplaces_sidebar/lib/fortythreeplaces_sidebar.rb
copying /vendor/plugins/fortythreeplaces_sidebar/test/fortythreeplaces_sidebar_test.rb
copying /vendor/plugins/fortythreeplaces_sidebar/views/content.rhtml
copying /vendor/plugins/haml/MIT-LICENSE
copying /vendor/plugins/haml/REFERENCE
copying /vendor/plugins/haml/Rakefile
copying /vendor/plugins/haml/VERSION
copying /vendor/plugins/haml/bin/haml
copying /vendor/plugins/haml/init.rb
copying /vendor/plugins/haml/lib/haml/buffer.rb
copying /vendor/plugins/haml/lib/haml/engine.rb
copying /vendor/plugins/haml/lib/haml/helpers.rb
copying /vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb
copying /vendor/plugins/haml/lib/haml/template.rb
copying /vendor/plugins/haml/test/benchmark.rb
copying /vendor/plugins/haml/test/engine_test.rb
copying /vendor/plugins/haml/test/helper_test.rb
copying /vendor/plugins/haml/test/mocks/article.rb
copying /vendor/plugins/haml/test/profile.rb
copying /vendor/plugins/haml/test/results/content_for_layout.xhtml
copying /vendor/plugins/haml/test/results/eval_suppressed.xhtml
copying /vendor/plugins/haml/test/results/helpers.xhtml
copying /vendor/plugins/haml/test/results/helpful.xhtml
copying /vendor/plugins/haml/test/results/just_stuff.xhtml
copying /vendor/plugins/haml/test/results/list.xhtml
copying /vendor/plugins/haml/test/results/original_engine.xhtml
copying /vendor/plugins/haml/test/results/partials.xhtml
copying /vendor/plugins/haml/test/results/silent_script.xhtml
copying /vendor/plugins/haml/test/results/standard.xhtml
copying /vendor/plugins/haml/test/results/tag_parsing.xhtml
copying /vendor/plugins/haml/test/results/very_basic.xhtml
copying /vendor/plugins/haml/test/results/whitespace_handling.xhtml
copying /vendor/plugins/haml/test/rhtml/standard.rhtml
copying /vendor/plugins/haml/test/runner.rb
copying /vendor/plugins/haml/test/template_test.rb
copying /vendor/plugins/haml/test/templates/_partial.haml
copying /vendor/plugins/haml/test/templates/_text_area.haml
copying /vendor/plugins/haml/test/templates/content_for_layout.haml
copying /vendor/plugins/haml/test/templates/eval_suppressed.haml
copying /vendor/plugins/haml/test/templates/helpers.haml
copying /vendor/plugins/haml/test/templates/helpful.haml
copying /vendor/plugins/haml/test/templates/just_stuff.haml
copying /vendor/plugins/haml/test/templates/list.haml
copying /vendor/plugins/haml/test/templates/original_engine.haml
copying /vendor/plugins/haml/test/templates/partialize.haml
copying /vendor/plugins/haml/test/templates/partials.haml
copying /vendor/plugins/haml/test/templates/silent_script.haml
copying /vendor/plugins/haml/test/templates/standard.haml
copying /vendor/plugins/haml/test/templates/tag_parsing.haml
copying /vendor/plugins/haml/test/templates/very_basic.haml
copying /vendor/plugins/haml/test/templates/whitespace_handling.haml
copying /vendor/plugins/localization/CHANGELOG
copying /vendor/plugins/localization/README
copying /vendor/plugins/localization/init.rb
copying /vendor/plugins/localization/lib/localization.rb
copying /vendor/plugins/magnolia_sidebar/Rakefile
copying /vendor/plugins/magnolia_sidebar/init.rb
copying /vendor/plugins/magnolia_sidebar/lib/magnolia_aggregation.rb
copying /vendor/plugins/magnolia_sidebar/lib/magnolia_sidebar.rb
copying /vendor/plugins/magnolia_sidebar/test/magnolia_sidebar_test.rb
copying /vendor/plugins/magnolia_sidebar/views/content.rhtml
copying /vendor/plugins/recent_comments_sidebar/Rakefile
copying /vendor/plugins/recent_comments_sidebar/init.rb
copying /vendor/plugins/recent_comments_sidebar/lib/recent_comments_sidebar.rb
copying /vendor/plugins/recent_comments_sidebar/test/recent_comments_sidebar_test.rb
copying /vendor/plugins/recent_comments_sidebar/views/content.rhtml
copying /vendor/plugins/sitealizer/CHANGELOG
copying /vendor/plugins/sitealizer/LICENSE
copying /vendor/plugins/sitealizer/README
copying /vendor/plugins/sitealizer/Rakefile
copying /vendor/plugins/sitealizer/init.rb
copying /vendor/plugins/sitealizer/install.rb
copying /vendor/plugins/sitealizer/lib/app/assets/images/bar.gif
copying /vendor/plugins/sitealizer/lib/app/assets/images/uv.png
copying /vendor/plugins/sitealizer/lib/app/assets/images/vh.png
copying /vendor/plugins/sitealizer/lib/app/controllers/sitealizer_controller.rb
copying /vendor/plugins/sitealizer/lib/app/models/site_tracker.rb
copying /vendor/plugins/sitealizer/lib/app/views/layouts/sitealizer.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_browsers.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_daily_stats.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_hits_summary.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_hosts.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_keywords.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_languages.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_main_frame.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_monthly_hits.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_page_urls.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_platforms.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_referers.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_robots.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/_search_engines.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/hourly_stats.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/index.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/login.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/menu.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/referrer_stats.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/search_stats.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/summary.rhtml
copying /vendor/plugins/sitealizer/lib/app/views/sitealizer/visitor_info.rhtml
copying /vendor/plugins/sitealizer/lib/config.yml
copying /vendor/plugins/sitealizer/lib/sitealizer.rb
copying /vendor/plugins/sitealizer/lib/sitealizer/parser.rb
copying /vendor/plugins/sitealizer/lib/tasks/sitealizer.rake
copying /vendor/plugins/sitealizer/test/fixtures/sitealizer.yml
copying /vendor/plugins/sitealizer/test/sitealizer_controller_test.rb
copying /vendor/plugins/sitealizer/test/sitealizer_parser_test.rb
copying /vendor/plugins/sitealizer/test/test_helper.rb
copying /vendor/plugins/static_sidebar/init.rb
copying /vendor/plugins/static_sidebar/lib/static_sidebar.rb
copying /vendor/plugins/static_sidebar/views/content.rhtml
copying /vendor/plugins/tada_sidebar/MAINTAINERS
copying /vendor/plugins/tada_sidebar/MIT-LICENSE
copying /vendor/plugins/tada_sidebar/README
copying /vendor/plugins/tada_sidebar/Rakefile
copying /vendor/plugins/tada_sidebar/init.rb
copying /vendor/plugins/tada_sidebar/lib/tada.rb
copying /vendor/plugins/tada_sidebar/lib/tada_sidebar.rb
copying /vendor/plugins/tada_sidebar/test/tada_sidebar_test.rb
copying /vendor/plugins/tada_sidebar/views/content.rhtml
copying /vendor/plugins/tag_sidebar/Rakefile
copying /vendor/plugins/tag_sidebar/init.rb
copying /vendor/plugins/tag_sidebar/lib/tag_sidebar.rb
copying /vendor/plugins/tag_sidebar/test/tag_sidebar_test.rb
copying /vendor/plugins/tag_sidebar/views/content.rhtml
copying /vendor/plugins/technorati_sidebar/Rakefile
copying /vendor/plugins/technorati_sidebar/init.rb
copying /vendor/plugins/technorati_sidebar/lib/technorati.rb
copying /vendor/plugins/technorati_sidebar/lib/technorati_sidebar.rb
copying /vendor/plugins/technorati_sidebar/test/technorati_sidebar_test.rb
copying /vendor/plugins/technorati_sidebar/views/content.rhtml
copying /vendor/plugins/tiny_mce/README
copying /vendor/plugins/tiny_mce/Rakefile
copying /vendor/plugins/tiny_mce/TODO
copying /vendor/plugins/tiny_mce/changelog
copying /vendor/plugins/tiny_mce/init.rb
copying /vendor/plugins/tiny_mce/install.rb
copying /vendor/plugins/tiny_mce/lib/tiny_mce.rb
copying /vendor/plugins/tiny_mce/lib/tiny_mce_helper.rb
copying /vendor/plugins/tiny_mce/tasks/tiny_mce.rake
copying /vendor/plugins/tiny_mce/test/helper_testcase.rb
copying /vendor/plugins/tiny_mce/test/tiny_mce_helper_test.rb
copying /vendor/plugins/tiny_mce/test/tiny_mce_test.rb
copying /vendor/plugins/tiny_mce/tiny_mce_options.yml
copying /vendor/plugins/typo_textfilter_amazon/README
copying /vendor/plugins/typo_textfilter_amazon/Rakefile
copying /vendor/plugins/typo_textfilter_amazon/init.rb
copying /vendor/plugins/typo_textfilter_amazon/install.rb
copying /vendor/plugins/typo_textfilter_amazon/lib/typo_textfilter_amazon.rb
copying /vendor/plugins/typo_textfilter_amazon/tasks/typo_textfilter_amazon_tasks.rake
copying /vendor/plugins/typo_textfilter_amazon/test/typo_textfilter_amazon_test.rb
copying /vendor/plugins/typo_textfilter_code/README
copying /vendor/plugins/typo_textfilter_code/Rakefile
copying /vendor/plugins/typo_textfilter_code/init.rb
copying /vendor/plugins/typo_textfilter_code/install.rb
copying /vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb
copying /vendor/plugins/typo_textfilter_code/tasks/typo_textfilter_code_tasks.rake
copying /vendor/plugins/typo_textfilter_code/test/typo_textfilter_code_test.rb
copying /vendor/plugins/typo_textfilter_flickr/README
copying /vendor/plugins/typo_textfilter_flickr/Rakefile
copying /vendor/plugins/typo_textfilter_flickr/init.rb
copying /vendor/plugins/typo_textfilter_flickr/install.rb
copying /vendor/plugins/typo_textfilter_flickr/lib/typo_textfilter_flickr.rb
copying /vendor/plugins/typo_textfilter_flickr/tasks/typo_textfilter_flickr_tasks.rake
copying /vendor/plugins/typo_textfilter_flickr/test/typo_textfilter_flickr_test.rb
copying /vendor/plugins/typo_textfilter_htmlfilter/README
copying /vendor/plugins/typo_textfilter_htmlfilter/Rakefile
copying /vendor/plugins/typo_textfilter_htmlfilter/init.rb
copying /vendor/plugins/typo_textfilter_htmlfilter/install.rb
copying /vendor/plugins/typo_textfilter_htmlfilter/lib/typo_textfilter_htmlfilter.rb
copying /vendor/plugins/typo_textfilter_htmlfilter/tasks/typo_textfilter_htmlfilter_tasks.rake
copying /vendor/plugins/typo_textfilter_htmlfilter/test/typo_textfilter_htmlfilter_test.rb
copying /vendor/plugins/typo_textfilter_lightbox/README
copying /vendor/plugins/typo_textfilter_lightbox/Rakefile
copying /vendor/plugins/typo_textfilter_lightbox/init.rb
copying /vendor/plugins/typo_textfilter_lightbox/install.rb
copying /vendor/plugins/typo_textfilter_lightbox/lib/typo_textfilter_lightbox.rb
copying /vendor/plugins/typo_textfilter_lightbox/tasks/typo_textfilter_lightbox_tasks.rake
copying /vendor/plugins/typo_textfilter_lightbox/test/typo_textfilter_lightbox_test.rb
copying /vendor/plugins/typo_textfilter_markdown/README
copying /vendor/plugins/typo_textfilter_markdown/Rakefile
copying /vendor/plugins/typo_textfilter_markdown/init.rb
copying /vendor/plugins/typo_textfilter_markdown/install.rb
copying /vendor/plugins/typo_textfilter_markdown/lib/typo_textfilter_markdown.rb
copying /vendor/plugins/typo_textfilter_markdown/tasks/typo_textfilter_markdown_tasks.rake
copying /vendor/plugins/typo_textfilter_markdown/test/typo_textfilter_markdown_test.rb
copying /vendor/plugins/typo_textfilter_none/README
copying /vendor/plugins/typo_textfilter_none/Rakefile
copying /vendor/plugins/typo_textfilter_none/init.rb
copying /vendor/plugins/typo_textfilter_none/install.rb
copying /vendor/plugins/typo_textfilter_none/lib/typo_textfilter_none.rb
copying /vendor/plugins/typo_textfilter_none/tasks/typo_textfilter_none_tasks.rake
copying /vendor/plugins/typo_textfilter_none/test/typo_textfilter_none_test.rb
copying /vendor/plugins/typo_textfilter_smartypants/README
copying /vendor/plugins/typo_textfilter_smartypants/Rakefile
copying /vendor/plugins/typo_textfilter_smartypants/init.rb
copying /vendor/plugins/typo_textfilter_smartypants/install.rb
copying /vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
copying /vendor/plugins/typo_textfilter_smartypants/tasks/typo_textfilter_smartypants_tasks.rake
copying /vendor/plugins/typo_textfilter_smartypants/test/typo_textfilter_smartypants_test.rb
copying /vendor/plugins/typo_textfilter_sparkline/README
copying /vendor/plugins/typo_textfilter_sparkline/Rakefile
copying /vendor/plugins/typo_textfilter_sparkline/init.rb
copying /vendor/plugins/typo_textfilter_sparkline/install.rb
copying /vendor/plugins/typo_textfilter_sparkline/lib/typo_textfilter_sparkline.rb
copying /vendor/plugins/typo_textfilter_sparkline/tasks/typo_textfilter_sparkline_tasks.rake
copying /vendor/plugins/typo_textfilter_sparkline/test/typo_textfilter_sparkline_test.rb
copying /vendor/plugins/typo_textfilter_textile/README
copying /vendor/plugins/typo_textfilter_textile/Rakefile
copying /vendor/plugins/typo_textfilter_textile/init.rb
copying /vendor/plugins/typo_textfilter_textile/install.rb
copying /vendor/plugins/typo_textfilter_textile/lib/typo_textfilter_textile.rb
copying /vendor/plugins/typo_textfilter_textile/tasks/typo_textfilter_textile_tasks.rake
copying /vendor/plugins/typo_textfilter_textile/test/typo_textfilter_textile_test.rb
copying /vendor/plugins/typo_textfilter_textile_and_markdown/README
copying /vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile
copying /vendor/plugins/typo_textfilter_textile_and_markdown/init.rb
copying /vendor/plugins/typo_textfilter_textile_and_markdown/install.rb
copying /vendor/plugins/typo_textfilter_textile_and_markdown/lib/typo_textfilter_textile_and_markdown.rb
copying /vendor/plugins/typo_textfilter_textile_and_markdown/tasks/typo_textfilter_textile_and_markdown_tasks.rake
copying /vendor/plugins/typo_textfilter_textile_and_markdown/test/typo_textfilter_textile_and_markdown_test.rb
copying /vendor/plugins/typo_textfilter_tmcode/README
copying /vendor/plugins/typo_textfilter_tmcode/Rakefile
copying /vendor/plugins/typo_textfilter_tmcode/init.rb
copying /vendor/plugins/typo_textfilter_tmcode/install.rb
copying /vendor/plugins/typo_textfilter_tmcode/lib/typo_textfilter_tmcode.rb
copying /vendor/plugins/typo_textfilter_tmcode/tasks/typo_textfilter_tmcode_tasks.rake
copying /vendor/plugins/typo_textfilter_tmcode/test/typo_textfilter_tmcode_test.rb
copying /vendor/plugins/upcoming_sidebar/Rakefile
copying /vendor/plugins/upcoming_sidebar/init.rb
copying /vendor/plugins/upcoming_sidebar/lib/upcoming.rb
copying /vendor/plugins/upcoming_sidebar/lib/upcoming_sidebar.rb
copying /vendor/plugins/upcoming_sidebar/test/upcoming_sidebar_test.rb
copying /vendor/plugins/upcoming_sidebar/views/content.rhtml
copying /vendor/plugins/upload_progress/CHANGELOG
copying /vendor/plugins/upload_progress/MIT-LICENSE
copying /vendor/plugins/upload_progress/README
copying /vendor/plugins/upload_progress/Rakefile
copying /vendor/plugins/upload_progress/init.rb
copying /vendor/plugins/upload_progress/lib/multipart_progress.rb
copying /vendor/plugins/upload_progress/lib/progress.rb
copying /vendor/plugins/upload_progress/lib/upload_progress.rb
copying /vendor/plugins/upload_progress/lib/upload_progress_helper.rb
copying /vendor/plugins/upload_progress/public/stylesheets/upload_progress.css
copying /vendor/plugins/upload_progress/test/multipart_progress_testx.rb
copying /vendor/plugins/upload_progress/test/upload_progress_helper_testx.rb
copying /vendor/plugins/upload_progress/test/upload_progress_testx.rb
copying /vendor/plugins/xbox_sidebar/MAINTAINERS
copying /vendor/plugins/xbox_sidebar/MIT-LICENSE
copying /vendor/plugins/xbox_sidebar/README
copying /vendor/plugins/xbox_sidebar/Rakefile
copying /vendor/plugins/xbox_sidebar/init.rb
copying /vendor/plugins/xbox_sidebar/lib/xbox_sidebar.rb
copying /vendor/plugins/xbox_sidebar/test/xbox_sidebar_test.rb
copying /vendor/plugins/xbox_sidebar/views/content.rhtml
copying /vendor/plugins/xml_sidebar/Rakefile
copying /vendor/plugins/xml_sidebar/init.rb
copying /vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
copying /vendor/plugins/xml_sidebar/test/xml_sidebar_test.rb
copying /vendor/plugins/xml_sidebar/views/content.rhtml
copying /vendor/redcloth/RedCloth.gemspec
copying /vendor/redcloth/bin/redcloth
copying /vendor/redcloth/doc/CHANGELOG
copying /vendor/redcloth/doc/COPYING
copying /vendor/redcloth/doc/README
copying /vendor/redcloth/doc/REFERENCE
copying /vendor/redcloth/doc/make.rb
copying /vendor/redcloth/install.rb
copying /vendor/redcloth/lib/redcloth.rb
copying /vendor/redcloth/run-tests.rb
copying /vendor/redcloth/setup.rb
copying /vendor/redcloth/tests/code.yml
copying /vendor/redcloth/tests/hard_breaks.yml
copying /vendor/redcloth/tests/images.yml
copying /vendor/redcloth/tests/instiki.yml
copying /vendor/redcloth/tests/links.yml
copying /vendor/redcloth/tests/lists.yml
copying /vendor/redcloth/tests/markdown.yml
copying /vendor/redcloth/tests/poignant.yml
copying /vendor/redcloth/tests/table.yml
copying /vendor/redcloth/tests/textism.yml
copying /vendor/rubypants/README
copying /vendor/rubypants/Rakefile
copying /vendor/rubypants/html/classes/RubyPants.html
copying /vendor/rubypants/html/created.rid
copying /vendor/rubypants/html/files/README.html
copying /vendor/rubypants/html/files/rubypants_rb.html
copying /vendor/rubypants/html/fr_class_index.html
copying /vendor/rubypants/html/fr_file_index.html
copying /vendor/rubypants/html/fr_method_index.html
copying /vendor/rubypants/html/index.html
copying /vendor/rubypants/html/rdoc-style.css
copying /vendor/rubypants/install.rb
copying /vendor/rubypants/rubypants.rb
copying /vendor/rubypants/test_rubypants.rb
copying /vendor/sparklines/README.txt
copying /vendor/sparklines/USAGE
copying /vendor/sparklines/lib/sparklines.rb
copying /vendor/sparklines/samples/sparklinestest.rb
copying /vendor/sparklines/sparklines_generator.rb
copying /vendor/sparklines/templates/sparklines_controller.rb
copying /vendor/sparklines/templates/sparklines_helper.rb
copying /vendor/syntax/LICENSE
copying /vendor/syntax/NEWS
copying /vendor/syntax/README
copying /vendor/syntax/Rakefile
copying /vendor/syntax/api/classes/Syntax.html
copying /vendor/syntax/api/classes/Syntax/Convertors.html
copying /vendor/syntax/api/classes/Syntax/Convertors/Abstract.html
copying /vendor/syntax/api/classes/Syntax/Convertors/HTML.html
copying /vendor/syntax/api/classes/Syntax/Default.html
copying /vendor/syntax/api/classes/Syntax/Ruby.html
copying /vendor/syntax/api/classes/Syntax/Token.html
copying /vendor/syntax/api/classes/Syntax/Tokenizer.html
copying /vendor/syntax/api/classes/Syntax/Version.html
copying /vendor/syntax/api/classes/Syntax/XML.html
copying /vendor/syntax/api/classes/Syntax/YAML.html
copying /vendor/syntax/api/created.rid
copying /vendor/syntax/api/files/README.html
copying /vendor/syntax/api/files/lib/syntax/common_rb.html
copying /vendor/syntax/api/files/lib/syntax/convertors/abstract_rb.html
copying /vendor/syntax/api/files/lib/syntax/convertors/html_rb.html
copying /vendor/syntax/api/files/lib/syntax/lang/ruby_rb.html
copying /vendor/syntax/api/files/lib/syntax/lang/xml_rb.html
copying /vendor/syntax/api/files/lib/syntax/lang/yaml_rb.html
copying /vendor/syntax/api/files/lib/syntax/version_rb.html
copying /vendor/syntax/api/files/lib/syntax_rb.html
copying /vendor/syntax/api/fr_class_index.html
copying /vendor/syntax/api/fr_file_index.html
copying /vendor/syntax/api/fr_method_index.html
copying /vendor/syntax/api/index.html
copying /vendor/syntax/api/rdoc-style.css
copying /vendor/syntax/doc/manual-html/chapter-1.html
copying /vendor/syntax/doc/manual-html/chapter-2.html
copying /vendor/syntax/doc/manual-html/chapter-3.html
copying /vendor/syntax/doc/manual-html/chapter-4.html
copying /vendor/syntax/doc/manual-html/index.html
copying /vendor/syntax/doc/manual-html/stylesheets/manual.css
copying /vendor/syntax/doc/manual-html/stylesheets/ruby.css
copying /vendor/syntax/doc/manual/chapter.erb
copying /vendor/syntax/doc/manual/example.erb
copying /vendor/syntax/doc/manual/index.erb
copying /vendor/syntax/doc/manual/manual.rb
copying /vendor/syntax/doc/manual/manual.yml
copying /vendor/syntax/doc/manual/page.erb
copying /vendor/syntax/doc/manual/parts/0000.txt
copying /vendor/syntax/doc/manual/parts/0001.txt
copying /vendor/syntax/doc/manual/parts/0002.txt
copying /vendor/syntax/doc/manual/parts/0003.txt
copying /vendor/syntax/doc/manual/parts/0004.txt
copying /vendor/syntax/doc/manual/parts/0005.txt
copying /vendor/syntax/doc/manual/parts/0006.txt
copying /vendor/syntax/doc/manual/parts/0007.txt
copying /vendor/syntax/doc/manual/parts/0008.txt
copying /vendor/syntax/doc/manual/parts/0009.txt
copying /vendor/syntax/doc/manual/parts/0010.txt
copying /vendor/syntax/doc/manual/stylesheets/manual.css
copying /vendor/syntax/doc/manual/stylesheets/ruby.css
copying /vendor/syntax/doc/manual/tutorial.erb
copying /vendor/syntax/lib/syntax.rb
copying /vendor/syntax/lib/syntax/common.rb
copying /vendor/syntax/lib/syntax/convertors/abstract.rb
copying /vendor/syntax/lib/syntax/convertors/html.rb
copying /vendor/syntax/lib/syntax/lang/ruby.rb
copying /vendor/syntax/lib/syntax/lang/xml.rb
copying /vendor/syntax/lib/syntax/lang/yaml.rb
copying /vendor/syntax/lib/syntax/version.rb
copying /vendor/syntax/setup.rb
copying /vendor/syntax/syntax.gemspec
copying /