You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/Metadata_Formats_de_AT.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ Die Indexmap-Datei muss im Konfigurationsordner unter `[RODA_HOME]/config/crossw
102
102
103
103
Das folgende Beispiel zeigt ein Index-Mapping für das einfache Dublin Core-Beispiel.
104
104
105
+
{% raw %}
105
106
```
106
107
<?xml version="1.0" encoding="UTF-8"?>
107
108
<xsl:stylesheet version="2.0"
@@ -301,6 +302,7 @@ Die von diesem Stylesheet erzeugte Ausgabe ist ein [Solr-Dokument](https://wiki.
301
302
<field name="creator_txt">{{creator}}</field>
302
303
</doc>
303
304
```
305
+
{% endraw %}
304
306
305
307
### Visualisierung
306
308
@@ -559,6 +561,7 @@ Die Aktivität _Bearbeitung_ wird durch eine Konfigurationsdatei unterstützt, d
559
561
560
562
Formulartemplates muss im Konfigurationsordner unter `[RODA_HOME]/config/templates/` hinzugefügt werden. Das folgende Beispiel zeigt, wie eine Vorlagendatei mit Anmerkungen kombiniert werden kann, die zur Darstellung des Metadaten-Editors verwendet werden.
@@ -586,6 +589,7 @@ Formulartemplates muss im Konfigurationsordner unter `[RODA_HOME]/config/templat
586
589
```
587
590
588
591
Die Formularvorlagendateien basieren auf der leistungsfähigen [Handlebars-Engine] (http://handlebarsjs.com). Jedes Feld, das im Metadaten-Editor angezeigt werden soll, sollte am Anfang der Datei durch ein _field_-Handle identifiziert werden (z.B. `{{~field name="title"~}}`). Es gibt mehrere Optionen, mit denen die Art und Weise, wie die einzelnen Felder angezeigt werden, geändert werden kann. Diese Optionen sind Schlüssel-Wert-Paare, z. B. `label="Titel der Arbeit"`, wobei der Schlüssel der Name der Option und der Wert der Wert ist, der dieser Option gegeben wird.
592
+
{% endraw %}
589
593
590
594
Die verfügbaren Optionen, die das Verhalten der Felder ändern, sind:
@@ -560,6 +568,7 @@ Die Aktivität _Bearbeitung_ wird durch eine Konfigurationsdatei unterstützt, d
560
568
Formulartemplates muss im Konfigurationsordner unter `[RODA_HOME]/config/templates/` hinzugefügt werden. Das folgende Beispiel zeigt, wie eine Vorlagendatei mit Anmerkungen kombiniert werden kann, die zur Darstellung des Metadaten-Editors verwendet werden.
@@ -586,6 +595,7 @@ Formulartemplates muss im Konfigurationsordner unter `[RODA_HOME]/config/templat
586
595
```
587
596
588
597
Die Formularvorlagendateien basieren auf der leistungsfähigen [Handlebars-Engine] (http://handlebarsjs.com). Jedes Feld, das im Metadaten-Editor angezeigt werden soll, sollte am Anfang der Datei durch ein _field_-Handle identifiziert werden (z.B. `{{~field name="title"~}}`). Es gibt mehrere Optionen, mit denen die Art und Weise, wie die einzelnen Felder angezeigt werden, geändert werden kann. Diese Optionen sind Schlüssel-Wert-Paare, z. B. `label="Titel der Arbeit"`, wobei der Schlüssel der Name der Option und der Wert der Wert ist, der dieser Option gegeben wird.
598
+
{% endraw %}
589
599
590
600
Die verfügbaren Optionen, die das Verhalten der Felder ändern, sind:
@@ -560,6 +568,7 @@ The _Editing_ activity is supported by a configuration file that will instruct t
560
568
Form templates should be added to the configuration under the folder `[RODA_HOME]/config/templates/`. The following example shows how a template file can be combined with annotations that will be used to render the metadata editor.
@@ -586,6 +595,7 @@ Form templates should be added to the configuration under the folder `[RODA_HOME
586
595
```
587
596
588
597
The Form template files are based on the the powerful [Handlebars engine](http://handlebarsjs.com). Each field that is expected to be shown in the metadata editor should be identified in the beginning of the file by a _field_ handle (e.g. `{{~field name="title"~}}`). There are several options that can be used to modify the way each field is displayed. These options are a key-value pairs, e.g. `label="Title of work"`, where the key is the name of the option and the value is the value that will be given to that option.
598
+
{% endraw %}
589
599
590
600
The available options that alter the fields' behavior are:
591
601
@@ -644,7 +654,9 @@ The available options that alter the fields' behavior are:
644
654
645
655
#### Full example of a "list" field
646
656
657
+
{% raw %}
647
658
{{~field
659
+
{% endraw %}
648
660
name="statusDescription"
649
661
order="470"
650
662
type="list"
@@ -658,7 +670,9 @@ The available options that alter the fields' behavior are:
658
670
659
671
The following is an example of how the tags can be used:
@@ -588,7 +596,9 @@ O modelo de formulário deverá ser adicionado à pasta de configuração `[RODA
588
596
```
589
597
<!--- {% endraw %} --->
590
598
599
+
{% raw %}
591
600
O modelo de formulário é baseado no [Handlebars](http://handlebarsjs.com). Cada campo que é esperado ser mostrado no editor de metainformação deve ser identificado no início do ficheiro por _campo_ (p.e. `{{~field name="title"~}}`). Existem diferentes opções que podem ser usadas para modificar a forma como cada campo é mostrado. Estas opções são pares de chave-valor, p.e. `label="Title of work"`, onde a chave é o nome da opção e o valor é o valor para aquela opção.
601
+
{% endraw %}
592
602
593
603
As opções disponíveis que alteram o comportamento dos campos são:
0 commit comments