simple_gallery

Generate simple, static HTML/CSS gallery
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-10-30 15:25Explanation of the scriptssej1+3-0
2024-10-30 14:28Streamlined paths. Paths in generated HTML are now relative by default, can be easily changed to absolute.sej5+49-24
2024-10-30 13:23Removed unused template codesej1+0-11
2024-10-16 12:11Improved prev/next text and non breaking spacessej2+7-7
2024-10-16 12:02Improved READMEsej1+30-6
2024-10-16 11:48CSS path actually has to be absolutesej1+1-1
2024-10-16 11:38Relative CSS pathsej1+1-1
2024-09-30 18:02Added support for byline in the templates to include information on author and license information.sej1+2-3
2024-09-30 18:01Changed order or navbar items + typo.sej1+5-5
2024-09-30 17:59Streamlined rendering of exif strings.sej1+5-4
2024-09-30 17:58Fix styling issues.sej1+7-12
2024-09-30 16:58Removed unused class.sej1+0-13
2024-09-30 16:39Added readme with short description of requirements and how it works.sej1+27-0
2024-09-30 16:38CSS styles for the rendered outputsej1+141-0
2024-09-30 16:37Adds css to generated htmlsej1+3-2
2024-09-30 15:38Template cleanup + next/prev image fix.sej1+7-7
2024-09-29 21:12Cleanup of unneeded templates + fix wrong thumb path in index.html.sej13+90-300
2024-09-29 20:46Added script that builds the gallery.sej1+5-0
2024-09-29 20:45Added argparser and changed to format strings instead of concatenations.sej1+29-32
2024-09-29 20:43Fixes error no such file or directory for img/thumb and img/preview. Now these directories are created in gen_thumbs.sh.sej1+5-2
2024-09-29 20:40extract_metadata.sh now works. Using -tagsfromfile as suggested here https://exiftool.org/forum/index.php?topic=14395.0 for a similar problem.sej1+3-1
2024-09-26 11:19Initial commitsej18+466-0