j1-template 2024.3.16 → 2024.3.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/amplitude.html +132 -61
  3. data/assets/data/banner.html +1 -1
  4. data/assets/data/cookieconsent.html +1 -1
  5. data/assets/data/docsearch.html +1 -1
  6. data/assets/data/fab.html +1 -1
  7. data/assets/data/footer.html +1 -1
  8. data/assets/data/galeries.html +1 -1
  9. data/assets/data/gallery_customizer.html +1 -1
  10. data/assets/data/gemini-ui.html +1 -1
  11. data/assets/data/iframes.html +1 -1
  12. data/assets/data/masonry.html +1 -1
  13. data/assets/data/masterslider.html +1 -1
  14. data/assets/data/menu.html +1 -1
  15. data/assets/data/mmenu.html +1 -1
  16. data/assets/data/mmenu_sidebar.html +1 -1
  17. data/assets/data/mmenu_toc.html +1 -1
  18. data/assets/data/panel.html +1 -1
  19. data/assets/data/quicklinks.html +1 -1
  20. data/assets/data/rtext_resizer.html +1 -1
  21. data/assets/data/slick.html +1 -1
  22. data/assets/data/speak2me.html +1 -1
  23. data/assets/data/swiper.html +313 -0
  24. data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
  25. data/assets/theme/j1/adapter/js/amplitude.js +152 -121
  26. data/assets/theme/j1/adapter/js/j1.js +3 -3
  27. data/assets/theme/j1/adapter/js/masterslider.js +2 -1
  28. data/assets/theme/j1/adapter/js/swiper.js +231 -0
  29. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +13 -3
  30. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
  31. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +53 -6
  32. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
  33. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
  34. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
  35. data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
  36. data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
  37. data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
  38. data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
  39. data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
  40. data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
  41. data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
  42. data/assets/theme/j1/modules/photoswipe/README.md +32 -0
  43. data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
  44. data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
  45. data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
  46. data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
  47. data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
  48. data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
  49. data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
  50. data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
  51. data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
  52. data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
  53. data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
  54. data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
  55. data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
  56. data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
  57. data/assets/theme/j1/modules/swiper/LICENSE +20 -0
  58. data/assets/theme/j1/modules/swiper/README.md +95 -0
  59. data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
  60. data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
  61. data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
  62. data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
  63. data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
  64. data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
  65. data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
  66. data/lib/j1/version.rb +1 -1
  67. data/lib/starter_web/README.md +5 -5
  68. data/lib/starter_web/_config.yml +1 -1
  69. data/lib/starter_web/_data/modules/amplitude.yml +374 -39
  70. data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
  71. data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
  72. data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
  73. data/lib/starter_web/_data/modules/swiper.yml +227 -0
  74. data/lib/starter_web/_data/resources.yml +53 -1
  75. data/lib/starter_web/_data/templates/feed.xml +1 -1
  76. data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
  77. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +0 -4
  78. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  79. data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
  80. data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
  81. data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
  82. data/lib/starter_web/package.json +1 -1
  83. data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
  84. data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
  85. data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
  86. data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
  87. data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
  88. data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
  89. data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
  90. data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
  91. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
  92. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
  93. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
  94. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
  95. data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
  96. data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
  97. data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
  98. data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
  99. data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +77 -63
  100. data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
  101. data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
  102. data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
  103. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +12 -5
  104. data/lib/starter_web/pages/public/tour/play_audio.adoc +60 -5
  105. data/lib/starter_web/pages/public/tour/play_video.adoc +30 -0
  106. data/lib/starter_web/pages/public/tour/present_images.adoc +5 -5
  107. metadata +56 -3
  108. data/assets/theme/j1/modules/amplitudejs/js/tech/youtube_example.js +0 -211
@@ -41,15 +41,22 @@ resource_options:
41
41
  // Enable the Liquid Preprocessor
42
42
  :page-liquid:
43
43
 
44
- // Set (local) page attributes here
45
- // -----------------------------------------------------------------------------
46
- // :page--attr: <attr-value>
44
+ // Attribute settings for page content control (e.g includes)
45
+ //
46
+ :documentdir: _includes/documents
47
+
48
+ // Attribute settings for page section control
49
+ //
47
50
  :time-num--string: 5-10
48
51
  :time-en--string: Minutes
49
52
  :time-en--description: to read
