1
0
Fork
You've already forked make-gallery
0
Generates a gallery of images with EXIF metadata from a description specified in a TOML file
  • Common Lisp 100%
Find a file
2024年08月03日 04:37:21 +01:00
.gitignore Initial commit 2024年08月03日 04:32:45 +01:00
build.lisp Initial commit 2024年08月03日 04:32:45 +01:00
COPYING Initial commit 2024年08月03日 04:32:45 +01:00
make-gallery.asd Initial commit 2024年08月03日 04:32:45 +01:00
make-gallery.lisp Include 1337box directly in HTML instead of as an external file 2024年08月03日 04:37:21 +01:00
packages.lisp Initial commit 2024年08月03日 04:32:45 +01:00
README.md Initial commit 2024年08月03日 04:32:45 +01:00
run.lisp Initial commit 2024年08月03日 04:32:45 +01:00

make-gallery

Generates a gallery of images with EXIF metadata from a description specified in a TOML file.

Dependencies

  • uiop
  • zpb-exif
  • spinneret
  • clop
  • access

Building

sbcl --script build.lisp

Usage

make-gallery directory gallery.toml > output.html

License

GNU GPLv3 or, at your option, any later version. See COPYING for the full text.