Table of Contents goerke.tech
Acknowledgements

Acknowledgements

While almost all specific application functionality in Olminator has been developed from scratch, Olminator makes use of several great open source 3rd party packages.

SwiftZip

SwiftZIP package has been developed by Victor Pavlychko and puts a very helpful convenience wrapper around libzip/libarchive functionality.

SwiftZip is a Swift wrapper for libzip (https://libzip.org/) providing an API to read, create and modify zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.

Visit SwiftZip project at GitHub: https://github.com/SwiftZip/SwiftZip.

SwiftZIP package related copyright notice:

turbob64

The turbob64 libary provides fast base64 encoding functionality.

turbob64 related copyright notice:

- homepage : https://sites.google.com/site/powturbo/
- github : https://github.com/powturbo
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com

timelib

The timelib libary provides proven, fast and reliable date/time conversion functionality based on the IANA/"OlsonDB" timezone database. timelib is used in php or MongoDB, for example. Olminator uses this library for any timezone-based date/time conversions as of V1.30 onwards.

Visit the "timelib" project on Github at https://github.com/derickr/timelib/.

Visit the IANA time zone site at https://www.iana.org/time-zones.

timelib related copyright notice:

vzic

The vzic converter takes IANA/"OlsonDB" database information and converts it into iCal/.ics-compliant (RFC5445) VTIMEZONE definitions. While vzic is not used/contained within Olminator, the tool is used to generate VTIMEZONE definitions out of the IANA/"OlsonDB" database. Those VTIMEZONE artifacts are then embedded and shipped with Olminator.

Visit the "vzic" project on Github at https://github.com/libical/vzic.

FreeImage

Olminator uses the FreeImage library under the FreeImage Public License (FIPL), version 1.0, for converting images from TIFF to JPEG format. See http://freeimage.sourceforge.net for details.

FreeImage related copyright notice:

Please refer to https://freeimage.sourceforge.io/freeimage-license.txt for the complete license agreement.

Previous page Back to top Next page