50
53
  :time-de--string: Minuten
51
54
  :time-de--description: Lesezeit
52
55
 
56
+ // Additiona page attributes
57
+ // -----------------------------------------------------------------------------
58
+ // :page--attr: <attr-value>
59
+
53
60
  // Load Liquid procedures
54
61
  // -----------------------------------------------------------------------------
55
62
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
@@ -77,7 +84,7 @@ messages get the full user's attention.
77
84
  </div>
78
85
  ++++
79
86
 
80
- // Include sub-documents (if any)
87
+ // Include sub-documents (hidden content)
81
88
  // -----------------------------------------------------------------------------
82
89
  include::{documentdir}/419_advanced_modals_demo.asciidoc[]
83
90
 
@@ -95,7 +102,7 @@ For more information on how to use Bootstrap’s JavaScript modal
95
102
  plugin, refer to: link:{url-bs-docs--components-modal}[Bootstrap Docs, {browser-window--new}].
96
103
  ====
97
104
 
98
- // include::{documentdir}/tables/bs_modal_examples.asciidoc[]
105
+ // Include sub-documents (table for BS Modal examples)
99
106
  include::{documentdir}/410_table_bs_modal_examples.asciidoc[]
100
107
 
101
108
 
@@ -33,7 +33,7 @@ permalink: /pages/public/tour/present_audio/
33
33
  resources: [ amplitudejs ]
34
34
  resource_options:
35
35
  - toccer:
36
- collapseDepth: 2
36
+ collapseDepth: 3
37
37
  - attic:
38
38
  slides:
39
39
  - url: /assets/image/modules/attics/1920x1280/alexey-ruban.jpg
@@ -90,6 +90,34 @@ the visual and functional aspects of a player's audio control elements.
90
90
 
91
91
  // Include sub-documents (if any)
92
92
  // -----------------------------------------------------------------------------
93
+
94
+ // [role="mt-5"]
95
+ // == AmplitudeJS Video (Youtube)
96
+
97
+ // The example below demonstrates playing only the *Audio* track from YouTube
98
+ // Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
99
+ // to extend the native functionality of the AmplitudeJS API to playback YouTube
100
+ // files for the audio part.
101
+
102
+ // [role="mt-4 mb-5"]
103
+ // [CAUTION]
104
+ // ====
105
+ // Playing audio tracks is currently supported only for videos from YouTube (YT).
106
+ // The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
107
+ // player buttons and controls to manage a *playlist* of videos the same as known
108
+ // for native audio files.
109
+ // ====
110
+
111
+ // .Manon Mélodie · TuneCore 2024
112
+ // amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
113
+
114
+ // [NOTE]
115
+ // ====
116
+ // AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
117
+ // AJS players of type *large * are supported.
118
+ // ====
119
+
120
+
93
121
  [role="mt-5"]
94
122
  == HTML 5 Audio
95
123
 
@@ -102,7 +130,7 @@ audio::/assets/audio/sound-effects/ambient-piano.mp3[role="mt-4 mb-5"]
102
130
 
103
131
 
104
132
  [role="mt-5"]
105
- == AmplitudeJS Audio
133
+ == AmplitudeJS (AJS) Audio
106
134
 
107
135
  The J1 Template implements custom players based on the (default) theme Uno.
108
136
  The color scheme used matches the look and feel of the template to preserve
@@ -124,7 +152,7 @@ mobile devices.
124
152
 
125
153
 
126
154
  [role="mt-5"]
127
- == Mini Player
155
+ === Mini Player
128
156
 
129
157
  In the context of complex components on a web page, like an audio player,
130
158
  a mini player refers to a minimized version of full players. It typically
@@ -146,7 +174,7 @@ lorem:sentences[5]
146
174
 
147
175
 
148
176
  [role="mt-5"]
149
- == Compact Player
177
+ === Compact Player
150
178
 
151
179
  The design of a *Compact player* is an efficient approach that involves
152
180
  condensing the player controls and display elements into a smaller area.
@@ -165,7 +193,7 @@ amplitude::free_disco_compact[role="mt-3 mb-5"]
165
193
 
166
194
 
167
195
  [role="mt-5"]
168
- == Large Player
196
+ === Large Player
169
197
 
170
198
  A complex component, like an audio player on a web page, typically refers
171
199
  to a design or layout that minimizes the component's space while maintaining
