diff options
author | pacien | 2020-02-27 21:05:51 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 21:36:39 +0100 |
commit | c7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25 (patch) | |
tree | 6c524899070301a13c7ce03bc6640d9c266bed71 /example/src/Ormont-Dessus | |
parent | 8f041b9f13b4c043acc7720aa4c082583b52ffe1 (diff) | |
download | ldgallery-c7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25.tar.gz |
viewer: use colon as tag separator instead of dot
For consistency with the query language
and allowing the use of the very common dot in tags.
This also introduces a migration script.
GitHub: closes #164
Diffstat (limited to 'example/src/Ormont-Dessus')
-rw-r--r-- | example/src/Ormont-Dessus/DSC0002.jpg.yaml | 6 | ||||
-rw-r--r-- | example/src/Ormont-Dessus/DSC0003.jpg.yaml | 6 | ||||
-rw-r--r-- | example/src/Ormont-Dessus/_directory.yaml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/example/src/Ormont-Dessus/DSC0002.jpg.yaml b/example/src/Ormont-Dessus/DSC0002.jpg.yaml index 5b845b6..a69deb9 100644 --- a/example/src/Ormont-Dessus/DSC0002.jpg.yaml +++ b/example/src/Ormont-Dessus/DSC0002.jpg.yaml | |||
@@ -6,8 +6,8 @@ description: > | |||
6 | © Philippe NGUYEN | 6 | © Philippe NGUYEN |
7 | 7 | ||
8 | tags: | 8 | tags: |
9 | - photographer.nphilou | 9 | - photographer:nphilou |
10 | - time.day | 10 | - time:day |
11 | - weather.foggy | 11 | - weather:foggy |
12 | - catwalk | 12 | - catwalk |
13 | - mountain | 13 | - mountain |
diff --git a/example/src/Ormont-Dessus/DSC0003.jpg.yaml b/example/src/Ormont-Dessus/DSC0003.jpg.yaml index 85a88ec..558f921 100644 --- a/example/src/Ormont-Dessus/DSC0003.jpg.yaml +++ b/example/src/Ormont-Dessus/DSC0003.jpg.yaml | |||
@@ -6,8 +6,8 @@ description: > | |||
6 | © Philippe NGUYEN | 6 | © Philippe NGUYEN |
7 | 7 | ||
8 | tags: | 8 | tags: |
9 | - photographer.nphilou | 9 | - photographer:nphilou |
10 | - time.day | 10 | - time:day |
11 | - weather.foggy | 11 | - weather:foggy |
12 | - forest | 12 | - forest |
13 | - trees | 13 | - trees |
diff --git a/example/src/Ormont-Dessus/_directory.yaml b/example/src/Ormont-Dessus/_directory.yaml index 75ad01b..5b3e0c7 100644 --- a/example/src/Ormont-Dessus/_directory.yaml +++ b/example/src/Ormont-Dessus/_directory.yaml | |||
@@ -1,3 +1,3 @@ | |||
1 | # The following tags are applied to all items in the directory | 1 | # The following tags are applied to all items in the directory |
2 | tags: | 2 | tags: |
3 | - location.switzerland.ormont-dessus | 3 | - location:switzerland:ormont-dessus |