From 3fe8cb5545ebfe9098279bacd05b891c8037ee6e Mon Sep 17 00:00:00 2001 From: John P Considine Date: Thu, 30 Apr 2020 11:30:50 -0400 Subject: [PATCH 1/3] Add free eSignature provider --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d132f08..33668801 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Table of Contents * [DNS](#dns) * [Docker Related](#docker-related) * [Email](#email) + * [Esignature](#esignature) * [Font](#font) * [Forms](#forms) * [IaaS](#iaas) @@ -975,3 +976,6 @@ Table of Contents * [Framacloud](https://degooglisons-internet.org/en/list/) — A list of Free/Libre Open Source Software and SaaS by the French non-profit [Framasoft](https://framasoft.org/en/). * [getawesomeness](https://getawesomeness.herokuapp.com) — Retrieve all amazing awesomeness from GitHub... a must see * [github.com — FOSS for Dev](https://github.com/tvvocold/FOSS-for-Dev) — A hub of free and Open Source software for developers + +## eSignature + * [WaiverStevie.com](https://waiverstevie.com) - Request electronic signatures via REST API. Receive notifications with webhooks. Free plan watermarks signed documents. \ No newline at end of file From a435d209527538542af4f56f58367bafe11cf66b Mon Sep 17 00:00:00 2001 From: John P Considine Date: Thu, 30 Apr 2020 14:44:18 -0400 Subject: [PATCH 2/3] fix: move esignature to existing for mcategory --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33668801..c7308da0 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,7 @@ Table of Contents * [smartforms.dev](https://smartforms.dev/) - Powerful and easy form backend for your website, forever free plan allows 50 submissions per month, 100MB file storage, Zapier integration, CSV/JSON export, custom redirect, custom response page, Telegram & Slack bot, single email notifications. * [staticforms.xyz](https://www.staticforms.xyz/) - Integrate HTML forms easily without any server side code for free. After user submits the form an email will be sent to your registered address with form content. * [Typeform.com](https://www.typeform.com/) — Include beautifully designed forms on websites. Free plan allows only 10 fields per form and 100 responses per month. + * [WaiverStevie.com](https://waiverstevie.com) - Electronic Signature platform with a REST API. Receive notifications with webhooks. Free plan watermarks signed documents, but allows unlimited envelopes + signatures. ## CDN and Protection @@ -975,7 +976,4 @@ Table of Contents * [education.github.com](https://education.github.com/pack) — Collection of free services for students. Registration required * [Framacloud](https://degooglisons-internet.org/en/list/) — A list of Free/Libre Open Source Software and SaaS by the French non-profit [Framasoft](https://framasoft.org/en/). * [getawesomeness](https://getawesomeness.herokuapp.com) — Retrieve all amazing awesomeness from GitHub... a must see - * [github.com — FOSS for Dev](https://github.com/tvvocold/FOSS-for-Dev) — A hub of free and Open Source software for developers - -## eSignature - * [WaiverStevie.com](https://waiverstevie.com) - Request electronic signatures via REST API. Receive notifications with webhooks. Free plan watermarks signed documents. \ No newline at end of file + * [github.com — FOSS for Dev](https://github.com/tvvocold/FOSS-for-Dev) — A hub of free and Open Source software for developers \ No newline at end of file From 7fd3e8e1fbdb8c6fe97e51b0c24e8f47ff050e0c Mon Sep 17 00:00:00 2001 From: John P Considine Date: Thu, 30 Apr 2020 16:47:56 -0400 Subject: [PATCH 3/3] fix: remove orphan line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c7308da0..a68853df 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Table of Contents * [DNS](#dns) * [Docker Related](#docker-related) * [Email](#email) - * [Esignature](#esignature) * [Font](#font) * [Forms](#forms) * [IaaS](#iaas)