j1-template 2021.0.12 → 2021.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +4 -0
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +34 -12
- data/_includes/themes/j1/layouts/content_generator_post.html +7 -5
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
- data/_includes/themes/j1/modules/connectors/ads +1 -1
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +36 -0
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
- data/_includes/themes/j1/modules/connectors/analytics +2 -3
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -0
- data/_layouts/default.html +11 -1
- data/assets/data/authclient.html +1 -1
- data/assets/data/carousel.json +1 -1
- data/assets/data/fam.html +2 -2
- data/assets/data/galleries.json +2 -2
- data/assets/data/gallery_customizer.html +2 -2
- data/assets/data/menu.html +15 -17
- data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
- data/assets/themes/j1/adapter/js/carousel.js +30 -1
- data/assets/themes/j1/adapter/js/fam.js +8 -12
- data/assets/themes/j1/adapter/js/j1.js +71 -24
- data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
- data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +11 -11
- data/assets/themes/j1/adapter/js/logger.js +35 -23
- data/assets/themes/j1/adapter/js/mmenu.js +9 -4
- data/assets/themes/j1/adapter/js/navigator.js +14 -18
- data/assets/themes/j1/adapter/js/themer.js +32 -27
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +25 -7
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +14 -2
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +6 -6
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
- data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
- data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
- data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
- data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
- data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
- data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
- data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
- data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +9 -4
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/exe/j1 +1 -1
- data/lib/j1/commands/generate.rb +32 -9
- data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/fastfilereaderext.so +0 -0
- data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
- data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
- data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
- data/lib/starter_web/Gemfile +21 -15
- data/lib/starter_web/_config.yml +7 -48
- data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
- data/lib/starter_web/_data/_defaults/private.yml +156 -0
- data/lib/starter_web/_data/_defaults/resources.yml +626 -325
- data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
- data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
- data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/blocks/banner.yml +18 -30
- data/lib/starter_web/_data/blocks/footer.yml +15 -3
- data/lib/starter_web/_data/blocks/panel.yml +4 -6
- data/lib/starter_web/_data/builder/blog_navigator.yml +4 -4
- data/lib/starter_web/_data/j1_config.yml +8 -7
- data/lib/starter_web/_data/modules/authentication.yml +11 -100
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +5 -24
- data/lib/starter_web/_data/modules/fam.yml +13 -2
- data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
- data/lib/starter_web/_data/modules/navigator_menu.yml +26 -7
- data/lib/starter_web/_data/modules/quicksearch.yml +5 -3
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
- data/lib/starter_web/_data/plugins/paginator.yml +5 -3
- data/lib/starter_web/_data/private.yml +29 -57
- data/lib/starter_web/_data/private@default.yml +119 -0
- data/lib/starter_web/_data/private@localhost.yml +156 -0
- data/lib/starter_web/_data/resources.yml +33 -16
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
- data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
- data/lib/starter_web/_includes/attributes.asciidoc +10 -6
- data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
- data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
- data/lib/starter_web/_plugins/lunr_index.rb +24 -5
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske4-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +45 -46
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +42 -40
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +58 -31
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +125 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -2
- data/lib/starter_web/dot.gitattributes +1 -1
- data/lib/starter_web/dot.gitignore +5 -1
- data/lib/starter_web/package.json +3 -2
- data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +16 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/index.html +10 -11
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +44 -47
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +20 -19
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +5 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +38 -34
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +37 -35
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +15 -13
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +29 -26
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +50 -49
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +43 -16
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +114 -0
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +81 -0
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +70 -48
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +121 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +78 -70
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +161 -591
- data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -1
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +4 -4
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +511 -0
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +10 -12
- data/lib/starter_web/pages/public/previewer/rouge.adoc +3 -3
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
- data/lib/starter_web/utilsrv/package.json +6 -2
- data/lib/starter_web/utilsrv/server.js +228 -55
- metadata +48 -210
- data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
- data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
- data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
- data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
- data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
- data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
- data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
- data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/pages/protected/site_search.adoc +0 -180
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
- data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
- data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
- data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
- data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg
DELETED
Binary file
|
data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg
DELETED
Binary file
|
Binary file
|
data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg
DELETED
Binary file
|
Binary file
|
data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg
DELETED
Binary file
|
Binary file
|
Binary file
|
@@ -1,432 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
|
3
|
-
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
|
4
|
-
<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="1240" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" viewBox="20 -20 1240 820" height="820" xmlns="http://www.w3.org/2000/svg" font-family="'Dialog'" font-style="normal" stroke-linejoin="miter" font-size="12px" stroke-dashoffset="0" image-rendering="auto"
|
5
|
-
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
|
6
|
-
/><g
|
7
|
-
><defs id="defs1"
|
8
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath1"
|
9
|
-
><path d="M0 0 L2147483647 0 L2147483647 2147483647 L0 2147483647 L0 0 Z"
|
10
|
-
/></clipPath
|
11
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath2"
|
12
|
-
><path d="M0 0 L0 60 L20 60 L20 0 Z"
|
13
|
-
/></clipPath
|
14
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath3"
|
15
|
-
><path d="M0 0 L0 140 L1200 140 L1200 0 Z"
|
16
|
-
/></clipPath
|
17
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath4"
|
18
|
-
><path d="M0 0 L0 40 L20 40 L20 0 Z"
|
19
|
-
/></clipPath
|
20
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath5"
|
21
|
-
><path d="M0 0 L0 80 L20 80 L20 0 Z"
|
22
|
-
/></clipPath
|
23
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath6"
|
24
|
-
><path d="M0 0 L0 100 L20 100 L20 0 Z"
|
25
|
-
/></clipPath
|
26
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath7"
|
27
|
-
><path d="M0 0 L0 50 L160 50 L160 0 Z"
|
28
|
-
/></clipPath
|
29
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath8"
|
30
|
-
><path d="M0 0 L0 40 L250 40 L250 0 Z"
|
31
|
-
/></clipPath
|
32
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath9"
|
33
|
-
><path d="M0 0 L0 70 L30 70 L30 0 Z"
|
34
|
-
/></clipPath
|
35
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath10"
|
36
|
-
><path d="M0 0 L0 50 L30 50 L30 0 Z"
|
37
|
-
/></clipPath
|
38
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"
|
39
|
-
><path d="M0 0 L0 40 L230 40 L230 0 Z"
|
40
|
-
/></clipPath
|
41
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath12"
|
42
|
-
><path d="M0 0 L0 50 L170 50 L170 0 Z"
|
43
|
-
/></clipPath
|
44
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath13"
|
45
|
-
><path d="M0 0 L0 540 L30 540 L30 0 Z"
|
46
|
-
/></clipPath
|
47
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath14"
|
48
|
-
><path d="M0 0 L0 150 L30 150 L30 0 Z"
|
49
|
-
/></clipPath
|
50
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath15"
|
51
|
-
><path d="M0 0 L0 140 L30 140 L30 0 Z"
|
52
|
-
/></clipPath
|
53
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath16"
|
54
|
-
><path d="M0 0 L0 80 L30 80 L30 0 Z"
|
55
|
-
/></clipPath
|
56
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath17"
|
57
|
-
><path d="M0 0 L0 440 L30 440 L30 0 Z"
|
58
|
-
/></clipPath
|
59
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath18"
|
60
|
-
><path d="M0 0 L0 30 L30 30 L30 0 Z"
|
61
|
-
/></clipPath
|
62
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath19"
|
63
|
-
><path d="M0 0 L0 50 L150 50 L150 0 Z"
|
64
|
-
/></clipPath
|
65
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath20"
|
66
|
-
><path d="M0 0 L0 110 L30 110 L30 0 Z"
|
67
|
-
/></clipPath
|
68
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath21"
|
69
|
-
><path d="M0 0 L0 90 L30 90 L30 0 Z"
|
70
|
-
/></clipPath
|
71
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath22"
|
72
|
-
><path d="M0 0 L0 90 L220 90 L220 0 Z"
|
73
|
-
/></clipPath
|
74
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath23"
|
75
|
-
><path d="M0 0 L0 40 L490 40 L490 0 Z"
|
76
|
-
/></clipPath
|
77
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath24"
|
78
|
-
><path d="M0 0 L0 30 L220 30 L220 0 Z"
|
79
|
-
/></clipPath
|
80
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath25"
|
81
|
-
><path d="M0 0 L0 50 L180 50 L180 0 Z"
|
82
|
-
/></clipPath
|
83
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath26"
|
84
|
-
><path d="M0 0 L0 190 L30 190 L30 0 Z"
|
85
|
-
/></clipPath
|
86
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath27"
|
87
|
-
><path d="M0 0 L0 500 L30 500 L30 0 Z"
|
88
|
-
/></clipPath
|
89
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath28"
|
90
|
-
><path d="M0 0 L0 40 L920 40 L920 0 Z"
|
91
|
-
/></clipPath
|
92
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath29"
|
93
|
-
><path d="M0 0 L0 290 L30 290 L30 0 Z"
|
94
|
-
/></clipPath
|
95
|
-
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath30"
|
96
|
-
><path d="M0 0 L0 130 L30 130 L30 0 Z"
|
97
|
-
/></clipPath
|
98
|
-
></defs
|
99
|
-
><g fill="rgb(255,255,0)" fill-opacity="0.4902" transform="translate(320,660)" stroke-opacity="0.4902" stroke="rgb(255,255,0)"
|
100
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
101
|
-
/></g
|
102
|
-
><g transform="translate(320,660)"
|
103
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
104
|
-
/></g
|
105
|
-
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(40,620)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
106
|
-
><rect x="0.5" width="1198.5" height="138.5" y="0.5" clip-path="url(#clipPath3)" stroke="none"
|
107
|
-
/></g
|
108
|
-
><g transform="translate(40,620)"
|
109
|
-
><rect fill="none" x="0.5" width="1198.5" height="138.5" y="0.5" clip-path="url(#clipPath3)"
|
110
|
-
/><path fill="none" d="M63.3223 0.5 L63.3223 14.2812 L54.1348 23.4688 L0.5 23.4688" clip-path="url(#clipPath3)"
|
111
|
-
/><text x="5" font-size="14px" y="17.9688" clip-path="url(#clipPath3)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
112
|
-
>optional</text
|
113
|
-
></g
|
114
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(570,490)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
115
|
-
><rect x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
116
|
-
/></g
|
117
|
-
><g transform="translate(570,490)"
|
118
|
-
><rect fill="none" x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)"
|
119
|
-
/></g
|
120
|
-
><g fill="rgb(255,255,0)" fill-opacity="0.4902" transform="translate(320,370)" stroke-opacity="0.4902" stroke="rgb(255,255,0)"
|
121
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
122
|
-
/></g
|
123
|
-
><g transform="translate(320,370)"
|
124
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
125
|
-
/></g
|
126
|
-
><g fill="rgb(0,255,0)" fill-opacity="0.4902" transform="translate(560,480)" stroke-opacity="0.4902" stroke="rgb(0,255,0)"
|
127
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
128
|
-
/></g
|
129
|
-
><g transform="translate(560,480)"
|
130
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
131
|
-
/></g
|
132
|
-
><g fill="rgb(255,255,0)" fill-opacity="0.4902" transform="translate(320,480)" stroke-opacity="0.4902" stroke="rgb(255,255,0)"
|
133
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
134
|
-
/></g
|
135
|
-
><g transform="translate(320,480)"
|
136
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
137
|
-
/></g
|
138
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(110,100)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
139
|
-
><rect x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
140
|
-
/></g
|
141
|
-
><g transform="translate(110,100)"
|
142
|
-
><rect fill="none" x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)"
|
143
|
-
/></g
|
144
|
-
><g fill="rgb(0,0,255)" fill-opacity="0.4902" transform="translate(100,90)" stroke-opacity="0.4902" stroke="rgb(0,0,255)"
|
145
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
146
|
-
/></g
|
147
|
-
><g transform="translate(100,90)"
|
148
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
149
|
-
/></g
|
150
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(570,320)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
151
|
-
><rect x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
152
|
-
/></g
|
153
|
-
><g transform="translate(570,320)"
|
154
|
-
><rect fill="none" x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)"
|
155
|
-
/></g
|
156
|
-
><g fill="rgb(0,255,0)" fill-opacity="0.4902" transform="translate(560,310)" stroke-opacity="0.4902" stroke="rgb(0,255,0)"
|
157
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
158
|
-
/></g
|
159
|
-
><g transform="translate(560,310)"
|
160
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
161
|
-
/></g
|
162
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(330,220)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
163
|
-
><rect x="0.5" width="18.5" height="78.5" y="0.5" clip-path="url(#clipPath5)" stroke="none"
|
164
|
-
/></g
|
165
|
-
><g transform="translate(330,220)"
|
166
|
-
><rect fill="none" x="0.5" width="18.5" height="78.5" y="0.5" clip-path="url(#clipPath5)"
|
167
|
-
/></g
|
168
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(810,160)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
169
|
-
><rect x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
170
|
-
/></g
|
171
|
-
><g transform="translate(810,160)"
|
172
|
-
><rect fill="none" x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)"
|
173
|
-
/></g
|
174
|
-
><g fill="rgb(255,0,0)" fill-opacity="0.4902" transform="translate(800,150)" stroke-opacity="0.4902" stroke="rgb(255,0,0)"
|
175
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
176
|
-
/></g
|
177
|
-
><g transform="translate(800,150)"
|
178
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
179
|
-
/></g
|
180
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(1020,100)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
181
|
-
><rect x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)" stroke="none"
|
182
|
-
/></g
|
183
|
-
><g transform="translate(1020,100)"
|
184
|
-
><rect fill="none" x="0.5" width="18.5" height="38.5" y="0.5" clip-path="url(#clipPath4)"
|
185
|
-
/></g
|
186
|
-
><g fill="rgb(200,200,200)" fill-opacity="0.4902" transform="translate(1010,90)" stroke-opacity="0.4902" stroke="rgb(200,200,200)"
|
187
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
188
|
-
/></g
|
189
|
-
><g transform="translate(1010,90)"
|
190
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
191
|
-
/></g
|
192
|
-
><g fill="rgb(255,255,255)" fill-opacity="0.4902" transform="translate(110,670)" stroke-opacity="0.4902" stroke="rgb(255,255,255)"
|
193
|
-
><rect x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)" stroke="none"
|
194
|
-
/></g
|
195
|
-
><g transform="translate(110,670)"
|
196
|
-
><rect fill="none" x="0.5" width="18.5" height="58.5" y="0.5" clip-path="url(#clipPath2)"
|
197
|
-
/></g
|
198
|
-
><g fill="rgb(255,255,0)" fill-opacity="0.4902" transform="translate(320,210)" stroke-opacity="0.4902" stroke="rgb(255,255,0)"
|
199
|
-
><rect x="0.5" width="18.5" height="98.5" y="0.5" clip-path="url(#clipPath6)" stroke="none"
|
200
|
-
/></g
|
201
|
-
><g transform="translate(320,210)"
|
202
|
-
><rect fill="none" x="0.5" width="18.5" height="98.5" y="0.5" clip-path="url(#clipPath6)"
|
203
|
-
/></g
|
204
|
-
><g fill="rgb(255,255,0)" fill-opacity="0.4902" transform="translate(250,0)" stroke-opacity="0.4902" stroke="rgb(255,255,0)"
|
205
|
-
><rect x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
206
|
-
/></g
|
207
|
-
><g transform="translate(250,0)"
|
208
|
-
><rect fill="none" x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)"
|
209
|
-
/><text x="63" font-size="14px" y="17.9688" text-decoration="underline" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
210
|
-
>:Web</text
|
211
|
-
><text x="47" font-size="14px" y="33.9375" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
212
|
-
>(localhost)</text
|
213
|
-
></g
|
214
|
-
><g fill="rgb(0,0,255)" fill-opacity="0.4902" transform="translate(40,0)" stroke-opacity="0.4902" stroke="rgb(0,0,255)"
|
215
|
-
><rect x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
216
|
-
/></g
|
217
|
-
><g transform="translate(40,0)"
|
218
|
-
><rect fill="none" x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)"
|
219
|
-
/><text x="25" font-size="14px" y="17.9688" text-decoration="underline" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
220
|
-
>:Resource Owner</text
|
221
|
-
><text x="60" font-size="14px" y="33.9375" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
222
|
-
>(User)</text
|
223
|
-
></g
|
224
|
-
><g fill="rgb(200,200,200)" fill-opacity="0.4902" transform="translate(940,0)" stroke-opacity="0.4902" stroke="rgb(200,200,200)"
|
225
|
-
><rect x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
226
|
-
/></g
|
227
|
-
><g transform="translate(940,0)"
|
228
|
-
><rect fill="none" x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)"
|
229
|
-
/><text x="51" font-size="14px" y="17.9688" text-decoration="underline" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
230
|
-
>:Provider</text
|
231
|
-
><text x="54" font-size="14px" y="33.9375" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
232
|
-
>(Github)</text
|
233
|
-
></g
|
234
|
-
><g fill="rgb(0,0,255)" fill-opacity="0.4902" transform="translate(100,660)" stroke-opacity="0.4902" stroke="rgb(0,0,255)"
|
235
|
-
><rect x="0.5" width="18.5" height="78.5" y="0.5" clip-path="url(#clipPath5)" stroke="none"
|
236
|
-
/></g
|
237
|
-
><g transform="translate(100,660)"
|
238
|
-
><rect fill="none" x="0.5" width="18.5" height="78.5" y="0.5" clip-path="url(#clipPath5)"
|
239
|
-
/></g
|
240
|
-
><g fill="rgb(255,0,0)" fill-opacity="0.4902" transform="translate(730,0)" stroke-opacity="0.4902" stroke="rgb(255,0,0)"
|
241
|
-
><rect x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
242
|
-
/></g
|
243
|
-
><g transform="translate(730,0)"
|
244
|
-
><rect fill="none" x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)"
|
245
|
-
/><text x="42" font-size="14px" y="17.9688" text-decoration="underline" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
246
|
-
>:Middleware</text
|
247
|
-
><text x="53" font-size="14px" y="33.9375" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
248
|
-
>(SeeMe)</text
|
249
|
-
></g
|
250
|
-
><g fill="rgb(0,255,0)" fill-opacity="0.4902" transform="translate(490,0)" stroke-opacity="0.4902" stroke="rgb(0,255,0)"
|
251
|
-
><rect x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)" stroke="none"
|
252
|
-
/></g
|
253
|
-
><g transform="translate(490,0)"
|
254
|
-
><rect fill="none" x="0.5" width="158.5" height="48.5" y="0.5" clip-path="url(#clipPath7)"
|
255
|
-
/><text x="45" font-size="14px" y="17.9688" text-decoration="underline" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
256
|
-
>:Util Server</text
|
257
|
-
><text x="64" font-size="14px" y="33.9375" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
258
|
-
>(API)</text
|
259
|
-
></g
|
260
|
-
><g transform="translate(330,460)"
|
261
|
-
><path fill="none" d="M10.5 20.5 L229.5 20.5" clip-path="url(#clipPath8)"
|
262
|
-
/><path fill="none" d="M218.7417 27 L230 20.5 L218.7417 14" clip-path="url(#clipPath8)"
|
263
|
-
/><text x="70.2036" font-size="14px" y="16" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
264
|
-
>call API (logger)</text
|
265
|
-
></g
|
266
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(320,710)" stroke-linecap="butt"
|
267
|
-
><path fill="none" d="M10.5 10.5 L10.5 50.5" clip-path="url(#clipPath9)"
|
268
|
-
/></g
|
269
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(100,730)" stroke-linecap="butt"
|
270
|
-
><path fill="none" d="M10.5 10.5 L10.5 30.5" clip-path="url(#clipPath10)"
|
271
|
-
/></g
|
272
|
-
><g transform="translate(110,640)"
|
273
|
-
><path fill="none" d="M10.5 20.5 L209.5 20.5" clip-path="url(#clipPath11)"
|
274
|
-
/><path fill="none" d="M198.7417 27 L210 20.5 L198.7417 14" clip-path="url(#clipPath11)"
|
275
|
-
/><text x="62.5347" font-size="14px" y="16" clip-path="url(#clipPath11)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
276
|
-
> monitor logfile</text
|
277
|
-
></g
|
278
|
-
><g transform="translate(120,680)"
|
279
|
-
><path fill="none" d="M11.5 30.5 L30.5 30.5" clip-path="url(#clipPath12)"
|
280
|
-
/><path fill="none" d="M30.5 30.5 L30.5 10.5" clip-path="url(#clipPath12)"
|
281
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath12)"
|
282
|
-
/><path fill="white" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath12)" stroke="none"
|
283
|
-
/><path fill="none" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath12)"
|
284
|
-
/><text x="34" font-size="14px" y="20" clip-path="url(#clipPath12)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
285
|
-
> process message</text
|
286
|
-
><text x="34" font-size="14px" y="35.9688" clip-path="url(#clipPath12)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
287
|
-
> in log analyser</text
|
288
|
-
></g
|
289
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(100,140)" stroke-linecap="butt"
|
290
|
-
><path fill="none" d="M10.5 10.5 L10.5 520.5" clip-path="url(#clipPath13)"
|
291
|
-
/></g
|
292
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(320,530)" stroke-linecap="butt"
|
293
|
-
><path fill="none" d="M10.5 10.5 L10.5 130.5" clip-path="url(#clipPath14)"
|
294
|
-
/></g
|
295
|
-
><g transform="translate(330,520)"
|
296
|
-
><path fill="none" d="M11.5 20.5 L230.5 20.5" clip-path="url(#clipPath8)"
|
297
|
-
/><path d="M22.2583 27 L11 20.5 L22.2583 14 Z" clip-path="url(#clipPath8)" stroke="none"
|
298
|
-
/><path fill="none" d="M22.2583 27 L11 20.5 L22.2583 14 Z" clip-path="url(#clipPath8)"
|
299
|
-
/><text x="51.9141" font-size="14px" y="16" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
300
|
-
> write message to log</text
|
301
|
-
></g
|
302
|
-
><g transform="translate(580,490)"
|
303
|
-
><path fill="none" d="M11.5 30.5 L30.5 30.5" clip-path="url(#clipPath12)"
|
304
|
-
/><path fill="none" d="M30.5 30.5 L30.5 10.5" clip-path="url(#clipPath12)"
|
305
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath12)"
|
306
|
-
/><path fill="white" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath12)" stroke="none"
|
307
|
-
/><path fill="none" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath12)"
|
308
|
-
/><text x="34" font-size="14px" y="27.9844" clip-path="url(#clipPath12)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
309
|
-
> process write2disk</text
|
310
|
-
></g
|
311
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(560,360)" stroke-linecap="butt"
|
312
|
-
><path fill="none" d="M10.5 10.5 L10.5 120.5" clip-path="url(#clipPath15)"
|
313
|
-
/></g
|
314
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(320,420)" stroke-linecap="butt"
|
315
|
-
><path fill="none" d="M10.5 10.5 L10.5 60.5" clip-path="url(#clipPath16)"
|
316
|
-
/></g
|
317
|
-
><g transform="translate(330,350)"
|
318
|
-
><path fill="none" d="M11.5 20.5 L230.5 20.5" clip-path="url(#clipPath8)"
|
319
|
-
/><path d="M22.2583 27 L11 20.5 L22.2583 14 Z" clip-path="url(#clipPath8)" stroke="none"
|
320
|
-
/><path fill="none" d="M22.2583 27 L11 20.5 L22.2583 14 Z" clip-path="url(#clipPath8)"
|
321
|
-
/><text x="51.9038" font-size="14px" y="16" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
322
|
-
> update working copy</text
|
323
|
-
></g
|
324
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(1010,40)" stroke-linecap="butt"
|
325
|
-
><path fill="none" d="M10.5 10.5 L10.5 50.5" clip-path="url(#clipPath9)"
|
326
|
-
/></g
|
327
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(800,200)" stroke-linecap="butt"
|
328
|
-
><path fill="none" d="M10.5 10.5 L10.5 420.5" clip-path="url(#clipPath17)"
|
329
|
-
/></g
|
330
|
-
><g transform="translate(120,100)"
|
331
|
-
><path fill="none" d="M11.5 30.5 L30.5 30.5" clip-path="url(#clipPath7)"
|
332
|
-
/><path fill="none" d="M30.5 30.5 L30.5 10.5" clip-path="url(#clipPath7)"
|
333
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath7)"
|
334
|
-
/><path fill="white" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath7)" stroke="none"
|
335
|
-
/><path fill="none" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath7)"
|
336
|
-
/><text x="34" font-size="14px" y="27.9844" clip-path="url(#clipPath7)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
337
|
-
> run git command</text
|
338
|
-
></g
|
339
|
-
><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(110,610)" stroke-opacity="0" stroke="rgb(255,255,255)"
|
340
|
-
><path d="M10.5 10.5 Z" stroke="none" clip-path="url(#clipPath18)"
|
341
|
-
/></g
|
342
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(110,610)" stroke-linecap="butt"
|
343
|
-
><path fill="none" d="M10.5 10.5 Z" clip-path="url(#clipPath18)"
|
344
|
-
/></g
|
345
|
-
><g transform="translate(580,320)"
|
346
|
-
><path fill="none" d="M11.5 30.5 L30.5 30.5" clip-path="url(#clipPath19)"
|
347
|
-
/><path fill="none" d="M30.5 30.5 L30.5 10.5" clip-path="url(#clipPath19)"
|
348
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath19)"
|
349
|
-
/><path fill="white" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath19)" stroke="none"
|
350
|
-
/><path fill="none" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath19)"
|
351
|
-
/><text x="34" font-size="14px" y="27.9844" clip-path="url(#clipPath19)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
352
|
-
> process git pull</text
|
353
|
-
></g
|
354
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(560,530)" stroke-linecap="butt"
|
355
|
-
><path fill="none" d="M10.5 10.5 L10.5 90.5" clip-path="url(#clipPath20)"
|
356
|
-
/></g
|
357
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(320,300)" stroke-linecap="butt"
|
358
|
-
><path fill="none" d="M10.5 10.5 L10.5 70.5" clip-path="url(#clipPath21)"
|
359
|
-
/></g
|
360
|
-
><g transform="translate(330,290)"
|
361
|
-
><path fill="none" d="M10.5 20.5 L229.5 20.5" clip-path="url(#clipPath8)"
|
362
|
-
/><path d="M218.7417 27 L230 20.5 L218.7417 14 Z" clip-path="url(#clipPath8)" stroke="none"
|
363
|
-
/><path fill="none" d="M218.7417 27 L230 20.5 L218.7417 14 Z" clip-path="url(#clipPath8)"
|
364
|
-
/><text x="96.269" font-size="14px" y="16" clip-path="url(#clipPath8)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
365
|
-
>call API</text
|
366
|
-
></g
|
367
|
-
><g transform="translate(340,220)"
|
368
|
-
><path fill="none" d="M11.5 70.5 L30.5 70.5" clip-path="url(#clipPath22)"
|
369
|
-
/><path fill="none" d="M30.5 70.5 L30.5 10.5" clip-path="url(#clipPath22)"
|
370
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath22)"
|
371
|
-
/><path fill="white" d="M22.2583 77 L11 70.5 L22.2583 64 Z" clip-path="url(#clipPath22)" stroke="none"
|
372
|
-
/><path fill="none" d="M22.2583 77 L11 70.5 L22.2583 64 Z" clip-path="url(#clipPath22)"
|
373
|
-
/><text x="34" font-size="14px" y="47.9844" clip-path="url(#clipPath22)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
374
|
-
> SSE processing on receive</text
|
375
|
-
></g
|
376
|
-
><g transform="translate(330,190)"
|
377
|
-
><path fill="none" d="M10.5 20.5 L469.5 20.5" clip-path="url(#clipPath23)"
|
378
|
-
/><path fill="none" d="M458.7417 27 L470 20.5 L458.7417 14" clip-path="url(#clipPath23)"
|
379
|
-
/><text x="52.5073" font-size="14px" y="16" clip-path="url(#clipPath23)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
380
|
-
> monitor middleware</text
|
381
|
-
></g
|
382
|
-
><g transform="translate(820,160)"
|
383
|
-
><path fill="none" d="M11.5 30.5 L30.5 30.5" clip-path="url(#clipPath12)"
|
384
|
-
/><path fill="none" d="M30.5 30.5 L30.5 10.5" clip-path="url(#clipPath12)"
|
385
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath12)"
|
386
|
-
/><path fill="white" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath12)" stroke="none"
|
387
|
-
/><path fill="none" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath12)"
|
388
|
-
/><text x="34" font-size="14px" y="20" clip-path="url(#clipPath12)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
389
|
-
> receive message +</text
|
390
|
-
><text x="34" font-size="14px" y="35.9688" clip-path="url(#clipPath12)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
391
|
-
> deliver on request</text
|
392
|
-
></g
|
393
|
-
><g transform="translate(810,140)"
|
394
|
-
><path fill="none" d="M11.5 10.5 L200.5 10.5" clip-path="url(#clipPath24)"
|
395
|
-
/><path fill="none" d="M22.2583 17 L11 10.5 L22.2583 4" clip-path="url(#clipPath24)"
|
396
|
-
/></g
|
397
|
-
><g transform="translate(1030,100)"
|
398
|
-
><path fill="none" d="M11.5 30.5 L30.5 30.5" clip-path="url(#clipPath25)"
|
399
|
-
/><path fill="none" d="M30.5 30.5 L30.5 10.5" clip-path="url(#clipPath25)"
|
400
|
-
/><path fill="none" d="M30.5 10.5 L10.5 10.5" clip-path="url(#clipPath25)"
|
401
|
-
/><path fill="white" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath25)" stroke="none"
|
402
|
-
/><path fill="none" d="M22.2583 37 L11 30.5 L22.2583 24 Z" clip-path="url(#clipPath25)"
|
403
|
-
/><text x="34" font-size="14px" y="20" clip-path="url(#clipPath25)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
404
|
-
> process webhook +</text
|
405
|
-
><text x="34" font-size="14px" y="35.9688" clip-path="url(#clipPath25)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
406
|
-
> send message</text
|
407
|
-
></g
|
408
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(320,40)" stroke-linecap="butt"
|
409
|
-
><path fill="none" d="M10.5 10.5 L10.5 170.5" clip-path="url(#clipPath26)"
|
410
|
-
/></g
|
411
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(100,40)" stroke-linecap="butt"
|
412
|
-
><path fill="none" d="M10.5 10.5 L10.5 50.5" clip-path="url(#clipPath9)"
|
413
|
-
/></g
|
414
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(1010,140)" stroke-linecap="butt"
|
415
|
-
><path fill="none" d="M10.5 10.5 L10.5 480.5" clip-path="url(#clipPath27)"
|
416
|
-
/></g
|
417
|
-
><g transform="translate(110,70)"
|
418
|
-
><path fill="none" d="M10.5 20.5 L899.5 20.5" clip-path="url(#clipPath28)"
|
419
|
-
/><path d="M888.7417 27 L900 20.5 L888.7417 14 Z" clip-path="url(#clipPath28)" stroke="none"
|
420
|
-
/><path fill="none" d="M888.7417 27 L900 20.5 L888.7417 14 Z" clip-path="url(#clipPath28)"
|
421
|
-
/><text x="299.7832" font-size="14px" y="16" clip-path="url(#clipPath28)" font-family="sans-serif" stroke="none" xml:space="preserve"
|
422
|
-
> push request</text
|
423
|
-
></g
|
424
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(560,40)" stroke-linecap="butt"
|
425
|
-
><path fill="none" d="M10.5 10.5 L10.5 270.5" clip-path="url(#clipPath29)"
|
426
|
-
/></g
|
427
|
-
><g stroke-dasharray="8,5" stroke-miterlimit="5" transform="translate(800,40)" stroke-linecap="butt"
|
428
|
-
><path fill="none" d="M10.5 10.5 L10.5 110.5" clip-path="url(#clipPath30)"
|
429
|
-
/></g
|
430
|
-
></g
|
431
|
-
></svg
|
432
|
-
>
|