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
data/documentation_project/Contents/Resources/Base.lproj/060_content/040_partials.html.md.erb
DELETED
@@ -1,121 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Partials
|
3
|
-
blurb: Take advantage of <em>Middlemac</em>’s partials, and maybe even learn to
|
4
|
-
write your own!
|
5
|
-
layout: template-logo-medium
|
6
|
-
---
|
7
|
-
<%= md_links %>
|
8
|
-
<%= md_images %>
|
9
|
-
|
10
|
-
|
11
|
-
<%= current_page.data.title %>
|
12
|
-
==============================
|
13
|
-
|
14
|
-
<%= current_page.data.blurb %>
|
15
|
-
|
16
|
-
_Middlemac_ includes several partials that it uses to provide a structured,
|
17
|
-
easy to use framework for generating Apple Help Books. You can use these
|
18
|
-
partials as they are or modify them to suit your preferences.
|
19
|
-
|
20
|
-
The included partials are mostly functional, but you can also make partials for
|
21
|
-
other content that you use repeatedly throughout your project.
|
22
|
-
|
23
|
-
Note that all partials source filenames are prefixed with an underscore, and
|
24
|
-
they also don’t have an `.html` extension. Partials will be included in your
|
25
|
-
content pages; we don’t want _Middleman_ to output them into the build
|
26
|
-
directory!
|
27
|
-
{:.note}
|
28
|
-
|
29
|
-
Although the partials discussed below are included in the source code for this
|
30
|
-
documentation project, they’re not used in this project. Instead this project
|
31
|
-
uses the helpers that correspond to the partials below.
|
32
|
-
{:.note}
|
33
|
-
|
34
|
-
|
35
|
-
Included partials
|
36
|
-
-----------------
|
37
|
-
|
38
|
-
Note: because partials are included with the `partial` helper without the
|
39
|
-
leading underscore and extension, by convention they are mentioned in this
|
40
|
-
documentation without these decorations, too.
|
41
|
-
|
42
|
-
`nav_breadcrumbs` and `nav_breadcrumbs_alt`
|
43
|
-
: These (two variations) render the breadcrumbs widget at the top of the
|
44
|
-
window.
|
45
|
-
|
46
|
-
`nav_brethren` and `nav_brethren_index`
|
47
|
-
: These partials render lists of all sibling pages that have a sort order and
|
48
|
-
are part of the current target and feature settings. `nav_brethren` includes
|
49
|
-
the page’s `:blurb` front matter data, and `nav_brethren_index` lacks this.
|
50
|
-
|
51
|
-
`nav_legitimate_children`
|
52
|
-
: Renders a list with link and blurb for all legitimate children, i.e.,
|
53
|
-
children that have a sort order and are allowed by the current target and
|
54
|
-
features settings.
|
55
|
-
|
56
|
-
`nav_prev_next`
|
57
|
-
: This partial renders the navigation widget on pages that have it enabled.
|
58
|
-
|
59
|
-
`nav_toc_index`
|
60
|
-
: Renders a site-map style index starting at `current_page` or at a passed-in
|
61
|
-
resource.
|
62
|
-
|
63
|
-
Partials are an excellent alternative to the provided helpers, especially if
|
64
|
-
you want to make modifications. Because they correspond exactly with their
|
65
|
-
eponymic helpers, you should refer to the [helper API reference][helpers_ref].
|
66
|
-
|
67
|
-
|
68
|
-
Your Own Partials
|
69
|
-
-----------------
|
70
|
-
|
71
|
-
The included partials are purely functional, i.e., they provide service to key
|
72
|
-
parts of _Middlemac_’s framework. You can write your own partials that provide
|
73
|
-
functionality, too, such as rendering something from a
|
74
|
-
[local data file][using_local_data].
|
75
|
-
|
76
|
-
You can also use partials to contain oft-used content. Maybe pieces of a change
|
77
|
-
log, should you want to present that information to your users in multiple
|
78
|
-
places. Maybe common warnings that can be included in multiple pages.
|
79
|
-
|
80
|
-
|
81
|
-
Conventions
|
82
|
-
-----------
|
83
|
-
|
84
|
-
Partials should be placed into the correct `partials` directory so that
|
85
|
-
_Middleman_’s `partial` helper can find them.
|
86
|
-
|
87
|
-
Because partials are not rendered into final HTML output files, you should
|
88
|
-
prefix their filenames with and underscore, and _not_ include `.html` in the
|
89
|
-
extensions chain.
|
90
|
-
|
91
|
-
When using the `partial` helper, _Middleman_ already expects the actual file to
|
92
|
-
be prefixed with an underscore, therefore you should _not_ include the
|
93
|
-
underscore when you use the helper.
|
94
|
-
|
95
|
-
~~~ erb
|
96
|
-
<%%= partial 'include_me' %>
|
97
|
-
~~~
|
98
|
-
|
99
|
-
_not_
|
100
|
-
|
101
|
-
~~~ erb
|
102
|
-
<%%= partial '_include_me' %>
|
103
|
-
~~~
|
104
|
-
|
105
|
-
You can pass data to partials as local variable context within the partial.
|
106
|
-
For example:
|
107
|
-
|
108
|
-
~~~ erb
|
109
|
-
<%%= partial 'hello_world', :locals => { :one => 'Rabbit', :color => 'pink' } %>
|
110
|
-
~~~
|
111
|
-
|
112
|
-
Then, within the code of the partial, you will have local variables `one` and
|
113
|
-
`color` available to you with their respective values.
|
114
|
-
|
115
|
-
Note: these hash key-values use a symbol as a key, and a value as the value for
|
116
|
-
the key. This is not the same as assigning a value to the Ruby symbol, because
|
117
|
-
the symbol’s value is simply itself. The hash key is like an `id` object in an
|
118
|
-
`NSDictionary`. Then when passed to the partial, there will exist a new local
|
119
|
-
variable using the symbol name. The symbol `:one` becomes the variable `one`
|
120
|
-
having a string value “pink” in this example.
|
121
|
-
{:.note}
|
data/documentation_project/Contents/Resources/Base.lproj/060_content/050_resources.html.md.erb
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Middlemac extended <em>resource</em> methods
|
3
|
-
blurb: <em>Middlemac</em> extends <em>Middleman</em>’s built in resource (page)
|
4
|
-
methods by adding several methods that make developing help books even
|
5
|
-
easier.
|
6
|
-
layout: template-logo-medium
|
7
|
-
---
|
8
|
-
<%= md_links %>
|
9
|
-
<%= md_images %>
|
10
|
-
|
11
|
-
<% content_for :seeAlso do %>
|
12
|
-
<ul>
|
13
|
-
<li><%= link_to 'Resource API Documentation', '../reference/resource_ext_ref.html' %></li>
|
14
|
-
</ul>
|
15
|
-
<% end %>
|
16
|
-
|
17
|
-
<%= current_page.data.title %>
|
18
|
-
==============================
|
19
|
-
|
20
|
-
<%= current_page.data.blurb %>
|
21
|
-
|
22
|
-
_Resources_ in _Middleman_-speak generally refers to pages in _Middleman_’s
|
23
|
-
internal site-map. As Ruby objects, resources have a lot of useful information
|
24
|
-
about them.
|
25
|
-
|
26
|
-
Note: there’s a lot you can do with _Middlemac_ without manipulating or using
|
27
|
-
resources directly. The _Middlemac_ framework does a lot of this manipulation
|
28
|
-
for you. There’s nothing in this documentation help book, for example, that uses
|
29
|
-
features not provided by the conventions.
|
30
|
-
{:.note}
|
31
|
-
|
32
|
-
|
33
|
-
Common _Middleman_ Resources
|
34
|
-
----------------------------
|
35
|
-
|
36
|
-
Because _Middlemac_’s resources depend so heavily on the built-in resources, a
|
37
|
-
quick review and examples are in order.
|
38
|
-
|
39
|
-
`current_page` or `current_resource`
|
40
|
-
: The `current_page` resource is available in all of your help pages, as well
|
41
|
-
as the partials that your help pages include.
|
42
|
-
|
43
|
-
`current_page.breadcrumbs.first`
|
44
|
-
: This refers to the top level landing page of your help file.
|
45
|
-
|
46
|
-
_`resource`_`.parent`
|
47
|
-
: This references the parent resource. For example `current_page.parent` would
|
48
|
-
refer to the parent page of this one:
|
49
|
-
**<%= current_page.parent.data.title %>**.
|
50
|
-
|
51
|
-
_`resource`_`.brethren_next` and _`resource`_`.brethren_previous`
|
52
|
-
: These _Middlemac_ supplied references refer to the next and previous pages,
|
53
|
-
respectively, in the current group, and they are resources, too.
|
54
|
-
|
55
|
-
|
56
|
-
API Reference
|
57
|
-
-------------
|
58
|
-
|
59
|
-
Have a closer look at all of the _Middlemac_-provided resource extensions in
|
60
|
-
the [Resource API Documentation][resource_ext_ref].
|
@@ -1,68 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Including and excluding targets and features
|
3
|
-
blurb: A reference of how to use targets and features in more detail than that
|
4
|
-
provided in the Help Structure section.
|
5
|
-
layout: template-logo-medium
|
6
|
-
---
|
7
|
-
<%= md_links %>
|
8
|
-
<%= md_images %>
|
9
|
-
|
10
|
-
|
11
|
-
<%= current_page.data.title %>
|
12
|
-
==============================
|
13
|
-
|
14
|
-
<%= current_page.data.blurb %>
|
15
|
-
|
16
|
-
|
17
|
-
Why include and exclude?
|
18
|
-
------------------------
|
19
|
-
|
20
|
-
Although _Middlemac_ is an excellent tool for developing single-target Apple
|
21
|
-
Help Books, it really shines when you want to develop multiple versions of
|
22
|
-
help books for multiple versions of your application.
|
23
|
-
|
24
|
-
Delivering a help system tailored _specifically_ for the version of the
|
25
|
-
application that it belongs to will increase user satisfaction by allowing them
|
26
|
-
to focus on the aspects of the help that’s applicable to them. No one wants to
|
27
|
-
attempt to solve a problem and then learn, during troubleshooting, that some
|
28
|
-
fancy feature is only available in some other version of your application.
|
29
|
-
|
30
|
-
You want to promote other versions of your application, certainly. Multiple
|
31
|
-
targets allows you appropriately place upsell messages without distracting
|
32
|
-
your users. It also allows you to avoid upselling the users who are already
|
33
|
-
using your premium or top-level version.
|
34
|
-
|
35
|
-
Maybe your application is available on your website and also the Mac App Store?
|
36
|
-
In this case there are certainly going to be feature differences. You web
|
37
|
-
version uses _Sparkle_ for updates, but the MAS version doesn’t. Your MAS
|
38
|
-
version requires users to authorize writing to user directories because of
|
39
|
-
sandboxing, whereas your web-distributed version does not.
|
40
|
-
|
41
|
-
Make your help files as polished as your applications, and users will be happy
|
42
|
-
and delighted without even really knowing why!
|
43
|
-
|
44
|
-
|
45
|
-
Include and Exclude Parts of Pages
|
46
|
-
----------------------------------
|
47
|
-
|
48
|
-
In the simplest case you have help page that is present for all versions of your
|
49
|
-
help book, but some of the content will be different for different targets and
|
50
|
-
features. You can re-visit the [`target_name?`][targets] example and the
|
51
|
-
[`target_feature?`][features] example to review how to show and hide specific
|
52
|
-
content on each page.
|
53
|
-
|
54
|
-
Limit Images to Particular Targets and Features
|
55
|
-
-----------------------------------------------
|
56
|
-
|
57
|
-
Don't forget that the [`image_tag` helper][helpers_ext_ref] can be used with
|
58
|
-
parameters to limit images to certain targets and features, too.
|
59
|
-
|
60
|
-
|
61
|
-
Include and Exclude Entire Pages
|
62
|
-
--------------------------------
|
63
|
-
|
64
|
-
In the case of wanting to hide or show entire pages based on target or feature,
|
65
|
-
you’ve also seen the `target` and `exclude` [front matter][frontmatter] keys.
|
66
|
-
When used, you have excellent control over whether entire pages are visible or
|
67
|
-
not.
|
68
|
-
|
@@ -1,93 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: <code>md_links</code> and <code>md_images</code> helpers
|
3
|
-
blurb: Learn to take advantage of helpers that give you a hand using reference
|
4
|
-
style links to content and images.
|
5
|
-
layout: template-logo-medium
|
6
|
-
---
|
7
|
-
<%= md_links %>
|
8
|
-
<%= md_images %>
|
9
|
-
|
10
|
-
|
11
|
-
<%= current_page.data.title %>
|
12
|
-
==============================
|
13
|
-
|
14
|
-
<%= current_page.data.blurb %>
|
15
|
-
|
16
|
-
You’ll notice (as you look at the source files for this help content) that the
|
17
|
-
first ERB instructions immediately after the frontmatter are:
|
18
|
-
|
19
|
-
~~~ erb
|
20
|
-
<%%= md_links %>
|
21
|
-
<%%= md_images %>
|
22
|
-
~~~
|
23
|
-
|
24
|
-
These convenience helpers make it relatively simple to include Markdown links
|
25
|
-
and images using the reference format.
|
26
|
-
|
27
|
-
Links
|
28
|
-
-----
|
29
|
-
|
30
|
-
~~~ markdown
|
31
|
-
[all help content][all_help_content-index]
|
32
|
-
~~~
|
33
|
-
|
34
|
-
…will generate the following link:
|
35
|
-
|
36
|
-
[all help content][all_help_content-index]
|
37
|
-
|
38
|
-
This is especially useful if your page source filenames stay constant.
|
39
|
-
|
40
|
-
The reference name will always be the base output name of the file. For index
|
41
|
-
files, the format will be `groupname-index`, where the groupname is the name of
|
42
|
-
the containing directory, as you should already know. The top-level index file
|
43
|
-
will conveniently, simply be `index`.
|
44
|
-
|
45
|
-
You should strive to use unique filenames if you use this feature, as this will
|
46
|
-
ensure that your references remain unique. In the event of reference name
|
47
|
-
collisions, the reference name will be prepended with its nesting groups as many
|
48
|
-
levels as necessary to become unique. For convenience items that are higher in
|
49
|
-
your directory hierarchy are prioritized against prepending.
|
50
|
-
|
51
|
-
Here’s the complete result of this helper for this help book:
|
52
|
-
|
53
|
-
~~~ markdown
|
54
|
-
<%= md_links %>
|
55
|
-
~~~
|
56
|
-
|
57
|
-
Pretty neat how it includes the titles, right? Try hovering your mouse over the
|
58
|
-
example [all help content][all_help_content-incex] link. Including titles isn’t
|
59
|
-
possible in Markdown without using reference links.
|
60
|
-
{:.note}
|
61
|
-
|
62
|
-
|
63
|
-
Images
|
64
|
-
------
|
65
|
-
|
66
|
-
Markdown also supports a reference format for images. It looks like this:
|
67
|
-
|
68
|
-
~~~ markdown
|
69
|
-
![this is alt tag content][middlemac-logo-small]
|
70
|
-
~~~
|
71
|
-
|
72
|
-
And will generate this:
|
73
|
-
|
74
|
-
![this is alt tag content][middlemac-logo-small]
|
75
|
-
|
76
|
-
|
77
|
-
Here’s the complete result of this helper for this help book:
|
78
|
-
|
79
|
-
~~~ markdown
|
80
|
-
<%= md_images %>
|
81
|
-
~~~
|
82
|
-
|
83
|
-
Note that using reference style Markdown images is performed by the Markdown
|
84
|
-
processor directly. Using magic prefixes for automatic target-based images
|
85
|
-
won’t work. However they will work with standard Markdown, non-reference
|
86
|
-
images. Note how this next example includes the target-specific logo:
|
87
|
-
{:.note}
|
88
|
-
|
89
|
-
~~~ markdown
|
90
|
-
![target specific logo](all-middlemac-logo-small)
|
91
|
-
~~~
|
92
|
-
|
93
|
-
![target specific logo](all-middlemac-logo-small)
|
data/documentation_project/Contents/Resources/Base.lproj/060_content/090_css_image_sizes.html.md.erb
DELETED
@@ -1,90 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Automatic CSS Image Maximum Sizes
|
3
|
-
blurb: Ensure that your image sizes aren’t unexpectedly distorted by using this
|
4
|
-
special helper.
|
5
|
-
layout: template-logo-medium
|
6
|
-
---
|
7
|
-
<%= md_links %>
|
8
|
-
<%= md_images %>
|
9
|
-
|
10
|
-
|
11
|
-
<%= current_page.data.title %>
|
12
|
-
==============================
|
13
|
-
|
14
|
-
<%= current_page.data.blurb %>
|
15
|
-
|
16
|
-
This helper provides CSS code for each of your images, specifying a `max-width`
|
17
|
-
and `max-height` for each image used in your Middleman project (except for SVG
|
18
|
-
files, which don’t have dimensions).
|
19
|
-
|
20
|
-
## Example
|
21
|
-
|
22
|
-
When called like this:
|
23
|
-
|
24
|
-
~~~ erb
|
25
|
-
<%%= css_image_sizes %>
|
26
|
-
~~~
|
27
|
-
|
28
|
-
…the result is this:
|
29
|
-
|
30
|
-
~~~ scss
|
31
|
-
<%= css_image_sizes %>
|
32
|
-
~~~
|
33
|
-
|
34
|
-
## Use
|
35
|
-
|
36
|
-
You could use this in an HTML `<style>` element on each of your pages, or better
|
37
|
-
yet in your layouts. This has the unfortunate effect of including it in every
|
38
|
-
one of your pages, however, and so this sample project uses it like this:
|
39
|
-
|
40
|
-
Contents of `stylesheets/css_image_sizes.css.erb`:
|
41
|
-
|
42
|
-
~~~ erb
|
43
|
-
<%%= css_image_sizes %>
|
44
|
-
~~~
|
45
|
-
|
46
|
-
This will create `stylesheets/css_image_sizes.css` in your build output, and
|
47
|
-
this file is included in the project layout file:
|
48
|
-
|
49
|
-
~~~ haml
|
50
|
-
= stylesheet_link_tag 'css_image_sizes'
|
51
|
-
~~~
|
52
|
-
|
53
|
-
You will be tempted to add this helper to your `style.css.scss` file, maybe
|
54
|
-
even renaming it to `style.css.scss.erb`, but this will not work due to the
|
55
|
-
order that Middleman and SASS build output.
|
56
|
-
{:.note}
|
57
|
-
|
58
|
-
|
59
|
-
## Technical details
|
60
|
-
|
61
|
-
This CSS will control your image sizes by specifying a maximum width and height
|
62
|
-
for each image in the project using the `src` attribute selector and matching
|
63
|
-
against the end of that value. For example:
|
64
|
-
|
65
|
-
~~~ scss
|
66
|
-
img[src$='icon.png'] { max-width: 256px; max-height: 256px; }
|
67
|
-
~~~
|
68
|
-
|
69
|
-
CSS matches using literal text, and so will not respect relative paths. The
|
70
|
-
simple rule above has a high possibility of naming collisions with other files
|
71
|
-
named `icon.png`.
|
72
|
-
|
73
|
-
If you follow Middleman’s best practices and keep most or all of your images in
|
74
|
-
the defined `:images_dir` then the possibility of naming collisions will go
|
75
|
-
away, as this helper will deliver the `src` attribute selectors starting with
|
76
|
-
the final component of your `:images_dir`, for example:
|
77
|
-
|
78
|
-
~~~ scss
|
79
|
-
img[src$='images/logo-small.png'] { max-width: 128px; max-height: 128px; }
|
80
|
-
img[src$='images/blog/logo-small.png'] { max-width: 160px; max-height: 160px; }
|
81
|
-
img[src$='icon_32x32.png'] { max-width: 32px; max-height: 32px; }
|
82
|
-
~~~
|
83
|
-
|
84
|
-
In this example, the last image – `icon_32x32.png` – is not within `:images_dir`
|
85
|
-
and so has no directory and is subject to naming collisions.
|
86
|
-
|
87
|
-
The scheme above will work whether or not Middleman is configured with
|
88
|
-
`relative_assets` because both relative and absolute links will always contain
|
89
|
-
that last part of the path component. The only way this might break is by
|
90
|
-
serving HTML pages from within your `:images_dir`.
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: "Workflow: Develop your Help Content"
|
3
|
-
blurb: Once you’ve learned of the possibilities when it comes to structuring
|
4
|
-
your help, discover all of the conveniences made possible by
|
5
|
-
<em>Middlemac</em>’s rich set of content features.
|
6
|
-
layout: template-logo-large
|
7
|
-
navigate: true
|
8
|
-
---
|
9
|
-
<%= md_links %>
|
10
|
-
<%= md_images %>
|
11
|
-
|
12
|
-
<%= current_page.data.title %>
|
13
|
-
==============================
|
14
|
-
|
15
|
-
<%= current_page.data.blurb %>
|
16
|
-
|
17
|
-
* * *
|
18
|
-
|
19
|
-
<%= nav_legitimate_children %>
|
20
|
-
|
21
|
-
* * *
|
data/documentation_project/Contents/Resources/Base.lproj/070_preview_build/index.html.md.erb
DELETED
@@ -1,78 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: "Workflow: Preview and Build your Help Books"
|
3
|
-
blurb: "Your development be quicker by previewing your work with
|
4
|
-
<em>Middleman</em>’s preview server before the next step: building your
|
5
|
-
help book."
|
6
|
-
layout: template-logo-medium
|
7
|
-
navigate: true
|
8
|
-
---
|
9
|
-
<%= md_links %>
|
10
|
-
<%= md_images %>
|
11
|
-
|
12
|
-
<%= current_page.data.title %>
|
13
|
-
==============================
|
14
|
-
|
15
|
-
<%= current_page.data.blurb %>
|
16
|
-
|
17
|
-
Preview in a Web Browser
|
18
|
-
------------------------
|
19
|
-
|
20
|
-
_Middleman_ has its own web server so that you can preview your work during
|
21
|
-
development. From within your project directory, simply do:
|
22
|
-
|
23
|
-
~~~ bash
|
24
|
-
bundle exec middleman
|
25
|
-
~~~
|
26
|
-
|
27
|
-
This will start the server with your default target. To specify a specific
|
28
|
-
target to serve, simply use the `--target` command line option:
|
29
|
-
|
30
|
-
~~~ bash
|
31
|
-
bundle exec middleman --target your_target_here
|
32
|
-
~~~
|
33
|
-
|
34
|
-
In general the server address to connect to in your browser is `localhost:4567`,
|
35
|
-
but your environment could be different. The server will always provide one or
|
36
|
-
more addresses to try.
|
37
|
-
|
38
|
-
Note also that if you try to connect to your Help Book project at the server
|
39
|
-
root, you will receive a file not found error. Do remember that due to Mac OS X
|
40
|
-
help book requirements, the content actually begins at `/Resources/Base.lproj/`.
|
41
|
-
|
42
|
-
|
43
|
-
Build your Help Book(s)
|
44
|
-
-----------------------
|
45
|
-
|
46
|
-
Build your projects is similarly easy:
|
47
|
-
|
48
|
-
~~~ bash
|
49
|
-
bundle exec middleman build
|
50
|
-
~~~
|
51
|
-
|
52
|
-
…to build the default target.
|
53
|
-
|
54
|
-
~~~ bash
|
55
|
-
bundle exec middleman build --target your_target_here
|
56
|
-
~~~
|
57
|
-
|
58
|
-
…to build the target named `your_target_here`.
|
59
|
-
|
60
|
-
|
61
|
-
~~~ bash
|
62
|
-
bundle exec middleman build_all
|
63
|
-
~~~
|
64
|
-
|
65
|
-
…to build all of your targets at once.
|
66
|
-
|
67
|
-
|
68
|
-
Opening your Help Books
|
69
|
-
-----------------------
|
70
|
-
|
71
|
-
Mac OS X won't open help books that haven’t been indexed by the operating
|
72
|
-
system, so you’ll have to preview them in a real application. Because you’re
|
73
|
-
making help books, it’s presumed that you have an application that can fill this
|
74
|
-
role. If not, you can modify the included **HelpViewerApp** Xcode project that’s
|
75
|
-
in this documentation project’s directory.
|
76
|
-
|
77
|
-
To view the contents of the `.help` package in **Finder**, simply context-click
|
78
|
-
it and choose **Show Package Contents**.
|
@@ -1,110 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Apple .help bundle setup
|
3
|
-
blurb: A reference to what <em>Middlemac</em> does to ensure that you build a
|
4
|
-
proper, working Apple Help Book.
|
5
|
-
layout: template-logo-medium
|
6
|
-
---
|
7
|
-
<%= md_links %>
|
8
|
-
<%= md_images %>
|
9
|
-
|
10
|
-
|
11
|
-
<%= current_page.data.title %>
|
12
|
-
==============================
|
13
|
-
|
14
|
-
<%= current_page.data.blurb %>
|
15
|
-
|
16
|
-
CFBundleName and Targets
|
17
|
-
------------------------
|
18
|
-
|
19
|
-
The first thing we need to do is come up with a `CFBundleName` for our help
|
20
|
-
projects, and decide what the targets are going to be. This will help us setup
|
21
|
-
Xcode shortly.
|
22
|
-
|
23
|
-
Xcode doesn’t know or care what the help bundle’s `CFBundleName` is, but
|
24
|
-
_Middlemac_ uses it and the target to name the final, built help bundle, and
|
25
|
-
Xcode _does_ have to know the name of those.
|
26
|
-
|
27
|
-
All of your targets will share the same `CFBundleName`, so it should be
|
28
|
-
descriptive of all of your targets and related to your product name. If the
|
29
|
-
examples on this page, we’ll use `Middlemac`. This project also has the targets
|
30
|
-
`pro` and `free`. What this means is _Middlemac_ will build help bundles named
|
31
|
-
`Middlemac (pro).help` and `Middlemac (free).help`.
|
32
|
-
|
33
|
-
Let’s use this information and start to setup Xcode.
|
34
|
-
|
35
|
-
|
36
|
-
Xcode Configuration
|
37
|
-
-------------------
|
38
|
-
|
39
|
-
### Add Files
|
40
|
-
|
41
|
-
Let’s first tell your Xcode targets that the help bundle files are available. In
|
42
|
-
your Xcode project, create folders named `Middlemac (pro).help` and `Middlemac
|
43
|
-
(free).help`. They typically go into your project’s `Resources` folder. Mac OS
|
44
|
-
will automatically display them as bundles. For now, these are just proxies for
|
45
|
-
the bundles we’ll build later.
|
46
|
-
|
47
|
-
Next you can add these files to Xcode the usual way (“Add files…”). **Make sure
|
48
|
-
you add these by creating folder references. This is critical.** If you are
|
49
|
-
able to browse the folder contents in Xcode, then they were not properly added
|
50
|
-
and will not properly copy into the final application bundle.
|
51
|
-
|
52
|
-
Just in case the bold sentence wasn’t reminder enough: make sure you select the
|
53
|
-
option to create folder references when adding files.
|
54
|
-
{:.note}
|
55
|
-
|
56
|
-
Assuming you have a Pro and Free target in Xcode, you can use the file inspector
|
57
|
-
to make sure the Pro `.help` and the Free `.help` have the appropriate, obvious
|
58
|
-
target memberships.
|
59
|
-
|
60
|
-
### Configure your applications’ `Info.plist` files
|
61
|
-
|
62
|
-
If you have multiple Xcode targets, you may be using a different `Info.plist`
|
63
|
-
file for each target. If not, then you’ll have to start because they contain
|
64
|
-
information unique to each help book.
|
65
|
-
|
66
|
-
Alternatively you can setup an `Info.plist` pre-processor (this is my preferred
|
67
|
-
approach) that generates an `Info.plist` for each target when you build.
|
68
|
-
_That’s_ beyond the scope of this document, though. You can begin by looking at
|
69
|
-
your Xcode targets’ **Build Settings -> Packaging**.
|
70
|
-
{:.note}
|
71
|
-
|
72
|
-
In each of your `Info.plist` files, find or create the following keys:
|
73
|
-
|
74
|
-
`Help Book directory name` (Xcode name)
|
75
|
-
`CFBundleHelpBookFolder` (raw key name)
|
76
|
-
|
77
|
-
: Ensure you use the appropriate `Middlemac (pro).help` or
|
78
|
-
`Middlemac (free).help`, depending on which target’s `.plist` this is.
|
79
|
-
|
80
|
-
`Help Book identifier` (Xcode name)
|
81
|
-
`CFBundleHelpBookName` (raw key name)
|
82
|
-
|
83
|
-
: This must match the unique `CFBundleID` that you set for each of your
|
84
|
-
help targets in the help project’s `config.rb` file. If you’ve not setup
|
85
|
-
the `config.rb` yet, now is a good time to decide on the keys that you will
|
86
|
-
use.
|
87
|
-
|
88
|
-
This sample project uses `com.balthisar.middlemac.free.help` and
|
89
|
-
`com.balthisar.middlemac.pro.help`.
|
90
|
-
|
91
|
-
|
92
|
-
Setup `config.rb` and especially `options.Help_Output_Location`
|
93
|
-
-------------------------------------------------------------------
|
94
|
-
|
95
|
-
Next make sure you setup `config.rb` with matching values from above.
|
96
|
-
|
97
|
-
We setup empty proxy `.help` bundles for Xcode above. Make sure that you set
|
98
|
-
your `config.rb`’s `options.Help_Output_Location` to the directory that you
|
99
|
-
created the proxy files. Then, any time you build your help projects with
|
100
|
-
_Middlemac_, they will be ready to go in Xcode automatically, the next time you
|
101
|
-
build your Xcode project.
|
102
|
-
|
103
|
-
|
104
|
-
_Middlemac_ takes care of everything else
|
105
|
-
-----------------------------------------
|
106
|
-
|
107
|
-
Once your `config.rb` is setup, _Middlemac_ takes care of setting all of the
|
108
|
-
required keys and data in all of the help bundle `.plist`, `.strings`, and
|
109
|
-
main `index.html` file, managing them for each target.
|
110
|
-
|