appscms-tools-theme 1.8.0 → 1.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +6 -0
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/feature/tr/compress-pdf.json +80 -80
  17. data/_data/fileinfo/en/fileinfo.json +14 -14
  18. data/_data/files/.gitignore +4 -4
  19. data/_data/files/en/3gp.json +144 -144
  20. data/_data/files/en/acc.json +25 -25
  21. data/_data/files/en/aff.json +65 -65
  22. data/_data/files/en/cr2.json +169 -169
  23. data/_data/files/en/dvd.json +25 -25
  24. data/_data/files/en/mov.json +146 -146
  25. data/_data/files/en/ogg.json +163 -163
  26. data/_data/files/en/vmv.json +47 -47
  27. data/_data/footer/en/data.json +72 -72
  28. data/_data/footer/hi/data.json +68 -68
  29. data/_data/footer/networksites.json +15 -15
  30. data/_data/header/en/data.json +134 -134
  31. data/_data/header/hi/data.json +144 -144
  32. data/_data/home/en/en.json +282 -282
  33. data/_data/home/hi/hi.json +86 -86
  34. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  35. data/_data/languagesupport/index-langs.json +13 -13
  36. data/_data/privacy/en/privacyPolicy.json +265 -265
  37. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  38. data/_includes/Rating/rating.html +92 -92
  39. data/_includes/Rating/structureddata.html +53 -53
  40. data/_includes/Usp/usp.html +86 -86
  41. data/_includes/adBlocker/adBlocker.html +136 -0
  42. data/_includes/adsense/adsense.html +7 -7
  43. data/_includes/alternates/alternates.html +45 -45
  44. data/_includes/author_bio.html +16 -16
  45. data/_includes/cssfile/links.html +11 -11
  46. data/_includes/custom-head.html +33 -33
  47. data/_includes/customblog/recentposts.html +46 -46
  48. data/_includes/customblog/relatedposts.html +174 -162
  49. data/_includes/disqus_comments.html +10 -10
  50. data/_includes/dropdown/langdropdown.html +22 -22
  51. data/_includes/feature.html +37 -37
  52. data/_includes/fileformat/comparisonfiles.html +151 -151
  53. data/_includes/fileformat/fileformatdetail.html +101 -101
  54. data/_includes/fileformat/fileinfoformat.html +93 -93
  55. data/_includes/footer/index.html +249 -249
  56. data/_includes/google-analytics.html +22 -22
  57. data/_includes/header/blogHeader.html +29 -29
  58. data/_includes/header/index.html +95 -95
  59. data/_includes/languages/languages.html +61 -28
  60. data/_includes/monumetric/monumetric.html +60 -60
  61. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  62. data/_includes/paginationBlogPage.html +34 -34
  63. data/_includes/paginationPostPage.html +14 -14
  64. data/_includes/postauthorbio.html +17 -17
  65. data/_includes/postbox.html +31 -31
  66. data/_includes/script.html +27 -26
  67. data/_includes/section/alertbar.html +11 -11
  68. data/_includes/section/count.html +23 -23
  69. data/_includes/section/recent_posts.html +46 -46
  70. data/_includes/section/related_categories_post.html +173 -161
  71. data/_includes/share/socialshare.html +20 -20
  72. data/_includes/staticfooter.html +55 -55
  73. data/_layouts/aboutUs.html +24 -24
  74. data/_layouts/blog.html +70 -70
  75. data/_layouts/categories.html +25 -25
  76. data/_layouts/contactUs.html +78 -78
  77. data/_layouts/default.html +1 -1
  78. data/_layouts/disclaimer.html +78 -78
  79. data/_layouts/download.html +285 -280
  80. data/_layouts/feature.html +209 -200
  81. data/_layouts/fileInfo.html +39 -39
  82. data/_layouts/help.html +23 -23
  83. data/_layouts/home.html +208 -197
  84. data/_layouts/page.html +5 -5
  85. data/_layouts/post.html +144 -144
  86. data/_layouts/privacyPolicy.html +402 -402
  87. data/_layouts/termAndCondition.html +406 -406
  88. data/assets/cross.svg +4 -4
  89. data/assets/css/adblocker.css +187 -0
  90. data/assets/css/blog.css +491 -491
  91. data/assets/css/bootstrap.min.css +6 -6
  92. data/assets/css/tools.css +1260 -1212
  93. data/assets/facebook.svg +4 -4
  94. data/assets/images/abp.svg +41 -0
  95. data/assets/images/adblock.svg +266 -0
  96. data/assets/images/safevideoconverter.svg +23 -23
  97. data/assets/images/uo.svg +41 -0
  98. data/assets/instagram.svg +4 -4
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/adBlocker.js +45 -0
  101. data/assets/js/googledrive.js +155 -155
  102. data/assets/js/manifest.json +16 -16
  103. data/assets/js/multiselect.js +157 -157
  104. data/assets/linkdin.svg +4 -4
  105. data/assets/pdf.svg +20 -20
  106. data/assets/secure.svg +43 -43
  107. data/assets/star.svg +4 -4
  108. data/assets/twitter.svg +4 -4
  109. data/assets/youtube.svg +4 -4
  110. metadata +8 -2
