File: MANIFEST

package info (click to toggle)
newsclipper 1.32-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 448 kB
  • ctags: 206
  • sloc: perl: 5,831; makefile: 62; sh: 12
file content (36 lines) | stat: -rw-r--r-- 2,416 bytes parent folder | download
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
33
34
35
36
NewsClipper.pl                        The main script
MakeHandler.pl                        A utility to help users make new
                                        handlers
ConvertConfig.pl                      A utility for converting configuration
                                        files for earlier versions of News
                                        Clipper
ConvertHandler.pl                     A utility for converting handlers for
                                        earlier versions of News Clipper
Makefile.PL                           The makefile script for installation
NewsClipper.cfg                       A sample configuration file
SampleFiles/sample.txt                A sample template file
README                                Read this first
MANIFEST                              This file
CHANGES                               A change history
DESIGN                                Documentation for the script's design
userman.html                          An outdated user's manual
NewsClipper/AcquisitionFunctions.pm   A module containing data gathering
                                        functions, used by handlers.
NewsClipper/Globals.pm                A module containing all the global
                                        functions and constants.
NewsClipper/Handler.pm                The base class for all handlers.
NewsClipper/HTMLTools.pm              A module containing useful HTML
                                        manipulation routines.
NewsClipper/HandlerFactory.pm         Encapsulates the task of locating,
                                        locally or remotely, a handler for a
                                        News Clipper tag.
NewsClipper/Cache.pm                  Implements the News Clipper cache
NewsClipper/Parser.pm                 News Clipper's parser for HTML
NewsClipper/TagParser.pm              News Clipper's parser for
                                        <!--newsclipper...--> tags
NewsClipper/Interpreter.pm            Executes News Clipper commands
NewsClipper/Types.pm                  Contains built-in type information, as
                                        well as support for making new types.
NewsClipper/Server.pm                 Server base class
NewsClipper/Server/MySQL.pm           MySQL interface to the handler server
NewsClipper/Server/CGI.pm             CGI interface to the handler server