diff options
Diffstat (limited to 'libraries/notify-sharp/slack-desc')
-rw-r--r-- | libraries/notify-sharp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/notify-sharp/slack-desc b/libraries/notify-sharp/slack-desc new file mode 100644 index 0000000000000..2b2e72e46094c --- /dev/null +++ b/libraries/notify-sharp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +notify-sharp: notify-sharp (a notification daemon in C#) +notify-sharp: +notify-sharp: notify-sharp is a C# client implementation for Desktop +notify-sharp: Notifications, i.e. notification-daemon. It is inspired by the +notify-sharp: libnotify API. +notify-sharp: +notify-sharp: Desktop Notifications provide a standard way of doing passive +notify-sharp: pop-up notifications on the Linux desktop. These are designed +notify-sharp: to notify the user of something without interrupting their +notify-sharp: work with a dialog box that they must close. Passive popups +notify-sharp: can automatically disappear after a short period of time. |