From e3a41da5a0a3d70ac53591f2b66144f2be2b3871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 7 Nov 2021 02:02:45 +0300 Subject: Initial commit. Almost functional but still missing features and lacking testing. --- tests/album.ini | 2 ++ tests/empty | 0 tests/site.ini | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 tests/album.ini create mode 100644 tests/empty create mode 100644 tests/site.ini (limited to 'tests') diff --git a/tests/album.ini b/tests/album.ini new file mode 100644 index 0000000..15137e6 --- /dev/null +++ b/tests/album.ini @@ -0,0 +1,2 @@ +title = "An example album" +desc = "Example description" diff --git a/tests/empty b/tests/empty new file mode 100644 index 0000000..e69de29 diff --git a/tests/site.ini b/tests/site.ini new file mode 100644 index 0000000..eca9e59 --- /dev/null +++ b/tests/site.ini @@ -0,0 +1,17 @@ +title = "An example gallery" +base_url = "http://www.example.com/photos" +max_previews = 20 + +[images] +strip = no +quality = 80 +max_width = 3000 +max_height = 2000 +smart_resize = yes + +[thumbnails] +strip = yes +quality = 75 +max_width = 400 +max_height = 270 +smart_resize = yes -- cgit v1.2.3