aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Resource.hs
Commit message (Collapse)AuthorAge
* compiler: fix build for ghc 9.2pacien2022-12-01
|
* compiler,viewer: register EPUB item typepacien2022-11-19
|
* compiler: register distinct markdown item typepacien2022-04-12
|
* compiler: allow setting thumbnails for all itemspacien2020-06-16
| | | | | | Not only for directories. GitHub: closes #224
* compiler: reuse derived item properties from last compilationpacien2020-06-16
| | | | | | | | | | | | | | | | A benchmark on an already bulit gallery with ~600 pictures shows a ~90% speedup: Before: Time (mean ± σ): 2.879 s ± 0.125 s [User: 14.686 s, System: 5.511 s] Range (min … max): 2.774 s … 3.203 s 10 runs After: Time (mean ± σ): 289.5 ms ± 15.1 ms [User: 596.1 ms, System: 359.3 ms] Range (min … max): 272.8 ms … 323.0 ms 10 runs GitHub: closes #97
* compiler: make GalleryIndex loadable from JSONpacien2020-06-16
|
* compiler: trivial code simplificationspacien2020-06-13
| | | | Following HLint's advice.
* compiler: add audio and video extensionspacien2020-05-22
|
* compiler: add pdf resource typepacien2020-05-22
|
* compiler: add plain text file format support through simple copypacien2020-05-22
|
* compiler: add picture size to indexpacien2020-04-28
| | | | This is needed for the picture viewer fancy loading phase.
* compiler: add a prefix setting for tags generated from parent dirspacien2020-02-23
| | | | GitHub: closes #59
* compiler: metadata sidecar for whole directoriespacien2020-02-17
| | | | GitHub: closes #3
* Merge branch 'develop' into feature-thumbnail-resolution-indexOzoneGrif2020-02-02
|\
| * compiler: optimise dir diff for output cleanuppacien2020-02-01
| | | | | | | | | | | | n log n by sorting instead of silly n^2 GitHub: closes #70
* | compiler: add thumbnail size to indexpacien2020-01-31
|/
* compiler: add resource timestamp in generated indexpacien2020-01-26
| | | | | | | | | Add a timestamp to resource paths in the gallery index to invalidate elements in the browser's cache when necessary. Timestamps are added to resource URLs as a dummy numeric parameter. GitHub: closes #40
* compiler: exclude gallery name from implicit directory tagspacien2020-01-08
|
* compiler: canonicalise item/dir pathspacien2020-01-08
|
* compiler: change item path semanticpacien2020-01-07
|
* compiler: fix file mod time reading from other directorypacien2020-01-06
|
* compiler: rename date field to more explicit datetimepacien2020-01-06
|
* compiler: properly reject invalid dates in sidecar filespacien2020-01-06
| | | | GitHub: closes #31
* compiler: default item date to filesystem last mod datepacien2020-01-06
| | | | GitHub: closes #14
* compiler: add option to add tags from n parent directoriespacien2020-01-05
| | | | GitHub: closes #15
* compiler: distinguish item and resource pathspacien2020-01-05
| | | | GitHub: closes #13
* compiler: enable language extensions on whole projectpacien2020-01-05
|
* compiler: enable warnings and fix thempacien2020-01-05
| | | | GitHub: fixes #9
* compiler: make absent file names more explicitpacien2020-01-05
|
* compiler: add option to add implicit directory tagspacien2019-12-31
| | | | GitHub: closes #7
* compiler: populate the properties field in the indexpacien2019-12-31
| | | | GitHub: closes #8
* compiler: refactor resource transformation pipelinepacien2019-12-30
|
* compiler: refactor path handlingpacien2019-12-30
|
* compiler: remove obsolete TODOpacien2019-12-27
|
* compiler: enable parallelisationpacien2019-12-27
|
* compiler: extracting funcspacien2019-12-27
|
* compiler: fix old resources cleanuppacien2019-12-27
|
* compiler: implement resource processingpacien2019-12-27
| | | | but break directory cleanup
* compiler: implement output dir cleanuppacien2019-12-26
|
* compiler: refactor transform stagespacien2019-12-25