middlemac 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,206 @@
|
|
1
|
+
---
|
2
|
+
title: Directory Conventions
|
3
|
+
blurb: Learn about proper structure for your directory hierarchy, filenames,
|
4
|
+
and image locations, and discover some best practices related to
|
5
|
+
paths.
|
6
|
+
---
|
7
|
+
<%= md_links %>
|
8
|
+
<%= md_images %>
|
9
|
+
|
10
|
+
You will have noticed by now that your content root appears to be two levels
|
11
|
+
below the actual project root. This is a result of the Apple Help directory
|
12
|
+
structure. Remember, _Middleman_ depends on building an output project that
|
13
|
+
mirrors the input project. In order for links, images, and other content to
|
14
|
+
be accessed properly, _Middlemac_ uses Apple’s convention.
|
15
|
+
|
16
|
+
Fortunately once inside the `en.lproj` directory (or the directory of the
|
17
|
+
locale for which you’re developing), we -- as Help Book developers -- are free
|
18
|
+
to organize files as we see fit, despite the examples you may have seen in
|
19
|
+
Apple’s documentation. _Middlemac_, though, has setup a hierarchy that “just
|
20
|
+
works,” and the explanation follows. Starting at the top, let’s look at a
|
21
|
+
_Middleman_ project layout so that you can determine where to put your files.
|
22
|
+
Also don’t forget to have a look later at the
|
23
|
+
[Directory and File Reference][directory_reference] topic for additional
|
24
|
+
information about these directories and the specific files within them.
|
25
|
+
|
26
|
+
`Contents/`
|
27
|
+
|
28
|
+
: Contains everything in your help project that will be compiled into or
|
29
|
+
contribute to the final `.help` project.
|
30
|
+
|
31
|
+
`Contents/Resources/SharedGlobalAssets/`
|
32
|
+
|
33
|
+
: This directory contains assets that are common between all of your
|
34
|
+
different help language projects, as well as assets that _Middlemac_
|
35
|
+
requires by convention, such as Apple’s CSS and JavaScripts, certain image
|
36
|
+
files, data files, layouts, and so on. Full reference documentation is
|
37
|
+
available in the [Directory Layout][directory_reference] topic.
|
38
|
+
|
39
|
+
|
40
|
+
`Contents/Resources/SharedGlobalAssets/_data/`
|
41
|
+
|
42
|
+
: This directory contains data files that you can use to supply data for
|
43
|
+
[using local data][local_data]. This directory will not be output in the
|
44
|
+
final build.
|
45
|
+
|
46
|
+
`Contents/Resources/SharedGlobalAssets/_layouts/`
|
47
|
+
|
48
|
+
: All layouts exist here. This directory will not be output in the final
|
49
|
+
build. In general, you should have no reason to add additional layouts
|
50
|
+
when building current Apple Help Books.
|
51
|
+
|
52
|
+
`Contents/Resources/SharedGlobalAssets/_partials/`
|
53
|
+
|
54
|
+
: Partials can go here, and should be prefaced with an underscore so that
|
55
|
+
they will not generate build output. Partial files can also be included
|
56
|
+
in any other directory, too. This is for organizational convenience of
|
57
|
+
common partials that may be used anywhere.
|
58
|
+
|
59
|
+
`Contents/Resources/SharedGlobalAssets/convention/`
|
60
|
+
|
61
|
+
: Images that the Apple Help Book and _Middlemac_ require by convention go
|
62
|
+
here. This is separate from the `images/` directory simply to make
|
63
|
+
directory management simpler by avoiding the mixing of required and
|
64
|
+
non-required files. _Middleman_ helpers will find images that are in
|
65
|
+
this location automatically, if needed.
|
66
|
+
|
67
|
+
|
68
|
+
`Contents/Resources/SharedGlobalAssets/css/`
|
69
|
+
|
70
|
+
: Your `.css` and `.scss` files, if any, should go here. They will not be
|
71
|
+
included automatically in your project unless you modify the main
|
72
|
+
`index.html` file to include them.
|
73
|
+
|
74
|
+
|
75
|
+
`Contents/Resources/SharedGlobalAssets/fonts/`
|
76
|
+
|
77
|
+
: Any fonts that you wish to include should go here. In general if you are
|
78
|
+
building an Apple Help Book, additional fonts should not be needed.
|
79
|
+
|
80
|
+
|
81
|
+
`Contents/Resources/SharedGlobalAssets/images/`
|
82
|
+
|
83
|
+
: All images should go here. _Middleman_ will find them automatically if
|
84
|
+
you use the helpers.
|
85
|
+
|
86
|
+
|
87
|
+
`Contents/Resources/SharedGlobalAssets/js/`
|
88
|
+
|
89
|
+
: Javascripts, if any, should go here. They will not be included
|
90
|
+
automatically in your project unless you modify the main `index.html`
|
91
|
+
file to include them.
|
92
|
+
|
93
|
+
|
94
|
+
`Contents/Resources/en.lproj`
|
95
|
+
|
96
|
+
: This directory serves as your base [group][groups] for the English version
|
97
|
+
of your Help Book, and it contains all of your Help Book’s content,
|
98
|
+
including locale-specific versions of your resources.
|
99
|
+
|
100
|
+
Any other files that result in `.html` in this directory level, except for
|
101
|
+
`index.html` constitute part of the `en.lproj` group. At this level you
|
102
|
+
should start adding directories to contain your other groups.
|
103
|
+
|
104
|
+
Certainly, you’re not required to develop in English, and _Middlemac_
|
105
|
+
supports multiple languages simultaneously. See **Locale Directories**,
|
106
|
+
below.
|
107
|
+
|
108
|
+
|
109
|
+
`Contents/Resources/en.lproj/assets/`
|
110
|
+
|
111
|
+
: This directory contains all of the localized assets used in your Help Book.
|
112
|
+
In order for _Middlemac_’s asset helpers such as `image_tag` and `partial`
|
113
|
+
to find localized resources, and subdirectories of `assets/` must mirror
|
114
|
+
the subdirectories of `SharedGlobalAssets/`, e.g., `assets/images/`.
|
115
|
+
|
116
|
+
|
117
|
+
`Contents/Resources/en.lproj/asides/`
|
118
|
+
|
119
|
+
: This optional directory can be used to house your `.html.md.erb` files that
|
120
|
+
you use for the Help Book _asides_ feature. Any asides in this directory
|
121
|
+
will have the correct layout applied to them automatically, meaning that
|
122
|
+
it won’t be necessary to specify `layout: layout-apple-modern-aside` in
|
123
|
+
these files’ frontmatter.
|
124
|
+
{: .nontabular}
|
125
|
+
|
126
|
+
|
127
|
+
Locale Directories
|
128
|
+
------------------
|
129
|
+
|
130
|
+
Throughout this documentation we assume the use of the English locale, with
|
131
|
+
your localized files placed into `en.lproj`. Apple’s JavaScripts do not
|
132
|
+
support the use of `Base.lproj` or development regions, and so development in
|
133
|
+
other languages must take place in language specific directories, as defined
|
134
|
+
in `SharedGlobalAssets/_data/locale-list.json`:
|
135
|
+
|
136
|
+
| Name | ISO Name | Directory
|
137
|
+
|-----------------------|-------------------------|-----------------------
|
138
|
+
<% data[:'locale-list'].each do |locale| %>
|
139
|
+
| <%= locale[:name] %> | <%= locale[:isoName] %> | <%= locale[:folder] %>
|
140
|
+
<% end %>
|
141
|
+
|
142
|
+
The file `SharedGlobalAssets/_data/locale-list.json` is as it was provided by
|
143
|
+
Apple; you are free to modify this file if you wish to add a localization that
|
144
|
+
is not already present.
|
145
|
+
{: .tip .callout}
|
146
|
+
|
147
|
+
To rename an existing locale in your project, simply rename the `.lproj` folder
|
148
|
+
to one of the supported folder names above. Everything else will be taken care
|
149
|
+
of automatically when you build your project.
|
150
|
+
|
151
|
+
To create an additional locale, create a new folder in `Resources/` with one of
|
152
|
+
the supported names from the table above, and then copy into this new folder
|
153
|
+
the following files from the `en.lproj` folder:
|
154
|
+
|
155
|
+
- `ExactMatch.plist.erb`
|
156
|
+
- `InfoPlist.strings.erb`
|
157
|
+
- `locale-info.json.erb`
|
158
|
+
- `navigation.json.erb`
|
159
|
+
- `searchTree.json.erb`
|
160
|
+
|
161
|
+
|
162
|
+
Images
|
163
|
+
------
|
164
|
+
|
165
|
+
Most images, of course, should go into the `images` directory of your locale’s
|
166
|
+
`assets` folder or `SharedGlobalAssets/images`.
|
167
|
+
|
168
|
+
However _Middlemac_ also depends on some magic images being placed in
|
169
|
+
`SharedGlobalAssets/convention/`:
|
170
|
+
|
171
|
+
`icon_32x32.png`
|
172
|
+
`icon_32x32@2x.png`
|
173
|
+
|
174
|
+
: These files are your help file icon at 32 × 32 pixels and @2x, and will be
|
175
|
+
used by the included layouts automatically. More importantly, however, your
|
176
|
+
main landing page is linked to this icon so that Apple Help Viewer knows what
|
177
|
+
the help icon is.
|
178
|
+
|
179
|
+
`icon_256x256.png`
|
180
|
+
`icon_256x256@2x.png`
|
181
|
+
|
182
|
+
: The same as above, but at 256 × 256 pixels and @2x.
|
183
|
+
|
184
|
+
`icon-webclip-*.png`
|
185
|
+
|
186
|
+
: These assets are used automatically by Apple Help when serving help content
|
187
|
+
to a browser, typically on a mobile device.
|
188
|
+
|
189
|
+
|
190
|
+
### Images Organization
|
191
|
+
|
192
|
+
When your content images are located in the `SharedGlobalAssets/images/`
|
193
|
+
directory or your `en.lproj/assets/images/` directory (or directory as
|
194
|
+
appropriate to your locale), then _Middleman_’s [helpers][helpers] can find
|
195
|
+
them automatically without any worry about relative or absolute file paths.
|
196
|
+
|
197
|
+
Images specified without paths are sought first in your `language.lproj/`
|
198
|
+
directory, then `SharedGlobalAssets/images/`, and then finally in
|
199
|
+
`SharedGlobalAssets/convention`.
|
200
|
+
|
201
|
+
### Image Paths
|
202
|
+
|
203
|
+
Apple’s JavaScript rewrites image paths to make them load properly from
|
204
|
+
the main `index.html` file. Thus, when _Middlemac_ builds your pages, images
|
205
|
+
will be root-relative when you examine the source, but relative to the main
|
206
|
+
`index.html` when examined in your browser’s debugging tools.
|
data/documentation_project/Contents/Resources/en.lproj/040_compose_project/040_groups.html.md.erb
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
---
|
2
|
+
title: Groups
|
3
|
+
blurb: Groups are the fundamental organizational technique that enable
|
4
|
+
automatic page management, navigation, and tables of contents simple
|
5
|
+
to implement, and they help you stay organized. They define the
|
6
|
+
sections that will appear in Apple Help Viewer.
|
7
|
+
---
|
8
|
+
<%= md_links %>
|
9
|
+
<%= md_images %>
|
10
|
+
|
11
|
+
<%= current_page.data.blurb %>
|
12
|
+
|
13
|
+
What are groups?
|
14
|
+
----------------
|
15
|
+
|
16
|
+
A Group is one of more files in a single level of directory, and also any
|
17
|
+
`index.html` file of immediate subdirectories of the group.
|
18
|
+
|
19
|
+
Group directories require one file that will compile into `index.html` file in
|
20
|
+
that directory, e.g., `index.html.md.erb`. This file _is not part of the
|
21
|
+
group_; it serves to _define_ the group, and if you use any helpers, it acts
|
22
|
+
as a virtual _parent_ to the group. As such, the files in the group are all
|
23
|
+
_children_ of the `index.html` file. Each file in the group is a _sibling_ of
|
24
|
+
the other files in the group.
|
25
|
+
|
26
|
+
A group’s `index.html` file serves as a metadata container only! Their
|
27
|
+
[frontmatter][frontmatter] defines the _title_ of the group. You should assign
|
28
|
+
the `layout: layout-blank` frontmatter in these files, as well. The only
|
29
|
+
`index.html` file with any content can be your top-level `en.lproj/index.html`
|
30
|
+
file, which is defined used as the landing page.
|
31
|
+
|
32
|
+
Groups are named (not titled) based on their containing directory. The highest
|
33
|
+
level group is `en.lproj` (or respective locale folder) and cannot be changed.
|
34
|
+
Group names are generally not user-facing, and the Apple Help system requires
|
35
|
+
this directory name, so don’t worry about it.
|
36
|
+
|
37
|
+
|
38
|
+
Example:
|
39
|
+
|
40
|
+
~~~
|
41
|
+
en.lproj/
|
42
|
+
index.html
|
43
|
+
introduction.html
|
44
|
+
basics/
|
45
|
+
index.html
|
46
|
+
counters.html
|
47
|
+
~~~
|
48
|
+
|
49
|
+
This entire project consists of three pages: the top level `index.html`, and
|
50
|
+
`introduction.html`, and `counters.html`. The file `counters.html` is assigned
|
51
|
+
the group name “basics”, and the group title is defined in the
|
52
|
+
`basics/index.html` file’s frontmatter.
|
53
|
+
|
54
|
+
Although groups can be nested to arbitrary levels, Apple’s JavaScripts begins
|
55
|
+
to flatten groups at a depth of three levels (plus the root, level 0). Groups
|
56
|
+
nested deeper than this will still appear in the Help Book, but they will be
|
57
|
+
flattened to the bottom level.
|
58
|
+
{: .tip .callout}
|
59
|
+
|
60
|
+
Page order in groups
|
61
|
+
--------------------
|
62
|
+
|
63
|
+
Apple’s scripts will generate the table of contents according to the pages’
|
64
|
+
and groups’ sort order. Additionally, if `show_previous_next` is enabled, the
|
65
|
+
scripts will provide navigation links according to the same sort order.
|
66
|
+
|
67
|
+
A group member’s sort/navigation order can be determined two ways.
|
68
|
+
|
69
|
+
- Files in the group can have an `:order` key in the frontmatter, or
|
70
|
+
- File names can be prefixed with an integer sort order followed by an
|
71
|
+
underscore, .e.g, `40_hello.html.md.erb` or `12345_big_numbers.html.md.erb`.
|
72
|
+
|
73
|
+
Some important aspects about order numbers in groups are:
|
74
|
+
|
75
|
+
- If both a prefix and `:order` key are present, then the `:order` key takes
|
76
|
+
precedence.
|
77
|
+
- If any pages in the same group end up with the same sort order, then the
|
78
|
+
actual behavior is undefined.
|
79
|
+
- Parent `index.html` files cannot be prefixed, and so must include an `:order`
|
80
|
+
key in their frontmatter, or prefix the containing directory name instead.
|
81
|
+
- Pages without a sort order are _not_ present in any of the automatic
|
82
|
+
navigation features. This is by design. You can still link to them, though.
|
83
|
+
- Prefixing file names can be convenient so that source files are sorted in your
|
84
|
+
file system the same way they will be displayed in your help system. Keep in
|
85
|
+
mind, though, that if you’re using the automatic markdown links from the
|
86
|
+
`md_links` helper and name collisions occur, then it’s possible that some of your
|
87
|
+
links will become invalid.
|
88
|
+
- Finally, page orders do not have to be sequential. It may be helpful to space
|
89
|
+
them apart so that later insertions can be simplified.
|
90
|
+
|
91
|
+
|
92
|
+
File naming
|
93
|
+
-----------
|
94
|
+
|
95
|
+
Note that section names cannot begin with the letters “help” because doing so
|
96
|
+
causes Apple’s JavaScript to break.
|
@@ -0,0 +1,220 @@
|
|
1
|
+
---
|
2
|
+
title: Targets and Features
|
3
|
+
blurb: A lesson on how to use include and exclude targets and features.
|
4
|
+
---
|
5
|
+
<%= md_links %>
|
6
|
+
<%= md_images %>
|
7
|
+
|
8
|
+
<%= current_page.data.blurb %>
|
9
|
+
|
10
|
+
|
11
|
+
Why include and exclude?
|
12
|
+
------------------------
|
13
|
+
|
14
|
+
Although _Middlemac_ is an excellent tool for developing single-target Apple
|
15
|
+
Help Books, it really shines when you want to develop multiple versions of
|
16
|
+
Help Book for multiple versions of your application.
|
17
|
+
|
18
|
+
Delivering a help system tailored _specifically_ for the version of the
|
19
|
+
application that it belongs to will increase user satisfaction by allowing
|
20
|
+
them to focus on the aspects of the help that’s applicable to them. No one
|
21
|
+
wants to attempt to solve a problem and then learn, during troubleshooting,
|
22
|
+
that some fancy feature is only available in some other version of your
|
23
|
+
application.
|
24
|
+
|
25
|
+
You want to promote other versions of your application, certainly. Multiple
|
26
|
+
targets allows you appropriately place upsell messages without distracting
|
27
|
+
your users. It also allows you to avoid upselling the users who are already
|
28
|
+
using your premium or top-level version.
|
29
|
+
|
30
|
+
Maybe your application is available on your website and also the Mac App
|
31
|
+
Store? In this case there are certainly going to be feature differences. You
|
32
|
+
web version uses _Sparkle_ for updates, but the MAS version doesn’t. Your MAS
|
33
|
+
version requires users to authorize writing to user directories because of
|
34
|
+
sandboxing, whereas your web-distributed version does not.
|
35
|
+
|
36
|
+
Make your help files as polished as your applications, and users will be happy
|
37
|
+
and delighted without even really knowing why!
|
38
|
+
|
39
|
+
|
40
|
+
Include and Exclude Parts of Pages
|
41
|
+
----------------------------------
|
42
|
+
|
43
|
+
In the simplest case you have help page that is present for all versions of
|
44
|
+
your Help Book, but some of the content will be different for different
|
45
|
+
targets and features. You can review the `target_name?` example and the
|
46
|
+
`target_feature?` examples below to review how to show and hide specific
|
47
|
+
content on each page.
|
48
|
+
|
49
|
+
|
50
|
+
Limit Images to Particular Targets and Features
|
51
|
+
-----------------------------------------------
|
52
|
+
|
53
|
+
Don't forget that the [`image_tag` helper][helpers_ext_ref] can be used with
|
54
|
+
parameters to limit images to certain targets and features, too.
|
55
|
+
|
56
|
+
|
57
|
+
Include and Exclude Entire Pages
|
58
|
+
--------------------------------
|
59
|
+
|
60
|
+
In the case of wanting to hide or show entire pages based on target or
|
61
|
+
feature, you’ve also seen the `target` and `exclude`
|
62
|
+
[frontmatter][frontmatter] keys. When used, you have excellent control over
|
63
|
+
whether entire pages are visible or not.
|
64
|
+
|
65
|
+
|
66
|
+
Targets Demonstration
|
67
|
+
---------------------
|
68
|
+
<% if target_name?(:pro) %>
|
69
|
+
You are reading this Help Book using the `:pro` target. You can try rebuilding
|
70
|
+
the project or starting the server with the `:free` target to get a different
|
71
|
+
result.
|
72
|
+
<% end %>
|
73
|
+
<% if target_name?(:free) %>
|
74
|
+
You are reading this Help Book using the `:free` target. You can try rebuilding
|
75
|
+
the project or starting the server with the `:pro` target to get a different
|
76
|
+
result.
|
77
|
+
<% end %>
|
78
|
+
|
79
|
+
|
80
|
+
### How did this work?
|
81
|
+
|
82
|
+
The source file uses a simple conditional and helper to display content based on
|
83
|
+
the target name. Here’s the (nearly) exact code that was used:
|
84
|
+
|
85
|
+
~~~ erb
|
86
|
+
<%% if target_name?(:pro) %>
|
87
|
+
You are reading this Help Book using the `:pro` target. You can try rebuilding
|
88
|
+
the project or starting the server with the `:free` target to get a different
|
89
|
+
result.
|
90
|
+
<%% end %>
|
91
|
+
<%% if target_name?(:free) %>
|
92
|
+
You are reading this Help Book using the `:free` target. You can try rebuilding
|
93
|
+
the project or starting the server with the `:pro` target to get a different
|
94
|
+
result.
|
95
|
+
<%% end %>
|
96
|
+
~~~
|
97
|
+
|
98
|
+
Why “nearly” exact code? If you examine the `.md.erb` file you will see how to
|
99
|
+
escape ERB delimiters so that ERB doesn’t try to process them as Ruby code.
|
100
|
+
In order to display `<%% %>` it is necessary to specify `<%%% %>` in code
|
101
|
+
blocks. And of course you can read about code blocks and other Markdown
|
102
|
+
formatting on
|
103
|
+
[kramdown’s documentation site](http://kramdown.gettalong.org/documentation.html).
|
104
|
+
|
105
|
+
|
106
|
+
### Include or exclude entire pages
|
107
|
+
|
108
|
+
Whether you’re currently using the `:pro` or `:free` target, try visiting
|
109
|
+
each of these pages:
|
110
|
+
|
111
|
+
- [sample page excludes target `:free`](not_free.html)
|
112
|
+
- [sample page excludes target `:pro`](not_pro.html)
|
113
|
+
|
114
|
+
|
115
|
+
Features Demonstrations
|
116
|
+
-----------------------
|
117
|
+
|
118
|
+
* * *
|
119
|
+
|
120
|
+
<% if target_feature?(:feature_advertise_pro) %>
|
121
|
+
**New! Today Only!!! Act before this special offer is gone forever!** Why settle
|
122
|
+
for the limitations of _Middlemac Free_ when you can upgrade to _Middlemac Pro_
|
123
|
+
for this limited time, special price of only $1299.99?
|
124
|
+
|
125
|
+
(Note: there is no _Middlemac Pro_. This is part of the Features demonstration.)
|
126
|
+
|
127
|
+
* * *
|
128
|
+
<% end %>
|
129
|
+
|
130
|
+
|
131
|
+
<% if target_feature?(:feature_performs_miracles) %>
|
132
|
+
If you open your water faucet, clean, safe, potable water will flow out of it.
|
133
|
+
_Middlemac_ has made this miracle happen for you.
|
134
|
+
|
135
|
+
* * *
|
136
|
+
<% end %>
|
137
|
+
|
138
|
+
|
139
|
+
<% if target_feature?(:feature_insults_user) %>
|
140
|
+
If you have made it this far, dear reader, you should know that if brains were
|
141
|
+
dynamite, you wouldn’t have enough to blow your nose.
|
142
|
+
<% else %>
|
143
|
+
If you have made it this far, dear reader, you should know that you are one of
|
144
|
+
the best people in the world.
|
145
|
+
<% end %>
|
146
|
+
|
147
|
+
* * *
|
148
|
+
|
149
|
+
<% if target_feature?(:feature_shows_pink_rectangle) %>
|
150
|
+
I made a special, pink rectangle just for you!
|
151
|
+
<svg style="width:50px; height:35px; display:block; margin:auto;">
|
152
|
+
<rect width="50" height="35" style="fill:pink;stroke-width:0" />
|
153
|
+
</svg>
|
154
|
+
<% else %>
|
155
|
+
Too bad; other people got to see a nice, pink rectangle.
|
156
|
+
<% end %>
|
157
|
+
|
158
|
+
* * *
|
159
|
+
|
160
|
+
|
161
|
+
### Recall our targets’ `feature` settings
|
162
|
+
|
163
|
+
Our `:free` target uses these `feature` settings:
|
164
|
+
|
165
|
+
~~~ ruby
|
166
|
+
:feature_advertise_pro => true,
|
167
|
+
:feature_performs_miracles => false,
|
168
|
+
:feature_insults_user => true,
|
169
|
+
:feature_shows_pink_rectangle => true,
|
170
|
+
~~~
|
171
|
+
|
172
|
+
And `:pro` was setup with these `feature` settings:
|
173
|
+
|
174
|
+
~~~ ruby
|
175
|
+
:feature_advertise_pro => false,
|
176
|
+
:feature_performs_miracles => true,
|
177
|
+
:feature_insults_user => false,
|
178
|
+
:feature_shows_pink_rectangle => true,
|
179
|
+
~~~
|
180
|
+
|
181
|
+
Depending on the target that you are currently viewing, you should very easily
|
182
|
+
be able to correlate what appears in the **Demonstrations** section with the
|
183
|
+
`feature`s settings above. Try changing some of the values and see what happens
|
184
|
+
to this page.
|
185
|
+
|
186
|
+
|
187
|
+
### How did this work?
|
188
|
+
|
189
|
+
Features work nearly identically to targets. Instead of using the
|
190
|
+
`target_name?` helper, use the `target_feature?` helper instead. For example:
|
191
|
+
|
192
|
+
~~~ erb
|
193
|
+
<%% if target_feature?(:feature_insults_user) %>
|
194
|
+
If you have made it this far, dear reader, you should know that if brains were
|
195
|
+
dynamite, you wouldn’t have enough to blow your nose.
|
196
|
+
<%% else %>
|
197
|
+
If you have made it this far, dear reader, you should know that you are one of
|
198
|
+
the best people in the world.
|
199
|
+
<%% end %>
|
200
|
+
~~~
|
201
|
+
|
202
|
+
|
203
|
+
### Include or exclude entire pages
|
204
|
+
|
205
|
+
Just as with targets, you can use [frontmatter][frontmatter] `target` and `exclude` to include
|
206
|
+
or exclude entire pages.
|
207
|
+
|
208
|
+
|
209
|
+
Targets vs Features
|
210
|
+
-------------------
|
211
|
+
|
212
|
+
While you can use targets exclusively, it’s then up to you to decide which
|
213
|
+
content you want to include in each of your Help Books when your macOS
|
214
|
+
applications have different features. For example, what happens when you decide
|
215
|
+
to enable or disable a feature in a future release of your application? If you
|
216
|
+
use targets alone, you’ll have to go back and make a lot of changes to your
|
217
|
+
help content. If you use **features**, instead, it’s as simple as toggling the
|
218
|
+
value of your target’s `:features` sub-key between `true` and `false`.
|
219
|
+
|
220
|
+
|
@@ -0,0 +1,98 @@
|
|
1
|
+
---
|
2
|
+
title: Frontmatter and Keys
|
3
|
+
blurb: Explore how frontmatter can be used to configure your Help Book pages
|
4
|
+
and the Apple Help System.
|
5
|
+
keywords:
|
6
|
+
- pluto
|
7
|
+
- mercury
|
8
|
+
- venus
|
9
|
+
---
|
10
|
+
<%= md_links %>
|
11
|
+
<%= md_images %>
|
12
|
+
|
13
|
+
<%= current_page.data.blurb %>
|
14
|
+
|
15
|
+
|
16
|
+
Frontmatter
|
17
|
+
-----------
|
18
|
+
Frontmatter is metadata that is included at the top of every content page but
|
19
|
+
will not be present in the output. It is used to provide information to
|
20
|
+
_Middleman_ and _Middlemac_ on a page by page and group basis.
|
21
|
+
|
22
|
+
Here is the frontmatter from this very page’s source file:
|
23
|
+
|
24
|
+
~~~ yaml
|
25
|
+
title: Frontmatter and Keys
|
26
|
+
blurb: Explore how frontmatter can be used to configure your Help Book pages
|
27
|
+
and the Apple Help System.
|
28
|
+
keywords:
|
29
|
+
- pluto
|
30
|
+
- mercury
|
31
|
+
- venus
|
32
|
+
~~~
|
33
|
+
|
34
|
+
You can also specify your own frontmatter keys and values.
|
35
|
+
{: .tip .callout}
|
36
|
+
|
37
|
+
Required Frontmatter
|
38
|
+
--------------------
|
39
|
+
|
40
|
+
Any file processed by _Middlemac_ may contain frontmatter. Files that generate
|
41
|
+
HTML _require_ a minimum amount of frontmatter in order for them to work with
|
42
|
+
Apple’s help system.
|
43
|
+
|
44
|
+
`title`
|
45
|
+
|
46
|
+
: All HTML-producing files require the `title` key. Additionally, the
|
47
|
+
group `index.html` metadata files, although not intended to produce HTML,
|
48
|
+
require this key as well in order to give a title to the group.
|
49
|
+
|
50
|
+
`categories`
|
51
|
+
|
52
|
+
: The `landing` category is required for you main `index.html` landing page,
|
53
|
+
and `copyright` is required if you wish to have a copyright page. In
|
54
|
+
addition, you can add your own categories to this array as well, and they
|
55
|
+
will be available as a class to your document when loaded. Asides require
|
56
|
+
the `aside` category.
|
57
|
+
|
58
|
+
`blurb`
|
59
|
+
|
60
|
+
: HTML-producing pages require a blurb that can be used as a description
|
61
|
+
by the help indexers.
|
62
|
+
|
63
|
+
`order`
|
64
|
+
|
65
|
+
: If you wish the page to appear in the navigation features, and you’ve not
|
66
|
+
specified a page order in the file name, then an `order` key and value
|
67
|
+
must be present.
|
68
|
+
{: .width25}
|
69
|
+
|
70
|
+
|
71
|
+
Frontmatter Availability
|
72
|
+
------------------------
|
73
|
+
|
74
|
+
All frontmatter is
|
75
|
+
available for use in your pages and templates via `current_page.data`, e.g.,
|
76
|
+
`current_page.data.title`. For example, this page has the title
|
77
|
+
"<%= current_page.data.title %>" and the following keywords:
|
78
|
+
<ul>
|
79
|
+
<% current_page.data.keywords.each do |word| %>
|
80
|
+
<%= "<li>#{word}</li>" %>
|
81
|
+
<% end %>
|
82
|
+
</ul>
|
83
|
+
|
84
|
+
|
85
|
+
HTML and Markdown In Frontmatter
|
86
|
+
--------------------------------
|
87
|
+
Markdown is not always rendered in frontmatter, meaning that any use of
|
88
|
+
Markdown is likely to result in \_formatting_ that looks \**wrong** when
|
89
|
+
displayed. Additionally, the help indexer does not know how to deal with
|
90
|
+
Markdown.
|
91
|
+
|
92
|
+
Thus, it’ best to use pure text for `title`, and use HTML for `blurb`, which
|
93
|
+
the help indexer knows how to deal with.
|
94
|
+
|
95
|
+
|
96
|
+
<% content_for :seeAlso do %>
|
97
|
+
<%= link_to 'Frontmatter and Keys Reference', 'reference/frontmatter_reference.html' %>
|
98
|
+
<% end %>
|
@@ -1,21 +1,34 @@
|
|
1
1
|
---
|
2
|
-
title:
|
2
|
+
title: Local Data
|
3
3
|
blurb: You can use a local file as a datasource to generate data-based pages
|
4
|
-
automatically. Learn how in this
|
5
|
-
layout: template-logo-medium
|
4
|
+
automatically. Learn how in this section.
|
6
5
|
---
|
7
6
|
<%= md_links %>
|
8
7
|
<%= md_images %>
|
9
8
|
|
10
|
-
|
11
|
-
<%= current_page.data.title %>
|
12
|
-
==============================
|
13
|
-
|
14
9
|
<%= current_page.data.blurb %>
|
15
10
|
|
16
11
|
You can use data from external sources with _Middleman_ and _Middlemac_, too.
|
17
|
-
|
18
|
-
|
12
|
+
These data files must be in YAML or JSON format, and be present in
|
13
|
+
`SharedGlobalAssets/_data/`.
|
14
|
+
|
15
|
+
This project contains sample in YAML format called `globals.yml`. Let’s see
|
16
|
+
what it contains:
|
17
|
+
|
18
|
+
~~~ yaml
|
19
|
+
famous_writers:
|
20
|
+
-
|
21
|
+
author: Douglas Adams
|
22
|
+
sample_work: The Restaurant at the End of the Universe
|
23
|
+
-
|
24
|
+
author: Edward Bulwer-Lytton
|
25
|
+
sample_work: Paul Clifford
|
26
|
+
-
|
27
|
+
author: Daniel Defoe
|
28
|
+
sample_work: Robinson Crusoe
|
29
|
+
~~~
|
30
|
+
|
31
|
+
We can use this data to build something more interesting. Let’s try this:
|
19
32
|
|
20
33
|
<% data.globals.famous_writers.each do |writer| %>
|
21
34
|
- A sample work of <%= writer.author %> is _<%= writer.sample_work %>_.
|