File: webmagick.lsm.in

package info (click to toggle)
webmagick 1.45-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,164 kB
  • ctags: 719
  • sloc: perl: 5,942; sh: 448; makefile: 237
file content (32 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Begin3
Title:          WebMagick Image Web Generator
Version:        @RELEASE@
Entered-date:   @DATE@
Description:    WebMagick is a package which supports making image
                collections available on the Web. It recurses through
                directory trees, building HTML pages, imagemap files,
                and client-side/server-side maps to allow the user to
                navigate through collections of thumbnail images
                (somewhat similar to xv's Visual Schnauzer) and select
                the image to view with a mouse click. In addition to the
                HTML interface, WebMagick provides a sophisticated
                JavaScript-based interface that provides improved visual
                and navigational capabilities while generating all
                displays locally in the user's browser. WebMagick is
                written in PERL and is compatible with PERL version
                5.003 and later. WebMagick uses the ImageMagick package
                and the PERL extension to ImageMagick (PerlMagick) and
                therefore requires that these packages be installed.

Keywords:       Web, ImageMagick, PERL, PerlMagick, graphics, GIF, JPEG
Author:         bfriesen@simple.dallas.tx.us (Bob Friesenhahn)
Maintained-by:  bfriesen@simple.dallas.tx.us (Bob Friesenhahn)
Primary-site:   http://www.cyberramp.net/~bfriesen/webmagick/dist/
			 529 kb webmagick-@RELEASE@.tar.gz
Alternate-site: ftp.wizards.dupont.com /pub/ImageMagick/perl
                         529 kb webmagick-@RELEASE@.tar.gz

Platforms:      Requires UNIX, PERL, ImageMagick, and PerlMagick
Copying-policy: Freeware
End