-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
351 lines (299 loc) · 9.06 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
baseurl = "https://eclipse.dev/4diac"
DefaultContentLanguage = "en"
title = "Eclipse 4diac"
theme = "hugo-solstice-theme"
metaDataFormat = "yaml"
disableKinds = []
enableRobotsTXT = true
pluralizeListTitles = false
[Params]
# google_tag_manager = "GTM-5WLCZXC"
description = "The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source software collaboration and innovation."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["eclipse", "project", "plug-ins", "plugins", "java", "ide", "swt", "refactoring", "free java ide", "tools", "platform", "open source", "development environment", "development", "ide"]
news_count = 3
gcse = "011805775785170369411:p3ec0igo0qq"
header_wrapper_class = "header-wrapper header-default-bg-img featured-jumbotron-bottom-shape"
call_for_action_text = "Download"
call_for_action_url = "/4diac/download/"
call_for_action_icon = "fa-download"
logo = "/4diac/img/4diac_Logo_2024.svg"
logo_url = "/4diac"
logo_width = "55%"
layout_style = "astro"
style_overrides="css/4diac_adjustments.css"
# sidebar_layout = "default"
# featured_content_publish_target = "eclipse_org"
# js = ""
favicon = "/4diac/img/4diac_favicon.svg"
# share_img = ""
# header_left_classes = ""
# main_menu_wrapper_classes = ""
# projects_working_group = ""
show_featured_footer = false
hide_footer_newsletter = true
twitter_url = "https://x.com/4diac"
youtube_url = "https://www.youtube.com/@4diac177"
linkedin_url = "https://www.linkedin.com/groups/6949091/"
[outputs]
home = ["HTML", "RSS"]
section = ["HTML"]
[Author]
name = "Eclipse 4diac Team"
website = "https://eclipse.dev/4diac/"
email = "4diac-dev@eclipse.org"
facebook = "eclipse.org"
twitter = "ECDTools"
youtube = "EclipseFdn"
linkedin = "company/eclipse-foundation/"
[permalinks]
news = "/:sections/:year/:slug/"
# news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "Eclipse 4diac"
weight = 1
identifier = "fordiac"
[menu.main.params]
description = """
Eclipse 4diac™ provides an open source infrastructure
for distributed industrial process measurement and control systems
based on the IEC 61499 standard.
"""
[[menu.main]]
name = "Development Environment"
weight = 1
identifier = "fordiac-ide"
parent = "fordiac"
[[menu.main]]
name = "4diac IDE"
url = "/4diac_IDE"
weight = 1
parent = "fordiac-ide"
[[menu.main]]
name = "Run-Time Environment"
weight = 2
identifier = "fordiac-forte"
parent = "fordiac"
[[menu.main]]
name = "4diac FORTE"
url = "/4diac_FORTE"
weight = 2
parent = "fordiac-forte"
[[menu.main]]
name = "Function Block Library"
weight = 3
identifier = "fordiac-lib"
parent = "fordiac"
[[menu.main]]
name = "4diac LIB"
url = "/4diac_LIB"
weight = 3
parent = "fordiac-lib"
[[menu.main]]
name = "Example Projects"
weight = 4
identifier = "fordiac-sys"
parent = "fordiac"
[[menu.main]]
name = "4diac SYS"
url = "/4diac_SYS"
weight = 4
parent = "fordiac-sys"
[[menu.main]]
name = "News"
weight = 2
identifier = "news"
url = "/news"
[[menu.main]]
name = "Events"
weight = 3
identifier = "events"
[menu.main.params]
description = """
Eclipse 4diac™ has been founded to support research activities and industrial adoption of distributed automation systems.
Over time 4diac grew with new versions, improvements and new features for the modeling of distributed automation systems.
Moreover, a special focus was the performance improvement of the runtime system. Even more important, 4diac as an
IEC 61499-compliant distributed control environment for industrial and research applications has proven
to be a stable basis for further research towards the next generation of distributed automation and control systems based
on open standards. To get in contact with its users and share results and future plans 4diac participates at different events,
which are collected here:
"""
[[menu.main]]
name = "Workshops"
weight = 1
identifier = "events-workshops"
parent = "events"
[[menu.main]]
name = "4days of 4diac"
url = "/events/workshops/2019_4days_of_4diac"
weight = 1
parent = "events-workshops"
[[menu.main]]
name = "Eclipse Insight: Cross Domain Engineering"
url = "/events/workshops/2019_eclipse_insight"
weight = 2
parent = "events-workshops"
[[menu.main]]
name = "ETFA Workshops"
weight = 2
identifier = "events-etfa_workshops"
parent = "events"
[[menu.main]]
name = "7th 4diac Users' Workshop @ ETFA 2016"
url = "/events/etfa/etfa2016"
weight = 1
parent = "events-etfa_workshops"
[[menu.main]]
name = "6th 4diac Users' Workshop @ ETFA 2015"
url = "/events/etfa/etfa2015"
weight = 2
parent = "events-etfa_workshops"
[[menu.main]]
name = "5th 4diac Users' Workshop @ ETFA 2014"
url = "/events/etfa/etfa2014"
weight = 3
parent = "events-etfa_workshops"
[[menu.main]]
name = "4th 4diac Users' Workshop @ ETFA 2013"
url = "/events/etfa/etfa2013"
weight = 4
parent = "events-etfa_workshops"
[[menu.main]]
name = "3rd 4diac Users' Workshop @ ETFA 2012"
url = "/events/etfa/etfa2012"
weight = 5
parent = "events-etfa_workshops"
[[menu.main]]
name = "2nd 4diac Users' Workshop @ ETFA 2011"
url = "/events/etfa/etfa2011"
weight = 6
parent = "events-etfa_workshops"
[[menu.main]]
name = "1st 4diac Users' Workshop @ ETFA 2010"
url = "/events/etfa/etfa2010"
weight = 7
parent = "events-etfa_workshops"
[[menu.main]]
name = "Support"
weight = 4
identifier = "support"
url = "/support"
[menu.main.params]
description = """
support 4diac.
"""
[[menu.main]]
name = "Contribute"
weight = 5
identifier = "contribute"
url = "/contribute"
[menu.main.params]
description = """
contribute to 4diac.
"""
[[menu.main]]
name = "Documentation"
weight = 6
identifier = "documentation"
[menu.main.params]
description = """
Documentation for Eclipse 4diac.
"""
[[menu.main]]
name = "Getting Started"
weight = 1
identifier = "doc-getting_started"
parent = "documentation"
[[menu.main]]
name = "Documentation Start"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/index.adoc"
weight = 1
parent = "doc-getting_started"
[[menu.main]]
name = "Learn about IEC 61499"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/intro/iec61499.adoc"
weight = 2
parent = "doc-getting_started"
[[menu.main]]
name = "Understand the Eclipse 4diac Framework"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/intro/4diacFramework.adoc"
weight = 3
parent = "doc-getting_started"
[[menu.main]]
name = "Using Eclipse 4diac"
weight = 2
identifier = "doc-using"
parent = "documentation"
[[menu.main]]
name = "Step by Step Tutorials"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/tutorials/index.adoc"
weight = 1
parent = "doc-using"
[[menu.main]]
name = "Install Eclipse 4diac"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/installation/index.adoc"
weight = 2
parent = "doc-using"
[[menu.main]]
name = "4diac IDE Examples"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/examples/index.adoc"
weight = 3
parent = "doc-using"
[[menu.main]]
name = "Frequently Asked Questions"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/faq.adoc"
weight = 4
parent = "doc-using"
[[menu.main]]
name = "Details"
weight = 3
identifier = "doc-details"
parent = "documentation"
[[menu.main]]
name = "IO Configuration for the Different Platforms"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/io_config/index.adoc"
weight = 1
parent = "doc-details"
[[menu.main]]
name = "Communication Protocols"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/communication/index.adoc"
weight = 2
parent = "doc-details"
[[menu.main]]
name = "Development of 4diac FORTE and 4diac IDE"
url = "https://github.com/eclipse-4diac/4diac-documentation/blob/main/src/development/index.adoc"
weight = 2
parent = "doc-details"
[[sidebar]]
name = "News"
url = "/news/"
weight = 2
pre = "<i class=\"sidebar-menu-icon\" data-feather=\"github\"></i>"
identifier = "news_sidebar"
[[sidebar]]
name = "2024"
url = "/news/2024/"
weight = 1
parent = "news_sidebar"
pre = "<i class=\"fa fa-chevron-right fa-fw\"></i>"
identifier = "2024"
[[sidebar]]
name = "2023"
url = "/news/2023/"
weight = 2
parent = "news_sidebar"
pre = "<i class=\"fa fa-chevron-right fa-fw\"></i>"
identifier = "2023"
[[sidebar]]
name = "News of 2024"
url = "/third-parent/test-children/test-children-children/"
weight = 1
parent = "news_sidebar-2024"
[[sidebar]]
name = "News of 2023"
url = "/third-parent/test-children/test-children-children/"
weight = 2
parent = "news_sidebar-2023"