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