eclipsefdn-hugo-solstice-theme 0.0.202 → 0.0.203

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.
@@ -196,6 +196,12 @@
196
196
  weight = 3
197
197
  parent = "solstice"
198
198
 
199
+ [[main]]
200
+ name = "EclipseFdn Members List"
201
+ url = "/components/eclipsefdn_members_list/"
202
+ weight = 4
203
+ parent = "solstice"
204
+
199
205
  [[main]]
200
206
  name = "HTML Tables"
201
207
  url = "/components/tables/"
@@ -0,0 +1,24 @@
1
+ ---
2
+ title: EclipseFdn Members List
3
+ hide_sidebar: true
4
+ ---
5
+
6
+ You can add a members list to a markdown file using the shortcode:
7
+ `{{</* eclipsefdn_members_list */>}}`
8
+
9
+ ## Parameters
10
+
11
+ | Name | Type | Description |
12
+ |----------------------- |------------------ |------------------------------------------------------------ |
13
+ | `class` | `string \| nil` | The class for the widget container. |
14
+ | `id` | `boolean \| nil` | The id for the widget container. |
15
+ | `type` | `string \| nil` | The type of collaboration. e.g. `"working-group"` |
16
+ | `collaboration` | `string \| nil` | The collaboration id. e.g. `"jakarta-ee"` |
17
+ | `level` | `string \| nil` | Comma separated list of levels to include. e.g. `"SD, AS"` |
18
+ | `sort` | `string \| nil` | Sort order. e.g. `"random"` |
19
+ | `link_member_website` | `boolean \| nil` | Link member website to member item. Defaults to `true`. |
20
+
21
+ ## Example
22
+
23
+ {{< eclipsefdn_members_list >}}
24
+
package/i18n/de.toml CHANGED
@@ -40,9 +40,6 @@ other = "Datenschutz"
40
40
  [footer-legal-terms-use-text]
41
41
  other = "Nutzungsbedingungen"
42
42
 
43
- [footer-legal-copyright-agent-text]
44
- other = "Copyright"
45
-
46
43
  [footer-legal-epl-text]
47
44
  other = "Eclipse Public License"
48
45
 
package/i18n/en.toml CHANGED
@@ -43,8 +43,8 @@
43
43
  [footer-legal-terms-use-text]
44
44
  other = "Terms of Use"
45
45
 
46
- [footer-legal-copyright-agent-text]
47
- other = "Copyright Agent"
46
+ [footer-legal-compliance-text]
47
+ other = "Compliance"
48
48
 
49
49
  [footer-legal-epl-text]
50
50
  other = "Eclipse Public License"
@@ -366,3 +366,8 @@ other = "logo"
366
366
 
367
367
  [table-of-contents-heading]
368
368
  other = "Table of Contents"
369
+
370
+ # Deprecated
371
+
372
+ [footer-legal-copyright-agent-text]
373
+ other = "Copyright Agent"
package/i18n/es.toml CHANGED
@@ -112,9 +112,6 @@ other = "Aprende más"
112
112
  [footer-legal-terms-use-text]
113
113
  other = "Términos de Uso"
114
114
 
115
- [footer-legal-copyright-agent-text]
116
- other = "Agente de Derechos de Autor"
117
-
118
115
  [footer-legal-epl-text]
119
116
  other = "Licencia Pública de Eclipse"
120
117
 
package/i18n/jp.toml CHANGED
@@ -112,9 +112,6 @@ other = "詳細"
112
112
  [footer-legal-terms-use-text]
113
113
  other = "利用規約"
114
114
 
115
- [footer-legal-copyright-agent-text]
116
- other = "著作権"
117
-
118
115
  [footer-legal-epl-text]
119
116
  other = "Eclipseパブリックライセンス"
120
117
 
package/i18n/pt.toml CHANGED
@@ -112,9 +112,6 @@ other = "Saiba mais"
112
112
  [footer-legal-terms-use-text]
113
113
  other = "Termo de uso"
114
114
 
115
- [footer-legal-copyright-agent-text]
116
- other = "Copyright Agent"
117
-
118
115
  [footer-legal-epl-text]
119
116
  other = "Eclipse Public License"
120
117
 
package/i18n/ru.toml CHANGED
@@ -40,9 +40,6 @@
40
40
  [footer-legal-terms-use-text]
41
41
  other = "Правила использования"
42
42
 
43
- [footer-legal-copyright-agent-text]
44
- other = "Copyright Agent"
45
-
46
43
  [footer-legal-epl-text]
47
44
  other = "Eclipse Public License"
48
45
 
package/i18n/tr.toml CHANGED
@@ -40,9 +40,6 @@ other = "Gizlilik Politikası"
40
40
  [footer-legal-terms-use-text]