@@ -188,6 +216,33 @@ amplitude::free_disco_large[role="mt-4 mb-5"]
188
216
  // amplitude::spontanorama_2024_large[role="mt-4 mb-5"]
189
217
 
190
218
 
219
+ // [role="mt-5"]
220
+ // == AmplitudeJS Video (Youtube)
221
+
222
+ // The example below demonstrates playing only the *Audio* track from YouTube
223
+ // Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
224
+ // to extend the native functionality of the AmplitudeJS API to playback YouTube
225
+ // files for the audio part.
226
+
227
+ // [role="mt-4 mb-5"]
228
+ // [CAUTION]
229
+ // ====
230
+ // Playing audio tracks is currently supported only for videos from YouTube (YT).
231
+ // The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
232
+ // player buttons and controls to manage a *playlist* of videos the same as known
233
+ // for native audio files.
234
+ // ====
235
+
236
+ // .Manon Mélodie · TuneCore 2024
237
+ // amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
238
+
239
+ // [NOTE]
240
+ // ====
241
+ // AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
242
+ // AJS players of type *large * are supported.
243
+ // ====
244
+
245
+
191
246
  [role="mt-5"]
192
247
  == What next
193
248
 
@@ -31,6 +31,7 @@ regenerate: false
31
31
  permalink: /pages/public/tour/present_video/
32
32
 
33
33
  resources: [
34
+ amplitudejs,
34
35
  gallery, lightgallery, masonry,
35
36
  videojs, vimeo-player
36
37
  ]
@@ -60,6 +61,7 @@ resource_options:
60
61
 
61
62
  // Attribute settings for section control
62
63
  //
64
+ :ytp_audio: false
63
65
  :ytp_rhythm: true
64
66
  :ytp_sky_elements: true
65
67
  :dm_video: false
@@ -131,6 +133,34 @@ without loading *external players*.
131
133
  ++++
132
134
  video::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5/peck_pocketed.jpg", opts="" role="mt-1 mb-5"]
133
135
 
136
+ ifeval::[{ytp_audio} == true]
137
+ [role="mt-5"]
138
+ == AmplitudeJS Video (Youtube)
139
+
140
+ The example below demonstrates playing only the *Audio* track from YouTube
141
+ Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
142
+ to extend the native functionality of the AmplitudeJS API to playback YouTube
143
+ files for the audio part.
144
+
145
+ [role="mt-4 mb-5"]
146
+ [CAUTION]
147
+ ====
148
+ Playing audio tracks is currently supported only for videos from YouTube (YT).
149
+ The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
150
+ player buttons and controls to manage a *playlist* of videos the same as known
151
+ for native audio files.
152
+ ====
153
+
154
+ .Manon Mélodie · TuneCore 2024
155
+ amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
156
+
157
+ [NOTE]
158
+ ====
159
+ AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
160
+ AJS players of type *large * are supported.
161
+ ====
162
+ endif::[]
163
+
134
164
 
135
165
  [role="mt-5"]
136
166
  == VideoJS
@@ -403,12 +403,12 @@ masterslider::ms_00003[role="mt-4 mb-5"]
403
403
 
404
404
  [role="mt-4"]
405
405
  [[thumb_images]]
406
- === Slider using Thumb Elements
406
+ === Slider using UI elements
407
407
 
408
- To give the users better control over a slideshow, sliders provide complex UI
409
- elements to place dor example mini-images or short text elements side-by-side
410
- left or right, or at the bottom of a slideshow. Find two examples below how
411
- to control such a carousel element.
408
+ To give the users *visual control* over a slideshow, Swiper sliders may provide
409
+ UI elements by placing mini-images or short text elements (thumbs) side-by-side
410
+ (on the left|right), or at the bottom of a slideshow. Find below examples how
411
+ to control such sliders by thumbs.
412
412
 
413
413
  .Image controls
414
414
  masterslider::ms_00004[role="mt-4 mb-5"]
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.3.16
4
+ version: 2024.3.17
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: 2024-11-23 00:00:00.000000000 Z
11
+ date: 2025-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -345,6 +345,7 @@ files:
345
345
  - assets/data/rtext_resizer.html
346
346
  - assets/data/slick.html
347
347
  - assets/data/speak2me.html
348
+ - assets/data/swiper.html
348
349
  - assets/data/themes.bootswatch.json
