commit c883e4d9e97c42b2507a6b5ce5e27abc75ef86c0 parent ed2ebc91b859cf7fdaa58720b3cbd09d07b00f02 Author: James Eversole <james@eversole.co> Date: Fri, 16 Jun 2023 16:32:26 -0500 Moving on from Purr Diffstat:
| M | README | | | 17 | +++-------------- |
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/README b/README @@ -10,18 +10,6 @@ TECH STACK - HTMX frontend - SQLite database -GOALS - -- Generate sufficiently memorable but secure passwords for use with accounts that don't offer better authentication methods. -- Share text secrets with others without disclosing the secret in the message itself. -- Be really cute compared to the competition. -- Provide a minimal and clean interface for generating and sharing passwords. -- Maintain a clean and organized codebase that can be extended to include more utilities than originally anticipated. - -WHY TRUST YOU? - -You shouldn't. This is free and open-source software which you can run on your own hardware. - DEPLOYMENT purr is intended to run in a docker container. @@ -42,6 +30,7 @@ Assuming your working directory is inside of this repository: DEVELOPMENT & SUPPORT -Please send me an email for support or to provide patches. +Per the permissive ISC license, you are free to do what you wish with this software. I hold +no liability for any defects and no guarantees are made to its usability. -Copyright 2022 James Eversole (james@eversole.co) +Copyright James Eversole (james@eversole.co)