jekyll-geolexica 1.2.1 → 1.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/concepts-list.html +23 -0
- data/_pages/concepts.adoc +3 -25
- data/lib/jekyll/geolexica/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16b61fec651a03fc3c31bf870fd9f0aa26002c383d3b6c7a7f8cc0cbccc9533f
|
4
|
+
data.tar.gz: e3b92ffc63f563b35a208b21c24c52a53749cde74f0318c974d778e65a07188c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a94b9b84a67cb1f4b7245c7f36cd2d034db1463d7e49d4f35d8a51e23005c4839076b74315964fa6cf29583df45b7a9c3e143160bb9602b3d8203d2ab786896
|
7
|
+
data.tar.gz: f2001b4ad79f50a36e4165f36d715c413f0a492113079795123b4dac54db3ec4c9210edb0fa150c3b94b5e4ca64f951744726b63b87636a280005b00702aa397
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<div class="all-concepts">
|
2
|
+
<table>
|
3
|
+
<thead>
|
4
|
+
<tr>
|
5
|
+
<th class="field-termid">Term ID
|
6
|
+
<th class="field-term">Term
|
7
|
+
</tr>
|
8
|
+
</thead>
|
9
|
+
|
10
|
+
<tbody>
|
11
|
+
{% for concept in include.concepts %}
|
12
|
+
<tr>
|
13
|
+
<td class="field-termid">
|
14
|
+
<a href="{{ concept.url | relative_url }}">{{ concept.termid }}</a>
|
15
|
+
</td>
|
16
|
+
<td class="field-term">
|
17
|
+
<a href="{{ concept.url | relative_url }}">{{ concept.term }}</a>
|
18
|
+
</td>
|
19
|
+
</tr>
|
20
|
+
{% endfor %}
|
21
|
+
</tbody>
|
22
|
+
</table>
|
23
|
+
</div>
|
data/_pages/concepts.adoc
CHANGED
@@ -9,30 +9,8 @@ title: All Concepts
|
|
9
9
|
|
10
10
|
The concepts below are sorted by term name, alphabetically, in a case-insensitive way.
|
11
11
|
|
12
|
-
|
13
|
-
{% assign sortedConcepts = site.concepts | sort_natural: "term" %}
|
14
|
-
|
15
|
-
<div class="all-concepts">
|
16
|
-
<table>
|
17
|
-
<thead>
|
18
|
-
<tr>
|
19
|
-
<th class="field-termid">Term ID
|
20
|
-
<th class="field-term">Term
|
21
|
-
</tr>
|
22
|
-
</thead>
|
12
|
+
{% assign sorted_concepts = site.concepts | sort_natural: "term" -%}
|
23
13
|
|
24
|
-
|
25
|
-
|
26
|
-
<tr>
|
27
|
-
<td class="field-termid">
|
28
|
-
<a href="{{ concept.url | relative_url }}">{{ concept.termid }}</a>
|
29
|
-
</td>
|
30
|
-
<td class="field-term">
|
31
|
-
<a href="{{ concept.url | relative_url }}">{{ concept.term }}</a>
|
32
|
-
</td>
|
33
|
-
</tr>
|
34
|
-
{% endfor %}
|
35
|
-
</tbody>
|
36
|
-
</table>
|
37
|
-
</div>
|
14
|
+
++++
|
15
|
+
{% include concepts-list.html concepts=sorted_concepts %}
|
38
16
|
++++
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-geolexica
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -100,7 +100,7 @@ dependencies:
|
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '3.9'
|
103
|
-
description:
|
103
|
+
description:
|
104
104
|
email:
|
105
105
|
- open.source@ribose.com
|
106
106
|
executables: []
|
@@ -117,6 +117,7 @@ files:
|
|
117
117
|
- _includes/concept-lead-info.html
|
118
118
|
- _includes/concept-review.html
|
119
119
|
- _includes/concept-source.html
|
120
|
+
- _includes/concepts-list.html
|
120
121
|
- _includes/head.html
|
121
122
|
- _includes/localized-concept.html
|
122
123
|
- _includes/newsroll-entry.html
|
@@ -191,7 +192,7 @@ metadata:
|
|
191
192
|
bug_tracker_uri: https://github.com/geolexica/geolexica-server/issues
|
192
193
|
homepage_uri: https://open.ribose.com/
|
193
194
|
source_code_uri: https://github.com/geolexica/geolexica-server
|
194
|
-
post_install_message:
|
195
|
+
post_install_message:
|
195
196
|
rdoc_options: []
|
196
197
|
require_paths:
|
197
198
|
- lib
|
@@ -207,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
208
|
version: '0'
|
208
209
|
requirements: []
|
209
210
|
rubygems_version: 3.0.3
|
210
|
-
signing_key:
|
211
|
+
signing_key:
|
211
212
|
specification_version: 4
|
212
213
|
summary: Geolexica plugin for Jekyll
|
213
214
|
test_files: []
|