appscms-tools-theme 1.3.7 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 433dcd0cb4ab8aa0f766dc9ae3687b418865fbc7af9c25ce10e8c90604ecf405
4
- data.tar.gz: 0d3ecc36a1bcdf7accb2f3afd6fc13d6f40dae4c4d1dc2c51013497bca432e88
3
+ metadata.gz: 5b497d07eeb3b82a83d3f08b0786633a7f3a249b7ae517bc3d9fa97897ab3f78
4
+ data.tar.gz: d76a90c429a4e78ba3cbcb8ddbe2e208c998b077a1e1b559f691e1f61cedf99a
5
5
  SHA512:
6
- metadata.gz: 59bb6756c152c4de650eb802484b966146d600508df032b93dc5083c630a9e4500cd64503495fbe30fd44967ad0e6f5f4dcadab64db79651c6fb1c3b02913f11
7
- data.tar.gz: db93d12565f15040fede1f0dcd7b12028c26cc98603fdd7cfa5c23f5ebdceb36cde432331e1a01a00fbf44053155f3dcc40f5319537496e26428c718797a1e1a
6
+ metadata.gz: 9b85a7ddda176f3a4c8e43093299643d4952990e4ae55125185e15103fcc9e21d86a8d84aaad8e182ac18d844468bb7be8e3384239d8d27ac566f8e8f0a8965a
7
+ data.tar.gz: 004343c946bc7449fcb0d0867b3543d2553d577a082f9a055cb9985af238739f28ab6302587a36f87e669f3c6371099a987a7b31724331e8143942d5b3a0811d
@@ -0,0 +1,81 @@
1
+ {
2
+ "htmlLangAtt": "hi",
3
+ "H1": "पीडीएफ कम्प्रेस करें",
4
+ "H2": "अपनी पीडीएफ का आकार ऑनलाइन छोटा करें",
5
+ "TITLE": "Set alarm for $variable minutes from now",
6
+ "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
7
+ "LABEL": "DOCX to PDF",
8
+ "BREADCRUMB_LABEL": "DOCX TO PDF",
9
+ "color": "purple",
10
+ "height": "300px",
11
+ "TEXTUAL_CONTENT": [
12
+ {
13
+ "priority": 1,
14
+ "logoUrl": "/assets/bulb.svg",
15
+ "header": "Simple to use",
16
+ "content": "Setalarmforme.com provides simplest way to set alarms for X minutes from now."
17
+ },
18
+ {
19
+ "priority": 1,
20
+ "logoUrl": "/assets/guaranty.svg",
21
+ "header": "Accurate alarms",
22
+ "content": "Alarms setup by Setalarmforme.com are accurate. You can rely on us completely to start alarm after $variable minutes."
23
+ },
24
+ {
25
+ "priority": 1,
26
+ "logoUrl": "/assets/support.svg",
27
+ "header": "Cross platform",
28
+ "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
29
+ },
30
+ {
31
+ "priority": 1,
32
+ "logoUrl": "/assets/protect.svg",
33
+ "header": "Secure and trustworthy",
34
+ "content": "Setalarmforme.com does not require users to login for setting alarm for $variable minutes from now. No user information is send to our servers."
35
+ },
36
+ {
37
+ "priority": 1,
38
+ "logoUrl": "/assets/easy.svg",
39
+ "header": "All timezones supported",
40
+ "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
41
+ },
42
+ {
43
+ "priority": 1,
44
+ "logoUrl": "/assets/cloud.svg",
45
+ "header": "No need to install any software",
46
+ "content": "Setalarmforme.com is a cloud and web based application. You do not need to install any software to use Setalarmforme.com while setting alarms for $variable minutes from now."
47
+ }
48
+ ],
49
+ "HOW_TO_CONTENT": {
50
+ "logoImageUrl": "/assets/pdf.svg",
51
+ "heading": "How to set alarm for $variable minutes:",
52
+ "steps": [
53
+ "Click on set alarm",
54
+ "Set $variable minutes for alarm.",
55
+ "Choose sound of your choice.",
56
+ "Click submit to set alarm, that's it !."
57
+ ]
58
+ },
59
+ "FAQ": [
60
+ {
61
+ "question": "How many seconds from now, will the alarm ring ?",
62
+ "answer": "When you setup alarm for $variable minutes from now, the alarm will ring after { % $variable * 60 % } seconds."
63
+ },
64
+ {
65
+ "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
66
+ "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
67
+ },
68
+ {
69
+ "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
70
+ "answer": "The alarm will still ring after $variable minutes, even if you refresh the browser, since we store the information in browser's local cache."
71
+ },
72
+ {
73
+ "question": "What will happen to the alarm that I have set, if I close the tab of browser in which Setalarmforme.com is opened ?",
74
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the tab."
75
+ },
76
+ {
77
+ "question": "What will happen to the alarm that I have set, if I close the browser ?",
78
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
79
+ }
80
+ ]
81
+ }
@@ -18,7 +18,7 @@
18
18
  {%- for i in matchurls -%}
