Mercurial > projects > xwrited
comparison README @ 4:f219f96f07c2
Add README file
author | Guido Berhoerster <guido+xwrited@berhoerster.name> |
---|---|
date | Sun, 27 Apr 2014 23:12:06 +0200 |
parents | |
children | 1ec432967d62 |
comparison
equal
deleted
inserted
replaced
3:6e2d746b06ae | 4:f219f96f07c2 |
---|---|
1 xwrited | |
2 ======= | |
3 | |
4 The xwrited utility displays write(1) and wall(1) messages as desktop | |
5 notifications. A notification daemon compliant to the freedesktop.org Desktop | |
6 Notification Specification draft needs to be running in order to display the | |
7 notifications. | |
8 | |
9 Build Instructions | |
10 ------------------ | |
11 | |
12 xwrited requires GNU make, GNU gettext, intltool, GNU or BSD install, the | |
13 xsltproc tool from libxml2 and the following shared libraries to be installed: | |
14 | |
15 - GLib version 2.26 or later | |
16 - the D-Bus GLib bindings for GLib < 2.25.5 | |
17 - libutempter on Linux and FreeBSD < 9.0 | |
18 | |
19 It has been tested on Linux distributions, FreeBSD, NetBSD, and Solaris 11. | |
20 | |
21 License | |
22 ------- | |
23 | |
24 Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and | |
25 distributed under the following license terms: | |
26 | |
27 Copyright (C) 2014 Guido Berhoerster <guido+xwrited@berhoerster.name> | |
28 | |
29 Permission is hereby granted, free of charge, to any person obtaining | |
30 a copy of this software and associated documentation files (the | |
31 "Software"), to deal in the Software without restriction, including | |
32 without limitation the rights to use, copy, modify, merge, publish, | |
33 distribute, sublicense, and/or sell copies of the Software, and to | |
34 permit persons to whom the Software is furnished to do so, subject to | |
35 the following conditions: | |
36 | |
37 The above copyright notice and this permission notice shall be included | |
38 in all copies or substantial portions of the Software. | |
39 | |
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
41 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
42 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | |
43 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | |
44 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
45 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
46 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |