appscms-tools-theme 1.8.9 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/feature/en/compress-pdf.json +1 -1
- data/_data/filecomparison/en/filecomparison.json +38 -38
- data/_data/home/en/en.json +1 -1
- data/_includes/adblocker.html +135 -135
- data/_includes/fileformat/Tabularcompariosn.html +158 -158
- data/_layouts/featureResultPage.html +2 -1
- data/_layouts/filecomparison.html +85 -85
- data/_layouts/homeResultPage.html +2 -1
- data/assets/css/adblocker.css +187 -187
- data/assets/css/filecomparison.css +25 -25
- data/assets/js/adBlocker.js +45 -45
- data/assets/js/featureResult.js +34 -0
- data/assets/js/homeResult.js +29 -0
- data/assets/js/redirectResult.js +10 -0
- metadata +9 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e0d561ef7e0693d03577b2a0a8c394aeb4fd46474ae9ac30b47b382ecfdd12b
|
4
|
+
data.tar.gz: 5376a89593386b1b27228bae481882edae7e33fb1b9a6624ccea4cc060b1d2a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c6366e5d70b99b0c2056d792ad209d10f96c39a29ca163b0e618442e505b0017bd2946a982bf1f126a111b7a08f7062f4bdcc34be2111b0104e20f3c4520345
|
7
|
+
data.tar.gz: d6ba0f945883ac3a917257b8ef556bfdc281333fbd0d1c8dd7d0b8c02f2d502263c71585d2b933b70b0cfc4de9ef2fa451c67f9ca11f610b05befc913b0258c2
|
@@ -1,39 +1,39 @@
|
|
1
|
-
{
|
2
|
-
"Language": "English",
|
3
|
-
"htmlLangAtt": "en",
|
4
|
-
"H1": "WAV vs MP3: What's the Difference & Which Is Better for Podcasters",
|
5
|
-
"H2": "",
|
6
|
-
"TITLE": "Set alarm for $variable minutes from now",
|
7
|
-
"summary": [
|
8
|
-
"If you want a successful podcast, you need to make sure your listeners can find your show. Whether they download episodes or stream your podcast, you’ll need to produce good quality audio that your audience can easily access. That’s where WAV versus MPS audio files come in.",
|
9
|
-
"How you distribute your podcast and the type of content that you make will have a huge impact on deciding if WAV or MP3 files make sense for your podcast. We’ll explain the difference between these two audio formats and which you should use for your podcast."
|
10
|
-
],
|
11
|
-
"detailedSummary": [
|
12
|
-
{
|
13
|
-
"h2": "What Is an MP3 File?",
|
14
|
-
"data": [
|
15
|
-
"Over the years, recording professionals have worked with MP3 audio files or 'MPEG Audio Layer-3'. Think of it as the industry standard for audio file recordings. ",
|
16
|
-
"MP3 files are widely used in the podcasting world because of the convenience of their smaller size. Plus, MP3 audio files are compatible with many podcast hosting services and software. Their coding enables podcasters to store and distribute shows using little memory without sacrificing sound quality. "
|
17
|
-
]
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"h2": "How MP3 Files Are Encoded",
|
21
|
-
"data": [
|
22
|
-
"One huge difference between WAV and MP3 files is the way that they're encoded. MP3s are compressed to make their file size more manageable. As a result, they lose some audio quality and are considered a 'lossy' audio file type. ",
|
23
|
-
"When encoded, some parts of the MP3 audio are stripped from the recording to compress the file (to make it smaller). This process of altering the audio signal, known as perceptual coding or psychoacoustic modeling, results in the loss of some sound considered beyond the hearing capabilities of most people.",
|
24
|
-
"The process can impact the quality of the audio, but you likely won’t hear the difference between MP3 and WAV quality. Your listeners probably won't notice, either, if you use MP3 or WAV files, especially if your podcast involves speaking (and less music)."
|
25
|
-
]
|
26
|
-
}
|
27
|
-
],
|
28
|
-
"META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
|
29
|
-
"keywords": "key1,key2,key3,key4",
|
30
|
-
"filelang": "en",
|
31
|
-
"compare_formats": [
|
32
|
-
"mp4",
|
33
|
-
"mkv"
|
34
|
-
],
|
35
|
-
"cssfilepaths": [
|
36
|
-
"/assets/css/filecomparison.css"
|
37
|
-
],
|
38
|
-
"img": "https://global-uploads.webflow.com/5fac161927bf86485ba43fd0/6148cf02b7507f62c58884c3_WAV%20vs%20MP3_%20What_s%20the%20Difference%20_%20Which%20Is%20Better%20for%20Podcasters.png"
|
1
|
+
{
|
2
|
+
"Language": "English",
|
3
|
+
"htmlLangAtt": "en",
|
4
|
+
"H1": "WAV vs MP3: What's the Difference & Which Is Better for Podcasters",
|
5
|
+
"H2": "",
|
6
|
+
"TITLE": "Set alarm for $variable minutes from now",
|
7
|
+
"summary": [
|
8
|
+
"If you want a successful podcast, you need to make sure your listeners can find your show. Whether they download episodes or stream your podcast, you’ll need to produce good quality audio that your audience can easily access. That’s where WAV versus MPS audio files come in.",
|
9
|
+
"How you distribute your podcast and the type of content that you make will have a huge impact on deciding if WAV or MP3 files make sense for your podcast. We’ll explain the difference between these two audio formats and which you should use for your podcast."
|
10
|
+
],
|
11
|
+
"detailedSummary": [
|
12
|
+
{
|
13
|
+
"h2": "What Is an MP3 File?",
|
14
|
+
"data": [
|
15
|
+
"Over the years, recording professionals have worked with MP3 audio files or 'MPEG Audio Layer-3'. Think of it as the industry standard for audio file recordings. ",
|
16
|
+
"MP3 files are widely used in the podcasting world because of the convenience of their smaller size. Plus, MP3 audio files are compatible with many podcast hosting services and software. Their coding enables podcasters to store and distribute shows using little memory without sacrificing sound quality. "
|
17
|
+
]
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"h2": "How MP3 Files Are Encoded",
|
21
|
+
"data": [
|
22
|
+
"One huge difference between WAV and MP3 files is the way that they're encoded. MP3s are compressed to make their file size more manageable. As a result, they lose some audio quality and are considered a 'lossy' audio file type. ",
|
23
|
+
"When encoded, some parts of the MP3 audio are stripped from the recording to compress the file (to make it smaller). This process of altering the audio signal, known as perceptual coding or psychoacoustic modeling, results in the loss of some sound considered beyond the hearing capabilities of most people.",
|
24
|
+
"The process can impact the quality of the audio, but you likely won’t hear the difference between MP3 and WAV quality. Your listeners probably won't notice, either, if you use MP3 or WAV files, especially if your podcast involves speaking (and less music)."
|
25
|
+
]
|
26
|
+
}
|
27
|
+
],
|
28
|
+
"META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
|
29
|
+
"keywords": "key1,key2,key3,key4",
|
30
|
+
"filelang": "en",
|
31
|
+
"compare_formats": [
|
32
|
+
"mp4",
|
33
|
+
"mkv"
|
34
|
+
],
|
35
|
+
"cssfilepaths": [
|
36
|
+
"/assets/css/filecomparison.css"
|
37
|
+
],
|
38
|
+
"img": "https://global-uploads.webflow.com/5fac161927bf86485ba43fd0/6148cf02b7507f62c58884c3_WAV%20vs%20MP3_%20What_s%20the%20Difference%20_%20Which%20Is%20Better%20for%20Podcasters.png"
|
39
39
|
}
|
data/_data/home/en/en.json
CHANGED
data/_includes/adblocker.html
CHANGED
@@ -1,136 +1,136 @@
|
|
1
|
-
{%- if site.show_allow_ad_blocker_pop -%}
|
2
|
-
<link rel="stylesheet" href="/assets/css/adBlocker.css">
|
3
|
-
<div id="detect"></div>
|
4
|
-
<div class="wrapper text-center">
|
5
|
-
<div class="innerWrapper">
|
6
|
-
{%- if site.adBlockerClose -%}
|
7
|
-
<div class="closePopup p-1">
|
8
|
-
<i class="fas fa-times"></i>
|
9
|
-
</div>
|
10
|
-
{%- endif -%}
|
11
|
-
<h2 class="brand-title">{{site.adspopuptitle}}</h2>
|
12
|
-
<p class="show-ads">
|
13
|
-
Please allow ads on our site
|
14
|
-
</p>
|
15
|
-
<p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
|
16
|
-
<div class="btn-container mx-auto">
|
17
|
-
<div class="bg-layer"></div>
|
18
|
-
<button class="allow-ads-btn">Allow ads</button>
|
19
|
-
</div>
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
<div class="extensions">
|
23
|
-
<section>
|
24
|
-
<div class="ads__content">
|
25
|
-
{%- if site.adBlockerClose -%}
|
26
|
-
<div class="closePopup">
|
27
|
-
<i class="fas fa-times"></i>
|
28
|
-
</div>
|
29
|
-
{%- endif -%}
|
30
|
-
<p style="font-size: 18px">Which of these extensions do you have?</p>
|
31
|
-
<ul class="nav nav-tabs tablist" role="tablist">
|
32
|
-
<a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
|
33
|
-
<li class="nav-item">
|
34
|
-
<img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
35
|
-
</li>
|
36
|
-
AdBlock
|
37
|
-
</a>
|
38
|
-
<a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
|
39
|
-
<li class="nav-item">
|
40
|
-
<img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
41
|
-
</li>
|
42
|
-
Adblock Plus
|
43
|
-
</a>
|
44
|
-
<a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
|
45
|
-
<li class="nav-item">
|
46
|
-
<img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
|
47
|
-
</li>
|
48
|
-
uBlock Origin
|
49
|
-
</a>
|
50
|
-
<a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
|
51
|
-
<li class="nav-item">
|
52
|
-
<div class="three_dot">...</div>
|
53
|
-
</li>
|
54
|
-
Other
|
55
|
-
</a>
|
56
|
-
</ul>
|
57
|
-
|
58
|
-
<!-- Tab panes -->
|
59
|
-
<div class="tab-content">
|
60
|
-
<div class="tab-pane active" id="home" role="tabpanel">
|
61
|
-
<ol class="listContainer">
|
62
|
-
<li class="listItem">Click the AdBlock icon
|
63
|
-
<img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
64
|
-
in the browser extension area on the upper right-hand corner. (You may see a small number
|
65
|
-
covering
|
66
|
-
part of
|
67
|
-
the icon.)
|
68
|
-
</li>
|
69
|
-
<li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
|
70
|
-
<li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
|
71
|
-
AdBlock
|
72
|
-
icon
|
73
|
-
changes to a “thumbs up” image.</li>
|
74
|
-
</ol>
|
75
|
-
<div class="text-center w-100" onclick="refresh()">
|
76
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
77
|
-
</div>
|
78
|
-
</div>
|
79
|
-
<div class="tab-pane" id="adsblockPlus" role="tabpanel">
|
80
|
-
<ol class="listContainer">
|
81
|
-
<li class="listItem">Click the Adblock Plus icon
|
82
|
-
<img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
83
|
-
in the browser extension area on the
|
84
|
-
upper right-hand corner. (You may see a small number covering part of the icon.)
|
85
|
-
</li>
|
86
|
-
<li class="listItem">Click the “power” button Power icon so that it slides left.</li>
|
87
|
-
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
88
|
-
</ol>
|
89
|
-
<div class="text-center w-100" onclick="refresh()">
|
90
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
91
|
-
</div>
|
92
|
-
</div>
|
93
|
-
<div class="tab-pane" id="uBlock" role="tabpanel">
|
94
|
-
<ol class="listContainer">
|
95
|
-
<li class="listItem">Click the uBlock Origin icon
|
96
|
-
<img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
|
97
|
-
browser
|
98
|
-
extension area on
|
99
|
-
the upper right-hand corner. (You may see a small number covering part of the icon.)
|
100
|
-
</li>
|
101
|
-
<li class="listItem">
|
102
|
-
Click the “power” button so that it slides left.
|
103
|
-
</li>
|
104
|
-
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
105
|
-
</ol>
|
106
|
-
<div class="text-center w-100" onclick="refresh()">
|
107
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
108
|
-
</div>
|
109
|
-
</div>
|
110
|
-
<div class="tab-pane" id="other" role="tabpanel">
|
111
|
-
<ol class="listContainer">
|
112
|
-
<li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
|
113
|
-
<p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
|
114
|
-
screen. You may
|
115
|
-
have more than
|
116
|
-
one ad blocker installed.</p>
|
117
|
-
<li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
|
118
|
-
viewing.</li>
|
119
|
-
<p class="text-muted">You may have to select a menu option or click a button.</p>
|
120
|
-
<li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
|
121
|
-
“refresh” or
|
122
|
-
“reload” button.</li>
|
123
|
-
</ol>
|
124
|
-
<div class="text-center w-100" onclick="refresh()">
|
125
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
126
|
-
</div>
|
127
|
-
</div>
|
128
|
-
</div>
|
129
|
-
|
130
|
-
|
131
|
-
</div>
|
132
|
-
</section>
|
133
|
-
</div>
|
134
|
-
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
|
135
|
-
<script delay="/assets/js/adBlocker.js"></script>
|
1
|
+
{%- if site.show_allow_ad_blocker_pop -%}
|
2
|
+
<link rel="stylesheet" href="/assets/css/adBlocker.css">
|
3
|
+
<div id="detect"></div>
|
4
|
+
<div class="wrapper text-center">
|
5
|
+
<div class="innerWrapper">
|
6
|
+
{%- if site.adBlockerClose -%}
|
7
|
+
<div class="closePopup p-1">
|
8
|
+
<i class="fas fa-times"></i>
|
9
|
+
</div>
|
10
|
+
{%- endif -%}
|
11
|
+
<h2 class="brand-title">{{site.adspopuptitle}}</h2>
|
12
|
+
<p class="show-ads">
|
13
|
+
Please allow ads on our site
|
14
|
+
</p>
|
15
|
+
<p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
|
16
|
+
<div class="btn-container mx-auto">
|
17
|
+
<div class="bg-layer"></div>
|
18
|
+
<button class="allow-ads-btn">Allow ads</button>
|
19
|
+
</div>
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
<div class="extensions">
|
23
|
+
<section>
|
24
|
+
<div class="ads__content">
|
25
|
+
{%- if site.adBlockerClose -%}
|
26
|
+
<div class="closePopup">
|
27
|
+
<i class="fas fa-times"></i>
|
28
|
+
</div>
|
29
|
+
{%- endif -%}
|
30
|
+
<p style="font-size: 18px">Which of these extensions do you have?</p>
|
31
|
+
<ul class="nav nav-tabs tablist" role="tablist">
|
32
|
+
<a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
|
33
|
+
<li class="nav-item">
|
34
|
+
<img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
35
|
+
</li>
|
36
|
+
AdBlock
|
37
|
+
</a>
|
38
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
|
39
|
+
<li class="nav-item">
|
40
|
+
<img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
41
|
+
</li>
|
42
|
+
Adblock Plus
|
43
|
+
</a>
|
44
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
|
45
|
+
<li class="nav-item">
|
46
|
+
<img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
|
47
|
+
</li>
|
48
|
+
uBlock Origin
|
49
|
+
</a>
|
50
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
|
51
|
+
<li class="nav-item">
|
52
|
+
<div class="three_dot">...</div>
|
53
|
+
</li>
|
54
|
+
Other
|
55
|
+
</a>
|
56
|
+
</ul>
|
57
|
+
|
58
|
+
<!-- Tab panes -->
|
59
|
+
<div class="tab-content">
|
60
|
+
<div class="tab-pane active" id="home" role="tabpanel">
|
61
|
+
<ol class="listContainer">
|
62
|
+
<li class="listItem">Click the AdBlock icon
|
63
|
+
<img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
64
|
+
in the browser extension area on the upper right-hand corner. (You may see a small number
|
65
|
+
covering
|
66
|
+
part of
|
67
|
+
the icon.)
|
68
|
+
</li>
|
69
|
+
<li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
|
70
|
+
<li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
|
71
|
+
AdBlock
|
72
|
+
icon
|
73
|
+
changes to a “thumbs up” image.</li>
|
74
|
+
</ol>
|
75
|
+
<div class="text-center w-100" onclick="refresh()">
|
76
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
77
|
+
</div>
|
78
|
+
</div>
|
79
|
+
<div class="tab-pane" id="adsblockPlus" role="tabpanel">
|
80
|
+
<ol class="listContainer">
|
81
|
+
<li class="listItem">Click the Adblock Plus icon
|
82
|
+
<img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
83
|
+
in the browser extension area on the
|
84
|
+
upper right-hand corner. (You may see a small number covering part of the icon.)
|
85
|
+
</li>
|
86
|
+
<li class="listItem">Click the “power” button Power icon so that it slides left.</li>
|
87
|
+
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
88
|
+
</ol>
|
89
|
+
<div class="text-center w-100" onclick="refresh()">
|
90
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
<div class="tab-pane" id="uBlock" role="tabpanel">
|
94
|
+
<ol class="listContainer">
|
95
|
+
<li class="listItem">Click the uBlock Origin icon
|
96
|
+
<img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
|
97
|
+
browser
|
98
|
+
extension area on
|
99
|
+
the upper right-hand corner. (You may see a small number covering part of the icon.)
|
100
|
+
</li>
|
101
|
+
<li class="listItem">
|
102
|
+
Click the “power” button so that it slides left.
|
103
|
+
</li>
|
104
|
+
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
105
|
+
</ol>
|
106
|
+
<div class="text-center w-100" onclick="refresh()">
|
107
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
108
|
+
</div>
|
109
|
+
</div>
|
110
|
+
<div class="tab-pane" id="other" role="tabpanel">
|
111
|
+
<ol class="listContainer">
|
112
|
+
<li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
|
113
|
+
<p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
|
114
|
+
screen. You may
|
115
|
+
have more than
|
116
|
+
one ad blocker installed.</p>
|
117
|
+
<li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
|
118
|
+
viewing.</li>
|
119
|
+
<p class="text-muted">You may have to select a menu option or click a button.</p>
|
120
|
+
<li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
|
121
|
+
“refresh” or
|
122
|
+
“reload” button.</li>
|
123
|
+
</ol>
|
124
|
+
<div class="text-center w-100" onclick="refresh()">
|
125
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
</div>
|
129
|
+
|
130
|
+
|
131
|
+
</div>
|
132
|
+
</section>
|
133
|
+
</div>
|
134
|
+
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
|
135
|
+
<script delay="/assets/js/adBlocker.js"></script>
|
136
136
|
{%- endif -%}
|