Changeset 2769200
- Timestamp:
- 08/11/2022 07:13:34 AM (4 years ago)
- Location:
- unfluff-io-content-optimization
- Files:
-
- 4 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
tags/1.0.0/unfluff.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/unfluff.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
unfluff-io-content-optimization/tags/1.0.0/readme.txt
r2768997 r2769200 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Unfluff helps keep your content on-point and easily readable, can detect AI-written content, and keeps your content team accountable.11 Unfluff helps keep your content on-point and easily readable, can detect fluff/filler and AI-written content, and keeps your content team accountable. 12 12 13 13 == Description == -
unfluff-io-content-optimization/tags/1.0.0/unfluff.php
r2768993 r2769200 141 141 //console.log(email + ' and ' + license); 142 142 var settings = { 143 "url": "https:// unfluff.kwhero.com/check",143 "url": "https://backend.unfluff.io/check", 144 144 "method": "POST", 145 145 "timeout": 0, -
unfluff-io-content-optimization/trunk/readme.txt
r2768997 r2769200 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Unfluff helps keep your content on-point and easily readable, can detect AI-written content, and keeps your content team accountable.11 Unfluff helps keep your content on-point and easily readable, can detect fluff/filler and AI-written content, and keeps your content team accountable. 12 12 13 13 == Description == -
unfluff-io-content-optimization/trunk/unfluff.php
r2768993 r2769200 141 141 //console.log(email + ' and ' + license); 142 142 var settings = { 143 "url": "https:// unfluff.kwhero.com/check",143 "url": "https://backend.unfluff.io/check", 144 144 "method": "POST", 145 145 "timeout": 0,
Note: See TracChangeset
for help on using the changeset viewer.