Added source code link and readme

This commit is contained in:
Jeremy Karst 2025-01-14 16:03:45 -05:00
parent ddb6679b63
commit fcbc99d537
3 changed files with 32 additions and 1 deletions

30
README.MD Normal file
View file

@ -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.

View file

@ -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"

View file

@ -49,6 +49,7 @@
<div class="button-container">
<a href="/howto" class="button">How To Use OSG</a>
<a href="/privacy" class="button">Privacy Policy</a>
<a href="https://code.karsttech.com/jeremy/open-signature-generator" class="button">Source Code</a>
</div>
<div id="animated-background">