349
350
  - assets/data/themes.json
350
351
  - assets/data/translator.html
@@ -364,6 +365,7 @@ files:
364
365
  - assets/error_pages/HTTP503.html
365
366
  - assets/theme/j1/adapter/js/advertising.js
366
367
  - assets/theme/j1/adapter/js/algolia.js
368
+ - assets/theme/j1/adapter/js/amplitude.30.js
367
369
  - assets/theme/j1/adapter/js/amplitude.js
368
370
  - assets/theme/j1/adapter/js/analytics.js
369
371
  - assets/theme/j1/adapter/js/asciidoctor.js
@@ -402,6 +404,7 @@ files:
402
404
  - assets/theme/j1/adapter/js/slick.js
403
405
  - assets/theme/j1/adapter/js/slimSelect.js
404
406
  - assets/theme/j1/adapter/js/speak2me.js
407
+ - assets/theme/j1/adapter/js/swiper.js
405
408
  - assets/theme/j1/adapter/js/themeToggler.js
406
409
  - assets/theme/j1/adapter/js/themes.js
407
410
  - assets/theme/j1/adapter/js/toccer.js
@@ -1089,7 +1092,7 @@ files:
1089
1092
  - assets/theme/j1/modules/amplitudejs/js/amplitude.js
1090
1093
  - assets/theme/j1/modules/amplitudejs/js/amplitude.map
1091
1094
  - assets/theme/j1/modules/amplitudejs/js/amplitude.min.js
1092
- - assets/theme/j1/modules/amplitudejs/js/tech/youtube_example.js
1095
+ - assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js
1093
1096
  - assets/theme/j1/modules/amplitudejs/js/tech/ytp.js
1094
1097
  - assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js
1095
1098
  - assets/theme/j1/modules/amplitudejs/js/visualizations/bar.min.js
@@ -1585,6 +1588,22 @@ files:
1585
1588
  - assets/theme/j1/modules/particles/sprites/snake.png
1586
1589
  - assets/theme/j1/modules/particles/sprites/snowflakes.png
1587
1590
  - assets/theme/j1/modules/particles/sprites/snowflakes_large.png
1591
+ - assets/theme/j1/modules/photoswipe/.version_5.4.4
1592
+ - assets/theme/j1/modules/photoswipe/LICENSE
1593
+ - assets/theme/j1/modules/photoswipe/README.md
1594
+ - assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js
1595
+ - assets/theme/j1/modules/photoswipe/css/org/photoswipe.css
1596
+ - assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css
1597
+ - assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css
1598
+ - assets/theme/j1/modules/photoswipe/css/photoswipe.css
1599
+ - assets/theme/j1/modules/photoswipe/css/photoswipe.min.css
1600
+ - assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss
1601
+ - assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html
1602
+ - assets/theme/j1/modules/photoswipe/example/test-gallery.html
1603
+ - assets/theme/j1/modules/photoswipe/js/README.md
1604
+ - assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js
1605
+ - assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js
1606
+ - assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js
1588
1607
  - assets/theme/j1/modules/popper/js/popper.js
1589
1608
  - assets/theme/j1/modules/popper/js/popper.min.js
1590
1609
  - assets/theme/j1/modules/preloadPolyfill/LICENSE
@@ -1710,6 +1729,16 @@ files:
1710
1729
  - assets/theme/j1/modules/spinner/css/spin.min.css
1711
1730
  - assets/theme/j1/modules/spinner/js/spin.js
1712
1731
  - assets/theme/j1/modules/spinner/js/spin.min.js
1732
+ - assets/theme/j1/modules/swiper/.version_1.2.0
1733
+ - assets/theme/j1/modules/swiper/LICENSE
1734
+ - assets/theme/j1/modules/swiper/README.md
1735
+ - assets/theme/j1/modules/swiper/css/swiper-bundle.css
1736
+ - assets/theme/j1/modules/swiper/css/swiper-bundle.min..css
1737
+ - assets/theme/j1/modules/swiper/css/theme/uno.css
1738
+ - assets/theme/j1/modules/swiper/css/theme/uno.min.css
1739
+ - assets/theme/j1/modules/swiper/js/swiper-bundle.js
1740
+ - assets/theme/j1/modules/swiper/js/swiper-bundle.min.js
1741
+ - assets/theme/j1/modules/swiper/swiperjs.com-demos.url
1713
1742
  - assets/theme/j1/modules/themeSwitcher/LICENSE
