Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Fix typos in the new README section, thanks to @frgm
Browse files Browse the repository at this point in the history
  • Loading branch information
faelys committed Jun 4, 2016
1 parent 23e641c commit 5e41941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with the smallest battery.

To use this watchapp, you need a webserver to receive the POST request
sent the watchapp. The append server in my
[Simple Web Applicaitons (in Ada)][webapps] was the reference used when
[Simple Web Applications (in Ada)][webapps] was the reference used when
developing this watchapp, but any webapp that can work with a POSTed HTML
form should work, and the actual HTML from doesn't even need to exist.

Expand All @@ -45,7 +45,7 @@ format,
minute (9915 here is a lot, my desk activity is a few thousands,
light sleep or watching TV is a few hundreds, and it goes down to
zero during deep sleep)
- **ambieent light level**, from 1 (darkest) to 4 (brightest) with 0
- **ambient light level**, from 1 (darkest) to 4 (brightest) with 0
meaning unknown
- **activity mask**, currently 3 for deep sleep, 1 for non-deep sleep or 0
for not sleeping.
Expand Down Expand Up @@ -76,7 +76,7 @@ itself, so it can improve throughput to bundle several line in a single
POST request.

If your receiving webapp supports this, you can configure bundling lines,
with a percent-encoded separator of your choice. For example, %0d%0a might
with a percent-encoded separator of your choice. For example, `%0d%0a` might
be good for a webapp like my Append Server that appends the POSTed field
directly to a text file.

Expand All @@ -96,7 +96,7 @@ and the watchapp javascript engine doesn't do well with cookies. In order
to strengthen the authentication, my Append Server uses HMAC authentication
of data lines.

The watchapps can be configured to provide a signature on a the given form
The watchapps can be configured to provide a signature on the given form
field, with the usual HMAC-SHA\* algorthm, and can encode the signature in
hexadecimal or base-64 or send it unencoded.

Expand Down

0 comments on commit 5e41941

Please sign in to comment.