diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..5b49ec2 --- /dev/null +++ b/README.MD @@ -0,0 +1,30 @@ +# Open Signature Generator + +Open Signature Generator is a web based tool for generating and verifying handwritten-style signatures for documents. Signatures are saved as images with transparency and can be easily inserted into documents which need to be signed using LibreOffice, or any other document editing software. + +![Example Signature Image](https://osg.jkdev.org/example-signature.png) + +## Features + +- Create handwritten-style signatures using a variety of fonts. +- Download signatures as transparent PNG files +- Fast, easy, and privacy-respecting +- Works on desktop and mobile devices + +## Getting Started + +Visit osg.jkdev.org to use Open Signature Generator directly in your browser. + +### How To Use + +Visit osg.jkdev.org/howto to learn how to use Open Signature Generator. + +### Installation + +This project is designed to be run in a docker container. +Refer to the compose.yaml file, and the Docker documentation for more information. + +### License + +This software is licensed under the MIT License with Additional Terms. +See LICENSE.md for more information. diff --git a/compose.yaml b/compose.yaml index 8a17f96..defd728 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: context: . dockerfile: osg.dockerfile - image: osg:21 # <--automate this number change to trigger stack redeploy. + image: osg:22 # <--automate this number change to trigger stack redeploy. environment: DOCKER: "true" diff --git a/web_content/index.html b/web_content/index.html index 69318da..440d139 100644 --- a/web_content/index.html +++ b/web_content/index.html @@ -49,6 +49,7 @@
How To Use OSG Privacy Policy + Source Code