1714
1743
  - assets/theme/j1/modules/themeSwitcher/README.md
1715
1744
  - assets/theme/j1/modules/themeSwitcher/js/switcher.js
@@ -2020,6 +2049,7 @@ files:
2020
2049
  - lib/starter_web/_data/modules/defaults/slick.yml
2021
2050
  - lib/starter_web/_data/modules/defaults/slim_select.yml
2022
2051
  - lib/starter_web/_data/modules/defaults/speak2me.yml
2052
+ - lib/starter_web/_data/modules/defaults/swiper.yml
2023
2053
  - lib/starter_web/_data/modules/defaults/theme_toggler.yml
2024
2054
  - lib/starter_web/_data/modules/defaults/themes.yml
2025
2055
  - lib/starter_web/_data/modules/defaults/toccer.yml
@@ -2050,6 +2080,7 @@ files:
2050
2080
  - lib/starter_web/_data/modules/slick.yml
2051
2081
  - lib/starter_web/_data/modules/slim_select.yml
2052
2082
  - lib/starter_web/_data/modules/speak2me.yml
2083
+ - lib/starter_web/_data/modules/swiper.yml
2053
2084
  - lib/starter_web/_data/modules/theme_toggler.yml
2054
2085
  - lib/starter_web/_data/modules/themes.yml
2055
2086
  - lib/starter_web/_data/modules/toccer.yml
@@ -2796,9 +2827,12 @@ files:
2796
2827
  - lib/starter_web/assets/video/poster/youtube/carpool_caraoke/gwen_stefani.jpg
2797
2828
  - lib/starter_web/assets/video/poster/youtube/carpool_caraoke/lady_gaga.jpg
2798
2829
  - lib/starter_web/assets/video/poster/youtube/carpool_caraoke/michelle_obama.jpg
2830
+ - lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg
2831
+ - lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg
2799
2832
  - lib/starter_web/assets/video/poster/youtube/taylor_swift/28-07-_2024_22-21-00.jpg
2800
2833
  - lib/starter_web/assets/video/poster/youtube/taylor_swift/cover-1.jpg
2801
2834
  - lib/starter_web/assets/video/poster/youtube/taylor_swift/cover-2.jpg
2835
+ - lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg
2802
2836
  - lib/starter_web/assets/video/poster/youtube/voice_kids/banner/best_of.jpg
2803
2837
  - lib/starter_web/assets/video/poster/youtube/voice_kids/banner/generic.jpg
2804
2838
  - lib/starter_web/assets/video/poster/youtube/voice_kids/de_2021/battle.jpg
@@ -2861,6 +2895,22 @@ files:
2861
2895
  - lib/starter_web/package.json
2862
2896
  - lib/starter_web/pages/private/readme
2863
2897
  - lib/starter_web/pages/protected/readme
2898
+ - lib/starter_web/pages/public/_includes/attributes.asciidoc
2899
+ - lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc
2900
+ - lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc
2901
+ - lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc
2902
+ - lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc
2903
+ - lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc
2904
+ - lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc
2905
+ - lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc
2906
+ - lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc
2907
+ - lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc
2908
+ - lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc
2909
+ - lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc
2910
+ - lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc
2911
+ - lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc
2912
+ - lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc
2913
+ - lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc
2864
2914
  - lib/starter_web/pages/public/about/features.adoc
2865
2915
  - lib/starter_web/pages/public/about/reporting_issues.adoc
2866
2916
  - lib/starter_web/pages/public/about/site.adoc
@@ -2934,8 +2984,11 @@ files:
2934
2984
  - lib/starter_web/pages/public/manuals/ytdl/man.md
2935
2985
  - lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc
2936
2986
  - lib/starter_web/pages/public/panels/intro_panel/panel.adoc
2987
+ - lib/starter_web/pages/public/photoswipe_api.adoc
2937
2988
  - lib/starter_web/pages/public/plans/_includes/attributes.asciidoc
2938
2989
  - lib/starter_web/pages/public/plans/plans.adoc
2990
+ - lib/starter_web/pages/public/swiper_api.adoc
2991
+ - lib/starter_web/pages/public/swiper_tester.adoc
2939
2992
  - lib/starter_web/pages/public/tools/previewer/_includes/attributes.asciidoc
