Hi, I’m Steve!
Working closely with Valerie Sutton, we created the
Sutton SignWriting Standards of 2010, 2012, and 2017.
https://www.patreon.com/signwriting
sign language user
friend of the deaf
SignWriting Evangelist
SignPuddle 3 is a Two Part Application
Client Server
request
response
The Server
PHP
REST API{
Needs Apache
or PHP Builtin
Web Server.
Provides information resources.
https://SignPuddle.com/server
More than one server…
Main Public Server
Other Public & Private Servers
Plug & Play Server
Command Line Installation
# Install anywhere, even on a USB Drive
cd Desktop
# Either install in a new SignPuddle3 directory
git clone https://github.com/slevinski/apitxt SignPuddle3
# Or install in current directory
git clone https://github.com/slevinski/apitxt .
Use “cmd” on Windows or a “terminal” for Mac and Linux.
The best way to install SignPuddle 3 is
by using git from the command line.
cd SignPuddle3
git status
Get the latest software updates
with a single command.
Command Line Updates and Status
Check the filesystem for
changes you’ve made.
cd SignPuddle3
git pull
SignPuddle 3
Download static snapshot:
https://github.com/Slevinski/apitxt/archive/master.zip
Project File System
client HTML, CSS, and JavaScript
server RESTful API written in PHP
source ApiTxt Format documents
tools Python scripts and shell scripts
system Web server for Windows, Linux, and Mac