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

..03-May-2022-

doc/H23-Aug-2005-118

lib/SVG/H23-Aug-2005-878452

scripts/H23-Aug-2005-1,354664

t/H23-Aug-2005-5029

COPYINGH A D11-Aug-200517.6 KiB341281

ChangeLogH A D23-Aug-20054.6 KiB168103

MANIFESTH A D11-Aug-2005333 1817

META.ymlH A D23-Aug-2005629 1917

Makefile.PLH A D11-Aug-2005918 3530

READMEH A D11-Aug-2005782 3222

README

1
2SVG::Metadata
3-------------
4
5Introduction
6============
7See `man SVG::Metadata` after installation for more details about this
8Perl module.
9
10The script svg_validate is provided as an example.  It demonstrates an
11example of using SVG::Metadata to extract SVG files that have valid
12metadata into a separate directory structure for packaging.  See
13`man svg_validate` after installation for more details on it.
14
15
16Installation
17============
18SVG::Metadata is installed like any other Perl module:
19
20 $ perl Makefile.PL
21 $ make
22 $ su
23 # make install
24
25
26Bugs and Ideas
27==============
28Please report bugs and ideas to the author or to either the Inkscape
29development mailing list, at inkscape-devel@lists.sourceforge.net, or
30the Open Clip Art Library mailing list, at clipart@freedesktop.org.
31
32