Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
Fix nits on wording/spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Oct 10, 2018
1 parent bba8f6c commit 9335325
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ uniqush-push NEWS

Forbid using the backtick in service and subscription names (this was accidentally permitted by the invalid regex).

Continue allowing a small number of other invalid characters for now,
those may be deprecated in future releases.
Continue allowing a few other invalid characters for now.
Those may be deprecated in future releases.

18 Jul 2018, uniqush-push 2.6.0
-------------------------------
Expand All @@ -29,7 +29,7 @@ uniqush-push NEWS
This may help with scaling if the redis master (or sharded redis masters) have high load,
by performing read operations against the redis slave instead.

Changes to APIs
Changes to APIs:

- New feature: Prevent creating two **different** push service providers of the same service name and push service type in /addpsp. (#197)
Updating mutable fields of existing PSP will continue to work.
Expand Down Expand Up @@ -58,7 +58,7 @@ Changes to APIs
delivery point ids to push to, e.g. `delivery_point_id="apns:abcdef0123456789"`
to push to the single subscription with that delivery point id.

Knowing the delivery point id allows clients to implement custom logic to invoke `uniqush-push`'s APIs
Knowing the delivery point id allows clients to implement custom logic to invoke `uniqush-push`'s APIs.

- For example, a client may wish to push different payloads (or not push at all)
to endpoints running `app_version` 1.2.3 of your app or older.
Expand All @@ -74,9 +74,9 @@ Changes to APIs
- Support larger APNS payloads.
Support 5120 byte payloads for APNS voip pushes
(Where the Cert is a VOIP cert and `uniqush.apns_voip=1` is part of
the query params in the call to /push
the query params in the call to `/push`)
- Support more granular loglevel levels in uniqush config files:
alert, error, warn/warning, standard/verbose/info, and debug
alert, error, warn/warning, standard/verbose/info, and debug.

07 Oct 2018, uniqush-push 2.4.0
-------------------------------
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ server side, you can send push notifications to any supported mobile platform.
However, [Uniqush](http://uniqush.org) is different from them.
[Uniqush](http://uniqush.org) is not a service. Instead,
**[Uniqush](http://uniqush.org) is a system, which runs on your own
server**. In fact, if you wish, you can use Uniqush to setup a service similar to [Urban Airship](http://urbanairship.com).
server**. In fact, if you wish, you can use Uniqush to set up a service similar to [Urban Airship](http://urbanairship.com).

- Q: OK. Then is it a library? Like
[java-apns](https://github.com/notnoop/java-apns)?
Expand All @@ -44,7 +44,7 @@ server**. In fact, if you wish, you can use Uniqush to setup a service similar t
- A: We are trying to make it easier. `uniqush-push` provides RESTful APIs. In
other words, you talk with `uniqush-push` through HTTP protocol. As long as
there's an HTTP client library for your language, you can use it and talk with
`uniqush-push`. For details about the our RESTful APIs, see [our API
`uniqush-push`. For details about our RESTful APIs, see [our API
documentation](http://uniqush.org/documentation/usage.html).

- Q: Then that's cool. But I noticed that you are using [Go](http://golang.org) programming language. Do I need to install [Go](http://golang.org) compiler and other stuff to run `uniqush-push`?
Expand All @@ -66,7 +66,7 @@ post](http://blog.uniqush.org/uniqush-after-go1.html). If you want to find out
about the latest progress with *Uniqush*, please check out [our
blog](http://blog.uniqush.org/). And, if you are really impatient, there's
always our [our GitHub account](http://github.com/uniqush) which could have
brand new stuff that hasn't been released yet.
brand-new stuff that hasn't been released yet.

## Setting Up Redis ##

Expand Down

0 comments on commit 9335325

Please sign in to comment.