/[webpac2]/trunk/lib/WebPAC.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/lib/WebPAC.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 866 - (show annotations)
Thu Jun 21 12:53:41 2007 UTC (16 years, 9 months ago) by dpavlin
File size: 935 byte(s)
 r1285@llin:  dpavlin | 2007-06-21 14:53:43 +0200
 make indexers optional [2.30]

1 package WebPAC;
2
3 use warnings;
4 use strict;
5
6 =head1 NAME
7
8 WebPAC - core module
9
10 =head1 VERSION
11
12 Version 2.30
13
14 =cut
15
16 our $VERSION = '2.30';
17
18 =head1 SYNOPSIS
19
20 This is quick description of what WebPAC is. This is another iteration of
21 WebPAC design (first was system with XML files and CGI, second one was semi-private
22 creatation of CD ROM with L<jsFind> module and third was older version 2
23 with supprot for lagacy XML and YAML).
24
25 Current version supports different input formats and normalisation using set rules.
26
27 =head1 AUTHOR
28
29 Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
30
31 =head1 SEE ALSO
32
33 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
34 respective documentation for each component.
35
36 =head1 COPYRIGHT & LICENSE
37
38 Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43 =cut
44
45 1; # End of WebPAC

  ViewVC Help
Powered by ViewVC 1.1.26