2940
2993
  - lib/starter_web/pages/public/tools/previewer/_includes/documents/amplitudejs.large.css.asciidoc
2941
2994
  - lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.hover.html
@@ -1,211 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/theme/j1/modules/amplitudejs/js/plugins/tech/youtube.js
4
- # AmplitudeJS V5 Plugin|Tech for J1 Template
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2023, 2024 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
13
- # -----------------------------------------------------------------------------
14
- */
15
- "use strict";
16
- function ytAudio() {
17
- }
18
-
19
- // 2. This code loads the IFrame Player API code asynchronously.
20
- var player1, player2, player3, player4;
21
- var firstScriptTag;
22
-
23
- var tag = document.createElement('script');
24
- tag.src = "https://www.youtube.com/iframe_api";
25
- firstScriptTag = document.getElementsByTagName('script')[0];
26
- firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
27
-
28
- // 3. This function creates an <iframe> (and YouTube player)
29
- // after the API code downloads.
30
- function onYouTubeIframeAPIReady() {
31
-
32
- var ctrlq1 = document.getElementById("youtube-audio1");
33
- ctrlq1.innerHTML = '<img id="youtube-icon1" src=""/><div id="youtube-player1"></div>';
34
- ctrlq1.style.cssText = 'width:150px;margin:2em auto;cursor:pointer;cursor:hand;display:none';
35
- ctrlq1.onclick = toggleAudio1;
36
-
37
- player1 = new YT.Player('youtube-player1', {
38
- height: '0',
39
- width: '0',
40
- videoId: ctrlq1.dataset.video,
41
- playerVars: {
42
- autoplay: ctrlq1.dataset.autoplay,
43
- loop: ctrlq1.dataset.loop,
44
- },
45
- events: {
46
- 'onReady': onPlayerReady1,
47
- 'onStateChange': onPlayerStateChange1
48
- }
49
- });
50
-
51
- var ctrlq2 = document.getElementById("youtube-audio2");
52
- ctrlq2.innerHTML = '<img id="youtube-icon2" src=""/><div id="youtube-player2"></div>';
53
- ctrlq2.style.cssText = 'width:150px;margin:2em auto;cursor:pointer;cursor:hand;display:none';
54
- ctrlq2.onclick = toggleAudio2;
55
-
56
- player2 = new YT.Player('youtube-player2', {
57
- height: '0',
58
- width: '0',
59
- videoId: ctrlq2.dataset.video,
60
- playerVars: {
61
- autoplay: ctrlq2.dataset.autoplay,
62
- loop: ctrlq2.dataset.loop,
63
- },
64
- events: {
65
- 'onReady': onPlayerReady2,
66
- 'onStateChange': onPlayerStateChange2
67
- }
68
- });
69
-
70
- var ctrlq3 = document.getElementById("youtube-audio3");
71
- ctrlq3.innerHTML = '<img id="youtube-icon3" src=""/><div id="youtube-player3"></div>';
72
- ctrlq3.style.cssText = 'width:150px;margin:2em auto;cursor:pointer;cursor:hand;display:none';
73
- ctrlq3.onclick = toggleAudio3;
74
-
75
- player3 = new YT.Player('youtube-player3', {
76
- height: '0',
77
- width: '0',
78
- videoId: ctrlq3.dataset.video,
79
- playerVars: {
80
- autoplay: ctrlq3.dataset.autoplay,
81
- loop: ctrlq3.dataset.loop,
82
- },
83
- events: {
84
- 'onReady': onPlayerReady3,
85
- 'onStateChange': onPlayerStateChange3
86
- }
87
- });
88
-
89
- var ctrlq4 = document.getElementById("youtube-audio4");
90
- ctrlq4.innerHTML = '<img id="youtube-icon4" src=""/><div id="youtube-player4"></div>';
91
- ctrlq4.style.cssText = 'width:150px;margin:2em auto;cursor:pointer;cursor:hand;display:none';
92
- ctrlq4.onclick = toggleAudio4;
93
-
94
- player4 = new YT.Player('youtube-player4', {
95
- height: '0',
96
- width: '0',
97
- videoId: ctrlq4.dataset.video,
98
- playerVars: {
99
- autoplay: ctrlq4.dataset.autoplay,
100
- loop: ctrlq4.dataset.loop,
101
- },
102
- events: {
103
- 'onReady': onPlayerReady4,
104
- 'onStateChange': onPlayerStateChange4
105
- }
106
- });
107
- }
108
-
109
- function togglePlayButton1(play) {
110
- document.getElementById("youtube-icon1").src = play ? "/assets/theme/j1/modules/amplitudejs/icons/player/blue/play.png" : "/assets/theme/j1/modules/amplitudejs/icons/player/blue/pause.png";
111
- }
112
-
113
- function toggleAudio1() {
114
- if ( player1.getPlayerState() == 1 || player1.getPlayerState() == 3 ) {
115
- player1.pauseVideo();
116
- togglePlayButton1(false);
117
- } else {
118
- player1.playVideo();
119
- togglePlayButton1(true);
120
- }
121
- }
122
-
123
- function togglePlayButton2(play) {
124
- document.getElementById("youtube-icon2").src = play ? "/assets/theme/j1/modules/amplitudejs/icons/player/blue/play.png" : "/assets/theme/j1/modules/amplitudejs/icons/player/blue/pause.png";
125
- }
126
-
127
- function toggleAudio2() {
128
- if ( player2.getPlayerState() == 1 || player2.getPlayerState() == 3 ) {
129
- player2.pauseVideo();
130
- togglePlayButton2(false);
131
- } else {
132
- player2.playVideo();
133
- togglePlayButton2(true);
134
- }
135
- }
136
-
137
- function togglePlayButton3(play) {
138
- document.getElementById("youtube-icon3").src = play ? "/assets/theme/j1/modules/amplitudejs/icons/player/blue/play.png" : "/assets/theme/j1/modules/amplitudejs/icons/player/blue/pause.png";
139
- }
140
-
141
- function toggleAudio3() {
142
- if ( player3.getPlayerState() == 1 || player3.getPlayerState() == 3 ) {
143
- player3.pauseVideo();
144
- togglePlayButton3(false);
145
- } else {
146
- player3.playVideo();
147
- togglePlayButton3(true);
148
- }
149
- }
150
-
151
- function togglePlayButton4(play) {
152
- document.getElementById("youtube-icon4").src = play ? "/assets/theme/j1/modules/amplitudejs/icons/player/blue/play.png" : "/assets/theme/j1/modules/amplitudejs/icons/player/blue/pause.png";
153
- }
154
-
155
- function toggleAudio4() {
156
- if ( player4.getPlayerState() == 1 || player4.getPlayerState() == 3 ) {
157
- player4.pauseVideo();
158
- togglePlayButton4(false);
159
- } else {
160
- player4.playVideo();
161
- togglePlayButton4(true);
162
- }
163
- }
164
-
165
- function onPlayerReady1(event) {
166
- player1.setPlaybackQuality("small");
167
- document.getElementById("youtube-audio1").style.display = "block";
168
- togglePlayButton1(player1.getPlayerState() !== 5);
169
- }
170
-
171
- function onPlayerStateChange1(event) {
172
- if (event.data === 0) {
173
- togglePlayButton1(false);
174
- }
175
- }
176
-
177
- function onPlayerReady2(event) {
178
- player2.setPlaybackQuality("small");
179
- document.getElementById("youtube-audio2").style.display = "block";
180
- togglePlayButton2(player2.getPlayerState() !== 5);
181
- }
182
-
183
- function onPlayerStateChange2(event) {
184
- if (event.data === 0) {
185
- togglePlayButton2(false);
186
- }
187
- }
188
-
189
- function onPlayerReady3(event) {
190
- player3.setPlaybackQuality("small");
191
- document.getElementById("youtube-audio3").style.display = "block";
192
- togglePlayButton3(player3.getPlayerState() !== 5);
193
- }
194
-
195
- function onPlayerStateChange3(event) {
196
- if (event.data === 0) {
197
- togglePlayButton3(false);
198
- }
199
- }
200
-
201
- function onPlayerReady4(event) {
202
- player4.setPlaybackQuality("small");
203
- document.getElementById("youtube-audio4").style.display = "block";
204
- togglePlayButton4(player4.getPlayerState() !== 5);
205
- }
206
-
207
- function onPlayerStateChange4(event) {
208
- if (event.data === 0) {
209
- togglePlayButton4(false);
210
- }
211
- }