j1-template 2024.0.0 → 2024.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/apps/public/cc/cc.yml +35 -33
  3. data/assets/data/cookieconsent.html +15 -106
  4. data/assets/data/docsearch.html +155 -0
  5. data/assets/data/iframes.html +96 -0
  6. data/assets/data/quicklinks.html +10 -0
  7. data/assets/data/speak2me.html +4 -3
  8. data/assets/data/translator.html +27 -147
  9. data/assets/themes/j1/adapter/js/{chat.js → chatbot.js} +20 -18
  10. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  11. data/assets/themes/j1/adapter/js/docsearch.js +270 -0
  12. data/assets/themes/j1/adapter/js/gallery.js +1 -1
  13. data/assets/themes/j1/adapter/js/iframer.js +350 -0
  14. data/assets/themes/j1/adapter/js/mmenu.js +1 -1
  15. data/assets/themes/j1/adapter/js/navigator.js +4 -0
  16. data/assets/themes/j1/adapter/js/rouge.js +1 -1
  17. data/assets/themes/j1/adapter/js/speak2me.js +2 -2
  18. data/assets/themes/j1/adapter/js/translator.js +5 -0
  19. data/assets/themes/j1/core/css/animate.css +4 -4
  20. data/assets/themes/j1/core/css/animate.min.css +1 -1
  21. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +1 -1
  22. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  23. data/assets/themes/j1/core/js/template.js +19 -7
  24. data/assets/themes/j1/core/js/template.min.js +1 -1
  25. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  26. data/assets/themes/j1/modules/iframeResizer/LICENSE +1 -1
  27. data/assets/themes/j1/modules/iframeResizer/README.md +105 -0
  28. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.absolute.html +12 -11
  29. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.content.html +22 -28
  30. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.hover.html +9 -8
  31. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.nested.html +12 -12
  32. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.textarea.html +6 -8
  33. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.tolerance.html +11 -11
  34. data/assets/themes/j1/modules/iframeResizer/{examples → example}/index.html +43 -19
  35. data/assets/themes/j1/modules/iframeResizer/{examples → example}/two.html +8 -11
  36. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +84 -68
  37. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +10 -8
  38. data/assets/themes/j1/modules/iframeResizer/js/resizer.js +149 -72
  39. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +11 -7
  40. data/lib/j1/version.rb +1 -1
  41. data/lib/starter_web/README.md +5 -5
  42. data/lib/starter_web/_config.yml +1 -1
  43. data/lib/starter_web/_data/modules/{framer.yml → _docsearch.yml} +20 -9
  44. data/lib/starter_web/_data/modules/{chat.yml → chatbots.yml} +2 -2
  45. data/lib/starter_web/_data/modules/defaults/{chat.yml → chatbots.yml} +2 -2
  46. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -75
  47. data/lib/starter_web/_data/modules/defaults/docsearch.yml +87 -0
  48. data/lib/starter_web/_data/modules/defaults/{framer.yml → iframer.yml} +56 -21
  49. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -0
  50. data/lib/starter_web/_data/modules/defaults/translator.yml +11 -52
  51. data/lib/starter_web/_data/modules/docsearch.yml +45 -0
  52. data/lib/starter_web/_data/modules/iframer.yml +103 -0
  53. data/lib/starter_web/_data/modules/navigator_menu.yml +39 -1
  54. data/lib/starter_web/_data/resources.yml +41 -19
  55. data/lib/starter_web/_data/templates/feed.xml +1 -1
  56. data/lib/starter_web/_plugins/asciidoctor/iframe-block.rb +46 -0
  57. data/lib/starter_web/_plugins/index/lunr.rb +2 -1
  58. data/lib/starter_web/package.json +74 -75
  59. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  60. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  61. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  62. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +1 -2
  63. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -0
  64. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +0 -1
  65. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +1 -2
  66. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +4 -1
  67. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.bat +2 -2
  68. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.sh +2 -3
  69. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +5 -9
  70. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  71. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.pdf +27727 -0
  72. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  73. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
  74. data/lib/starter_web/pages/public/features/general.adoc +1 -1
  75. data/lib/starter_web/pages/public/features/template.adoc +1 -1
  76. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +1 -1
  77. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +1 -1
  78. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +1 -1
  79. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +1 -1
  80. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +1 -1
  81. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +1 -1
  82. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +1 -1
  83. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
  84. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +1 -1
  85. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
  86. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  87. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
  88. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  89. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  90. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.hover.html +69 -0
  91. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.nested.html +75 -0
  92. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.textarea.html +57 -0
  93. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/my.content.html +112 -0
  94. data/lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.content.html +51 -0
  95. data/lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.docsearch.info.html +84 -0
  96. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +1 -1
  97. data/lib/starter_web/pages/public/tools/previewer/preview_docsearch.adoc +92 -0
  98. data/lib/starter_web/pages/public/tools/previewer/preview_iframer.adoc +106 -0
  99. metadata +35 -25
  100. data/assets/themes/j1/adapter/js/framer.js +0 -237
  101. data/assets/themes/j1/modules/chatgpt/css/theme/uno.css +0 -92
  102. data/assets/themes/j1/modules/chatgpt/css/theme/uno.min.css +0 -16
  103. data/lib/starter_web/_data/_defaults/private.yml +0 -129
  104. data/lib/starter_web/_data/modules/nbinteract.yml +0 -476
  105. data/lib/starter_web/utilsrv/_defaults/package.json +0 -57
  106. data/lib/starter_web/utilsrv/package.json +0 -57
  107. data/lib/starter_web/utilsrv/server.js +0 -775
  108. /data/assets/themes/j1/modules/{chat → chatbot}/css/theme/uno.css +0 -0
  109. /data/assets/themes/j1/modules/{chat → chatbot}/css/theme/uno.min.css +0 -0