@@ -1,170 +1,170 @@
1
- {
2
- "Format": "CR2",
3
- "ShortName": "CR2",
4
- "FullName": "Canon Raw Image File",
5
- "Category": "Camera Raw Files",
6
- "Pros": "Picture of exceptional quality. Image format that is commonly used. Originality was maintained. Brand name and file format that you can trust.",
7
- "Cons": "Large file sizes that are difficult to edit. Concerns about storage Sharing is a difficult task.",
8
- "Createdby": "Canon",
9
- "CreatedbyLink": "https://in.canon/",
10
- "CreatedInYear": "n/a",
11
- "BasicInformation": "A raw camera image created by various Canon digital cameras is known as a CR2 file. It saves uncompressed picture data in the same format as the CCD. CR2 files are commonly used by professional photographers because they store higher-quality photos.",
12
- "DetailedInformation": "The Canon Raw version 2 format, which is based on the TIFF specification, is used to save CR2 files. CR2 photos can be created by a variety of Canon digital camera types, including the EOS 1D Mark IV, EOS 450D, and EOS Rebel T3. It transfers data from the sensor to the storage device directly. It cannot be seen in the same way that a JPG or PNG can. When photographs are saved in RAW format, they can be manipulated in considerably more detail in post-production with minimal quality loss. When using JPG or other image formats, the quality is drastically reduced. CR2 images aren't ready for printing yet, and they can't be modified with a bitmap editor. Raw photographs are analogous to film negatives in digital form.",
13
- "Softwaresused": [
14
- {
15
- "platform": "Linux",
16
- "softwares": [
17
- {
18
- "name": "GIMP",
19
- "link": "https://www.gimp.org/",
20
- "image": "/assets/fileimg/wcqHWtb.jpeg",
21
- "type": "Free "
22
- },
23
- {
24
- "name": "gphoto2",
25
- "link": "https://gphoto.sourceforge.io/",
26
- "image": "https://image.flaticon.com/icons/png/512/1063/1063308.png",
27
- "type": "Free"
28
- },
29
- {
30
- "name": "gThumb",
31
- "link": "https://wiki.gnome.org/Apps/Gthumb",
32
- "image": "/assets/fileimg/lWFl5mc.jpeg",
33
- "type": "Free"
34
- },
35
- {
36
- "name": "MATE with Atril Document Viewer",
37
- "link": "https://mate-desktop.org/",
38
- "image": "/assets/fileimg/p64BUbi.jpeg",
39
- "type": "Free"
40
- }
41
- ]
42
- },
43
- {
44
- "platform": "Windows",
45
- "softwares": [
46
- {
47
- "name": "File Viewer Plus — Get it from Microsoft",
48
- "link": "https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab",
49
- "image": "/assets/fileimg/QdcouPN.jpeg",
50
- "type": "Freemium"
51
- },
52
- {
53
- "name": "Microsoft Photos",
54
- "link": "https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab",
55
- "image": "/assets/fileimg/nrsG7Ys.jpeg",
56
- "type": "Free, included with OS"
57
- },
58
- {
59
- "name": "Adobe Photoshop 2021",
60
- "link": "https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red",
61
- "image": "/assets/fileimg/fClLkgM.jpeg",
62
- "type": "Free trial"
63
- },
64
- {
65
- "name": "GIMP",
66
- "link": "https://www.gimp.org/",
67
- "image": "/assets/fileimg/wcqHWtb.jpeg"
68
- },
69
- {
70
- "name": "FastStone Image Viewer",
71
- "link": "https://www.faststone.org/FSViewerDetail.htm",
72
- "image": "/assets/fileimg/6z9n45v.jpeg",
73
- "type": "Free"
74
- }
75
- ]
76
- },
77
- {
78
- "platform": "Mac",
79
- "softwares": [
80
- {
81
- "name": "Apple Preview",
82
- "link": "https://support.apple.com/en-in/guide/preview/welcome/mac",
83
- "image": "/assets/fileimg/O1HqazZ.jpeg",
84
- "type": "Free, included with OS"
85
- },
86
- {
87
- "name": "Apple Photos",
88
- "link": "https://www.apple.com/macos/photos/",
89
- "image": "/assets/fileimg/b18tt3b.jpeg",
90
- "type": "Free, included with OS"
91
- },
92
- {
93
- "name": "Adobe Photoshop 2021",
94
- "link": "https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red",
95
- "image": "/assets/fileimg/fClLkgM.jpeg",
96
- "type": "Free trial"
97
- },
98
- {
99
- "name": "GIMP",
100
- "link": "https://www.gimp.org/",
101
- "image": "/assets/fileimg/wcqHWtb.jpeg",
102
- "type": "Free "
103
- },
104
- {
105
- "name": "Snap Converter",
106
- "link": "https://snapconverter.com/",
107
- "image": "/assets/fileimg/EuFgmVh.jpeg",
108
- "type": "Paid"
109
- }
110
- ]
111
- },
112
- {
113
- "platform": "iOS",
114
- "softwares": [
115
- {
116
- "name": "Apple Photos",
117
- "link": "https://www.apple.com/macos/photos/",
118
- "image": "/assets/fileimg/b18tt3b.jpeg",
119
- "type": "Free, included with OS"
120
- },
121
- {
122
- "name": "Adobe Photoshop ",
123
- "link": "https://apps.apple.com/us/app/adobe-photoshop/id1457771281",
124
- "image": "/assets/fileimg/xeDZX8x.jpeg",
125
- "type": "Freemium"
126
- },
127
- {
128
- "name": "Google Photos",
129
- "link": "https://www.google.com/photos/about/",
130
- "image": "/assets/fileimg/xbfyrdU.jpeg",
131
- "type": "Free "
132
- }
133
- ]
134
- },
135
- {
136
- "platform": "Android",
137
- "softwares": [
138
- {
139
- "name": "File viewer for Android",
140
- "link": "https://www.apple.com/macos/photos/",
141
- "image": "/assets/fileimg/6uyiajm.jpeg",
142
- "type": "Freemium"
143
- },
144
- {
145
- "name": "Adobe Photoshop Express",
146
- "link": "https://play.google.com/store/apps/details?id=com.adobe.psmobile&hl=en_IN&gl=US",
147
- "image": "/assets/fileimg/Mny97V6.jpeg",
148
- "type": "Freemium"
149
- },
150
- {
151
- "name": "Google Photos",
152
- "link": "https://www.google.com/photos/about/",
153
- "image": "/assets/fileimg/xbfyrdU.jpeg",
154
- "type": "Free "
155
- }
156
- ]
157
- },
158
- {
159
- "platform": "ChromeOS",
160
- "softwares": [
161
- {
162
- "name": "Google Photos",
163
- "link": "https://www.google.com/photos/about/",
164
- "image": "/assets/fileimg/xbfyrdU.jpeg",
165
- "type": "Free "
166
- }
167
- ]
168
- }
169
- ]
1
+ {
2
+ "Format": "CR2",
3
+ "ShortName": "CR2",
4
+ "FullName": "Canon Raw Image File",
5
+ "Category": "Camera Raw Files",
6
+ "Pros": "Picture of exceptional quality. Image format that is commonly used. Originality was maintained. Brand name and file format that you can trust.",
7
+ "Cons": "Large file sizes that are difficult to edit. Concerns about storage Sharing is a difficult task.",
8
+ "Createdby": "Canon",
9
+ "CreatedbyLink": "https://in.canon/",
10
+ "CreatedInYear": "n/a",
11
+ "BasicInformation": "A raw camera image created by various Canon digital cameras is known as a CR2 file. It saves uncompressed picture data in the same format as the CCD. CR2 files are commonly used by professional photographers because they store higher-quality photos.",
12
+ "DetailedInformation": "The Canon Raw version 2 format, which is based on the TIFF specification, is used to save CR2 files. CR2 photos can be created by a variety of Canon digital camera types, including the EOS 1D Mark IV, EOS 450D, and EOS Rebel T3. It transfers data from the sensor to the storage device directly. It cannot be seen in the same way that a JPG or PNG can. When photographs are saved in RAW format, they can be manipulated in considerably more detail in post-production with minimal quality loss. When using JPG or other image formats, the quality is drastically reduced. CR2 images aren't ready for printing yet, and they can't be modified with a bitmap editor. Raw photographs are analogous to film negatives in digital form.",
13
+ "Softwaresused": [
14
+ {
15
+ "platform": "Linux",
16
+ "softwares": [
17
+ {
18
+ "name": "GIMP",
19
+ "link": "https://www.gimp.org/",
20
+ "image": "/assets/fileimg/wcqHWtb.jpeg",
21
+ "type": "Free "
22
+ },
23
+ {
24
+ "name": "gphoto2",
25
+ "link": "https://gphoto.sourceforge.io/",
26
+ "image": "https://image.flaticon.com/icons/png/512/1063/1063308.png",
27
+ "type": "Free"
28
+ },
29
+ {
30
+ "name": "gThumb",
31
+ "link": "https://wiki.gnome.org/Apps/Gthumb",
32
+ "image": "/assets/fileimg/lWFl5mc.jpeg",
33
+ "type": "Free"
34
+ },
35
+ {
36
+ "name": "MATE with Atril Document Viewer",
37
+ "link": "https://mate-desktop.org/",
38
+ "image": "/assets/fileimg/p64BUbi.jpeg",
39
+ "type": "Free"
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "platform": "Windows",
45
+ "softwares": [
46
+ {
47
+ "name": "File Viewer Plus — Get it from Microsoft",
48
+ "link": "https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab",
49
+ "image": "/assets/fileimg/QdcouPN.jpeg",
50
+ "type": "Freemium"
51
+ },
52
+ {
53
+ "name": "Microsoft Photos",
54
+ "link": "https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab",
55
+ "image": "/assets/fileimg/nrsG7Ys.jpeg",
56
+ "type": "Free, included with OS"
57
+ },
58
+ {
59
+ "name": "Adobe Photoshop 2021",
60
+ "link": "https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red",
61
+ "image": "/assets/fileimg/fClLkgM.jpeg",
62
+ "type": "Free trial"
63
+ },
64
+ {
65
+ "name": "GIMP",
66
+ "link": "https://www.gimp.org/",
67
+ "image": "/assets/fileimg/wcqHWtb.jpeg"
68
+ },
69
+ {
70
+ "name": "FastStone Image Viewer",
71
+ "link": "https://www.faststone.org/FSViewerDetail.htm",
72
+ "image": "/assets/fileimg/6z9n45v.jpeg",
73
+ "type": "Free"
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "platform": "Mac",
79
+ "softwares": [
80
+ {
81
+ "name": "Apple Preview",
82
+ "link": "https://support.apple.com/en-in/guide/preview/welcome/mac",
83
+ "image": "/assets/fileimg/O1HqazZ.jpeg",
84
+ "type": "Free, included with OS"
85
+ },
86
+ {
87
+ "name": "Apple Photos",
88
+ "link": "https://www.apple.com/macos/photos/",
89
+ "image": "/assets/fileimg/b18tt3b.jpeg",
90
+ "type": "Free, included with OS"
91
+ },
92
+ {
93
+ "name": "Adobe Photoshop 2021",
94
+ "link": "https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red",
95
+ "image": "/assets/fileimg/fClLkgM.jpeg",
96
+ "type": "Free trial"
97
+ },
98
+ {
99
+ "name": "GIMP",
100
+ "link": "https://www.gimp.org/",
101
+ "image": "/assets/fileimg/wcqHWtb.jpeg",
102
+ "type": "Free "
103
+ },
104
+ {
105
+ "name": "Snap Converter",
106
+ "link": "https://snapconverter.com/",
107
+ "image": "/assets/fileimg/EuFgmVh.jpeg",
108
+ "type": "Paid"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "platform": "iOS",
114
+ "softwares": [
115
+ {
116
+ "name": "Apple Photos",
117
+ "link": "https://www.apple.com/macos/photos/",
118
+ "image": "/assets/fileimg/b18tt3b.jpeg",
119
+ "type": "Free, included with OS"
120
+ },
121
+ {
122
+ "name": "Adobe Photoshop ",
123
+ "link": "https://apps.apple.com/us/app/adobe-photoshop/id1457771281",
124
+ "image": "/assets/fileimg/xeDZX8x.jpeg",
125
+ "type": "Freemium"
126
+ },
127
+ {
128
+ "name": "Google Photos",
129
+ "link": "https://www.google.com/photos/about/",
130
+ "image": "/assets/fileimg/xbfyrdU.jpeg",
131
+ "type": "Free "
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "platform": "Android",
137
+ "softwares": [
138
+ {
139
+ "name": "File viewer for Android",
140
+ "link": "https://www.apple.com/macos/photos/",
141
+ "image": "/assets/fileimg/6uyiajm.jpeg",
142
+ "type": "Freemium"
143
+ },
144
+ {
145
+ "name": "Adobe Photoshop Express",
146
+ "link": "https://play.google.com/store/apps/details?id=com.adobe.psmobile&hl=en_IN&gl=US",
147
+ "image": "/assets/fileimg/Mny97V6.jpeg",
148
+ "type": "Freemium"
149
+ },
150
+ {
151
+ "name": "Google Photos",
152
+ "link": "https://www.google.com/photos/about/",
153
+ "image": "/assets/fileimg/xbfyrdU.jpeg",
154
+ "type": "Free "
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "platform": "ChromeOS",
160
+ "softwares": [
161
+ {
162
+ "name": "Google Photos",
163
+ "link": "https://www.google.com/photos/about/",
164
+ "image": "/assets/fileimg/xbfyrdU.jpeg",
165
+ "type": "Free "
166
+ }
167
+ ]
168
+ }
169
+ ]
170
170
  }
@@ -1,26 +1,26 @@
1
- {
2
- "Format": "DVD",
3
- "ShortName": "DVD",
4
- "FullName": "DOS Device Driver",
5
- "Category": "System files",
6
- "Pros": "The storage capacity is enormous. The sound and image quality are both great. Because they are mass-produced, they are quite inexpensive. CDs can be read by DVD drives.",
7
- "Cons": "DVDs are not compatible with CD drives. There is no single DVD standard. Breaking or scratching them is a simple way to ruin them.",
8
- "Createdby": "N/A",
9
- "CreatedbyLink": "n/a",
10
- "CreatedInYear": "n/a",
11
- "BasicInformation": "DVD files are used as drivers for MS-DOS-based devices. These driver files allow a computer or other device to communicate with the operating system, in this instance MS-DOS. They may come preconfigured with Windows or require installation from a DVD included with the hardware.",
12
- "DetailedInformation": "DVD files are frequently confused with video files that contain a copy of a movie on a disc. The movie files are normally saved as VOB files, despite the fact that the media is named a DVD. The drivers and DVD files are sometimes already installed on Windows. However, the drivers may need to be manually installed on occasion. This is usually done with the help of a disc or other medium that came with the device. On their websites, several companies also give driver downloads for their products.",
13
- "Softwaresused": [
14
- {
15
- "platform": "Windows",
16
- "softwares": [
17
- {
18
- "name": "Microsoft MS-DOS",
19
- "link": "https://www.microsoft.com/en-us/p/ms-dos-mobile/9nblgggxzdtw?activetab=pivot:overviewtab",
20
- "image": "/assets/fileimg/XxsKREw.jpeg",
21
- "type": "Free"
22
- }
23
- ]
24
- }
25
- ]
1
+ {
2
+ "Format": "DVD",
3
+ "ShortName": "DVD",
4
+ "FullName": "DOS Device Driver",
5
+ "Category": "System files",
6
+ "Pros": "The storage capacity is enormous. The sound and image quality are both great. Because they are mass-produced, they are quite inexpensive. CDs can be read by DVD drives.",
7
+ "Cons": "DVDs are not compatible with CD drives. There is no single DVD standard. Breaking or scratching them is a simple way to ruin them.",
8
+ "Createdby": "N/A",
9
+ "CreatedbyLink": "n/a",
10
+ "CreatedInYear": "n/a",
11
+ "BasicInformation": "DVD files are used as drivers for MS-DOS-based devices. These driver files allow a computer or other device to communicate with the operating system, in this instance MS-DOS. They may come preconfigured with Windows or require installation from a DVD included with the hardware.",
12
+ "DetailedInformation": "DVD files are frequently confused with video files that contain a copy of a movie on a disc. The movie files are normally saved as VOB files, despite the fact that the media is named a DVD. The drivers and DVD files are sometimes already installed on Windows. However, the drivers may need to be manually installed on occasion. This is usually done with the help of a disc or other medium that came with the device. On their websites, several companies also give driver downloads for their products.",
13
+ "Softwaresused": [
14
+ {
15
+ "platform": "Windows",
16
+ "softwares": [
17
+ {
18
+ "name": "Microsoft MS-DOS",
19
+ "link": "https://www.microsoft.com/en-us/p/ms-dos-mobile/9nblgggxzdtw?activetab=pivot:overviewtab",
20
+ "image": "/assets/fileimg/XxsKREw.jpeg",
21
+ "type": "Free"
22
+ }
23
+ ]
24
+ }
25
+ ]
26
26
  }