19
19
  {%- assign languagetext = [i] -%}
20
20
  {%- if i== page.permalink -%}
21
- <link data-rh="true" rel="alternate" href="{{site.url}}/{{page.permalink}}" hreflang="{{languagetext[0]}}" />
21
+ <link data-rh="true" rel="alternate" href="{{site.url}}{{page.permalink}}" hreflang="{{languagetext[0]}}" />
22
22
  {%- else -%}
23
23
  {%- for checklang in site.pages -%}
24
24
  {%- if checklang.permalink == i -%}
@@ -35,10 +35,11 @@
35
35
  {%- assign itemlink = item.permalink | split: "/" | last-%}
36
36
  {%- if pagelink == itemlink and page.lang != item.lang and page.permalink !=
37
37
  item.permalink -%}
38
- <link data-rh="true" rel="alternate" href="{{site.url}}/{{item.permalink}}" hreflang="{{languagetext[0]}}" />
38
+ <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
39
39
  {%- endif -%}
40
40
  {%- if pagelink == itemlink and page.lang == item.lang -%}
41
- <link data-rh="true" rel="alternate" href="{{site.url}}/{{item.permalink}}" hreflang="{{languagetext[0]}}" />
41
+
42
+ <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
42
43
  {%- endif -%}
43
44
  {%- endfor -%}
44
45
  {%- endif -%}
@@ -1,5 +1,5 @@
1
1
  {%- assign matchurls
2
- ="id&&ms-MY&&da&&de&&en&&es&&fr&&it&&nl&&nb&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&kr&&jp&&cn&&zh-TW"
2
+ ="id&&ms-MY&&da&&de&&en&&es&&fr&&it&&nl&&nb&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&ko&&ja&&zh&&zh-TW"
3
3
  | split: '&&' -%}
4
4
  {% assign id = "id&&Bahasa Indonesia" | split: '&&' %}
5
5
  {% assign ms-MY = "ms-MY&&Bahasa Malaysia" | split: '&&' %}
@@ -21,7 +21,7 @@
21
21
  {% assign ar = "ar&&العربية" | split: '&&' %}
22
22
  {% assign hi = "hi&&हिन्दी" | split: '&&' %}
23
23
  {% assign th = "th&&ภาษาไทย" | split: '&&' %}
24
- {% assign kr = "kr&&한국어" | split: '&&' %}
25
- {% assign jp = "jp&&日本語" | split: '&&' %}
26
- {% assign cn = "cn&&简体中文" | split: '&&' %}
24
+ {% assign ko = "ko&&한국어" | split: '&&' %}
25
+ {% assign ja = "ja&&日本語" | split: '&&' %}
26
+ {% assign zh = "zh&&简体中文" | split: '&&' %}
27
27
  {% assign zh-TW = "zh-TW&&繁體中文" | split: '&&' %}
@@ -1,7 +1,7 @@
1
1
  <div class="container">
2
2
  <div class="relatedPosts">
3
3
  {%- if site.posts.size>0 -%}
4
- <h1 class="related_post_heading">Recent Posts</h1>
4
+ <h2 class="related_post_heading">Recent Posts</h1>
5
5
  {%- endif -%}
6
6
  <div class="row">
7
7
  {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-27 00:00:00.000000000 Z
11
+ date: 2021-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -74,6 +74,7 @@ files:
74
74
  - _data/feature/en/compress-pdf.json
75
75
  - _data/feature/en/split-pdf.json
76
76
  - _data/feature/hi/compress-pdf.json
77
+ - _data/feature/tr/compress-pdf.json
77
78
  - _data/fileinfo/en/fileinfo.json
78
79
  - _data/files/.gitignore
79
80
  - _data/files/README.md