fgg/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2022-11-19 05:33:46 +01:00
# fgg - free gallery generator
2022-11-18 21:45:03 +01:00
2022-11-19 04:04:50 +01:00
fgg is a free gallery generator for static site generators like Hugo, Jekyll, Nikola etc. using Flickr as data source.
## Introduction
More to come...
## To do:
- Error handling. Not done in any way so far... :|
2022-11-20 09:15:09 +01:00
- Make use of some CLI parameters to make it more comfortable to use fgg.
- Configure the Python logging stuff and add logging for easy debugging... ;)
- ~~Save as most cached data as JSON files as possible. Object dumps are related to Ruby only at the moment.
So limit the use of Marshal to a minimum!~~ Nor marshal nor pickle is used anymore. All cache is JSON.
- ~~Rewrite fgg in Python. **Ruby is a weird language o_O!**~~ Python is the now the language of choice.
2022-11-19 04:04:50 +01:00
- Use a template engine for HTML output generation, but not before the rewrite in Python.
2022-11-19 05:33:46 +01:00
- Add more targets, not only Jekyll. Nikola preferred!
- Maybe add more photo sources, not only Flickr.
- ~~Define what is definitely needed in metadata to generate a gallery even when offline.~~ Should be done but maybe
needs more enhancements.
2022-11-19 05:33:46 +01:00
- Add API call to delete a photo in the source after downloading and creating metadata file.
- Tons of stuff... :)