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
@@ -1,71 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Layouts and Templates
|
3
|
-
blurb: Learn the details about how templates and layouts work with each other
|
4
|
-
as well as some best practices for their use.
|
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_ decouples your help _content_ from the display and final document
|
17
|
-
structure by taking advantage of layouts and templates. In general both layouts
|
18
|
-
and templates do the same thing; they wrap your content into the structure
|
19
|
-
required of an HTML file.
|
20
|
-
|
21
|
-
In practice, though, _Middlemac_ distinguishes between them in the manner: a
|
22
|
-
_layout_ defines the formal HTML structure of the end document, and a template
|
23
|
-
defines the superficial appearance of a particular page. For example a page
|
24
|
-
might be wrapped in the `template-logo-medium` template to define its overall
|
25
|
-
look, and then further wrapped in `layout-html4` to ensure that it has the
|
26
|
-
required structure for an Apple help book.
|
27
|
-
|
28
|
-
|
29
|
-
Templates
|
30
|
-
---------
|
31
|
-
|
32
|
-
_Middlemac_ comes with three templates inspired by recent Mac OS X help files.
|
33
|
-
Although you can certainly use any of the templates you desire (or create your
|
34
|
-
own), the included templates were designed with specific purposes in mind.
|
35
|
-
|
36
|
-
`template-logo-large`
|
37
|
-
: This template features your help icon in a large size with your target’s
|
38
|
-
`ProductName` and `ProductURI` below it, in a left frame-like area. Your
|
39
|
-
content is in the right frame-like area. This template was designed to be
|
40
|
-
suited for the main landing page and for main section landing pages
|
41
|
-
consisting primarily of links and descriptions of other pages.
|
42
|
-
|
43
|
-
`template-logo-medium`
|
44
|
-
: This template places a smaller logo in a frame-like area to the right,
|
45
|
-
followed by automatically placed “related links” to other pages in the same
|
46
|
-
group. Your content will occupy the large, left side of the window. This
|
47
|
-
template is idea for multiple, related pages within a group.
|
48
|
-
|
49
|
-
`template-logo-small`
|
50
|
-
: The template places a very small logo at the top of your page. Related links
|
51
|
-
will appear at the bottom of the page after your content. This template is
|
52
|
-
most suited for topics that stand somewhat alone.
|
53
|
-
|
54
|
-
Each of these templates will wrap a layout around them. By default they will
|
55
|
-
always use `layout-html4`, although you can force _Middlemac_ to use the
|
56
|
-
`layout-xhtml` template with the `:xhtml` frontmatter key. You should never do
|
57
|
-
this, though, as Apple requires your content -- except the top level landing
|
58
|
-
page -- to be HTML4.
|
59
|
-
|
60
|
-
|
61
|
-
Layouts
|
62
|
-
-------
|
63
|
-
|
64
|
-
`layout-html4`
|
65
|
-
: This is just an HTML 4.01 wrapper template and if you follow all of the
|
66
|
-
conventions there's nothing you should have to change here.
|
67
|
-
|
68
|
-
`layout-xhtml`
|
69
|
-
: Apple's help landing page (the main page) is supposed to be an XHTML 1.0
|
70
|
-
Strict document. If you follow all of the conventions there's nothing you
|
71
|
-
should have to change here.
|
@@ -1,71 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: CSS and Fonts
|
3
|
-
blurb: Have a brief look at the included CSS so that you can decide how to best
|
4
|
-
use it or easily change it to suit your own needs.
|
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
|
-
The included CSS and fonts are critical for ensuring that the templates work,
|
18
|
-
but they also serve to provide a recent Apple-like look and feel to your help
|
19
|
-
books.
|
20
|
-
|
21
|
-
## The `assets/fonts/` directory
|
22
|
-
|
23
|
-
`font-awesome/*` (directory)
|
24
|
-
: The files here provide you the ability to use the icons in the font provided
|
25
|
-
by the [font-awesome](http://fortawesome.github.io/Font-Awesome/) project.
|
26
|
-
You can review their documentation if you’d like to include these easy to
|
27
|
-
use images in your project. This documentation uses icons in the navigator
|
28
|
-
buttons.
|
29
|
-
|
30
|
-
## The `assets/stylesheets/` directory
|
31
|
-
|
32
|
-
`_apple_helpbook.scss`
|
33
|
-
: This file contains all of the real styling for _Middlemac_ help books. This
|
34
|
-
should be the first place you check for making desired changes.
|
35
|
-
|
36
|
-
Note that this `.scss` file will be processed but not output to the build
|
37
|
-
directory because it starts with an underscore.
|
38
|
-
|
39
|
-
`_github.scss`
|
40
|
-
: This file contains the styling used for Markdown `<code>` blocks for syntax
|
41
|
-
highlighting, and provides highlighting similar to Github’s style.
|
42
|
-
|
43
|
-
Note that this `.scss` file will not output to the build directory because it
|
44
|
-
starts with an underscore.
|
45
|
-
|
46
|
-
`_normalize.scss`
|
47
|
-
: Although _Middlemac_ is intended to build Apple Help Books, its content can
|
48
|
-
be viewed in web browsers, too. Therefore for convenience, this standard
|
49
|
-
normalize file will help ensure that your content looks nearly the same in
|
50
|
-
any modern, popular browser.
|
51
|
-
|
52
|
-
Note that this `.scss` file will be processed but not output to the build
|
53
|
-
directory because it starts with an underscore.
|
54
|
-
|
55
|
-
`breadcrumb-separator-light.png`
|
56
|
-
: This image is used by CSS to provide a separator between breadcrumb items.
|
57
|
-
It’s not out of place being in a stylesheets directory.
|
58
|
-
|
59
|
-
`images_sizes.css.erb`
|
60
|
-
: This `.erb` file is processed into a stylesheet (via the `css_image_sizes`
|
61
|
-
helper) containing the maximum width and height of every image asset in your
|
62
|
-
project. This will ensure that strange scaling doesn’t occur, and can save
|
63
|
-
time by not having to specify fixed image widths and heights for images you
|
64
|
-
may want to use.
|
65
|
-
|
66
|
-
This file will be copied to the build project and must be included in your
|
67
|
-
layouts if you wish to use it.
|
68
|
-
|
69
|
-
`style.css.scss`
|
70
|
-
: _This_ file, when compiled to CSS, `@include`’s the pertinent files above
|
71
|
-
and bundles them into a single file that is included in the default layouts.
|
data/documentation_project/Contents/Resources/Base.lproj/050_structure/030_groups.html.md.erb
DELETED
@@ -1,83 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Groups
|
3
|
-
blurb: Groups are the fundamental organizational technique that enable
|
4
|
-
automatic page management, navigation, and tables of contents simple to
|
5
|
-
implement, and they help you stay organized.
|
6
|
-
layout: template-logo-medium
|
7
|
-
---
|
8
|
-
<%= md_links %>
|
9
|
-
<%= md_images %>
|
10
|
-
|
11
|
-
|
12
|
-
<%= current_page.data.title %>
|
13
|
-
==============================
|
14
|
-
|
15
|
-
<%= current_page.data.blurb %>
|
16
|
-
|
17
|
-
What are groups?
|
18
|
-
----------------
|
19
|
-
|
20
|
-
A Group is one of more files in a single level of directory, and also any
|
21
|
-
`index.html` file of immediate subdirectories of the group.
|
22
|
-
|
23
|
-
Group directories require one file that will compile into `index.html` file in
|
24
|
-
that directory, e.g., `index.html.md.erb`. This file _is not part of the group_;
|
25
|
-
it serves as the _parent_ to the group. The files in the group are all
|
26
|
-
_children_ of the `index.html` file. Each file in the group is a _sibling_ of
|
27
|
-
the other files in the group.
|
28
|
-
|
29
|
-
Groups are named based on their containing directory. The highest level group is
|
30
|
-
`Base.lproj` and cannot be changed. Group names are generally not user-facing,
|
31
|
-
and the Apple Help system requires this directory name, so don’t worry about it.
|
32
|
-
|
33
|
-
Example:
|
34
|
-
|
35
|
-
~~~
|
36
|
-
Base.lproj/
|
37
|
-
index.html
|
38
|
-
introduction.html
|
39
|
-
basics/
|
40
|
-
index.html
|
41
|
-
counters.html
|
42
|
-
~~~
|
43
|
-
|
44
|
-
The `Base.lproj` consists of two pages: `introduction.html`, and
|
45
|
-
`basics/index.html`. The highest-level `index.html` is the parent of this
|
46
|
-
group.
|
47
|
-
|
48
|
-
Groups can be nested to arbitrary levals.
|
49
|
-
|
50
|
-
|
51
|
-
Page order in groups
|
52
|
-
--------------------
|
53
|
-
|
54
|
-
Using the included [helpers][helpers], you can designate tables of contents,
|
55
|
-
related pages, indices, etc., for groups with a single line of code. In addition
|
56
|
-
_Middlemac_ includes built-in navigation widgets for groups, should you like to
|
57
|
-
use them.
|
58
|
-
|
59
|
-
A group member’s sort/navigation order is determined two ways.
|
60
|
-
|
61
|
-
- Files in the group can have an `:order` key in the frontmatter, or
|
62
|
-
- File names can be prefixed with an integer sort order followed by an
|
63
|
-
underscore, .e.g, `40_hello.html.md.erb` or `12345_big_numbers.html.md.erb`.
|
64
|
-
|
65
|
-
Some important aspects about order numbers in groups are:
|
66
|
-
|
67
|
-
- If both a prefix and `:order` key are present, then the `:order` key takes
|
68
|
-
precedence.
|
69
|
-
- If any pages in the same group end up with the same sort order, then the
|
70
|
-
actual behavior is undefined.
|
71
|
-
- Parent `index.html` files cannot be prefixed, and so must include an `:order`
|
72
|
-
key in their frontmatter, or prefix the containing directory name instead.
|
73
|
-
- Pages without a sort order are _not_ present in any of the automatic
|
74
|
-
navigation or contents partials or helpers. This is by design. You can still
|
75
|
-
link to them, though.
|
76
|
-
- Prefixing file names can be convenient so that source files are sorted in your
|
77
|
-
file system the same way they will be displayed in your help system. Keep in
|
78
|
-
mind, though, that if you’re using the automatic markdown links from the
|
79
|
-
`md_links` helper and name collisions occur, then it’s possible that some of your
|
80
|
-
links will become invalid.
|
81
|
-
- Finally, page orders do not have to be sequential. It may be helpful to space
|
82
|
-
them apart so that later insertions can be simplified.
|
83
|
-
|
data/documentation_project/Contents/Resources/Base.lproj/050_structure/040_breadcrumbs.html.md.erb
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Breadcrumbs
|
3
|
-
blurb: Breadcrumbs help prevent your users from becoming lost, especially if
|
4
|
-
you have deeply nested content. Get to know your options here.
|
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
|
-
Breadcrumbs by default appear on every page of your help file, except for the
|
17
|
-
main landing page (which, as root, has no breadcrumb trail).
|
18
|
-
|
19
|
-
There are two helpers that can each produce the breadcrumbs widget that’s at
|
20
|
-
the top:
|
21
|
-
|
22
|
-
`nav_breadcrumbs`
|
23
|
-
: Produces breadcrumbs ending with the title of the current page.
|
24
|
-
|
25
|
-
`nav_breadcrumbs_alt`
|
26
|
-
: Produces breadcrumbs with “Current page” at the end instead of the title of
|
27
|
-
the current page.
|
28
|
-
|
29
|
-
|
30
|
-
Configuration
|
31
|
-
-------------
|
32
|
-
Breadcrumbs are configured in your `config.rb` file using the `Breadcrumbs`
|
33
|
-
option, which can be set to one of the two helpers above, or to `nil` to
|
34
|
-
disable breadcrumbs completely.
|
35
|
-
|
36
|
-
If you design your own breadcrumbs helper, you can use the same configuration
|
37
|
-
setting to use it instead, too: simply specify the name of your own breadcrumbs
|
38
|
-
helper.
|
39
|
-
|
40
|
-
|
41
|
-
Including Breadcrumbs
|
42
|
-
---------------------
|
43
|
-
_Middlemac_ includes breadcrumbs in the `layout-html4` template.
|
data/documentation_project/Contents/Resources/Base.lproj/050_structure/050_navigator.html.md.erb
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Navigator
|
3
|
-
blurb: Learn how the page navigator can make navigation easy for your users, as
|
4
|
-
well as how to turn it on or off for groups and individual pages.
|
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
|
-
Near the bottom of this page you can see the navigator. It’s visible because
|
17
|
-
this page’s parent `index.html` file includes `navigate: true` in its
|
18
|
-
frontmatter.
|
19
|
-
|
20
|
-
Setting `:navigate` in the frontmatter will cause all pages with an
|
21
|
-
[order][groups] to display the navigator. This can be overridden on a
|
22
|
-
page-per-page basis by using the `:navigator` frontmatter key, e.g., `navigator:
|
23
|
-
false`.
|
24
|
-
|
25
|
-
The helper `nav_prev_next` provides the navigator structure, and the appearance
|
26
|
-
is set in CSS.
|
data/documentation_project/Contents/Resources/Base.lproj/050_structure/060_targets.html.md.erb
DELETED
@@ -1,63 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Targets
|
3
|
-
blurb: Targets let you build help files that are specific to each version or
|
4
|
-
variant of your Mac OS X application.
|
5
|
-
layout: template-logo-medium
|
6
|
-
---
|
7
|
-
<%= md_links %>
|
8
|
-
<%= md_images %>
|
9
|
-
|
10
|
-
<%= current_page.data.title %>
|
11
|
-
==============================
|
12
|
-
|
13
|
-
<%= current_page.data.blurb %>
|
14
|
-
|
15
|
-
|
16
|
-
Demonstration
|
17
|
-
--------------
|
18
|
-
<% if target_name?(:pro) %>
|
19
|
-
You are reading this help book using the `:pro` target. You can try rebuilding
|
20
|
-
the project or starting the server with the `:free` target to get a different
|
21
|
-
result.
|
22
|
-
<% end %>
|
23
|
-
<% if target_name?(:free) %>
|
24
|
-
You are reading this help book using the `:free` target. You can try rebuilding
|
25
|
-
the project or starting the server with the `:pro` target to get a different
|
26
|
-
result.
|
27
|
-
<% end %>
|
28
|
-
|
29
|
-
|
30
|
-
How did this work?
|
31
|
-
------------------
|
32
|
-
The source file uses a simple conditional and helper to display content based on
|
33
|
-
the target name. Here’s the (nearly) exact code that was used:
|
34
|
-
|
35
|
-
~~~ erb
|
36
|
-
<%% if target_name?(:pro) %>
|
37
|
-
You are reading this help book using the `:pro` target. You can try rebuilding
|
38
|
-
the project or starting the server with the `:free` target to get a different
|
39
|
-
result.
|
40
|
-
<%% end %>
|
41
|
-
<%% if target_name?(:free) %>
|
42
|
-
You are reading this help book using the `:free` target. You can try rebuilding
|
43
|
-
the project or starting the server with the `:pro` target to get a different
|
44
|
-
result.
|
45
|
-
<%% end %>
|
46
|
-
~~~
|
47
|
-
|
48
|
-
Why “nearly” exact code? If you examine the `.md.erb` file you will see how to
|
49
|
-
escape ERB delimiters so that ERB doesn’t try to process them as Ruby code.
|
50
|
-
In order to display `<%% %>` it is necessary to specify `<%%% %>` in code
|
51
|
-
blocks. And of course you can read about code blocks and other Markdown
|
52
|
-
formatting on
|
53
|
-
[kramdown’s documentation site](http://kramdown.gettalong.org/documentation.html).
|
54
|
-
|
55
|
-
|
56
|
-
Include or exclude entire pages
|
57
|
-
-------------------------------
|
58
|
-
|
59
|
-
Whether you’re currently using the `:pro` or `:free` target, try visiting
|
60
|
-
each of these pages:
|
61
|
-
|
62
|
-
- [sample page excludes target `:free`](not_free.html)
|
63
|
-
- [sample page excludes target `:pro`](not_pro.html)
|
data/documentation_project/Contents/Resources/Base.lproj/050_structure/070_features.html.md.erb
DELETED
@@ -1,122 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Features
|
3
|
-
blurb: Features work similarly to targets, but give you much more fine-grained
|
4
|
-
control.
|
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
|
-
Demonstrations
|
18
|
-
---------------
|
19
|
-
|
20
|
-
* * *
|
21
|
-
|
22
|
-
<% if target_feature?(:feature_advertise_pro) %>
|
23
|
-
**New! Today Only!!! Act before this special offer is gone forever!** Why settle
|
24
|
-
for the limitations of _Middlemac Free_ when you can upgrade to _Middlemac Pro_
|
25
|
-
for this limited time, special price of only $1299.99?
|
26
|
-
|
27
|
-
(Note: there is no _Middlemac Pro_. This is part of the Features demonstration.)
|
28
|
-
|
29
|
-
* * *
|
30
|
-
<% end %>
|
31
|
-
|
32
|
-
|
33
|
-
<% if target_feature?(:feature_performs_miracles) %>
|
34
|
-
If you open your water faucet, clean, safe, potable water will flow out of it.
|
35
|
-
_Middlemac_ has made this miracle happen for you.
|
36
|
-
|
37
|
-
* * *
|
38
|
-
<% end %>
|
39
|
-
|
40
|
-
|
41
|
-
<% if target_feature?(:feature_insults_user) %>
|
42
|
-
If you have made it this far, dear reader, you should know that if brains were
|
43
|
-
dynamite, you wouldn’t have enough to blow your nose.
|
44
|
-
<% else %>
|
45
|
-
If you have made it this far, dear reader, you should know that you are one of
|
46
|
-
the best people in the world.
|
47
|
-
<% end %>
|
48
|
-
|
49
|
-
* * *
|
50
|
-
|
51
|
-
<% if target_feature?(:feature_shows_pink_rectangle) %>
|
52
|
-
I made a special, pink rectangle just for you!
|
53
|
-
<svg style="width:50px; height:35px; display:block; margin:auto;">
|
54
|
-
<rect width="50" height="35" style="fill:pink;stroke-width:0" />
|
55
|
-
</svg>
|
56
|
-
<% else %>
|
57
|
-
Too bad; other people got to see a nice, pink rectangle.
|
58
|
-
<% end %>
|
59
|
-
|
60
|
-
* * *
|
61
|
-
|
62
|
-
|
63
|
-
Recall our targets’ `feature` settings
|
64
|
-
--------------------------------------
|
65
|
-
|
66
|
-
Our `:free` target uses these `feature` settings:
|
67
|
-
|
68
|
-
~~~ ruby
|
69
|
-
:feature_advertise_pro => true,
|
70
|
-
:feature_performs_miracles => false,
|
71
|
-
:feature_insults_user => true,
|
72
|
-
:feature_shows_pink_rectangle => true,
|
73
|
-
~~~
|
74
|
-
|
75
|
-
And `:pro` was setup with these `feature` settings:
|
76
|
-
|
77
|
-
~~~ ruby
|
78
|
-
:feature_advertise_pro => false,
|
79
|
-
:feature_performs_miracles => true,
|
80
|
-
:feature_insults_user => false,
|
81
|
-
:feature_shows_pink_rectangle => true,
|
82
|
-
~~~
|
83
|
-
|
84
|
-
Depending on the target that you are currently viewing, you should very easily
|
85
|
-
be able to correlate what appears in the **Demonstrations** section with the
|
86
|
-
`feature`s settings above. Try changing some of the values and see what happens
|
87
|
-
to this page.
|
88
|
-
|
89
|
-
|
90
|
-
Targets vs Features
|
91
|
-
-------------------
|
92
|
-
|
93
|
-
While you can use targets exclusively, it’s then up to you to decide which
|
94
|
-
content you want to include in each of your help books when your Mac OS X
|
95
|
-
applications have different features. For example, what happens when you decide
|
96
|
-
to enable or disable a feature in a future release of your application? If you
|
97
|
-
use targets alone, you’ll have to go back and make a lot of changes to your
|
98
|
-
help content. If you use **features**, instead, it’s as simple as toggling the
|
99
|
-
value of your target’s `:features` sub-key between `true` and `false`.
|
100
|
-
|
101
|
-
|
102
|
-
How did this work?
|
103
|
-
------------------
|
104
|
-
Features work nearly identically to [targets][targets]. Instead of using the
|
105
|
-
`target_name?` helper, use the `target_feature?` helper instead. For example:
|
106
|
-
|
107
|
-
~~~ erb
|
108
|
-
<%% if target_feature?(:feature_insults_user) %>
|
109
|
-
If you have made it this far, dear reader, you should know that if brains were
|
110
|
-
dynamite, you wouldn’t have enough to blow your nose.
|
111
|
-
<%% else %>
|
112
|
-
If you have made it this far, dear reader, you should know that you are one of
|
113
|
-
the best people in the world.
|
114
|
-
<%% end %>
|
115
|
-
~~~
|
116
|
-
|
117
|
-
|
118
|
-
Include or exclude entire pages
|
119
|
-
-------------------------------
|
120
|
-
|
121
|
-
Just as with targets, you can use front matter `target` and `exclude` to include
|
122
|
-
or exclude entire pages.
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: "Workflow: Develop your Help Structure"
|
3
|
-
blurb: Before you get busy writing all of your content, learn how
|
4
|
-
<em>Middlemac</em> expects your project to be structured, and how this
|
5
|
-
structure benefits you.
|
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/060_content/010_frontmatter.html.md.erb
DELETED
@@ -1,88 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Frontmatter and keys
|
3
|
-
blurb: Examine all of the different frontmatter keys and their use in a single
|
4
|
-
location.
|
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
|
-
Frontmatter
|
18
|
-
-----------
|
19
|
-
Frontmatter is metadata that is included at the top of every content page but
|
20
|
-
will not be present in the output. It is used to provide information to
|
21
|
-
_Middleman_ and _Middlemac_ on a page by page and group basis.
|
22
|
-
|
23
|
-
Here is the frontmatter from this very page’s source file:
|
24
|
-
|
25
|
-
~~~ yaml
|
26
|
-
---
|
27
|
-
title: Frontmatter and keys
|
28
|
-
blurb: Examine all of the different frontmatter keys and their use in a single
|
29
|
-
location.
|
30
|
-
layout: template-logo-medium
|
31
|
-
---
|
32
|
-
~~~
|
33
|
-
|
34
|
-
You can also specify your own frontmatter keys and values. All frontmatter is
|
35
|
-
available for use in your pages and templates via `current_page.data`, e.g.,
|
36
|
-
`current_page.data.title`.
|
37
|
-
|
38
|
-
Also know that if you want to style content that will be rendered to HTML in
|
39
|
-
the frontmatter, such as in a blurb, then HTML is required. HAML and Markdown
|
40
|
-
do not touch content in the frontmatter. For example, if you want to emphasize
|
41
|
-
text in a blurb, you will have do to something like this example:
|
42
|
-
|
43
|
-
~~~ yaml
|
44
|
-
blurb: I must <em>emphasize</em> that going to war with an empty treasury is bad.
|
45
|
-
~~~
|
46
|
-
|
47
|
-
|
48
|
-
Middlemac Frontmatter Keys
|
49
|
-
--------------------------
|
50
|
-
|
51
|
-
`title`
|
52
|
-
: The page title will be used in to the HTML `<title>` tag for every page,
|
53
|
-
and more importantly, will be the text displayed for links by all of
|
54
|
-
_Middlemac_’s built-in partials.
|
55
|
-
|
56
|
-
`blurb`
|
57
|
-
: The blurb will be used as a description for a link for the included
|
58
|
-
_Middlemac_ partials that render indexes. This help documentation also
|
59
|
-
repeats the blurb at the top of every article.
|
60
|
-
|
61
|
-
`layout`
|
62
|
-
: Specify the layout or template to use to render the page. If you don’t
|
63
|
-
specify a layout, then the `layout-html4` layout will be used by default.
|
64
|
-
|
65
|
-
`xhtml`
|
66
|
-
: Specify this key if you want to force a page to use the `layout-xhtml`
|
67
|
-
layout instead of an html4 layout. You should never do this, though, except
|
68
|
-
for the main, top-level landing page. Apple’s help specifications require
|
69
|
-
HTML4.
|
70
|
-
|
71
|
-
`order`
|
72
|
-
: Set the sorting/display order for a particular file within its group.
|
73
|
-
|
74
|
-
`navigate`
|
75
|
-
: When used in a group’s parent (i.e., the `index.html` for the group) then
|
76
|
-
members of the group will display the page navigator buttons.
|
77
|
-
|
78
|
-
`navigator`
|
79
|
-
: When set to `false`, overrides the display of the page navigator for this
|
80
|
-
page only.
|
81
|
-
|
82
|
-
`target`
|
83
|
-
: Indicates which [targets][targets] and [features][features] this page is
|
84
|
-
applicable for.
|
85
|
-
|
86
|
-
`exclude`
|
87
|
-
: Indicates which [targets][targets] and [features][features] this page should
|
88
|
-
be hidden from.
|