Mercurial > addons > slrn-macros > slrn-unread-threads-macro
comparison README @ 0:4ec1eb102837
Initial revision
author | Guido Berhoerster <guido+slrn@berhoerster.name> |
---|---|
date | Sat, 14 Mar 2015 11:46:41 +0100 |
parents | |
children | e50b2ba42af7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4ec1eb102837 |
---|---|
1 slrn Unread Threads Macro | |
2 ========================= | |
3 | |
4 The slrn unread threads macro displays complete threads if they contain at | |
5 least one unread article. | |
6 | |
7 Usage | |
8 ----- | |
9 | |
10 The slrn unread threads macro can be used by including it in the .slrnrc user | |
11 initialization file via the `interpret` command, e.g. provided that the file | |
12 unread-threads.sl is located in one of the directories specified by the | |
13 macro_directory configuration variable: | |
14 | |
15 interpret "unread-threads.sl" | |
16 | |
17 | |
18 Contact | |
19 ------- | |
20 | |
21 Please send any feedback, translations or bug reports via email to | |
22 <guido+weechat@berhoerster.name>. | |
23 | |
24 Bug Reports | |
25 ----------- | |
26 | |
27 When sending bug reports, please always mention the exact version of the | |
28 macro with which the issue occurs as well as the version of slrn, slang and | |
29 the operating system you are using and make sure that you provide sufficient | |
30 information to reproduce the issue and include any input, output, any error | |
31 messages and slang stack traces. | |
32 | |
33 License | |
34 ------- | |
35 | |
36 Except otherwise noted, all files are Copyright (C) 2009 Guido Berhoerster and | |
37 distributed under the following license terms: | |
38 | |
39 Copyright (C) 2009 Guido Berhoerster <guido+slrn@berhoerster.name> | |
40 | |
41 Permission is hereby granted, free of charge, to any person obtaining | |
42 a copy of this software and associated documentation files (the | |
43 "Software"), to deal in the Software without restriction, including | |
44 without limitation the rights to use, copy, modify, merge, publish, | |
45 distribute, sublicense, and/or sell copies of the Software, and to | |
46 permit persons to whom the Software is furnished to do so, subject to | |
47 the following conditions: | |
48 | |
49 The above copyright notice and this permission notice shall be included | |
50 in all copies or substantial portions of the Software. | |
51 | |
52 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
53 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
54 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | |
55 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | |
56 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
57 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
58 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |