view README @ 1:49f639bc9bd9 default tip

Change license to GPL-2.0+
author Guido Berhoerster <guido+slrn@berhoerster.name>
date Sat, 25 Jul 2015 17:12:29 +0200
parents 8eeb70d3d1ce
children
line wrap: on
line source

slrn Persistent Tags Macro
==========================

The slrn persistent tags macro keeps tags persitent across sessions.

Usage
-----

The slrn persistent tags macro can be used by including it in the .slrnrc user
initialization file via the `interpret` command, e.g. provided that the file
persistent-tags.sl is located in one of the directories specified by the
macro_directory configuration variable:

    interpret "persistent-tags.sl"

The persistent tags macro can be configured through the following slang
variables:

PersistentTags->tag_path
:   Specified the path where tag files are stored.

PersistentTags->autosave
:   Determines whether tags are saved automatically.

Contact
-------

Please send any feedback, translations or bug reports via email to
<guido+weechat@berhoerster.name>.

Bug Reports
-----------

When sending bug reports, please always mention the exact version of the
macro with which the issue occurs as well as the version of slrn, slang and
the operating system you are using and make sure that you provide sufficient
information to reproduce the issue and include any input, output, any error
messages and slang stack traces.

License
-------

Except otherwise noted, all files are Copyright (C) 2009 Guido Berhoerster and
distributed under the following license terms:

Copyright (C) 2009 Guido Berhoerster <guido+slrn@berhoerster.name>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.