Changeset 734


Ignore:
Timestamp:
1999-10-21T09:25:33+13:00 (25 years ago)
Author:
sjboddie
Message:

removed old out of date comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/HTMLPlug.pm

    r732 r734  
    2424###########################################################################
    2525
    26 # creates simple single-level document from .htm or .html files
    27 # (case-insensitive match on filenames). Adds Title metadata
    28 # taken from <title> tags if found otherwise first 100 characters
    29 # outside of tags.
    30 # will also attempt to include images which it will search for in
    31 # the same directory as the document itself (it will also search
    32 # directories relative to that directory).
    33 
    34 # this plugin currently does nothing with href links so relative links
    35 # may become broken.
    36 
    3726
    3827package HTMLPlug;
Note: See TracChangeset for help on using the changeset viewer.