~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/man/lr_db_store.pod

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
=pod
 
3
 
 
4
=head1 NAME
 
5
 
 
6
lr_db_store - store Lire meta data in the Lire db
 
7
 
 
8
=head1 SYNOPSIS
 
9
 
 
10
B<lr_db_store> I<tag> I<key> I<value>
 
11
 
 
12
=head1 DESCRIPTION
 
13
 
 
14
B<lr_db_store> serves as an interface to the Lire database.  This database
 
15
contains meta information on objects being processed by the Lire system:
 
16
logfiles, reports, and possibly more things.  Each object is identified by
 
17
a I<tag>.  Properties of the object are designated by I<key>'s.
 
18
 
 
19
Currently, the database is implemented as a (bunch of) flat ascii file(s),
 
20
living in the file, pointed to by the environment variable LR_DBFILE.
 
21
(Set to .../var/lib/lire/data/meta/index in .../etc/lire/defaults.)
 
22
 
 
23
=head1 SEE ALSO
 
24
 
 
25
lr_db_purge(1), lr_db_fetch(1)
 
26
 
 
27
=head1 VERSION
 
28
 
 
29
This manpage: $Id: lr_db_store.pod,v 1.2 2001/08/25 19:58:45 flacoste Exp $
 
30
 
 
31
=head1 COPYRIGHT
 
32
 
 
33
Copyright (C) 2000-2001 Stichting LogReport Foundation LogReport@LogReport.org
 
34
 
 
35
This program is free software; you can redistribute it and/or modify
 
36
it under the terms of the GNU General Public License as published by
 
37
the Free Software Foundation; either version 2 of the License, or
 
38
(at your option) any later version.
 
39
 
 
40
This program is distributed in the hope that it will be useful,
 
41
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
42
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
43
GNU General Public License for more details.
 
44
 
 
45
You should have received a copy of the GNU General Public License
 
46
along with this program (see COPYING); if not, check with
 
47
http://www.gnu.org/copyleft/gpl.html or write to the Free Software 
 
48
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
49
 
 
50
=head1 AUTHOR
 
51
 
 
52
Joost van Baal <joostvb@logreport.org>
 
53
 
 
54
=cut
 
55
 
 
56