41
41
  other = "Kullanım Şartları"
42
42
 
43
- [footer-legal-copyright-agent-text]
44
- other = "Telif Hakkı Temsilcisi"
45
-
46
43
  [footer-legal-epl-text]
47
44
  other = "Eclipse Kamu Lisansı"
48
45
 
package/i18n/zh.toml CHANGED
@@ -52,9 +52,6 @@
52
52
  [footer-legal-terms-use-text]
53
53
  other = "服务条款"
54
54
 
55
- [footer-legal-copyright-agent-text]
56
- other = "版权代理"
57
-
58
55
  [footer-legal-epl-text]
59
56
  other = "Eclipse公开许可"
60
57
 
@@ -7,7 +7,7 @@
7
7
  <ul class="nav">
8
8
  <li><a href="https://www.eclipse.org/legal/privacy.php">{{ i18n "footer-legal-privacy-policy-text" }}</a></li>
9
9
  <li><a href="https://www.eclipse.org/legal/termsofuse.php">{{ i18n "footer-legal-terms-use-text" }}</a></li>
10
- <li><a href="https://www.eclipse.org/legal/copyright.php">{{ i18n "footer-legal-copyright-agent-text" }}</a></li>
10
+ <li><a href="https://www.eclipse.org/legal/compliance/">{{ i18n "footer-legal-compliance-text" }}</a></li>
11
11
  <li><a href="https://www.eclipse.org/legal/epl-2.0/">{{ i18n "footer-legal-epl-text" }}</a></li>
12
12
  <li><a href="https://www.eclipse.org/legal/">{{ i18n "footer-legal-resources-text" }} </a></li>
13
13
  </ul>
@@ -19,7 +19,7 @@
19
19
  <ul class="nav">
20
20
  <li><a href="https://www.eclipse.org/legal/privacy.php">{{ i18n "footer-legal-privacy-policy-text" }}</a></li>
21
21
  <li><a href="https://www.eclipse.org/legal/termsofuse.php">{{ i18n "footer-legal-terms-use-text" }}</a></li>
22
- <li><a href="https://www.eclipse.org/legal/copyright.php">{{ i18n "footer-legal-copyright-agent-text" }}</a></li>
22
+ <li><a href="https://www.eclipse.org/legal/compliance/">{{ i18n "footer-legal-compliance-text" }}</a></li>
23
23
  <li><a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">{{ i18n "footer-legal-code-of-conduct-text" }}</a></li>
24
24
  <li><a href="https://www.eclipse.org/legal/">{{ i18n "footer-legal-resources-text" }}</a></li>
25
25
  <li><a class="toolbar-manage-cookies" href="#" onclick="event.preventDefault()">{{ i18n "footer-legal-manage-cookies-label" }}</a></li>
@@ -0,0 +1,43 @@
1
+ {{/*
2
+ Copyright (c) 2024 Eclipse Foundation, Inc.
3
+
4
+ This program and the accompanying materials are made available under the
5
+ terms of the Eclipse Public License v. 2.0 which is available at
6
+ http://www.eclipse.org/legal/epl-2.0.
7
+
8
+ Contributors:
9
+ Olivier Goulet <olivier.goulet@eclipse-foundation.org>
10
+
11
+ SPDX-License-Identifier: EPL-2.0
12
+ */}}
13
+
14
+ {{ $class := .Get "class" | default "" }}
15
+ {{ $id := .Get "id" }}
16
+ {{ $type := .Get "type" }}
17
+ {{ $collaboration := .Get "collaboration" }}
18
+ {{ $level := .Get "level" }}
19
+ {{ $sort := .Get "sort" }}
20
+ {{ $link_member_website := .Get "link_member_website" }}
21
+
22
+ <ul
23
+ class="eclipsefdn-members-list {{ $class }}"
24
+ {{ with $id }}
25
+ data-id="{{ . }}"
26
+ {{ end }}
27
+ {{ with $type }}
28
+ data-type="{{ . }}"
29
+ {{ end }}
30
+ {{ with $collaboration }}
31
+ data-ml-wg="{{ . }}"
32
+ {{ end }}
33
+ {{ with $level }}
34
+ data-ml-level="{{ . }}"
35
+ {{ end }}
36
+ {{ with $sort }}
37
+ data-ml-sort="{{ . }}"
38
+ {{ end }}
39
+ {{ with $link_member_website }}
40
+ data-ml-link-member-website="{{ . }}"
41
+ {{ end }}
42
+ >
43
+ </ul>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "webpack.min.js",
5
5
  "author": "Christopher Guindon",
6
6
  "license": "EPL-2.0",
7
- "version": "0.0.202",
7
+ "version": "0.0.203",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },