j1-template 2021.1.28 → 2021.2.2
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/layouts/content_generator_news_panel_posts.html +6 -6
- data/_includes/themes/j1/layouts/content_generator_post.html +3 -0
- data/_includes/themes/j1/modules/navigator/generator.html +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +5 -5
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +6 -6
- data/_layouts/default.html +6 -2
- data/assets/data/mdil_icons.json +2417 -0
- data/assets/data/panel.html +10 -10
- data/assets/themes/j1/adapter/js/j1.js +8 -7
- data/assets/themes/j1/adapter/js/j1scroll.js +19 -1
- data/assets/themes/j1/adapter/js/navigator.js +11 -4
- data/assets/themes/j1/adapter/js/rtable.js +77 -24
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +1222 -0
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -0
- data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +58 -109
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +28 -18
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +7 -20
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/eot/materialdesignicons-light-webfont.eot +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff2 +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/svg/materialdesignicons-light-webfont.svg +801 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/ttf/materialdesignicons-light-webfont.ttf +0 -0
- data/assets/themes/j1/core/js/template.js +4 -4
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +4 -4
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +11 -21
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +5 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +97 -0
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +15 -0
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +125 -0
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +15 -0
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +3 -3
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +2 -174
- data/assets/themes/j1/modules/rtable/js/rtable.js +59 -25
- data/assets/themes/j1/modules/rtable/js/rtable.min.js +12 -683
- data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +73 -73
- data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +15 -15
- data/lib/j1/commands/generate.rb +5 -8
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +15 -51
- data/lib/starter_web/_data/blocks/banner.yml +4 -5
- data/lib/starter_web/_data/blocks/panel.yml +217 -183
- data/lib/starter_web/_data/layouts/home.yml +20 -16
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/rtable.yml +34 -0
- data/lib/starter_web/_data/modules/j1scroll.yml +12 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +34 -0
- data/lib/starter_web/_data/resources.yml +38 -16
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/annie-spratt-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/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-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/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/{pages/videos → modules/attics}/szabo-viktor-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-01-01-about-cookies.adoc → 2021-01-01-about-cookies.adoc} +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-03-01-site-generators.adoc → 2021-02-01-site-generators.adoc} +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-20-minneapolis.adoc → series/_posts/2020-01-01-post-wiki-series.adoc} +11 -10
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc → series/_posts/2020-01-02-post-wiki-series.adoc} +15 -13
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-26-columbia-river.adoc → series/_posts/2020-01-03-post-wiki-series.adoc} +28 -11
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/index.html +2 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/000_intro.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +43 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +61 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +95 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +54 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/000_basic_example.asciidoc +31 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +111 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +95 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/113_themes.asciidoc +39 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter.asciidoc +8 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +122 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +502 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +261 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes.asciidoc +8 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.bat +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.sh +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book/book.a2p → documentation/documentation.a2p} +2 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +86 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +848 -40
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +149 -38
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +312 -119
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -5
- data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -5
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +51 -82
- data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +0 -18
- data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +0 -2371
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -128
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -131
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -131
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -132
- data/lib/starter_web/pages/infinite-scroll-tester-5.adoc +0 -119
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +0 -11
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +0 -5
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +0 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +0 -9
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +0 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +0 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +0 -12
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +0 -30
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +0 -16
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +0 -25
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +0 -62
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +0 -64
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +0 -73
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +0 -74
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +0 -33
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +0 -21
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +0 -36
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +0 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +0 -53
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +0 -5
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +0 -33
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +0 -26
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +0 -81
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +0 -136
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +0 -60
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +0 -59
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
- data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +0 -60
- data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +0 -19
- data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
- data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +0 -119
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -61
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -55
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +0 -41
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +0 -857
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +0 -30
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/iframer.adoc +0 -93
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +0 -41
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -574
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +0 -220
- data/lib/starter_web/pages/public/previewer/rouge.adoc +0 -133
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +0 -191
@@ -1,26 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/900_sources/
|
2
|
-
// Chapter document: 200_chapter_document.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
=== Chapter 2
|
6
|
-
|
7
|
-
.References - Chapter 2
|
8
|
-
[cols="3,^.>5a,^1,^1,^1,^1", subs=+macros, options="header", role="rtable mt-3 mb-5"]
|
9
|
-
|===============================================================================
|
10
|
-
|Author |Title |Year |Level |Cite |Source
|
11
|
-
|
12
|
-
|Sachin N
|
13
|
-
|{url-lightbox-v2--home}[LightGallery, {browser-window--new}]
|
14
|
-
|2021
|
15
|
-
|{level--advanced}
|
16
|
-
|{icon-checked}
|
17
|
-
|{icon-times}
|
18
|
-
|
19
|
-
|Lokesh Dhakar
|
20
|
-
|{url-light-gallery--home}[Lightbox V2, {browser-window--new}]
|
21
|
-
|2021
|
22
|
-
|{level--advanced}
|
23
|
-
|{icon-checked}
|
24
|
-
|{icon-times}
|
25
|
-
|
26
|
-
|===============================================================================
|
@@ -1,81 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/900_sources/
|
2
|
-
// Chapter document: 900_sources.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
=== Legend
|
6
|
-
|
7
|
-
Find with the following the explanation on all symbols used.
|
8
|
-
|
9
|
-
==== Levels
|
10
|
-
|
11
|
-
Level of experience required to read and understand what is presented.
|
12
|
-
|
13
|
-
* {level--beginner} beginner
|
14
|
-
* {level--intermediate} intermediate
|
15
|
-
* {level--advanced} advanced
|
16
|
-
* {level--expert} expert
|
17
|
-
|
18
|
-
==== Usage
|
19
|
-
|
20
|
-
The following symbols indicate, if sth. was used or *not* used.
|
21
|
-
|
22
|
-
* {icon-checked} used
|
23
|
-
* {icon-times} unused
|
24
|
-
|
25
|
-
=== Sources of Information
|
26
|
-
|
27
|
-
Find with this section all references and sources used. Sections <<Articles>>,
|
28
|
-
<<HowTos>> or <<Blogs and Platforms>> may give additional information for
|
29
|
-
further reading.
|
30
|
-
|
31
|
-
|
32
|
-
==== Articles
|
33
|
-
|
34
|
-
.Sources - Articles
|
35
|
-
[cols="3,^.>5a,^1,^1,^1,^1", options="header", width="100%", role="rtable"]
|
36
|
-
|===============================================================================
|
37
|
-
|Author |Title |Year |Level |Cite |Source
|
38
|
-
|
39
|
-
|Wikipedia
|
40
|
-
|{url-wikipedia-en--asciidoc}[Asciidoc, {browser-window--new}]
|
41
|
-
|na
|
42
|
-
|{level--beginner}
|
43
|
-
|{icon-times}
|
44
|
-
|{icon-times}
|
45
|
-
|
46
|
-
|===============================================================================
|
47
|
-
|
48
|
-
|
49
|
-
==== HowTos
|
50
|
-
|
51
|
-
.Sources - HowTos
|
52
|
-
[cols="3,^.>5a,^1,^1,^1,^1", options="header", width="100%", role="rtable mt-3"]
|
53
|
-
|===============================================================================
|
54
|
-
|Author |Title |Year |Level |Cite |Source
|
55
|
-
|
56
|
-
|asciidoctor.org
|
57
|
-
|{url-asciidoctor--asciidoc-writers-guide}[AsciiDoc Writer’s Guide, {browser-window--new}]
|
58
|
-
|na
|
59
|
-
|{level--intermediate}
|
60
|
-
|{icon-times}
|
61
|
-
|{icon-times}
|
62
|
-
|
63
|
-
|
64
|
-
|===============================================================================
|
65
|
-
|
66
|
-
|
67
|
-
==== Blogs and Platforms
|
68
|
-
|
69
|
-
.Sources - Blogs and Platforms
|
70
|
-
[cols="3,^.>5a,^1,^1,^1,^1", options="header", width="100%", role="rtable mt-3"]
|
71
|
-
|===============================================================================
|
72
|
-
|Author |Title |Year |Level |Cite |Source
|
73
|
-
|
74
|
-
|asciidoctor.org
|
75
|
-
|{url-asciidoctor--asciidoc-manual}[AsciiDoc Manual, {browser-window--new}]
|
76
|
-
|2021
|
77
|
-
|{level--advanced}
|
78
|
-
|{icon-checked}
|
79
|
-
|{icon-times}
|
80
|
-
|
81
|
-
|===============================================================================
|
@@ -1,23 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents
|
2
|
-
// Sublevel Entry Document: 900_sources.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
== References
|
6
|
-
|
7
|
-
This section lists all references and sources used in all chapters of this
|
8
|
-
document. The sections <<Articles>>, <<HowTos>> or <<Blogs and Platforms>>
|
9
|
-
may give additional information for further reading.
|
10
|
-
|
11
|
-
Some documents are using symbols. Find an explanation in section <<legend>>.
|
12
|
-
|
13
|
-
|
14
|
-
// Include references by chapters
|
15
|
-
// -----------------------------------------------------------------------------
|
16
|
-
|
17
|
-
include::900_references/000_intro.asciidoc[]
|
18
|
-
|
19
|
-
include::900_references/100_chapter_document.asciidoc[]
|
20
|
-
|
21
|
-
include::900_references/200_chapter_document.asciidoc[]
|
22
|
-
|
23
|
-
include::900_references/900_sources.asciidoc[]
|
@@ -1,102 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/tables
|
2
|
-
// Table document: 110_material_design_icons.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
.Material Design Icons
|
6
|
-
[cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
|
7
|
-
|===============================================================================
|
8
|
-
|Size |Modifier |Markup |Render
|
9
|
-
|
10
|
-
|1x
|
11
|
-
|no modifier set
|
12
|
-
|All `icon_name` can be found on the Preview page for MDI Icon Previewer +
|
13
|
-
[source, adoc, role="noclip"]
|
14
|
-
----
|
15
|
-
mdi:account[1x]
|
16
|
-
----
|
17
|
-
|mdi:account[1x]
|
18
|
-
|
19
|
-
|3x
|
20
|
-
|no modifier set
|
21
|
-
|All `icon_name` can be found on the Preview page for MDI Icon Previewer +
|
22
|
-
[source, adoc, role="noclip"]
|
23
|
-
----
|
24
|
-
mdi:account[3x]
|
25
|
-
----
|
26
|
-
|mdi:account[3x]
|
27
|
-
|
28
|
-
|5x
|
29
|
-
|no modifier set
|
30
|
-
|All `icon_name` can be found on the Preview page for MDI Icon Previewer
|
31
|
-
[source, adoc, role="noclip"]
|
32
|
-
----
|
33
|
-
mdi:account[5x]
|
34
|
-
----
|
35
|
-
|mdi:account[5x]
|
36
|
-
|
37
|
-
|5x
|
38
|
-
|`mdi-rotate-45`
|
39
|
-
|Rotate 45 degrees
|
40
|
-
[source, adoc, role="noclip"]
|
41
|
-
----
|
42
|
-
mdi:account[5x mdi-rotate-45]
|
43
|
-
----
|
44
|
-
|mdi:account[5x mdi-rotate-45]
|
45
|
-
|
46
|
-
|5x
|
47
|
-
|`mdi-rotate-315`
|
48
|
-
|Rotate 315 degrees
|
49
|
-
[source, adoc, role="noclip"]
|
50
|
-
----
|
51
|
-
mdi:account[5x mdi-rotate-315]
|
52
|
-
----
|
53
|
-
|mdi:account[5x mdi-rotate-315]
|
54
|
-
|
55
|
-
|5x
|
56
|
-
|`mdi-light` +
|
57
|
-
`mdi-flip-v`
|
58
|
-
|Colour set to MDI Light (Grey) and flipped vertical
|
59
|
-
[source, adoc, role="noclip"]
|
60
|
-
----
|
61
|
-
mdi:alert[5x mdi-light mdi-flip-v]
|
62
|
-
----
|
63
|
-
|mdi:alert[5x mdi-light mdi-flip-v]
|
64
|
-
|
65
|
-
|5x
|
66
|
-
|`md-indigo`
|
67
|
-
|Colour set to MDI Indigo
|
68
|
-
[source, adoc, role="noclip"]
|
69
|
-
----
|
70
|
-
mdi:alert[5x md-indigo]
|
71
|
-
----
|
72
|
-
|mdi:account[5x md-indigo]
|
73
|
-
|
74
|
-
|5x
|
75
|
-
|`md-pink`
|
76
|
-
|Colour set to MDI Pink
|
77
|
-
[source, adoc, role="noclip"]
|
78
|
-
----
|
79
|
-
mdi:alert[5x md-pink]
|
80
|
-
----
|
81
|
-
|mdi:account[5x md-pink]
|
82
|
-
|
83
|
-
|5x
|
84
|
-
|`mdi-spin`
|
85
|
-
|Added animation of type Rotate (Spin)
|
86
|
-
[source, adoc, role="noclip"]
|
87
|
-
----
|
88
|
-
mdi:loading[5x mdi-spin]
|
89
|
-
----
|
90
|
-
|mdi:loading[5x mdi-spin]
|
91
|
-
|
92
|
-
|5x
|
93
|
-
|`md-red-900` +
|
94
|
-
`mdi-pulsed`
|
95
|
-
|Colour set to MDI Dark Red and added animation of type Pulsed
|
96
|
-
[source, adoc, role="noclip"]
|
97
|
-
----
|
98
|
-
mdi:heart[5x md-red-900 mdi-pulsed]
|
99
|
-
----
|
100
|
-
|mdi:heart[5x md-red-900 mdi-pulsed]
|
101
|
-
|
102
|
-
|===============================================================================
|
@@ -1,136 +0,0 @@
|
|
1
|
-
---
|
2
|
-
# Master Document HTML conversion: book.adoc
|
3
|
-
#
|
4
|
-
title: Skeleton
|
5
|
-
tagline: book
|
6
|
-
date: 2021-01-01 00:00:00 +100
|
7
|
-
description: >
|
8
|
-
A document of type book typically consists in a large number of chapters and
|
9
|
-
sections. To make this manageable, book-type documents are splitted in multiple
|
10
|
-
files placed in a nested folder structure. Complex AsciiDoc projects of type
|
11
|
-
book can be easily worked on by multiple authors.
|
12
|
-
|
13
|
-
categories: [ Knowledge ]
|
14
|
-
tags: [ Asciidoc, Skeleton, Book ]
|
15
|
-
|
16
|
-
sitemap: false
|
17
|
-
advertising: false
|
18
|
-
comments: false
|
19
|
-
|
20
|
-
robots:
|
21
|
-
index: false
|
22
|
-
follow: false
|
23
|
-
|
24
|
-
permalink: /pages/public/skeleton/book/
|
25
|
-
regenerate: false
|
26
|
-
|
27
|
-
resources: [ lightbox, lightGallery, justifiedGallery ]
|
28
|
-
resource_options:
|
29
|
-
- toccer:
|
30
|
-
collapseDepth: 4
|
31
|
-
- attic:
|
32
|
-
padding_top: 400
|
33
|
-
padding_bottom: 50
|
34
|
-
opacity: 0.5
|
35
|
-
slides:
|
36
|
-
- url: /assets/images/pages/skeleton/humble-lamb-1920x1280.jpg
|
37
|
-
alt: Photo by Humble Lamb on Unsplash
|
38
|
-
alignY: top
|
39
|
-
badge:
|
40
|
-
type: unsplash
|
41
|
-
author: Humble Lamb
|
42
|
-
href: https://unsplash.com/@humblelamb
|
43
|
-
---
|
44
|
-
|
45
|
-
// Page Initializer
|
46
|
-
// =============================================================================
|
47
|
-
// Enable the Liquid Preprocessor
|
48
|
-
:page-liquid:
|
49
|
-
|
50
|
-
// Set (local) page attributes here
|
51
|
-
// -----------------------------------------------------------------------------
|
52
|
-
// :page--attr: <attr-value>
|
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="all" %}
|
61
|
-
|
62
|
-
|
63
|
-
// Page content
|
64
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
65
|
-
|
66
|
-
The Asciidoc *Skeleton book* a helper for setting up a base file and folder
|
67
|
-
structure for complex *multi-chapter* AsciiDoc projects of type *book*
|
68
|
-
based on _Jekyll_ and _J1 Template_. You need *both* to use this skeleton
|
69
|
-
creating AsciiDoc documents from it.
|
70
|
-
|
71
|
-
A document of type book typically consists in a large number of chapters and
|
72
|
-
sections. To make this manageable, book-type documents are splitted in multiple
|
73
|
-
files placed in a nested folder structure. Complex AsciiDoc projects of type
|
74
|
-
*book* can be easily worked on by multiple authors.
|
75
|
-
|
76
|
-
[NOTE]
|
77
|
-
====
|
78
|
-
.Converting the Skeleton
|
79
|
-
|
80
|
-
The Asciidoc Skeleton *book* is fully *relocateable* and can be placed in
|
81
|
-
any subfolder of your Jekyll site for *HTML* output. For *PDF* output, a
|
82
|
-
single variable `BASE_PATH` has to be set for your environment.
|
83
|
-
|
84
|
-
See the *batch* files `a2p.bat` for _Windows_ (`cmd.exe`) or `a2p.sh` used
|
85
|
-
on _Unix_ or _Linux_ OS for the shell (bash).
|
86
|
-
====
|
87
|
-
|
88
|
-
The skeleton can be used to create HTML output (backend *html5*) for websites
|
89
|
-
and *PDF* output (backend *pdf*) for offline reading as well. _J1 Template_
|
90
|
-
comes with the full support of _Asciidoctor PDF_, a Ruby-based add-on for
|
91
|
-
_Asciidoctor_ using the Ruby PDF writer _Prawn_.
|
92
|
-
|
93
|
-
Prawn is a pure Ruby PDF generation library that provides a lot of great
|
94
|
-
functionality while trying to remain simple and reasonably performant.
|
95
|
-
|
96
|
-
Some of the important features of the *PDF* writer _Prawn_ are:
|
97
|
-
|
98
|
-
* Vector drawing support, including lines, polygons, curves,
|
99
|
-
ellipses, etc.
|
100
|
-
* Extensive text rendering support, including flowing text
|
101
|
-
nd limited inline formatting options.
|
102
|
-
* Support for both PDF builtin fonts as well as embedded TrueType
|
103
|
-
fonts
|
104
|
-
* A variety of low level tools for basic layout needs, including a
|
105
|
-
simple grid system
|
106
|
-
* PNG and JPG image embedding, with flexible scaling options
|
107
|
-
* Security features including encryption and password protection
|
108
|
-
* Tools for rendering repeatable content (i.e headers, footers, and
|
109
|
-
page numbers)
|
110
|
-
* Comprehensive internationalization features, including full support
|
111
|
-
for UTF-8 based fonts, right-to-left text rendering, fallback font support,
|
112
|
-
and extension points for customizable text wrapping.
|
113
|
-
* Support for PDF outlines for document navigation
|
114
|
-
|
115
|
-
[role="mb-5"]
|
116
|
-
*Happy Jekylling!*
|
117
|
-
|
118
|
-
|
119
|
-
// Include Intro
|
120
|
-
// -----------------------------------------------------------------------------
|
121
|
-
|
122
|
-
include::{documentdir}/000_intro.asciidoc[]
|
123
|
-
|
124
|
-
|
125
|
-
// Include Sublevel Entry Documents
|
126
|
-
// -----------------------------------------------------------------------------
|
127
|
-
|
128
|
-
include::{documentdir}/100_chapter.asciidoc[]
|
129
|
-
|
130
|
-
include::{documentdir}/200_chapter.asciidoc[]
|
131
|
-
|
132
|
-
|
133
|
-
// Include References
|
134
|
-
// -----------------------------------------------------------------------------
|
135
|
-
|
136
|
-
include::{documentdir}/900_references.asciidoc[]
|
@@ -1,60 +0,0 @@
|
|
1
|
-
---
|
2
|
-
# ~/document_base_folder
|
3
|
-
# Top Level Entry Document: 100_chapter.asciidoc
|
4
|
-
#
|
5
|
-
title: Skeleton book
|
6
|
-
tagline: chapter 1
|
7
|
-
date: 2021-01-01 00:00:00 +100
|
8
|
-
description: >
|
9
|
-
Top Level Entry Document 100_chapter.asciidoc
|
10
|
-
|
11
|
-
categories: [ Knowledge ]
|
12
|
-
tags: [ Asciidoc, Skeleton, Book ]
|
13
|
-
|
14
|
-
|
15
|
-
permalink: /pages/public/skeleton/book/chapter_1/
|
16
|
-
regenerate: false
|
17
|
-
|
18
|
-
resources: []
|
19
|
-
resource_options:
|
20
|
-
- toccer:
|
21
|
-
collapseDepth: 3
|
22
|
-
- attic:
|
23
|
-
padding_top: 400
|
24
|
-
padding_bottom: 50
|
25
|
-
opacity: 0.5
|
26
|
-
slides:
|
27
|
-
- url: /assets/images/pages/skeleton/sigmund-1920x1280.jpg
|
28
|
-
alt: Photo by Sigmund on Unsplash
|
29
|
-
alignY: top
|
30
|
-
badge:
|
31
|
-
type: unsplash
|
32
|
-
author: Sigmund
|
33
|
-
href: https://unsplash.com/@sigmund
|
34
|
-
---
|
35
|
-
|
36
|
-
// Page Initializer
|
37
|
-
// =============================================================================
|
38
|
-
// Enable the Liquid Preprocessor
|
39
|
-
:page-liquid:
|
40
|
-
|
41
|
-
// Set (local) page attributes here
|
42
|
-
// -----------------------------------------------------------------------------
|
43
|
-
// :page--attr: <attr-value>
|
44
|
-
|
45
|
-
// Load Liquid procedures
|
46
|
-
// -----------------------------------------------------------------------------
|
47
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
48
|
-
|
49
|
-
// Load page attributes
|
50
|
-
// -----------------------------------------------------------------------------
|
51
|
-
{% include {{load_attributes}} scope="all" %}
|
52
|
-
|
53
|
-
|
54
|
-
// Page content
|
55
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
56
|
-
|
57
|
-
|
58
|
-
// Include sub-documents
|
59
|
-
// -----------------------------------------------------------------------------
|
60
|
-
include::{documentdir}/100_chapter.asciidoc[]
|
@@ -1,59 +0,0 @@
|
|
1
|
-
---
|
2
|
-
# ~/document_base_folder
|
3
|
-
# Top Level Entry Document: 200_chapter.asciidoc
|
4
|
-
#
|
5
|
-
title: Skeleton book
|
6
|
-
tagline: chapter 2
|
7
|
-
date: 2021-01-01 00:00:00 +100
|
8
|
-
description: >
|
9
|
-
Top Level Entry Document 100_chapter.asciidoc
|
10
|
-
|
11
|
-
categories: [ Knowledge ]
|
12
|
-
tags: [ Asciidoc, Skeleton, Book ]
|
13
|
-
|
14
|
-
permalink: /pages/public/skeleton/book/chapter_2/
|
15
|
-
regenerate: false
|
16
|
-
|
17
|
-
resources: [ lightbox, lightGallery, justifiedGallery ]
|
18
|
-
resource_options:
|
19
|
-
- toccer:
|
20
|
-
collapseDepth: 3
|
21
|
-
- attic:
|
22
|
-
padding_top: 400
|
23
|
-
padding_bottom: 50
|
24
|
-
opacity: 0.5
|
25
|
-
slides:
|
26
|
-
- url: /assets/images/pages/skeleton/sigmund-1920x1280.jpg
|
27
|
-
alt: Photo by Sigmund on Unsplash
|
28
|
-
alignY: top
|
29
|
-
badge:
|
30
|
-
type: unsplash
|
31
|
-
author: Sigmund
|
32
|
-
href: https://unsplash.com/@sigmund
|
33
|
-
---
|
34
|
-
|
35
|
-
// Page Initializer
|
36
|
-
// =============================================================================
|
37
|
-
// Enable the Liquid Preprocessor
|
38
|
-
:page-liquid:
|
39
|
-
|
40
|
-
// Set (local) page attributes here
|
41
|
-
// -----------------------------------------------------------------------------
|
42
|
-
// :page--attr: <attr-value>
|
43
|
-
|
44
|
-
// Load Liquid procedures
|
45
|
-
// -----------------------------------------------------------------------------
|
46
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
47
|
-
|
48
|
-
// Load page attributes
|
49
|
-
// -----------------------------------------------------------------------------
|
50
|
-
{% include {{load_attributes}} scope="all" %}
|
51
|
-
|
52
|
-
|
53
|
-
// Page content
|
54
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
55
|
-
|
56
|
-
// Include sub-documents
|
57
|
-
// -----------------------------------------------------------------------------
|
58
|
-
|
59
|
-
include::{documentdir}/200_chapter.asciidoc[]
|
@@ -1,102 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/_includes/documents/tables
|
2
|
-
// Table document: 110_material_design_icons.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
.Material Design Icons
|
6
|
-
[cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
|
7
|
-
|===============================================================================
|
8
|
-
|Size |Modifier |Markup |Render
|
9
|
-
|
10
|
-
|1x
|
11
|
-
|no modifier set
|
12
|
-
|All `icon_name` can be found on the Preview page for MDI Icon Previewer +
|
13
|
-
[source, adoc, role="noclip"]
|
14
|
-
----
|
15
|
-
mdi:account[1x]
|
16
|
-
----
|
17
|
-
|mdi:account[1x]
|
18
|
-
|
19
|
-
|3x
|
20
|
-
|no modifier set
|
21
|
-
|All `icon_name` can be found on the Preview page for MDI Icon Previewer +
|
22
|
-
[source, adoc, role="noclip"]
|
23
|
-
----
|
24
|
-
mdi:account[3x]
|
25
|
-
----
|
26
|
-
|mdi:account[3x]
|
27
|
-
|
28
|
-
|5x
|
29
|
-
|no modifier set
|
30
|
-
|All `icon_name` can be found on the Preview page for MDI Icon Previewer
|
31
|
-
[source, adoc, role="noclip"]
|
32
|
-
----
|
33
|
-
mdi:account[5x]
|
34
|
-
----
|
35
|
-
|mdi:account[5x]
|
36
|
-
|
37
|
-
|5x
|
38
|
-
|`mdi-rotate-45`
|
39
|
-
|Rotate 45 degrees
|
40
|
-
[source, adoc, role="noclip"]
|
41
|
-
----
|
42
|
-
mdi:account[5x mdi-rotate-45]
|
43
|
-
----
|
44
|
-
|mdi:account[5x mdi-rotate-45]
|
45
|
-
|
46
|
-
|5x
|
47
|
-
|`mdi-rotate-315`
|
48
|
-
|Rotate 315 degrees
|
49
|
-
[source, adoc, role="noclip"]
|
50
|
-
----
|
51
|
-
mdi:account[5x mdi-rotate-315]
|
52
|
-
----
|
53
|
-
|mdi:account[5x mdi-rotate-315]
|
54
|
-
|
55
|
-
|5x
|
56
|
-
|`mdi-light` +
|
57
|
-
`mdi-flip-v`
|
58
|
-
|Colour set to MDI Light (Grey) and flipped vertical
|
59
|
-
[source, adoc, role="noclip"]
|
60
|
-
----
|
61
|
-
mdi:alert[5x mdi-light mdi-flip-v]
|
62
|
-
----
|
63
|
-
|mdi:alert[5x mdi-light mdi-flip-v]
|
64
|
-
|
65
|
-
|5x
|
66
|
-
|`md-indigo`
|
67
|
-
|Colour set to MDI Indigo
|
68
|
-
[source, adoc, role="noclip"]
|
69
|
-
----
|
70
|
-
mdi:alert[5x md-indigo]
|
71
|
-
----
|
72
|
-
|mdi:account[5x md-indigo]
|
73
|
-
|
74
|
-
|5x
|
75
|
-
|`md-pink`
|
76
|
-
|Colour set to MDI Pink
|
77
|
-
[source, adoc, role="noclip"]
|
78
|
-
----
|
79
|
-
mdi:alert[5x md-pink]
|
80
|
-
----
|
81
|
-
|mdi:account[5x md-pink]
|
82
|
-
|
83
|
-
|5x
|
84
|
-
|`mdi-spin`
|
85
|
-
|Added animation of type Rotate (Spin)
|
86
|
-
[source, adoc, role="noclip"]
|
87
|
-
----
|
88
|
-
mdi:loading[5x mdi-spin]
|
89
|
-
----
|
90
|
-
|mdi:loading[5x mdi-spin]
|
91
|
-
|
92
|
-
|5x
|
93
|
-
|`md-red-900` +
|
94
|
-
`mdi-pulsed`
|
95
|
-
|Colour set to MDI Dark Red and added animation of type Pulsed
|
96
|
-
[source, adoc, role="noclip"]
|
97
|
-
----
|
98
|
-
mdi:heart[5x md-red-900 mdi-pulsed]
|
99
|
-
----
|
100
|
-
|mdi:heart[5x md-red-900 mdi-pulsed]
|
101
|
-
|
102
|
-
|===============================================================================
|
@@ -1,60 +0,0 @@
|
|
1
|
-
// ~/document_base_folder/000_includes
|
2
|
-
// Asciidoc attribute includes: attributes.asciidoc
|
3
|
-
// -----------------------------------------------------------------------------
|
4
|
-
|
5
|
-
// URLs - Internal references and/or sources on the Internet
|
6
|
-
// -----------------------------------------------------------------------------
|
7
|
-
tag::urls[]
|
8
|
-
end::urls[]
|
9
|
-
|
10
|
-
|
11
|
-
// FOOTNOTES, global asciidoc attributes (variables)
|
12
|
-
// -----------------------------------------------------------------------------
|
13
|
-
tag::footnotes[]
|
14
|
-
end::footnotes[]
|
15
|
-
|
16
|
-
|
17
|
-
// Tags - Asciidoc attributes used internally
|
18
|
-
// -----------------------------------------------------------------------------
|
19
|
-
tag::tags[]
|
20
|
-
end::tags[]
|
21
|
-
|
22
|
-
|
23
|
-
// Data - Data elements for Asciidoctor extensions
|
24
|
-
// -----------------------------------------------------------------------------
|
25
|
-
tag::data[]
|
26
|
-
|
27
|
-
:lightbox-image-data--base-color-palette: "pages/previewer/bs-color-palette.png, Bootstrap base color palette"
|
28
|
-
:lightbox-image-data--md-color-palette: "pages/previewer/material-design-color-palette.png, Material Design color palette"
|
29
|
-
|
30
|
-
end::data[]
|
31
|
-
|
32
|
-
|
33
|
-
// Images - Images from local include/images folder
|
34
|
-
// -----------------------------------------------------------------------------
|
35
|
-
tag::images[]
|
36
|
-
end::images[]
|
37
|
-
|
38
|
-
|
39
|
-
// DOCUMENTS, local document resources
|
40
|
-
// -----------------------------------------------------------------------------
|
41
|
-
tag::documents[]
|
42
|
-
end::documents[]
|
43
|
-
|
44
|
-
|
45
|
-
// TABLES, local table resources
|
46
|
-
// -----------------------------------------------------------------------------
|
47
|
-
tag::tables[]
|
48
|
-
end::tables[]
|
49
|
-
|
50
|
-
|
51
|
-
// PRODUCTS, local product information (e.g. release)
|
52
|
-
// -----------------------------------------------------------------------------
|
53
|
-
tag::products[]
|
54
|
-
end::products[]
|
55
|
-
|
56
|
-
|
57
|
-
// AUTHORS, local author information (e.g. article)
|
58
|
-
// -----------------------------------------------------------------------------
|
59
|
-
tag::authors[]
|
60
|
-
end::authors[]
|
@@ -1,19 +0,0 @@
|
|
1
|
-
Copyright (C) [year] [full name]
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
-
of this software and associated documentation files (the "Software"), to deal
|
5
|
-
in the Software without restriction, including without limitation the rights
|
6
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
-
copies of the Software, and to permit persons to whom the Software is
|
8
|
-
furnished to do so, subject to the following conditions:
|
9
|
-
|
10
|
-
The above copyright notice and this permission notice shall be included in
|
11
|
-
all copies or substantial portions of the Software.
|
12
|
-
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
-
THE SOFTWARE.
|
File without changes
|