jekyll-cessda-docs 0.1.10 → 0.1.11.pre.3fa356d1c16fadedd171b34f0e6852076f46ae3e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/feedback.html +2 -2
- data/_includes/head.html +0 -3
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cd861e66d04c41e8d065f46e6c1cb3c93572320558b0fcee56b0d05406940b0
|
4
|
+
data.tar.gz: 6d2c0a44cdbb890fc4b038aaf3fe000fd782060812b0798f3c8e55c396c4acdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e78a316bec3b8864e2f8be21513e9cba8f24564daff5784198141af1cb3b7676f3e88c30165fd6c683d1ec6e2773839d0fbf31bc4b16f6ee449238bb6e160bd4
|
7
|
+
data.tar.gz: 4c9106fc62b3aedbff9844a30933c54708f6d8077c2cf2dfca6da86f8fb03fd33d3614892a6268bcb5f6320f64f77d1c80105a94ec3c5e15f11f2cd4965b0501
|
data/_includes/feedback.html
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
2
2
|
|
3
3
|
<button id="zammad-feedback-form" style="position: fixed; right: 0; bottom: 0; font-size: 14px; color: white; background-color: #4e4d56; border: none; padding: 0px 10px; height: 40px; line-height: 40px;">Send Feedback</button>
|
4
|
-
<script id="zammad_form_script" src="https://
|
4
|
+
<script id="zammad_form_script" src="https://helpdesk.cessda.eu/assets/form/form.js"></script>
|
5
5
|
<script>
|
6
6
|
$(function() {
|
7
7
|
$('#zammad-feedback-form').ZammadForm({
|
8
|
-
agreementMessage:' Accept CESSDA <a target="_blank" href="https://www.cessda.eu/Privacy-policy">Data Privacy Policy</a> & <a target="_blank" href="https://www.cessda.eu/Acceptable-Use-Policy">Acceptable Use Policy</a>',
|
8
|
+
agreementMessage:' Accept CESSDA <a target="_blank" href="https://www.cessda.eu/Privacy-policy">Data Privacy Policy</a> & <a target="_blank" href="https://www.cessda.eu/Acceptable-Use-Policy">Acceptable Use Policy</a>',
|
9
9
|
messageTitle: 'Service Documentation Feedback Form',
|
10
10
|
messageSubmit: 'Submit',
|
11
11
|
messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.',
|
data/_includes/head.html
CHANGED
@@ -48,9 +48,6 @@
|
|
48
48
|
var u="https://cessda.matomo.cloud/";
|
49
49
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
50
50
|
_paq.push(['setSiteId', '{{ site.matomo_siteid }}']);
|
51
|
-
var secondaryTrackerUrl = 'https://analytics.cessda.eu/matomo.php';
|
52
|
-
var secondaryWebsiteId = {{ site.matomo_siteid }};
|
53
|
-
_paq.push(['addTracker', secondaryTrackerUrl, secondaryWebsiteId]);
|
54
51
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
55
52
|
g.type='text/javascript'; g.async=true; g.src='//cdn.matomo.cloud/cessda.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
56
53
|
})();
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-cessda-docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11.pre.3fa356d1c16fadedd171b34f0e6852076f46ae3e
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- openconcept
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '2.6'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- post@openconcept.no
|
44
44
|
executables: []
|
@@ -133,7 +133,7 @@ licenses:
|
|
133
133
|
- MIT
|
134
134
|
metadata:
|
135
135
|
documentation_uri: https://docs.tech.cessda.eu/platform/documentation_tooling.html
|
136
|
-
post_install_message:
|
136
|
+
post_install_message:
|
137
137
|
rdoc_options: []
|
138
138
|
require_paths:
|
139
139
|
- lib
|
@@ -144,12 +144,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
144
|
version: '0'
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- - "
|
147
|
+
- - ">"
|
148
148
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
149
|
+
version: 1.3.1
|
150
150
|
requirements: []
|
151
|
-
rubygems_version: 3.
|
152
|
-
signing_key:
|
151
|
+
rubygems_version: 3.1.6
|
152
|
+
signing_key:
|
153
153
|
specification_version: 4
|
154
154
|
summary: Jekyll theme for CESSDA documentation sites
|
155
155
|
test_files: []
|