• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H03-May-2022-6849

lib/SGML/Parser/H29-Jun-2008-1,336178

samples/H03-May-2022-196177

t/H03-May-2022-1,3781,057

ChangesH A D03-May-20221.8 KiB4841

MANIFESTH A D03-May-2022664 3938

META.ymlH A D03-May-2022534 1716

Makefile.PLH A D03-May-20221.4 KiB5141

OpenSP.xsH A D03-May-202235.1 KiB1,191813

READMEH A D03-May-20221.2 KiB5432

typemapH A D03-May-2022497 2013

README

1SGML-Parser-OpenSP
2==================
3
4This module provides an interface to the OpenSP SGML parser.
5
6INSTALLATION
7
8To install this module type the following:
9
10  perl Makefile.PL
11  make
12  make test
13  make install
14
15PPM PACKAGE
16
17A Win32 ppm package, suitable for use with ActivePerl compatible
18Perl packages, is kindly provided by Randy Kobes at
19
20  http://theoryx5.uwinnipeg.ca/ppms/
21
22To install it, within the ppm shell set the repository to
23
24  http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
25
26and then
27
28  ppm> install SGML-Parser-OpenSP
29
30This should run a post-install script to fetch and install the
31needed OpenSP 1.5.2+ DLL; if this doesn't work, the DLL can be
32obtained from
33
34  http://theoryx5.uwinnipeg.ca/ppms/scripts/
35
36which should subsequently be placed somewhere in the PATH.
37
38DEPENDENCIES
39
40This module requires these other modules and libraries:
41
42  Perl 5.8.0 or later
43  Class::Accesor
44  The OpenSP library v1.5.2 or later, see http://openjade.sf.net/
45
46Note that you need the header files and link libraries included in
47"-dev" packages for OpenSP, not just the command line applications.
48
49COPYRIGHT AND LICENCE
50
51Copyright (c) 2006-2008 by Bjoern Hoehrmann <bjoern@hoehrmann.de>
52
53This module is licensed under the same terms as Perl itself.
54