@@ -0,0 +1,92 @@
1
+ ---
2
+ title: Preview DocSearch
3
+ title_extention: Search Engine powered by AI
4
+ tagline: Search Engine powered by AI
5
+
6
+ date: 2023-11-02
7
+ #last_modified: 2023-01-01
8
+
9
+ description: >
10
+ DocSearch is an AI-powered chatbot based on Documind AI that helps
11
+ visitors get the most out documents. With Documind, you can upload
12
+ entire documents, such as textbooks, research articles, and product
13
+ manuals, and then use GPT language models to ask questions and receive
14
+ human responses.
15
+ keywords: >
16
+ Jekyll, Theme, JekyllOne, Info, Module, Preview, Ruby, Gem,
17
+ Documind, DocSearch
18
+
19
+ categories: [ Previewer ]
20
+ tags: [ Module, DocSearch ]
21
+
22
+ image:
23
+ path: /assets/images/modules/attics/library-1920x1280.jpg
24
+ width: 1920
25
+ height: 1280
26
+
27
+ personalization: true
28
+ regenerate: false
29
+ permalink: /pages/public/tools/previewer/docsearch/
30
+
31
+ resources: [ animate, iframer, rouge ]
32
+ resource_options:
33
+ - attic:
34
+ slides:
35
+ - url: /assets/images/modules/attics/library-1920x1280.jpg
36
+ alt: Library
37
+ ---
38
+
39
+ // Page Initializer
40
+ // =============================================================================
41
+ // Enable the Liquid Preprocessor
42
+ :page-liquid:
43
+ :url-documind--home: https://documind.chat/
44
+
45
+ // Set (local) page attributes here
46
+ // -----------------------------------------------------------------------------
47
+ // :page--attr: <attr-value>
48
+
49
+ // Load Liquid procedures
50
+ // -----------------------------------------------------------------------------
51
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
+
53
+ // Load page attributes
54
+ // -----------------------------------------------------------------------------
55
+ {% include {{load_attributes}} scope="global" %}
56
+
57
+
58
+ // Page content
59
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+ [role="dropcap"]
61
+ DocSearch is a AI-powered chatbot based on Documind AI that uses natural
62
+ language processing (NLP) and machine learning algorithms to support your
63
+ vistors by instant answers on their questions.
64
+
65
+ [CAUTION]
66
+ ====
67
+ The service *DocSearch* is only available, when you have agreed on
68
+ *Personalization* with your *Privacy Settings* using Cookies.
69
+ ====
70
+
71
+ mdi:clock-time-five-outline[24px, md-gray mt-5 mr-2]
72
+ *2 Minutes* to read
73
+
74
+ // Include sub-documents (if any)
75
+ // -----------------------------------------------------------------------------
76
+ [role="mt-5"]
77
+ == Searching in Documents
78
+
79
+ The template system link:{url-j1--home}[JekyllOne, {browser-window--new}] for
80
+ the static website generator (SSG) link:{url-jekyll--home}[Jekyll, {browser-window--new}]
81
+ supports your vistors in finding answers to what *your project* can do.
82
+
83
+ [role="mt-4"]
84
+ Setup *your* example question to provide an answer in *seconds*.
85
+
86
+ .Example Question
87
+ [source, apib, role="mt-4 mb-4"]
88
+ ----
89
+ What is J1 Template?
90
+ ----
91
+
92
+ iframe::documind[role="mt-5 mb-7"]
@@ -0,0 +1,106 @@
1
+ ---
2
+ title: iFramer Preview
3
+ title_extention: Magic HTML iFrames
4
+ tagline: Magic iFrames
5
+
6
+ date: 2023-10-31
7
+ #last_modified: 2023-01-01
8
+
9
+ description: >
10
+ The iframeResizer library enables the automatic resizing of the height
11
+ and width of both same and cross domain iFrames to fit their
12
+ contained content. It provides a wide range of features to address
13
+ the most common issues with using iFrames.
14
+ keywords: >
15
+ open source, free, template, jekyll, jekyllone, web,
16
+ sites, static, jamstack, bootstrap,
17
+ html, iframe
18
+
19
+ categories: [ Previewer ]
20
+ tags: [ Module, iFramer ]
21
+
22
+ image:
23
+ path: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
24
+ width: 1920
25
+ height: 1280
26
+
27
+ toc: true
28
+ tts: false
29
+ comments: false
30
+ regenerate: false
31
+ permalink: /pages/public/tools/previewer/iframer/
32
+
33
+ resources: [ animate, iframer, rouge ]
34
+ resource_options:
35
+ - attic:
36
+ padding_top: 600
37
+ padding_bottom: 50
38
+ opacity: 0.5
39
+ slides:
40
+ - url: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
41
+ alt: Photo by Jessica Ruscello Unsplash
42
+ badge:
43
+ type: unsplash
44
+ author: Jessica Ruscello
45
+ href: https://unsplash.com/@jruscello
46
+ ---
47
+
48
+ // Page Initializer
49
+ // =============================================================================
50
+ // Enable the Liquid Preprocessor
51
+ :page-liquid:
52
+ :url-viewerjs--home: https://viewerjs.org/
53
+
54
+ // Load Liquid procedures
55
+ // -----------------------------------------------------------------------------
56
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
57
+
58
+ // Load page attributes
59
+ // -----------------------------------------------------------------------------
60
+ {% include {{load_attributes}} scope="global" %}
61
+
62
+
63
+ // Page content
64
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
+ [role="dropcap"]
66
+ The iframeResizer library enables automatic resizing of HTML iFrames of the
67
+ height, the width or both to fit their contained content on same and cross
68
+ domain.
69
+
70
+ mdi:clock-time-five-outline[24px, md-gray mt-4 mr-2]
71
+ *2 Minutes* to read
72
+
73
+ // Include sub-documents (if any)
74
+ // -----------------------------------------------------------------------------
75
+ [role="mt-4"]
76
+ The library provides a wide range of features to address the most common
77
+ issues using HTML iFrames on webpages which includes:
78
+
79
+ * Height and width resizing of an iFrame for the content size
80
+ * Works with multiple and nested iFrames
81
+ * Domain authentication for cross domain iFrames
82
+ * Provides a range of page size calculation methods to support
83
+ complex CSS layouts
84
+ * Detects changes to the DOM that can cause the page to resize using
85
+ a MutationObserver
86
+ * Detects events that can cause the page to resize (Window Resize,
87
+ CSS Animation and Transition, Orientation Change and Mouse events)
88
+ * Simplified messaging between the iFrame and the page via postMessages
89
+ * Fixes in-page links in an iFrame and supports links between the iFrame
90
+ and the parent page
91
+ * Provides custom sizing and scrolling methods
92
+ * Exposes parent position and viewport size to the iFrame
93
+ * Provides onMouseEnter and onMouseLeave events for the iFrame
94
+ * Supports link:{url-viewerjs--home}[ViewerJS, {browser-window--new}]
95
+ to use PDF and ODF documents for HTML iFrame sources
96
+
97
+
98
+ [role="mt-5"]
99
+ == iFrame Example
100
+
101
+ [role="mb-4"]
102
+ Resize the browser window in *width* to see how the HTML iframe
103
+ follow your changes and behave fully reponsive for the document source within
104
+ the page.
105
+
106
+ iframe::magic_iframe[role="mt-4 mb-7"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2024.0.0
4
+ version: 2024.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -317,10 +317,12 @@ files:
317
317
  - assets/data/banner.html
318
318
  - assets/data/carousel.json
319
319
  - assets/data/cookieconsent.html
320
+ - assets/data/docsearch.html
320
321
  - assets/data/fab.html
321
322
  - assets/data/footer.html
322
323
  - assets/data/galeries.html
323
324
  - assets/data/gallery_customizer.html
325
+ - assets/data/iframes.html
324
326
  - assets/data/iso-639-language-codes-flags.json
325
327
  - assets/data/iso-639-language-codes.json
326
328
  - assets/data/j1_config.json
@@ -364,17 +366,18 @@ files:
364
366
  - assets/themes/j1/adapter/js/attic.js
365
367
  - assets/themes/j1/adapter/js/bmd.js
366
368
  - assets/themes/j1/adapter/js/carousel.js
367
- - assets/themes/j1/adapter/js/chat.js
369
+ - assets/themes/j1/adapter/js/chatbot.js
368
370
  - assets/themes/j1/adapter/js/clipboard.js
369
371
  - assets/themes/j1/adapter/js/comments.js
370
372
  - assets/themes/j1/adapter/js/cookieConsent.js
371
373
  - assets/themes/j1/adapter/js/customFunctions.js
372
374
  - assets/themes/j1/adapter/js/customModule.js
375
+ - assets/themes/j1/adapter/js/docsearch.js
373
376
  - assets/themes/j1/adapter/js/dropdowns.js
374
377
  - assets/themes/j1/adapter/js/fab.js
375
- - assets/themes/j1/adapter/js/framer.js
376
378
  - assets/themes/j1/adapter/js/gallery.js
377
379
  - assets/themes/j1/adapter/js/iconPicker.js
380
+ - assets/themes/j1/adapter/js/iframer.js
378
381
  - assets/themes/j1/adapter/js/j1.js
379
382
  - assets/themes/j1/adapter/js/lazyLoader.js
380
383
  - assets/themes/j1/adapter/js/lightbox.js
@@ -1032,10 +1035,8 @@ files:
1032
1035
  - assets/themes/j1/modules/carousel/images/owl.video.play.png
1033
1036
  - assets/themes/j1/modules/cash/js/cash.js
1034
1037
  - assets/themes/j1/modules/cash/js/cash.min.js
1035
- - assets/themes/j1/modules/chat/css/theme/uno.css
1036
- - assets/themes/j1/modules/chat/css/theme/uno.min.css
1037
- - assets/themes/j1/modules/chatgpt/css/theme/uno.css
1038
- - assets/themes/j1/modules/chatgpt/css/theme/uno.min.css
1038
+ - assets/themes/j1/modules/chatbot/css/theme/uno.css
1039
+ - assets/themes/j1/modules/chatbot/css/theme/uno.min.css
1039
1040
  - assets/themes/j1/modules/clipboard/LICENSE
1040
1041
  - assets/themes/j1/modules/clipboard/css/theme/uno.css
1041
1042
  - assets/themes/j1/modules/clipboard/css/theme/uno.min.css
@@ -1081,14 +1082,15 @@ files:
1081
1082
  - assets/themes/j1/modules/iconifyAPI/js/iconify.js
1082
1083
  - assets/themes/j1/modules/iconifyAPI/js/iconify.min.js
1083
1084
  - assets/themes/j1/modules/iframeResizer/LICENSE
1084
- - assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html
1085
- - assets/themes/j1/modules/iframeResizer/examples/frame.content.html
1086
- - assets/themes/j1/modules/iframeResizer/examples/frame.hover.html
1087
- - assets/themes/j1/modules/iframeResizer/examples/frame.nested.html
1088
- - assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html
1089
- - assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html
1090
- - assets/themes/j1/modules/iframeResizer/examples/index.html
1091
- - assets/themes/j1/modules/iframeResizer/examples/two.html
1085
+ - assets/themes/j1/modules/iframeResizer/README.md
1086
+ - assets/themes/j1/modules/iframeResizer/example/frame.absolute.html
1087
+ - assets/themes/j1/modules/iframeResizer/example/frame.content.html
1088
+ - assets/themes/j1/modules/iframeResizer/example/frame.hover.html
1089
+ - assets/themes/j1/modules/iframeResizer/example/frame.nested.html
1090
+ - assets/themes/j1/modules/iframeResizer/example/frame.textarea.html
1091
+ - assets/themes/j1/modules/iframeResizer/example/frame.tolerance.html
1092
+ - assets/themes/j1/modules/iframeResizer/example/index.html
1093
+ - assets/themes/j1/modules/iframeResizer/example/two.html
1092
1094
  - assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js
1093
1095
  - assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js
1094
1096
  - assets/themes/j1/modules/iframeResizer/js/resizer.js
@@ -1665,7 +1667,6 @@ files:
1665
1667
  - lib/starter_web/_data/_defaults/colors.yml
1666
1668
  - lib/starter_web/_data/_defaults/font_sizes.yml
1667
1669
  - lib/starter_web/_data/_defaults/j1_config.yml
1668
- - lib/starter_web/_data/_defaults/private.yml
1669
1670
  - lib/starter_web/_data/_defaults/resources.yml
1670
1671
  - lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml
1671
1672
  - lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml
@@ -1747,13 +1748,14 @@ files:
1747
1748
  - lib/starter_web/_data/locales/sk.yml
1748
1749
  - lib/starter_web/_data/locales/sl.yml
1749
1750
  - lib/starter_web/_data/locales/sv.yml
1751
+ - lib/starter_web/_data/modules/_docsearch.yml
1750
1752
  - lib/starter_web/_data/modules/advertising.yml
1751
1753
  - lib/starter_web/_data/modules/analytics.yml
1752
1754
  - lib/starter_web/_data/modules/attics.yml
1753
1755
  - lib/starter_web/_data/modules/authentication.yml
1754
1756
  - lib/starter_web/_data/modules/blog_navigator.yml
1755
1757
  - lib/starter_web/_data/modules/carousel.yml
1756
- - lib/starter_web/_data/modules/chat.yml
1758
+ - lib/starter_web/_data/modules/chatbots.yml
1757
1759
  - lib/starter_web/_data/modules/comments.yml
1758
1760
  - lib/starter_web/_data/modules/cookieconsent.yml
1759
1761
  - lib/starter_web/_data/modules/cookies.yml
@@ -1763,15 +1765,16 @@ files:
1763
1765
  - lib/starter_web/_data/modules/defaults/authentication.yml
1764
1766
  - lib/starter_web/_data/modules/defaults/blog_navigator.yml
1765
1767
  - lib/starter_web/_data/modules/defaults/carousel.yml
1766
- - lib/starter_web/_data/modules/defaults/chat.yml
1768
+ - lib/starter_web/_data/modules/defaults/chatbots.yml
1767
1769
  - lib/starter_web/_data/modules/defaults/comments.yml
1768
1770
  - lib/starter_web/_data/modules/defaults/cookieconsent.yml
1769
1771
  - lib/starter_web/_data/modules/defaults/cookies.yml
1772
+ - lib/starter_web/_data/modules/defaults/docsearch.yml
1770
1773
  - lib/starter_web/_data/modules/defaults/dropdowns.yml
1771
1774
  - lib/starter_web/_data/modules/defaults/fab.yml
1772
- - lib/starter_web/_data/modules/defaults/framer.yml
1773
1775
  - lib/starter_web/_data/modules/defaults/gallery.yml
1774
1776
  - lib/starter_web/_data/modules/defaults/iconPicker.yml
1777
+ - lib/starter_web/_data/modules/defaults/iframer.yml
1775
1778
  - lib/starter_web/_data/modules/defaults/lazyLoader.yml
1776
1779
  - lib/starter_web/_data/modules/defaults/lightbox.yml
1777
1780
  - lib/starter_web/_data/modules/defaults/log4javascript.yml
@@ -1791,11 +1794,12 @@ files:
1791
1794
  - lib/starter_web/_data/modules/defaults/toccer.yml
1792
1795
  - lib/starter_web/_data/modules/defaults/translator.yml
1793
1796
  - lib/starter_web/_data/modules/defaults/waves.yml
1797
+ - lib/starter_web/_data/modules/docsearch.yml
1794
1798
  - lib/starter_web/_data/modules/dropdowns.yml
1795
1799
  - lib/starter_web/_data/modules/fab.yml
1796
- - lib/starter_web/_data/modules/framer.yml
1797
1800
  - lib/starter_web/_data/modules/gallery.yml
1798
1801
  - lib/starter_web/_data/modules/iconPicker.yml
1802
+ - lib/starter_web/_data/modules/iframer.yml
1799
1803
  - lib/starter_web/_data/modules/lazyLoader.yml
1800
1804
  - lib/starter_web/_data/modules/lightbox.yml
1801
1805
  - lib/starter_web/_data/modules/log4javascript.yml
@@ -1805,7 +1809,6 @@ files:
1805
1809
  - lib/starter_web/_data/modules/masterslider.yml
1806
1810
  - lib/starter_web/_data/modules/navigator.yml
1807
1811
  - lib/starter_web/_data/modules/navigator_menu.yml
1808
- - lib/starter_web/_data/modules/nbinteract.yml
1809
1812
  - lib/starter_web/_data/modules/particles.yml
1810
1813
  - lib/starter_web/_data/modules/rangeSlider.yml
1811
1814
  - lib/starter_web/_data/modules/rtable.yml
@@ -1863,6 +1866,7 @@ files:
1863
1866
  - lib/starter_web/_plugins/asciidoctor/gist-block.rb
1864
1867
  - lib/starter_web/_plugins/asciidoctor/google-ad-block.rb
1865
1868
  - lib/starter_web/_plugins/asciidoctor/iconify-icon-inline.rb
1869
+ - lib/starter_web/_plugins/asciidoctor/iframe-block.rb
1866
1870
  - lib/starter_web/_plugins/asciidoctor/lightbox-block.rb
1867
1871
  - lib/starter_web/_plugins/asciidoctor/lorem_inline.rb
1868
1872
  - lib/starter_web/_plugins/asciidoctor/masonry-block.rb
@@ -2591,6 +2595,7 @@ files:
2591
2595
  - lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.sh
2592
2596
  - lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p
2593
2597
  - lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc
2598
+ - lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.pdf
2594
2599
  - lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/attributes.asciidoc
2595
2600
  - lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc
2596
2601
  - lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc
@@ -2652,11 +2657,16 @@ files:
2652
2657
  - lib/starter_web/pages/public/plans/_includes/attributes.asciidoc
2653
2658
  - lib/starter_web/pages/public/plans/plans.adoc
2654
2659
  - lib/starter_web/pages/public/tools/previewer/_includes/attributes.asciidoc
2660
+ - lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.hover.html
2661
+ - lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.nested.html
2662
+ - lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.textarea.html
2663
+ - lib/starter_web/pages/public/tools/previewer/_includes/documents/my.content.html
2655
2664
  - lib/starter_web/pages/public/tools/previewer/_includes/documents/readme
2665
+ - lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.content.html
2666
+ - lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.docsearch.info.html
2656
2667
  - lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc
2657
- - lib/starter_web/utilsrv/_defaults/package.json
2658
- - lib/starter_web/utilsrv/package.json
2659
- - lib/starter_web/utilsrv/server.js
2668
+ - lib/starter_web/pages/public/tools/previewer/preview_docsearch.adoc
2669
+ - lib/starter_web/pages/public/tools/previewer/preview_iframer.adoc
2660
2670
  homepage: https://jekyll.one
2661
2671
  licenses:
2662
2672
  - MIT
@@ -1,237 +0,0 @@
1
- ---
2
- regenerate: false
3
- ---
4
-
5
- {% capture cache %}
6
-
7
- {% comment %}
8
- # -----------------------------------------------------------------------------
9
- # ~/assets/themes/j1/adapter/js/framer.js
10
- # Liquid template to adapt iFrameResizer Core functions
11
- #
12
- # Product/Info:
13
- # https://jekyll.one
14
- #
15
- # Copyright (C) 2023, 2024 Juergen Adams
16
- #
17
- # J1 Template is licensed under the MIT License.
18
- # For details, see: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
19
- # -----------------------------------------------------------------------------
20
- {% endcomment %}
21
-
22
- {% comment %} Liquid procedures
23
- -------------------------------------------------------------------------------- {% endcomment %}
24
-
25
- {% comment %} Set global settings
26
- -------------------------------------------------------------------------------- {% endcomment %}
27
- {% assign environment = site.environment %}
28
- {% assign template_version = site.version %}
29
-
30
- {% comment %} Process YML config data
31
- ================================================================================ {% endcomment %}
32
-
33
- {% comment %} Set config files
34
- -------------------------------------------------------------------------------- {% endcomment %}
35
- {% assign template_config = site.data.j1_config %}
36
- {% assign blocks = site.data.blocks %}
37
- {% assign modules = site.data.modules %}
38
-
39
- {% comment %} Set config data
40
- -------------------------------------------------------------------------------- {% endcomment %}
41
- {% assign framer_defaults = modules.defaults.framer.defaults %}
42
- {% assign framer_settings = modules.framer.settings %}
43
-
44
- {% comment %} Set config options
45
- -------------------------------------------------------------------------------- {% endcomment %}
46
- {% assign framer_options = framer_defaults | merge: framer_settings %}
47
-
48
- {% comment %} Detect prod mode
49
- -------------------------------------------------------------------------------- {% endcomment %}
50
- {% assign production = false %}
51
- {% if environment == 'prod' or environment == 'production' %}
52
- {% assign production = true %}
53
- {% endif %}
54
-
55
- /*
56
- # -----------------------------------------------------------------------------
57
- # ~/assets/themes/j1/adapter/js/framer.js
58
- # J1 Adapter for J1 iFrameResizer
59
- #
60
- # Product/Info:
61
- # https://jekyll.one
62
- # http://davidjbradshaw.github.io/iframe-resizer/
63
- #
64
- # Copyright (C) 2023, 2024 Juergen Adams
65
- # Copyright (C) 2013-15 David J. Bradshaw
66
- #
67
- # J1 Template is licensed under the MIT License.
68
- # For details, see: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
69
- # iFrameResizer is licensed under under the MIT License.
70
- # For details, see http://davidjbradshaw.github.io/iframe-resizer/
71
- #
72
- # -----------------------------------------------------------------------------
73
- # Adapter generated: {{site.time}}
74
- # -----------------------------------------------------------------------------
75
- */
76
-
77
- // -----------------------------------------------------------------------------
78
- // ESLint shimming
79
- // -----------------------------------------------------------------------------
80
- /* eslint indent: "off" */
81
- // -----------------------------------------------------------------------------
82
- 'use strict';
83
- j1.adapter.framer = (function (j1, window) {
84
-
85
- {% comment %} Set global variables
86
- ------------------------------------------------------------------------------ {% endcomment %}
87
- var environment = '{{environment}}';
88
- var state = 'not_started';
89
- var framerDefaults;
90
- var framerSettings;
91
- var framerOptions;
92
- var _this;
93
- var logger;
94
- var logText;
95
-
96
- // ---------------------------------------------------------------------------
97
- // Helper functions
98
- // ---------------------------------------------------------------------------
99
-
100
- // ---------------------------------------------------------------------------
101
- // Main object
102
- // ---------------------------------------------------------------------------
103
- return {
104
-
105
- // -------------------------------------------------------------------------
106
- // Initializer
107
- // -------------------------------------------------------------------------
108
- init: function (options) {
109
-
110
- var dependencies_met_page_finished = setInterval (function () {
111
- if (j1.getState() === 'finished') {
112
-
113
- // -----------------------------------------------------------------------
114
- // Default module settings
115
- // -----------------------------------------------------------------------
116
- var settings = $.extend({
117
- module_name: 'j1.adapter.example',
118
- generated: '{{site.time}}'
119
- }, options);
120
-
121
- // -----------------------------------------------------------------------
122
- // Global variable settings
123
- // -----------------------------------------------------------------------
124
- _this = j1.adapter.framer;
125
- logger = log4javascript.getLogger('j1.adapter.framer');
126
-
127
- // Load module DEFAULTS|CONFIG
128
- framerDefaults = $.extend({}, {{framer_defaults | replace: 'nil', 'null' | replace: '=>', ':' }});
129
- framerSettings = $.extend({}, {{framer_settings | replace: 'nil', 'null' | replace: '=>', ':' }});
130
- framerOptions = $.extend(true, {}, framerDefaults, framerSettings);
131
-
132
- // initialize state flag
133
- _this.setState('started');
134
- logger.debug('\n' + 'state: ' + _this.getState());
135
- logger.info('\n' + 'module is being initialized');
136
-
137
- iFrameResize({
138
- log: framerOptions.log,
139
- autoResize: framerOptions.autoResize,
140
- bodyBackground: framerOptions.bodyBackground,
141
- bodyMargin: framerOptions.bodyMargin,
142
- checkOrigin: framerOptions.checkOrigin,
143
- inPageLinks: framerOptions.inPageLinks,
144
- interval: framerOptions.interval,
145
- heightCalculationMethod: framerOptions.heightCalculationMethod,
146
- maxHeight: framerOptions.maxHeight,
147
- minWidth: framerOptions.minWidth,
148
- maxWidth: framerOptions.maxWidth,
149
- minHeight: framerOptions.minHeight,
150
- resizeFrom: framerOptions.resizeFrom,
151
- scrolling: framerOptions.scrolling,
152
- sizeHeight: framerOptions.sizeHeight,
153
- sizeWidth: framerOptions.sizeWidth,
154
- tolerance: framerOptions.tolerance,
155
- widthCalculationMethod: framerOptions.widthCalculationMethod,
156
- targetOrigin: framerOptions.checkOrigin
157
- });
158
-
159
- _this.setState('finished');
160
- logger.debug('\n' + 'state: ' + _this.getState());
161
- logger.info('\n' + 'initializing module finished');
162
-
163
- clearInterval(dependencies_met_page_finished);
164
- return true;
165
- }
166
- }, 10);
167
- }, // END init
168
-
169
- // -------------------------------------------------------------------------
170
- // messageHandler: MessageHandler for J1 CookieConsent module
171
- // Manage messages send from other J1 modules
172
- // -------------------------------------------------------------------------
173
- messageHandler: function (sender, message) {
174
- var json_message = JSON.stringify(message, undefined, 2);
175
-
176
- logText = '\n' + 'received message from ' + sender + ': ' + json_message;
177
- logger.debug(logText);
178
-
179
- // -----------------------------------------------------------------------
180
- // Process commands|actions
181
- // -----------------------------------------------------------------------
182
- if (message.type === 'command' && message.action === 'module_initialized') {
183
- //
184
- // Place handling of command|action here
185
- //
186
- logger.info('\n' + message.text);
187
- }
188
-
189
- //
190
- // Place handling of other command|action here
191
- //
192
-
193
- return true;
194
- }, // END messageHandler
195
-
196
- // -------------------------------------------------------------------------
197
- // setState()
198
- // Sets the current (processing) state of the module
199
- // -------------------------------------------------------------------------
200
- setState: function (stat) {
201
- _this.state = stat;
202
- }, // END setState
203
-
204
- // -------------------------------------------------------------------------
205
- // getState
206
- // Returns the current (processing) state of the module
207
- // -------------------------------------------------------------------------
208
- getState: function () {
209
- return j1.adapter.navigator.state;
210
- }, // END getState
211
-
212
- // -------------------------------------------------------------------------
213
- // setXhrState
214
- // Set the final (loading) state of an element (partial) loaded via Xhr
215
- // -------------------------------------------------------------------------
216
- setXhrState: function (obj, stat) {
217
- j1.adapter.navigator.xhrData[obj] = stat;
218
- }, // END setXhrState
219
-
220
- // -------------------------------------------------------------------------
221
- // getState
222
- // Returns the final (loading) state of an element (partial) loaded via Xhr
223
- // -------------------------------------------------------------------------
224
- getXhrState: function (obj) {
225
- return j1.adapter.navigator.xhrData[obj];
226
- } // END getXhrState
227
-
228
- }; // END return
229
- })(j1, window);
230
-
231
- {% endcapture %}
232
- {% if production %}
233
- {{ cache | minifyJS }}
234
- {% else %}
235
- {{ cache | strip_empty_lines }}
236
- {% endif %}
237
- {% assign cache = nil %}