diff options
author | Zero~Informatique | 2020-02-12 00:33:45 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-12 00:33:45 +0100 |
commit | ee9d82d0b307dee1c9138babf954a3864a0c2f83 (patch) | |
tree | a49a0bcf0b33f7f414acfcbe432d3865283978fb | |
parent | 19d40a5ee98fb1f244612155acc559ff2f21bf6b (diff) | |
download | ldgallery-ee9d82d0b307dee1c9138babf954a3864a0c2f83.tar.gz |
example: cleaner examples
-rw-r--r-- | compiler/win_compile_example.cmd | 2 | ||||
-rw-r--r-- | example/readme.md | 3 | ||||
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg (renamed from example/Glacier 3000/_DSC5475.jpg) | bin | 363216 -> 363216 bytes | |||
-rw-r--r-- | example/src/Glacier 3000/_DSC5475.jpg.yaml (renamed from example/Glacier 3000/_DSC5475.jpg.yaml) | 0 | ||||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg (renamed from example/Glacier 3000/_DSC5542.jpg) | bin | 457873 -> 457873 bytes | |||
-rw-r--r-- | example/src/Glacier 3000/_DSC5542.jpg.yaml (renamed from example/Glacier 3000/_DSC5542.jpg.yaml) | 0 | ||||
-rw-r--r-- | example/src/Glacier 3000/thumbnail.jpg (renamed from example/Glacier 3000/thumbnail.jpg) | bin | 457873 -> 457873 bytes | |||
-rw-r--r-- | example/src/_DSC8808-1.jpg (renamed from example/_DSC8808-1.jpg) | bin | 1010643 -> 1010643 bytes | |||
-rw-r--r-- | example/src/_DSC8808-1.jpg.yaml (renamed from example/_DSC8808-1.jpg.yaml) | 0 | ||||
-rw-r--r-- | example/src/gallery.yaml (renamed from example/gallery.yaml) | 0 | ||||
-rw-r--r-- | viewer/public/config.json.example (renamed from viewer/public/config.json) | 0 |
11 files changed, 2 insertions, 3 deletions
diff --git a/compiler/win_compile_example.cmd b/compiler/win_compile_example.cmd index 6e166f8..3a52f73 100644 --- a/compiler/win_compile_example.cmd +++ b/compiler/win_compile_example.cmd | |||
@@ -5,5 +5,5 @@ IF ERRORLEVEL 2 SET rebuild= | |||
5 | echo. | 5 | echo. |
6 | 6 | ||
7 | @echo on | 7 | @echo on |
8 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/ | 8 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ |
9 | @pause | 9 | @pause |
diff --git a/example/readme.md b/example/readme.md index d5a7563..087a8bc 100644 --- a/example/readme.md +++ b/example/readme.md | |||
@@ -8,7 +8,7 @@ Content | |||
8 | ------- | 8 | ------- |
9 | 9 | ||
10 | ``` | 10 | ``` |
11 | ./example | 11 | ./example/src |
12 | ├── _DSC8808-1.jpg -- a picture | 12 | ├── _DSC8808-1.jpg -- a picture |
13 | ├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file | 13 | ├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file |
14 | ├── Glacier 3000 -- a directory grouping gallery items | 14 | ├── Glacier 3000 -- a directory grouping gallery items |
@@ -18,5 +18,4 @@ Content | |||
18 | │ ├── _DSC5542.jpg | 18 | │ ├── _DSC5542.jpg |
19 | │ └── _DSC5542.jpg.yaml | 19 | │ └── _DSC5542.jpg.yaml |
20 | ├── gallery.yaml -- gallery settings file | 20 | ├── gallery.yaml -- gallery settings file |
21 | └── readme.md -- this README | ||
22 | ``` | 21 | ``` |
diff --git a/example/Glacier 3000/_DSC5475.jpg b/example/src/Glacier 3000/_DSC5475.jpg index 9835447..9835447 100644 --- a/example/Glacier 3000/_DSC5475.jpg +++ b/example/src/Glacier 3000/_DSC5475.jpg | |||
Binary files differ | |||
diff --git a/example/Glacier 3000/_DSC5475.jpg.yaml b/example/src/Glacier 3000/_DSC5475.jpg.yaml index 3454a68..3454a68 100644 --- a/example/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5475.jpg.yaml | |||
diff --git a/example/Glacier 3000/_DSC5542.jpg b/example/src/Glacier 3000/_DSC5542.jpg index 19a716e..19a716e 100644 --- a/example/Glacier 3000/_DSC5542.jpg +++ b/example/src/Glacier 3000/_DSC5542.jpg | |||
Binary files differ | |||
diff --git a/example/Glacier 3000/_DSC5542.jpg.yaml b/example/src/Glacier 3000/_DSC5542.jpg.yaml index d174911..d174911 100644 --- a/example/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5542.jpg.yaml | |||
diff --git a/example/Glacier 3000/thumbnail.jpg b/example/src/Glacier 3000/thumbnail.jpg index 19a716e..19a716e 100644 --- a/example/Glacier 3000/thumbnail.jpg +++ b/example/src/Glacier 3000/thumbnail.jpg | |||
Binary files differ | |||
diff --git a/example/_DSC8808-1.jpg b/example/src/_DSC8808-1.jpg index 51b43b0..51b43b0 100644 --- a/example/_DSC8808-1.jpg +++ b/example/src/_DSC8808-1.jpg | |||
Binary files differ | |||
diff --git a/example/_DSC8808-1.jpg.yaml b/example/src/_DSC8808-1.jpg.yaml index b946ff7..b946ff7 100644 --- a/example/_DSC8808-1.jpg.yaml +++ b/example/src/_DSC8808-1.jpg.yaml | |||
diff --git a/example/gallery.yaml b/example/src/gallery.yaml index ea23d8a..ea23d8a 100644 --- a/example/gallery.yaml +++ b/example/src/gallery.yaml | |||
diff --git a/viewer/public/config.json b/viewer/public/config.json.example index 7023edb..7023edb 100644 --- a/viewer/public/config.json +++ b/viewer/public/config.json.example | |||