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.
- package/exampleSite/config/_default/menus.en.toml +6 -0
- package/exampleSite/content/components/eclipsefdn_members_list/_index.md +24 -0
- package/i18n/de.toml +0 -3
- package/i18n/en.toml +7 -2
- package/i18n/es.toml +0 -3
- package/i18n/jp.toml +0 -3
- package/i18n/pt.toml +0 -3
- package/i18n/ru.toml +0 -3
- package/i18n/tr.toml +0 -3
- package/i18n/zh.toml +0 -3
- package/layouts/partials/footer_links/footer-legal.html +2 -2
- package/layouts/shortcodes/eclipsefdn_members_list.html +43 -0
- package/package.json +1 -1
|
@@ -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
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-
|
|
47
|
-
other = "
|
|
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
package/i18n/jp.toml
CHANGED
package/i18n/pt.toml
CHANGED
package/i18n/ru.toml
CHANGED
package/i18n/tr.toml
CHANGED
package/i18n/zh.toml
CHANGED
|
@@ -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/
|
|
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/
|
|
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