From 446acb54ffbaf3b82465abf5380928261548a046 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 31 Jan 2019 21:28:18 -0500 Subject: [PATCH] grammer, wording, and formatting fixes --- README | 8 ++++---- README.md | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README b/README index cc1b5cb2..baf27c05 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Apprise allows you to send a notification to *almost* all of the most popular no * A common and intuitive notification syntax. * Supports the handling of images (to the notification services that will accept them). -System owners who wish to provide a notification service no longer need to research each and every new notification service as they come along. They just need to include this one library and then they can immediately gain access to a wide range of notifications services. +System owners who wish to provide a notification service no longer need to research each and every new one as they appear. They just need to include this one library and then they can immediately gain access to a wide range of _almost_ all of the notifications services available to us today. System Administrators who wish to send a notification from a scheduled task or from the command line also no longer need to find the right tool for the job. Everything is already wrapped and supported within the *apprise* script that ships with this product. @@ -170,14 +170,14 @@ Custom Notifications Installation ============ -The easiest way is to install from pypi: +The easiest way is to install this package is from pypi: pip install apprise Command Line ============ A small command line tool is also provided with this package called apprise. If you know the server url's you wish to notify, you can simply provide them all on the command line and send your notifications that way: -Send a notification to as many servers as you want to specify +Send a notification to as many servers as you want to specify as you can easily chain them together: apprise -t 'my title' -b 'my notification body' \ 'mailto://myemail:mypass@gmail.com' \ 'pbul://o.gn5kj6nfhv736I7jC3cj3QLRiyhgl98b' @@ -209,4 +209,4 @@ To send a notification from within your python application, just do the followin body='what a great notification service!', ) -If you're interesting in reading more about this and methods on how to customize your own notifications, please check out the wiki at https://github.com/caronc/apprise/wiki/Development_API +If you're interested in reading more about this and methods on how to customize your own notifications, please check out the wiki at https://github.com/caronc/apprise/wiki/Development_API diff --git a/README.md b/README.md index 9c2444ac..0a12fec0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To inform or tell (someone). To make one aware of something. * A common and intuitive notification syntax. * Supports the handling of images (to the notification services that will accept them). -System owners who wish to provide a notification service no longer need to research each and every new notification service as they come along. They just need to include this one library and then they can immediately gain access to a wide range of notifications services. +System owners who wish to provide a notification service no longer need to research each and every new one as they appear. They just need to include this one library and then they can immediately gain access to almost all of the notifications services available to us today. System Administrators who wish to send a notification from a scheduled task or from the command line also no longer need to find the right tool for the job. Everything is already wrapped and supported within the *apprise* script that ships with this product. @@ -69,7 +69,7 @@ Apprise have some email services built right into it (such as yahoo, fastmail, h | [XML](https://github.com/caronc/apprise/wiki/Notify_Custom_XML) | xml:// or xmls:// | (TCP) 80 or 443 | xml://hostname
xml://user@hostname
xml://user:password@hostname:port
xml://hostname/a/path/to/post/to ## Installation -The easiest way is to install from pypi: +The easiest way is to install this package is from pypi: ```bash pip install apprise ``` @@ -77,6 +77,7 @@ pip install apprise A small command line tool is also provided with this package called *apprise*. If you know the server url's you wish to notify, you can simply provide them all on the command line and send your notifications that way: ```bash # Send a notification to as many servers as you want to specify +# as you can easily chain them together: apprise -t 'my title' -b 'my notification body' \ 'mailto://myemail:mypass@gmail.com' \ 'pbul://o.gn5kj6nfhv736I7jC3cj3QLRiyhgl98b' @@ -110,4 +111,4 @@ apobj.notify( ) ``` -If you're interesting in reading more about this and methods on how to customize your own notifications, please check out the wiki at https://github.com/caronc/apprise/wiki/Development_API +If you're interested in reading more about this and methods on how to customize your own notifications, please check out the wiki at https://github.com/caronc/apprise/wiki/Development_API