middlemac 2.0.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile +11 -1
- data/README.md +38 -6
- data/Rakefile +7 -2
- data/documentation_project/.gitignore +1 -1
- data/documentation_project/Contents/Info.plist.erb +1 -1
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/_data/globals.yml +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_data/locale-list.json +318 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern-aside.haml +19 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern.haml +61 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_layouts/layout-blank.haml +11 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_partials/_yard_middlemac_config.erb +276 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_partials/_yard_middlemac_helpers.erb +897 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/_partials/_yard_middlemac_helpers_extended.erb +369 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_pagegroups_resources.erb → SharedGlobalAssets/_partials/_yard_middlemac_resources.erb} +342 -37
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_config.erb → SharedGlobalAssets/_partials/_yard_mmtargets_config.erb} +15 -110
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_helpers.erb → SharedGlobalAssets/_partials/_yard_mmtargets_helpers.erb} +4 -4
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_helpers_extended.erb → SharedGlobalAssets/_partials/_yard_mmtargets_helpers_extended.erb} +6 -2
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_instance.erb → SharedGlobalAssets/_partials/_yard_mmtargets_instance.erb} +1 -1
- data/documentation_project/Contents/Resources/{Base.lproj/assets/partials/_yard_targets_resources.erb → SharedGlobalAssets/_partials/_yard_mmtargets_resources.erb} +2 -2
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-120x120.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-152x152.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-57x57.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-76x76.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone_2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/apple.css +3831 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0200_LeftArrow_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0201_RightArrow_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow-blue.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/ask-siri.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-clear-search.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-2.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-learnmore.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search-small.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-rtl.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small-rtl.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle-rtl.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/changelanguage_icon2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/force-click.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow-2.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-close.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link-lg.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-pause.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-play.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-replay.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-black.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-eu.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-120x120.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-152x152.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-57x57.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-76x76.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/movie-play_2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-left.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-left.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-right.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-right.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/search_image_large.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/tip.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_blue_large.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_large.svg +1 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets/stylesheets/_github.scss → SharedGlobalAssets/css/middlemac/github.css.scss} +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/middlemac.css.scss +129 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/note.svg +19 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/tip.svg +1 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/css/middlemac/warning.svg +19 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/fonts/_dummy.txt +1 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/all-sample.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/all-sample@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/free-icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/free-middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/free-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/mm-targets/pro-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/{shared → SharedGlobalAssets/images}/pro-icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/images/pro-middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/js/app.5.1.27.js +6295 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/js/middlemac-debug.js +20 -0
- data/documentation_project/Contents/Resources/SharedGlobalAssets/js/vendor.js +226 -0
- data/documentation_project/Contents/Resources/en.lproj/010_what_is_middlemac/index.html.md.erb +114 -0
- data/documentation_project/Contents/Resources/en.lproj/020_apple_help_features/index.html.md.erb +241 -0
- data/documentation_project/Contents/Resources/{Base.lproj/020_setup_tutorial/index.html.md.erb → en.lproj/030_get_started/010_set_up_middlemac.html.md.erb} +33 -37
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/020_your_first_help_book.html.md.erb +374 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/030_serve_your_help_book.html.md.erb +97 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/040_build_your_help_book.html.md.erb +56 -0
- data/documentation_project/Contents/Resources/{Base.lproj/030_skills_refresher/10_markdown_skill.html.md.erb → en.lproj/030_get_started/050_about_markdown.html.md.erb} +12 -14
- data/documentation_project/Contents/Resources/{Base.lproj/030_skills_refresher/30_middleman_skill.html.md.erb → en.lproj/030_get_started/060_about_middleman.html.md.erb} +10 -14
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/070_about_ruby.html.md.erb +194 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/aside_frontmatter.html.md.erb +64 -0
- data/documentation_project/Contents/Resources/en.lproj/030_get_started/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/010_setup.html.md.erb +204 -0
- data/documentation_project/Contents/Resources/{Base.lproj/030_skills_refresher/60_filetypes_skill.html.md.erb → en.lproj/040_compose_project/020_filetypes.html.md.erb} +7 -11
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/030_directory_conventions.html.md.erb +206 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/040_groups.html.md.erb +96 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/050_targets_and_features.html.md.erb +220 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/060_frontmatter.html.md.erb +98 -0
- data/documentation_project/Contents/Resources/{Base.lproj/060_content/100_using_local_data.html.md.erb → en.lproj/040_compose_project/070_local_data.html.md.erb} +22 -9
- data/documentation_project/Contents/Resources/{Base.lproj/060_content/030_helpers.html.md.erb → en.lproj/040_compose_project/080_helpers/010_helpers.html.md.erb} +35 -69
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/080_helpers/020_markdown_links.html.md.erb +51 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/080_helpers/030_markdown_images.html.md.erb +52 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/080_helpers/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/090_partials.html.md.erb +64 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/100_resources.html.md.erb +36 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/110_implement_features.html.md.erb +197 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/120_preview_build.html.md.erb +85 -0
- data/documentation_project/Contents/Resources/en.lproj/040_compose_project/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/{Base.lproj/050_structure → en.lproj/040_compose_project}/not_free.html.md.erb +4 -11
- data/documentation_project/Contents/Resources/{Base.lproj/050_structure → en.lproj/040_compose_project}/not_pro.html.md.erb +4 -11
- data/documentation_project/Contents/Resources/en.lproj/100_reference/010_apple_help_books/010_dissect_help_book.html.md.erb +295 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/010_apple_help_books/020_dissect_modern_help.html.md.erb +246 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/010_apple_help_books/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/030_backwards_compatibility.html.md.erb +82 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/040_directory_reference.html.md.erb +260 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/050_xcode_integration.html.md.erb +165 -0
- data/documentation_project/Contents/Resources/{Base.lproj/100_reference/10_cli_ref.html.md.erb → en.lproj/100_reference/060_cli_ref.html.md.erb} +3 -29
- data/documentation_project/Contents/Resources/en.lproj/100_reference/080_frontmatter_reference.html.md.erb +111 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/120_api_reference/070_config_ref.html.md.erb +31 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/120_api_reference/090_helpers_ref.html.md.erb +20 -0
- data/documentation_project/Contents/Resources/{Base.lproj/100_reference/30_helpers_ext_ref.html.md.erb → en.lproj/100_reference/120_api_reference/091_helpers_ext_ref.html.md.erb} +3 -21
- data/documentation_project/Contents/Resources/{Base.lproj/100_reference/50_resource_ext_ref.html.md.erb → en.lproj/100_reference/120_api_reference/100_resource_ext_ref.html.md.erb} +3 -8
- data/documentation_project/Contents/Resources/en.lproj/100_reference/120_api_reference/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/en.lproj/100_reference/index.html.md.erb +4 -0
- data/documentation_project/Contents/Resources/{Base.lproj → en.lproj}/110_acknowledgements/index.html.md.erb +5 -7
- data/documentation_project/Contents/Resources/en.lproj/ExactMatch.plist.erb +15 -0
- data/documentation_project/Contents/Resources/{Base.lproj → en.lproj}/InfoPlist.strings.erb +0 -0
- data/documentation_project/Contents/Resources/en.lproj/asides/aside_description.html.md.erb +21 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_books_folder_reference.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_books_project_membership.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_aside_example.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_chapter_heading.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_copyright_footer.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_landing_links.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_language_chooser.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_navigator.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_see_also.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_title_icons.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/apple_help_features_universal.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/get_started_init_contents.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/get_started_init_english.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_config_sets.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_plist_definitions.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_target_dependencies.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_target_template.png +0 -0
- data/documentation_project/Contents/Resources/en.lproj/assets/images/xcode_integration_tool_configuration.png +0 -0
- data/documentation_project/Contents/Resources/{Base.lproj → en.lproj}/index.html.md.erb +3 -13
- data/documentation_project/Contents/Resources/en.lproj/locale-info.json.erb +16 -0
- data/documentation_project/Contents/Resources/en.lproj/navigation.json.erb +57 -0
- data/documentation_project/Contents/Resources/en.lproj/searchTree.json.erb +1 -0
- data/documentation_project/Contents/Resources/es.lproj/ExactMatch.plist.erb +15 -0
- data/{fixtures/middlemac_app/Contents/Resources/Base.lproj → documentation_project/Contents/Resources/es.lproj}/InfoPlist.strings.erb +0 -0
- data/documentation_project/Contents/Resources/es.lproj/index.html.md.erb +27 -0
- data/documentation_project/Contents/Resources/es.lproj/locale-info.json.erb +16 -0
- data/documentation_project/Contents/Resources/es.lproj/navigation.json.erb +57 -0
- data/documentation_project/Contents/Resources/es.lproj/searchTree.json.erb +1 -0
- data/documentation_project/Contents/Resources/index.html.erb +118 -0
- data/documentation_project/Contents/Resources/locale-list.json.erb +14 -0
- data/documentation_project/Gemfile +4 -17
- data/documentation_project/HelpViewerApp/HelpViewerApp/AppDelegate.h +1 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/AppDelegate.m +6 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/Base.lproj/MainMenu.xib +39 -10
- data/documentation_project/HelpViewerApp/HelpViewerApp/Info-free.plist +4 -4
- data/documentation_project/HelpViewerApp/HelpViewerApp/Info-pro.plist +4 -4
- data/documentation_project/HelpViewerApp/HelpViewerApp/versions.xcconfig +8 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/project.pbxproj +79 -101
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/Help (free).xcscheme +11 -6
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/Help (pro).xcscheme +80 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/HelpViewerApp (free).xcscheme +1 -1
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/HelpViewerApp (pro).xcscheme +1 -1
- data/documentation_project/HelpViewerApp/README.md +6 -26
- data/documentation_project/{Middlemac (free).help → Middlemac_(free).help}/.gitignore +0 -0
- data/documentation_project/{Middlemac (pro).help → Middlemac_(pro).help}/.gitignore +0 -0
- data/documentation_project/config.rb +68 -100
- data/documentation_project/makefile +93 -0
- data/documentation_project/middlemac.webloc +0 -0
- data/features/helpers_features.feature +59 -0
- data/features/main_features.feature +21 -17
- data/features/support/env.rb +0 -14
- data/fixtures/middlemac_app/.gitignore +0 -1
- data/fixtures/middlemac_app/Contents/Info.plist.erb +1 -1
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj/assets → SharedGlobalAssets}/_data/globals.yml +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_data/locale-list.json +318 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern-aside.haml +19 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_layouts/layout-apple-modern.haml +61 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/_layouts/layout-blank.haml +11 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj/assets/partials → SharedGlobalAssets/_partials}/_partials_dir_partial.erb +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-120x120.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-152x152.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-57x57.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-76x76.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-ipad_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/convention/icon-webclip-iphone_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_256x256@2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/{shared → SharedGlobalAssets/convention}/icon_32x32@2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/apple.css +3831 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0200_LeftArrow_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/L0201_RightArrow_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow-blue.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/arrow.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/ask-siri.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-clear-search.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-2.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close-learnmore.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-close.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search-small.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-search.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-rtl.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small-rtl.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-small.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle-rtl.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc-toggle.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/button-toc.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/changelanguage_icon2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/force-click.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow-2.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-arrow.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-close.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link-lg.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-external-link.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-pause.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-play.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-replay.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-black.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning-eu.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-warning.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-120x120.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-152x152.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-57x57.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-76x76.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-ipad_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/icon-webclip-iphone_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/movie-play_2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-left.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-left.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-paddle-right.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/nav-right.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/search_image_large.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/tip.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_blue_large.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/apple/css/img/toc_large.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj/assets/stylesheets/_github.scss → SharedGlobalAssets/css/middlemac/github.css.scss} +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/middlemac.css.scss +129 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/note.svg +19 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/tip.svg +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/css/middlemac/warning.svg +19 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/fonts/_dummy.txt +1 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/images/global_thing_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/js/app.5.1.27.js +6295 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/js/middlemac-debug.js +20 -0
- data/fixtures/middlemac_app/Contents/Resources/SharedGlobalAssets/js/vendor.js +226 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/10_hello_world_file.html.md.erb +17 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/30_sample_group_number_one/index.html.md.erb +8 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/30_sample_group_number_one/page_one.html.md.erb +108 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/30_sample_group_number_one/page_two.html.md.erb +36 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/01_nested_group_example/01_page_one.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/01_nested_group_example/02_pagina_dos.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/01_nested_group_example/03_page_san.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/40_sample_group_number_two/01_nested_group_example/index.html.md.erb +4 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/02_page_two.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/40_sample_group_number_two/03_page_three.html.md.erb +0 -5
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/40_sample_group_number_two/index.html.md.erb +4 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/50_testing_world_file.html.md.erb +58 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/60_goodbye_world_file.html.md.erb +203 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/ExactMatch.plist.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/InfoPlist.strings.erb +10 -0
- data/fixtures/middlemac_app/Contents/Resources/{Base.lproj → en.lproj}/_new_style_partial.erb +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/asides/aside_description.html.md.erb +20 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/_partials/_localized_partials_dir_partial.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/all-graphic_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/neat_thing_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/subdirectory/logo_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/assets/images/subdirectory/pro-image_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/copyright.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/index.html.md.erb +20 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/locale-info.json.erb +16 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/navigation.json.erb +57 -0
- data/fixtures/middlemac_app/Contents/Resources/en.lproj/searchTree.json.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/10_hola_mundo_file.html.md.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/60_goodbye_world_file.html.md.erb +193 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/ExactMatch.plist.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/InfoPlist.strings.erb +10 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/all-graphic_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/neat_thing_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/subdirectory/logo_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/assets/images/subdirectory/pro-image_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/copyright.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/index.html.md.erb +21 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/locale-info.json.erb +16 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/navigation.json.erb +57 -0
- data/fixtures/middlemac_app/Contents/Resources/es.lproj/searchTree.json.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/index.html.erb +118 -0
- data/fixtures/middlemac_app/Contents/Resources/locale-list.json.erb +14 -0
- data/fixtures/middlemac_app/Gemfile +4 -17
- data/fixtures/middlemac_app/config.rb +71 -100
- data/fixtures/middlemac_app/makefile +93 -0
- data/fixtures/middlemac_app/middlemac.webloc +0 -0
- data/lib/middlemac/extension.rb +123 -211
- data/lib/middlemac/helpers.rb +470 -0
- data/lib/middlemac/private.rb +494 -0
- data/lib/middlemac/sitemap.rb +516 -0
- data/lib/middlemac/trie.rb +37 -0
- data/lib/middlemac/version.rb +1 -1
- data/lib/middlemac.rb +4 -0
- data/middlemac.gemspec +7 -6
- data/resources/stopwords/ar.plist +206 -0
- data/resources/stopwords/ca.plist +0 -0
- data/resources/stopwords/cs.plist +30 -0
- data/resources/stopwords/da.plist +6 -0
- data/resources/stopwords/de.plist +119 -0
- data/resources/stopwords/el.plist +0 -0
- data/resources/stopwords/en.plist +0 -0
- data/resources/stopwords/es.plist +282 -0
- data/resources/stopwords/es_419.plist +282 -0
- data/resources/stopwords/fi.plist +206 -0
- data/resources/stopwords/fr.plist +132 -0
- data/resources/stopwords/he.plist +0 -0
- data/resources/stopwords/hr.plist +0 -0
- data/resources/stopwords/hu.plist +44 -0
- data/resources/stopwords/id.plist +6 -0
- data/resources/stopwords/it.plist +153 -0
- data/resources/stopwords/ja.plist +6 -0
- data/resources/stopwords/ko.plist +106 -0
- data/resources/stopwords/ms.plist +6 -0
- data/resources/stopwords/nl.plist +198 -0
- data/resources/stopwords/no.plist +207 -0
- data/resources/stopwords/pl.plist +207 -0
- data/resources/stopwords/pt.plist +207 -0
- data/resources/stopwords/pt_PT.plist +207 -0
- data/resources/stopwords/ro.plist +0 -0
- data/resources/stopwords/ru.plist +207 -0
- data/resources/stopwords/sk.plist +0 -0
- data/resources/stopwords/sv.plist +280 -0
- data/resources/stopwords/th.plist +56 -0
- data/resources/stopwords/tr.plist +200 -0
- data/resources/stopwords/uk.plist +764 -0
- data/resources/stopwords/vi.plist +6 -0
- data/resources/stopwords/zh_CN.plist +207 -0
- data/resources/stopwords/zh_TW.plist +207 -0
- data/yard/readme.md +4 -4
- metadata +394 -219
- data/documentation_project/Contents/Resources/Base.lproj/010_what_is_middlemac/index.html.md.erb +0 -126
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/20_frontmatter_skill.html.md.erb +0 -54
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/40_ruby_skill.html.md.erb +0 -67
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/50_ruby_ecosystem.html.md.erb +0 -136
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/index.html.md.erb +0 -35
- data/documentation_project/Contents/Resources/Base.lproj/040_setup/index.html.md.erb +0 -88
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/010_directories_and_images.html.md.erb +0 -176
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/020_layouts_and_templates.html.md.erb +0 -71
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/025_css.html.md.erb +0 -71
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/030_groups.html.md.erb +0 -83
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/040_breadcrumbs.html.md.erb +0 -43
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/050_navigator.html.md.erb +0 -26
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/060_targets.html.md.erb +0 -63
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/070_features.html.md.erb +0 -122
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/index.html.md.erb +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/060_content/010_frontmatter.html.md.erb +0 -88
- data/documentation_project/Contents/Resources/Base.lproj/060_content/040_partials.html.md.erb +0 -121
- data/documentation_project/Contents/Resources/Base.lproj/060_content/050_resources.html.md.erb +0 -60
- data/documentation_project/Contents/Resources/Base.lproj/060_content/070_including_excluding.html.md.erb +0 -68
- data/documentation_project/Contents/Resources/Base.lproj/060_content/080_markdown_links_images.html.md.erb +0 -93
- data/documentation_project/Contents/Resources/Base.lproj/060_content/090_css_image_sizes.html.md.erb +0 -90
- data/documentation_project/Contents/Resources/Base.lproj/060_content/index.html.md.erb +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/070_preview_build/index.html.md.erb +0 -78
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/10_apple_help_setup.html.md.erb +0 -110
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/20_xcode_integration.html.md.erb +0 -64
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/index.html.md.erb +0 -25
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/20_config_ref.html.md.erb +0 -56
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/40_helpers_ref.html.md.erb +0 -45
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/index.html.md.erb +0 -26
- data/documentation_project/Contents/Resources/Base.lproj/120_backwards_compatibility/index.html.md.erb +0 -88
- data/documentation_project/Contents/Resources/Base.lproj/130_all_help_content/index.html.md.erb +0 -15
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/layout-html4.haml +0 -22
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/layout-xhtml.haml +0 -28
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-large.haml +0 -30
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-medium.haml +0 -30
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-small.haml +0 -30
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/FontAwesome.otf +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.svg +0 -655
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-pagegroups/middleman-pagegroups-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-pagegroups/middleman-pagegroups.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/javascripts/all.js +0 -1
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs.haml +0 -11
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs_alt.haml +0 -15
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_brethren.haml +0 -18
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_brethren_index.haml +0 -14
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_legitimate_children.haml +0 -16
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_prev_next.haml +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_toc_index.haml +0 -21
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_config.erb +0 -200
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_helpers.erb +0 -146
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_helpers_extended.erb +0 -135
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_config.erb +0 -207
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_helpers.erb +0 -297
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_helpers_extended.erb +0 -96
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_config.erb +0 -744
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers.erb +0 -710
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers_css.erb +0 -523
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers_extended.erb +0 -56
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_apple_helpbook.scss +0 -946
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_normalize.scss +0 -374
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/breadcrumb-separator-light.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/image_sizes.css.erb +0 -8
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/style.css.scss +0 -4
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/10_hello_world_file.html.md.erb +0 -22
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/20_goodbye_world_file.html.md.erb +0 -22
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/index.html.md.erb +0 -24
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/page_one.html.md.erb +0 -20
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/page_two.html.md.erb +0 -19
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/01_nested_group_example/index.html.md.erb +0 -18
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/index.html.md.erb +0 -24
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/45_testing_world_file.html.md.erb +0 -55
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/50_entire_world_file.html.md.erb +0 -15
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/layout-html4.haml +0 -22
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/layout-xhtml.haml +0 -28
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-large.haml +0 -30
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-medium.haml +0 -30
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-small.haml +0 -30
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/FontAwesome.otf +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.svg +0 -655
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/images/_empty_directory.html.md.erb +0 -1
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/javascripts/all.js +0 -1
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs.haml +0 -11
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs_alt.haml +0 -15
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_brethren.haml +0 -18
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_brethren_index.haml +0 -14
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_legitimate_children.haml +0 -16
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_prev_next.haml +0 -21
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_toc_index.haml +0 -21
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_apple_helpbook.scss +0 -946
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_normalize.scss +0 -374
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/breadcrumb-separator-light.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/image_sizes.css.erb +0 -8
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/style.css.scss +0 -4
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/index.html.md.erb +0 -17
@@ -0,0 +1,764 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<array>
|
5
|
+
<string>і</string>
|
6
|
+
<string>та</string>
|
7
|
+
<string>не</string>
|
8
|
+
<string>В</string>
|
9
|
+
<string>У</string>
|
10
|
+
<string>в</string>
|
11
|
+
<string>у</string>
|
12
|
+
<string>уві</string>
|
13
|
+
<string>вві</string>
|
14
|
+
<string>від</string>
|
15
|
+
<string>од</string>
|
16
|
+
<string>із</string>
|
17
|
+
<string>з</string>
|
18
|
+
<string>з-за</string>
|
19
|
+
<string>із-за</string>
|
20
|
+
<string>для</string>
|
21
|
+
<string>задля</string>
|
22
|
+
<string>о</string>
|
23
|
+
<string>про</string>
|
24
|
+
<string>як</string>
|
25
|
+
<string>позаяк</string>
|
26
|
+
<string>оскільки</string>
|
27
|
+
<string>його</string>
|
28
|
+
<string>він</string>
|
29
|
+
<string>вона</string>
|
30
|
+
<string>воно</string>
|
31
|
+
<string>вони</string>
|
32
|
+
<string>я</string>
|
33
|
+
<string>ти</string>
|
34
|
+
<string>ми</string>
|
35
|
+
<string>ви</string>
|
36
|
+
<string>мене</string>
|
37
|
+
<string>мені</string>
|
38
|
+
<string>тебе</string>
|
39
|
+
<string>тобі</string>
|
40
|
+
<string>нас</string>
|
41
|
+
<string>нам</string>
|
42
|
+
<string>вас</string>
|
43
|
+
<string>вам</string>
|
44
|
+
<string>вами</string>
|
45
|
+
<string>нами</string>
|
46
|
+
<string>ними</string>
|
47
|
+
<string>мною</string>
|
48
|
+
<string>тобою</string>
|
49
|
+
<string>ним</string>
|
50
|
+
<string>йому</string>
|
51
|
+
<string>ньому</string>
|
52
|
+
<string>її</string>
|
53
|
+
<string>неї</string>
|
54
|
+
<string>їй</string>
|
55
|
+
<string>неї</string>
|
56
|
+
<string>їм</string>
|
57
|
+
<string>мій</string>
|
58
|
+
<string>мого</string>
|
59
|
+
<string>моєго</string>
|
60
|
+
<string>моєму</string>
|
61
|
+
<string>твій</string>
|
62
|
+
<string>твого</string>
|
63
|
+
<string>твоєго</string>
|
64
|
+
<string>твоєму</string>
|
65
|
+
<string>наш</string>
|
66
|
+
<string>нашого</string>
|
67
|
+
<string>нашому</string>
|
68
|
+
<string>нашим</string>
|
69
|
+
<string>ваш</string>
|
70
|
+
<string>вашого</string>
|
71
|
+
<string>вашому</string>
|
72
|
+
<string>вашим</string>
|
73
|
+
<string>їхній</string>
|
74
|
+
<string>їхнього</string>
|
75
|
+
<string>їхньому</string>
|
76
|
+
<string>свій</string>
|
77
|
+
<string>свого</string>
|
78
|
+
<string>своєму</string>
|
79
|
+
<string>своїм</string>
|
80
|
+
<string>того</string>
|
81
|
+
<string>той</string>
|
82
|
+
<string>тая</string>
|
83
|
+
<string>тоє</string>
|
84
|
+
<string>тії</string>
|
85
|
+
<string>теї</string>
|
86
|
+
<string>цей</string>
|
87
|
+
<string>цього</string>
|
88
|
+
<string>цьому</string>
|
89
|
+
<string>цим</string>
|
90
|
+
<string>ця</string>
|
91
|
+
<string>цеї</string>
|
92
|
+
<string>цій</string>
|
93
|
+
<string>цією</string>
|
94
|
+
<string>це</string>
|
95
|
+
<string>той</string>
|
96
|
+
<string>того</string>
|
97
|
+
<string>тим</string>
|
98
|
+
<string>тому</string>
|
99
|
+
<string>тою</string>
|
100
|
+
<string>тій</string>
|
101
|
+
<string>тією</string>
|
102
|
+
<string>то</string>
|
103
|
+
<string>все</string>
|
104
|
+
<string>всього</string>
|
105
|
+
<string>всьому</string>
|
106
|
+
<string>всим</string>
|
107
|
+
<string>вся</string>
|
108
|
+
<string>всій</string>
|
109
|
+
<string>всієї</string>
|
110
|
+
<string>всеї</string>
|
111
|
+
<string>весь</string>
|
112
|
+
<string>всі</string>
|
113
|
+
<string>всіми</string>
|
114
|
+
<string>всими</string>
|
115
|
+
<string>ті</string>
|
116
|
+
<string>тими</string>
|
117
|
+
<string>тих</string>
|
118
|
+
<string>тим</string>
|
119
|
+
<string>всим</string>
|
120
|
+
<string>всім</string>
|
121
|
+
<string>усе</string>
|
122
|
+
<string>усього</string>
|
123
|
+
<string>усьому</string>
|
124
|
+
<string>усим</string>
|
125
|
+
<string>уся</string>
|
126
|
+
<string>усій</string>
|
127
|
+
<string>усієї</string>
|
128
|
+
<string>усеї</string>
|
129
|
+
<string>уесь</string>
|
130
|
+
<string>усі</string>
|
131
|
+
<string>усіми</string>
|
132
|
+
<string>усими</string>
|
133
|
+
<string>то</string>
|
134
|
+
<string>усим</string>
|
135
|
+
<string>усім</string>
|
136
|
+
<string>їх</string>
|
137
|
+
<string>їм</string>
|
138
|
+
<string>року</string>
|
139
|
+
<string>буде</string>
|
140
|
+
<string>повз</string>
|
141
|
+
<string>без</string>
|
142
|
+
<string>історія</string>
|
143
|
+
<string>тільки</string>
|
144
|
+
<string>що</string>
|
145
|
+
<string>но</string>
|
146
|
+
<string>об</string>
|
147
|
+
<string>уже</string>
|
148
|
+
<string>вже</string>
|
149
|
+
<string>ще</string>
|
150
|
+
<string>потім</string>
|
151
|
+
<string>зараз</string>
|
152
|
+
<string>наново</string>
|
153
|
+
<string>наразі</string>
|
154
|
+
<string>січня</string>
|
155
|
+
<string>лютого</string>
|
156
|
+
<string>березня</string>
|
157
|
+
<string>квітня</string>
|
158
|
+
<string>травня</string>
|
159
|
+
<string>червня</string>
|
160
|
+
<string>липня</string>
|
161
|
+
<string>серпня</string>
|
162
|
+
<string>вересня</string>
|
163
|
+
<string>жовтня</string>
|
164
|
+
<string>листопада</string>
|
165
|
+
<string>грудня</string>
|
166
|
+
<string>січень</string>
|
167
|
+
<string>лютий</string>
|
168
|
+
<string>березень</string>
|
169
|
+
<string>квітень</string>
|
170
|
+
<string>травень</string>
|
171
|
+
<string>червень</string>
|
172
|
+
<string>липень</string>
|
173
|
+
<string>серпень</string>
|
174
|
+
<string>вересень</string>
|
175
|
+
<string>жовтень</string>
|
176
|
+
<string>листопад</string>
|
177
|
+
<string>грудень</string>
|
178
|
+
<string>рік</string>
|
179
|
+
<string>року</string>
|
180
|
+
<string>роком</string>
|
181
|
+
<string>році</string>
|
182
|
+
<string>роки</string>
|
183
|
+
<string>років</string>
|
184
|
+
<string>роками</string>
|
185
|
+
<string>роках</string>
|
186
|
+
<string>при</string>
|
187
|
+
<string>від</string>
|
188
|
+
<string>перед</string>
|
189
|
+
<string>за</string>
|
190
|
+
<string>під</string>
|
191
|
+
<string>над</string>
|
192
|
+
<string>більш</string>
|
193
|
+
<string>менш</string>
|
194
|
+
<string>проти</string>
|
195
|
+
<string>також</string>
|
196
|
+
<string>як</string>
|
197
|
+
<string>так</string>
|
198
|
+
<string>ні</string>
|
199
|
+
<string>щоб</string>
|
200
|
+
<string>нащо</string>
|
201
|
+
<string>є</string>
|
202
|
+
<string>немає</string>
|
203
|
+
<string>номер</string>
|
204
|
+
<string>число</string>
|
205
|
+
<string>кількість</string>
|
206
|
+
<string>номера</string>
|
207
|
+
<string>життя</string>
|
208
|
+
<string>більше</string>
|
209
|
+
<string>менше</string>
|
210
|
+
<string>котрий</string>
|
211
|
+
<string>який</string>
|
212
|
+
<string>котрого</string>
|
213
|
+
<string>котрому</string>
|
214
|
+
<string>котрим</string>
|
215
|
+
<string>якого</string>
|
216
|
+
<string>якому</string>
|
217
|
+
<string>яким</string>
|
218
|
+
<string>яка</string>
|
219
|
+
<string>якої</string>
|
220
|
+
<string>якій</string>
|
221
|
+
<string>яке</string>
|
222
|
+
<string>які</string>
|
223
|
+
<string>яких</string>
|
224
|
+
<string>яким</string>
|
225
|
+
<string>якими</string>
|
226
|
+
<string>котра</string>
|
227
|
+
<string>котрої</string>
|
228
|
+
<string>котрій</string>
|
229
|
+
<string>котрою</string>
|
230
|
+
<string>котре</string>
|
231
|
+
<string>котрі</string>
|
232
|
+
<string>котрим</string>
|
233
|
+
<string>котрих</string>
|
234
|
+
<string>котрими</string>
|
235
|
+
<string>якщо</string>
|
236
|
+
<string>газета</string>
|
237
|
+
<string>життя</string>
|
238
|
+
<string>де</string>
|
239
|
+
<string>тут</string>
|
240
|
+
<string>там</string>
|
241
|
+
<string>тими</string>
|
242
|
+
<string>цими</string>
|
243
|
+
<string>сторінка</string>
|
244
|
+
<string>сторінки</string>
|
245
|
+
<string>сторінці</string>
|
246
|
+
<string>сторінок</string>
|
247
|
+
<string>поки</string>
|
248
|
+
<string>доки</string>
|
249
|
+
<string>сьогодні</string>
|
250
|
+
<string>завтра</string>
|
251
|
+
<string>післязавтра</string>
|
252
|
+
<string>потім</string>
|
253
|
+
<string>тоді</string>
|
254
|
+
<string>часом</string>
|
255
|
+
<string>новий</string>
|
256
|
+
<string>нова</string>
|
257
|
+
<string>нове</string>
|
258
|
+
<string>нові</string>
|
259
|
+
<string>бути</string>
|
260
|
+
<string>був</string>
|
261
|
+
<string>була</string>
|
262
|
+
<string>було</string>
|
263
|
+
<string>були</string>
|
264
|
+
<string>буде</string>
|
265
|
+
<string>будуть</string>
|
266
|
+
<string>будемо</string>
|
267
|
+
<string>будете</string>
|
268
|
+
<string>простір</string>
|
269
|
+
<string>нового</string>
|
270
|
+
<string>нової</string>
|
271
|
+
<string>нових</string>
|
272
|
+
<string>новим</string>
|
273
|
+
<string>новою</string>
|
274
|
+
<string>новими</string>
|
275
|
+
<string>новому</string>
|
276
|
+
<string>новій</string>
|
277
|
+
<string>новим</string>
|
278
|
+
<string>старий</string>
|
279
|
+
<string>стара</string>
|
280
|
+
<string>старе</string>
|
281
|
+
<string>старі</string>
|
282
|
+
<string>старого</string>
|
283
|
+
<string>старої</string>
|
284
|
+
<string>старих</string>
|
285
|
+
<string>старим</string>
|
286
|
+
<string>старій</string>
|
287
|
+
<string>старими</string>
|
288
|
+
<string>старих</string>
|
289
|
+
<string>посилання</string>
|
290
|
+
<string>лінк</string>
|
291
|
+
<string>всього</string>
|
292
|
+
<string>усього</string>
|
293
|
+
<string>разом</string>
|
294
|
+
<string>окремо</string>
|
295
|
+
<string>долари</string>
|
296
|
+
<string>долар</string>
|
297
|
+
<string>євро</string>
|
298
|
+
<string>гривня</string>
|
299
|
+
<string>гривні</string>
|
300
|
+
<string>гривень</string>
|
301
|
+
<string>гривнями</string>
|
302
|
+
<string>гривнею</string>
|
303
|
+
<string>сайт</string>
|
304
|
+
<string>сайта</string>
|
305
|
+
<string>сайту</string>
|
306
|
+
<string>сайтом</string>
|
307
|
+
<string>сайті</string>
|
308
|
+
<string>сайти</string>
|
309
|
+
<string>сайтів</string>
|
310
|
+
<string>сайтам</string>
|
311
|
+
<string>сайтах</string>
|
312
|
+
<string>сайтами</string>
|
313
|
+
<string>веб</string>
|
314
|
+
<string>строк</string>
|
315
|
+
<string>термін</string>
|
316
|
+
<string>питання</string>
|
317
|
+
<string>питань</string>
|
318
|
+
<string>українських</string>
|
319
|
+
<string>український</string>
|
320
|
+
<string>українська</string>
|
321
|
+
<string>українське</string>
|
322
|
+
<string>українського</string>
|
323
|
+
<string>чоловік</string>
|
324
|
+
<string>жінка</string>
|
325
|
+
<string>хтось</string>
|
326
|
+
<string>щось</string>
|
327
|
+
<string>комусь</string>
|
328
|
+
<string>когось</string>
|
329
|
+
<string>чогось</string>
|
330
|
+
<string>чомусь</string>
|
331
|
+
<string>що</string>
|
332
|
+
<string>чого</string>
|
333
|
+
<string>чому</string>
|
334
|
+
<string>чим</string>
|
335
|
+
<string>чими</string>
|
336
|
+
<string>краще</string>
|
337
|
+
<string>кращий</string>
|
338
|
+
<string>більший</string>
|
339
|
+
<string>менший</string>
|
340
|
+
<string>великий</string>
|
341
|
+
<string>малий</string>
|
342
|
+
<string>гірше</string>
|
343
|
+
<string>гірший</string>
|
344
|
+
<string>гарний</string>
|
345
|
+
<string>добрий</string>
|
346
|
+
<string>поганий</string>
|
347
|
+
<string>гарна</string>
|
348
|
+
<string>добра</string>
|
349
|
+
<string>погана</string>
|
350
|
+
<string>гарне</string>
|
351
|
+
<string>добре</string>
|
352
|
+
<string>погано</string>
|
353
|
+
<string>погане</string>
|
354
|
+
<string>гарні</string>
|
355
|
+
<string>добрі</string>
|
356
|
+
<string>погані</string>
|
357
|
+
<string>десь</string>
|
358
|
+
<string>тільки</string>
|
359
|
+
<string>скільки</string>
|
360
|
+
<string>мало</string>
|
361
|
+
<string>багато</string>
|
362
|
+
<string>малий</string>
|
363
|
+
<string>великий</string>
|
364
|
+
<string>людина</string>
|
365
|
+
<string>за</string>
|
366
|
+
<string>перед</string>
|
367
|
+
<string>поза</string>
|
368
|
+
<string>раніше</string>
|
369
|
+
<string>пізніше</string>
|
370
|
+
<string>вчасно</string>
|
371
|
+
<string>ага</string>
|
372
|
+
<string>ого</string>
|
373
|
+
<string>угу</string>
|
374
|
+
<string>круто</string>
|
375
|
+
<string>без</string>
|
376
|
+
<string>з</string>
|
377
|
+
<string>від</string>
|
378
|
+
<string>до</string>
|
379
|
+
<string>над</string>
|
380
|
+
<string>під</string>
|
381
|
+
<string>збоку</string>
|
382
|
+
<string>куди</string>
|
383
|
+
<string>туди</string>
|
384
|
+
<string>сюди</string>
|
385
|
+
<string>проте</string>
|
386
|
+
<string>зате</string>
|
387
|
+
<string>наново</string>
|
388
|
+
<string>як</string>
|
389
|
+
<string>ніяк</string>
|
390
|
+
<string>амінь</string>
|
391
|
+
<string>перед</string>
|
392
|
+
<string>дякую</string>
|
393
|
+
<string>подяка</string>
|
394
|
+
<string>скажи</string>
|
395
|
+
<string>пошук</string>
|
396
|
+
<string>знайти</string>
|
397
|
+
<string>робити</string>
|
398
|
+
<string>особа</string>
|
399
|
+
<string>інформація</string>
|
400
|
+
<string>адреса</string>
|
401
|
+
<string>номер</string>
|
402
|
+
<string>аби</string>
|
403
|
+
<string>абикуди</string>
|
404
|
+
<string>абияк</string>
|
405
|
+
<string>або</string>
|
406
|
+
<string>але</string>
|
407
|
+
<string>без</string>
|
408
|
+
<string>би</string>
|
409
|
+
<string>біля</string>
|
410
|
+
<string>більш</string>
|
411
|
+
<string>буде</string>
|
412
|
+
<string>будемо</string>
|
413
|
+
<string>буду</string>
|
414
|
+
<string>будуть</string>
|
415
|
+
<string>будь</string>
|
416
|
+
<string>коли</string>
|
417
|
+
<string>були</string>
|
418
|
+
<string>було</string>
|
419
|
+
<string>бути</string>
|
420
|
+
<string>вас</string>
|
421
|
+
<string>ваш</string>
|
422
|
+
<string>вдалині</string>
|
423
|
+
<string>верх</string>
|
424
|
+
<string>весь</string>
|
425
|
+
<string>вже</string>
|
426
|
+
<string>ви</string>
|
427
|
+
<string>вигляд</string>
|
428
|
+
<string>видно</string>
|
429
|
+
<string>вищі</string>
|
430
|
+
<string>від</string>
|
431
|
+
<string>відноситься</string>
|
432
|
+
<string>відразу</string>
|
433
|
+
<string>він</string>
|
434
|
+
<string>вниз</string>
|
435
|
+
<string>внизу</string>
|
436
|
+
<string>вона</string>
|
437
|
+
<string>вони</string>
|
438
|
+
<string>врівень</string>
|
439
|
+
<string>все</string>
|
440
|
+
<string>всередину</string>
|
441
|
+
<string>все</string>
|
442
|
+
<string>таки</string>
|
443
|
+
<string>всупереч</string>
|
444
|
+
<string>всього</string>
|
445
|
+
<string>далі</string>
|
446
|
+
<string>де</string>
|
447
|
+
<string>декілька</string>
|
448
|
+
<string>деколи</string>
|
449
|
+
<string>де</string>
|
450
|
+
<string>небудь</string>
|
451
|
+
<string>десь</string>
|
452
|
+
<string>дехто</string>
|
453
|
+
<string>дечий</string>
|
454
|
+
<string>дещо</string>
|
455
|
+
<string>деякий</string>
|
456
|
+
<string>для</string>
|
457
|
+
<string>до</string>
|
458
|
+
<string>доки</string>
|
459
|
+
<string>є</string>
|
460
|
+
<string>ж</string>
|
461
|
+
<string>жоден</string>
|
462
|
+
<string>з</string>
|
463
|
+
<string>за</string>
|
464
|
+
<string>замість</string>
|
465
|
+
<string>зате</string>
|
466
|
+
<string>звідки</string>
|
467
|
+
<string>звідки-небудь</string>
|
468
|
+
<string>звідкись</string>
|
469
|
+
<string>звідси</string>
|
470
|
+
<string>згідно</string>
|
471
|
+
<string>знов</string>
|
472
|
+
<string>знову</string>
|
473
|
+
<string>зовні</string>
|
474
|
+
<string>зовсім</string>
|
475
|
+
<string>і</string>
|
476
|
+
<string>із</string>
|
477
|
+
<string>за</string>
|
478
|
+
<string>інакше</string>
|
479
|
+
<string>інколи</string>
|
480
|
+
<string>інших</string>
|
481
|
+
<string>інші</string>
|
482
|
+
<string>її</string>
|
483
|
+
<string>їх</string>
|
484
|
+
<string>його</string>
|
485
|
+
<string>йому</string>
|
486
|
+
<string>когось</string>
|
487
|
+
<string>коли</string>
|
488
|
+
<string>коли</string>
|
489
|
+
<string>колись</string>
|
490
|
+
<string>коротко</string>
|
491
|
+
<string>котрий</string>
|
492
|
+
<string>котрийсь</string>
|
493
|
+
<string>крізь</string>
|
494
|
+
<string>куди</string>
|
495
|
+
<string>куди</string>
|
496
|
+
<string>кудись</string>
|
497
|
+
<string>ледве</string>
|
498
|
+
<string>ледь</string>
|
499
|
+
<string>лише</string>
|
500
|
+
<string>майже</string>
|
501
|
+
<string>мало</string>
|
502
|
+
<string>ми</string>
|
503
|
+
<string>мимо</string>
|
504
|
+
<string>між</string>
|
505
|
+
<string>містить</string>
|
506
|
+
<string>містить</string>
|
507
|
+
<string>може</string>
|
508
|
+
<string>можна</string>
|
509
|
+
<string>на</string>
|
510
|
+
<string>набагато</string>
|
511
|
+
<string>навздогін</string>
|
512
|
+
<string>навіщо</string>
|
513
|
+
<string>навіщось</string>
|
514
|
+
<string>навряд</string>
|
515
|
+
<string>чи</string>
|
516
|
+
<string>над</string>
|
517
|
+
<string>надалі</string>
|
518
|
+
<string>назад</string>
|
519
|
+
<string>нарізно</string>
|
520
|
+
<string>наскільки</string>
|
521
|
+
<string>настільки</string>
|
522
|
+
<string>наш</string>
|
523
|
+
<string>не</string>
|
524
|
+
<string>небагато</string>
|
525
|
+
<string>немало</string>
|
526
|
+
<string>ним</string>
|
527
|
+
<string>ні</string>
|
528
|
+
<string>якому</string>
|
529
|
+
<string>разі</string>
|
530
|
+
<string>раз</string>
|
531
|
+
<string>ніби</string>
|
532
|
+
<string>ніде</string>
|
533
|
+
<string>ніколи</string>
|
534
|
+
<string>нікуди</string>
|
535
|
+
<string>ніскільки</string>
|
536
|
+
<string>ніхто</string>
|
537
|
+
<string>нічий</string>
|
538
|
+
<string>нічого</string>
|
539
|
+
<string>ніщо</string>
|
540
|
+
<string>обоє</string>
|
541
|
+
<string>окрім</string>
|
542
|
+
<string>оскільки</string>
|
543
|
+
<string>особливо</string>
|
544
|
+
<string>остільки</string>
|
545
|
+
<string>ось</string>
|
546
|
+
<string>перед</string>
|
547
|
+
<string>під</string>
|
548
|
+
<string>пізніше</string>
|
549
|
+
<string>після</string>
|
550
|
+
<string>по</string>
|
551
|
+
<string>поблизу</string>
|
552
|
+
<string>повно</string>
|
553
|
+
<string>подекуди</string>
|
554
|
+
<string>полягає</string>
|
555
|
+
<string>помалу</string>
|
556
|
+
<string>поряд</string>
|
557
|
+
<string>своєму</string>
|
558
|
+
<string>посередині</string>
|
559
|
+
<string>потім</string>
|
560
|
+
<string>представляє</string>
|
561
|
+
<string>представляють</string>
|
562
|
+
<string>при</string>
|
563
|
+
<string>про</string>
|
564
|
+
<string>просто</string>
|
565
|
+
<string>проте</string>
|
566
|
+
<string>проти</string>
|
567
|
+
<string>прямо</string>
|
568
|
+
<string>ради</string>
|
569
|
+
<string>разом</string>
|
570
|
+
<string>раніше</string>
|
571
|
+
<string>раптом</string>
|
572
|
+
<string>своїми очима</string>
|
573
|
+
<string>серед</string>
|
574
|
+
<string>скільки</string>
|
575
|
+
<string>скількись</string>
|
576
|
+
<string>складно</string>
|
577
|
+
<string>собі</string>
|
578
|
+
<string>собою</string>
|
579
|
+
<string>спереду</string>
|
580
|
+
<string>спершу</string>
|
581
|
+
<string>спочатку</string>
|
582
|
+
<string>стільки</string>
|
583
|
+
<string>суцільно</string>
|
584
|
+
<string>та</string>
|
585
|
+
<string>так</string>
|
586
|
+
<string>так що</string>
|
587
|
+
<string>такий</string>
|
588
|
+
<string>також</string>
|
589
|
+
<string>там</string>
|
590
|
+
<string>те</string>
|
591
|
+
<string>теж</string>
|
592
|
+
<string>то</string>
|
593
|
+
<string>хіба</string>
|
594
|
+
<string>того</string>
|
595
|
+
<string>тоді</string>
|
596
|
+
<string>той</string>
|
597
|
+
<string>той</string>
|
598
|
+
<string>що містить</string>
|
599
|
+
<string>том</string>
|
600
|
+
<string>тому</string>
|
601
|
+
<string>треба</string>
|
602
|
+
<string>тут</string>
|
603
|
+
<string>у</string>
|
604
|
+
<string>відношенні</string>
|
605
|
+
<string>убік</string>
|
606
|
+
<string>увись</string>
|
607
|
+
<string>увісьмох</string>
|
608
|
+
<string>удалину</string>
|
609
|
+
<string>удвічі</string>
|
610
|
+
<string>удвічі</string>
|
611
|
+
<string>удвох</string>
|
612
|
+
<string>удев'ятьох</string>
|
613
|
+
<string>удосталь</string>
|
614
|
+
<string>укупі</string>
|
615
|
+
<string>уподовж</string>
|
616
|
+
<string>усередині</string>
|
617
|
+
<string>услід</string>
|
618
|
+
<string>усюди</string>
|
619
|
+
<string>хоч</string>
|
620
|
+
<string>хоча</string>
|
621
|
+
<string>хто</string>
|
622
|
+
<string>хтось</string>
|
623
|
+
<string>це</string>
|
624
|
+
<string>цим</string>
|
625
|
+
<string>цих</string>
|
626
|
+
<string>ці</string>
|
627
|
+
<string>цьому</string>
|
628
|
+
<string>часом</string>
|
629
|
+
<string>через</string>
|
630
|
+
<string>чи</string>
|
631
|
+
<string>чиє</string>
|
632
|
+
<string>чиєсь</string>
|
633
|
+
<string>чий</string>
|
634
|
+
<string>чий</string>
|
635
|
+
<string>небудь</string>
|
636
|
+
<string>чийсь</string>
|
637
|
+
<string>чим</string>
|
638
|
+
<string>чого</string>
|
639
|
+
<string>чого-небудь</string>
|
640
|
+
<string>чогось</string>
|
641
|
+
<string>чому</string>
|
642
|
+
<string>чомусь</string>
|
643
|
+
<string>шляхом</string>
|
644
|
+
<string>ще</string>
|
645
|
+
<string>що</string>
|
646
|
+
<string>що зовсім</string>
|
647
|
+
<string>що має</string>
|
648
|
+
<string>що мають</string>
|
649
|
+
<string>що скільки-небудь</string>
|
650
|
+
<string>щоб</string>
|
651
|
+
<string>що-небудь</string>
|
652
|
+
<string>щосили</string>
|
653
|
+
<string>щось</string>
|
654
|
+
<string>я</string>
|
655
|
+
<string>і</string>
|
656
|
+
<string>раніше</string>
|
657
|
+
<string>якийсь</string>
|
658
|
+
<string>як-небудь</string>
|
659
|
+
<string>якось</string>
|
660
|
+
<string>якщо</string>
|
661
|
+
<string>й</string>
|
662
|
+
<string>ті</string>
|
663
|
+
<string>від</string>
|
664
|
+
<string>ці</string>
|
665
|
+
<string>ця</string>
|
666
|
+
<string>цю</string>
|
667
|
+
<string>цієї</string>
|
668
|
+
<string>усіх</string>
|
669
|
+
<string>які</string>
|
670
|
+
<string>якої</string>
|
671
|
+
<string>якою</string>
|
672
|
+
<string>якому</string>
|
673
|
+
<string>грн</string>
|
674
|
+
<string>якщо</string>
|
675
|
+
<string>цього</string>
|
676
|
+
<string>свої</string>
|
677
|
+
<string>своїх</string>
|
678
|
+
<string>зі</string>
|
679
|
+
<string>з</string>
|
680
|
+
<string>або</string>
|
681
|
+
<string>ні</string>
|
682
|
+
<string>інщої</string>
|
683
|
+
<string>як</string>
|
684
|
+
<string>яка</string>
|
685
|
+
<string>якої</string>
|
686
|
+
<string>деяких</string>
|
687
|
+
<string>деяка</string>
|
688
|
+
<string>деякий</string>
|
689
|
+
<string>якщо</string>
|
690
|
+
<string>які</string>
|
691
|
+
<string>яке</string>
|
692
|
+
<string>яку</string>
|
693
|
+
<string>яким</string>
|
694
|
+
<string>яких</string>
|
695
|
+
<string>який</string>
|
696
|
+
<string>якій</string>
|
697
|
+
<string>якими</string>
|
698
|
+
<string>якого</string>
|
699
|
+
<string>або</string>
|
700
|
+
<string>такому</string>
|
701
|
+
<string>таких</string>
|
702
|
+
<string>таким</string>
|
703
|
+
<string>такого</string>
|
704
|
+
<string>адже</string>
|
705
|
+
<string>має</string>
|
706
|
+
<string>маю</string>
|
707
|
+
<string>їхнім</string>
|
708
|
+
<string>вул</string>
|
709
|
+
<string>тел</string>
|
710
|
+
<string>якщо</string>
|
711
|
+
<string>якому</string>
|
712
|
+
<string>їм</string>
|
713
|
+
<string>щодо</string>
|
714
|
+
<string>об</string>
|
715
|
+
<string>оба</string>
|
716
|
+
<string>обидва</string>
|
717
|
+
<string>обидві</string>
|
718
|
+
<string>був</string>
|
719
|
+
<string>була</string>
|
720
|
+
<string>було</string>
|
721
|
+
<string>під</string>
|
722
|
+
<string>ці</string>
|
723
|
+
<string>ця</string>
|
724
|
+
<string>цією</string>
|
725
|
+
<string>цими</string>
|
726
|
+
<string>цим</string>
|
727
|
+
<string>цій</string>
|
728
|
+
<string>ній</string>
|
729
|
+
<string>свій</string>
|
730
|
+
<string>іншому</string>
|
731
|
+
<string>інших</string>
|
732
|
+
<string>іншим</string>
|
733
|
+
<string>іншого</string>
|
734
|
+
<string>іншої</string>
|
735
|
+
<string>іншими</string>
|
736
|
+
<string>тільки</string>
|
737
|
+
<string>деякі</string>
|
738
|
+
<string>повному</string>
|
739
|
+
<string>насамперед</string>
|
740
|
+
<string>крім</string>
|
741
|
+
<string>того</string>
|
742
|
+
<string>напередодні</string>
|
743
|
+
<string>безпосередньо</string>
|
744
|
+
<string>однак</string>
|
745
|
+
<string>ніж</string>
|
746
|
+
<string>таким</string>
|
747
|
+
<string>чином</string>
|
748
|
+
<string>менш</string>
|
749
|
+
<string>ніж</string>
|
750
|
+
<string>більш</string>
|
751
|
+
<string>перш</string>
|
752
|
+
<string>будь-коли</string>
|
753
|
+
<string>де-небудь</string>
|
754
|
+
<string>із-за</string>
|
755
|
+
<string>куди-небудь</string>
|
756
|
+
<string>ледь-ледь</string>
|
757
|
+
<string>чиє-небудь</string>
|
758
|
+
<string>чий-небудь</string>
|
759
|
+
<string>чого-небудь</string>
|
760
|
+
<string>скільки-небудь</string>
|
761
|
+
<string>що-небудь</string>
|
762
|
+
<string>як-небудь</string>
|
763
|
+
</array>
|
764
|
+
</plist>
|