source: trunk/gsdl/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2811   23 years sjboddie * empty log message *
(edit) @2810   23 years sjboddie Created GAPlug (and XMLPlug base class) to replace the old GMLPlug. …
(edit) @2799   23 years sjboddie Fixed a bug where Word documents containing non-ascii characters …
(edit) @2796   23 years sjboddie * empty log message *
(edit) @2795   23 years sjboddie Got ZIPPlug working under under windows
(edit) @2785   23 years sjboddie The build process now creates a summary of how many files were …
(edit) @2781   23 years jrm21 oops - left off a '$' at end of a pattern match.
(edit) @2779   23 years jrm21 Be a little more flexible when looking for boundary field in a …
(edit) @2761   23 years sjboddie added HTMLPlug2 temporarily while testing a new extract_subsections option
(edit) @2755   23 years jrm21 import.pl now takes an option for saving file conversion failures to a …
(edit) @2754   23 years jrm21 oops - left a debugging statement in there.
(edit) @2751   23 years sjboddie Had a go at enriching the default document structure. Added …
(edit) @2735   23 years sjboddie Fixed up bugs I introduced with recent change to BasPlug
(edit) @2734   23 years sjboddie Chinese text segmentation is now done whenever language="zh" instead …
(edit) @2733   23 years jrm21 minor regex fixes/improvements.
(edit) @2732   23 years jrm21 needed <pre> tags when using the text/plain part of a multipart message.
(edit) @2730   23 years jrm21 1) Non-ascii characters should now work for any encoding handled by …
(edit) @2717   23 years jrm21 Do some email munging - @ symbols become &#64;. Both netscape and IE …
(edit) @2695   23 years jrm21 Allow spaces in img src=... tags if surrounded with dbl quotes.
(edit) @2681   23 years jrm21 fixed a few more minor MIME header parsing cases.
(edit) @2680   23 years jrm21 1. we escape 'and' chars in headers so greenstone doesn't try to …
(edit) @2667   23 years jrm21 protect against < and > chars, as <pre> tags don't preserve them.
(edit) @2662   23 years jrm21 oops, that's a bit stupid (of me) - changed: if …
(edit) @2661   23 years jrm21 added a default block exp of "" so it doesn't inherit HTMLPlugs…
(edit) @2657   23 years jrm21 fixed a bug when #including a macro (ie no "... or <... on the line)
(edit) @2652   23 years jrm21 Needed to replace \s with s. Also checked for multipart/related.
(edit) @2638   23 years jrm21 typo in regexp broke import... encoding type should have had [\s], …
(edit) @2630   23 years jrm21 Mime support for multipart messages. Doesn't extract attachments …
(edit) @2604   23 years jrm21 when extracting email addresses, we now include people in the .net …
(edit) @2601   23 years jrm21 modified usage to not mention HTMLplug blocking rtf.
(edit) @2564   23 years jrm21 Added RTFPlug. (It's the smallest one so far - 1511 bytes - yay!) …
(edit) @2515   23 years sjboddie Fixed a couple of bugs/inconsistencies in word and pdf plugins that …
(edit) @2493   23 years paynter Changed at the request of Marcio - see mailing list.
(edit) @2492   23 years paynter Fixed trivial bug in the new set_OID function.
(edit) @2484   23 years say1 Changed SplitPlug to allow control over the OID. Changed BibTexPlug to …
(edit) @2453   23 years jrm21 Slightly smarter title extraction from body's text.
(edit) @2452   23 years jrm21 -title_sub works now -- previously had a leading "--" argument, which …
(edit) @2451   23 years jrm21 PSPlug now uses the -title_sub option to TEXTPlug, to remove any …
(edit) @2450   23 years jrm21 now accepts the "-title_sub" option, a regexp to remove when …
(edit) @2432   23 years say1 switched the order of removing the symbolic link and checking for …
(edit) @2364   23 years jrm21 turn "\" into " " so that we don't lose backslashes along the way…
(edit) @2363   23 years jrm21 fixed nasty bug where </srclink></a><srclink> was being matched …
(edit) @2356   23 years sjboddie Renamed HBSPlug BookPlug in the hope that it's a little less crytic
(edit) @2342   23 years sjboddie renamed HTMLPlug's w3mir option to file_is_url
(edit) @2327   23 years sjboddie * empty log message *
(edit) @2326   23 years sjboddie fixed a small bug in the new XML gml code that caused metadata tags …
(edit) @2267   23 years davidb GML file syntax altered to be XML compliant. This basically meant …
(edit) @2241   23 years sjboddie Tidied up the ConvertToPlug stuff to get it working on Windows 95/98
(edit) @2235   23 years sjboddie Hacked the textcat package about so that it only reads all the …
(edit) @2230   23 years paynter User can erquest a "Screen" image - essentially a second thumbnail. …
(edit) @2228   23 years paynter The -use_metadata_files option tells RecPlug to read any metadata XML …
(edit) @2226   23 years paynter Image size metadata fixed, dummy text added, Image filename fixed.
(edit) @2219   23 years sjboddie Had another go at suppressing the "subroutine redefined" warnings as …
(edit) @2209   23 years sjboddie Suppressed some annoying perl warnings
(edit) @2207   23 years paynter Bugfixes: read returns number of files instead of file type, and …
(edit) @2096   23 years jrm21 Minor changes to regexs, so that header fields have to be at start of …
(edit) @2086   23 years jrm21 We create a copy of any args to new() because parsargs might modify …
(edit) @2085   23 years jrm21 When importing, we need to escape any escape codes otherwise mg(?) …
(edit) @2084   23 years jrm21 usage message is now formatted to fit within 80 columns.
(edit) @2082   23 years jrm21 added bzip2 support (untested).
(edit) @2041   23 years jrm21 don't strip all whitespace from tmp filename, only from base name. …
(edit) @2036   23 years jrm21 don't use strict; anymore, as we want to be able to write error msgs …
(edit) @2029   23 years jrm21 Return 0 instead of "" on error in read() so that RecPlug can continue.
(edit) @2027   23 years jrm21 read() is now completely independent of BasPlug::read(), as the latter …
(edit) @2007   23 years sjboddie * empty log message *
(edit) @1999   23 years sjboddie Fixed a small problem with language detection code.
(edit) @1974   23 years cs025 Fixed omission of encoding from parameters in read_file
(edit) @1954   23 years jmt14 * empty log message *
(edit) @1929   23 years dg5 Modified: ConvertToPlug and HTMLPlug to handle files in binary mode to …
(edit) @1903   23 years sjboddie We now use textcats best guess if it returns 3 or less possibilities …
(edit) @1895   23 years jrm21 Email plug now uses SplitPlug for mbox mail files. Hopefully this …
(edit) @1894   23 years jrm21 updated by copying BasPlug's new language/encoding stuff over for the …
(edit) @1891   23 years paynter Named characters like &eacute; and &igrave; are translated to UTF8 …
(edit) @1874   23 years sjboddie * empty log message *
(edit) @1870   23 years sjboddie Tidied up language support stuff.
(edit) @1869   23 years paynter Regular expression fix.
(edit) @1868   23 years sjboddie Made a bunch of changes to the building code to support lots of new …
(edit) @1857   23 years dmm9 date extraction options documented
(edit) @1855   23 years paynter Trivial change to warning message.
(edit) @1846   23 years sjboddie Removed a call to a function that I removed in my previous changes - oops
(edit) @1845   23 years paynter Changed a "!=" to a "ne".
(edit) @1844   23 years sjboddie Added an 'auto' argument to BasPlug's '-input_encoding' option ('auto' …
(edit) @1838   23 years sjboddie Added support for Cyrillic languages (windows codepage 1251) - yet to …
(edit) @1812   23 years sjboddie ZIPPlug is now disabled under windows
(edit) @1810   23 years sjboddie Fixed a bug that showed up when using Perl 5.6 on windows
(edit) @1787   23 years jrm21 "allow_extra_options" missing, to get inherited options
(edit) @1758   23 years say1 added minimum image size and a few bug fixes
(edit) @1757   23 years say1 tightened the criteria for email files to avoid matching all dynamic …
(edit) @1756   23 years say1 added detection and handling of unreadable files
(edit) @1755   23 years say1 added better cycle detection (but still not perfect)
(edit) @1754   23 years say1 added support for jar files (which are actually just fancy zip files)
(edit) @1744   23 years say1 about a billion changes to ImagePlug
(edit) @1742   23 years jrm21 Added a comment to the usage stuff about PRESCRIPT.
(edit) @1741   23 years sjboddie Fixed a little bug that was causing pluginfo.pl to print some dodgy …
(edit) @1740   23 years jrm21 We now escape underscores so that any macros in source code (wrt to …
(edit) @1735   23 years say1 fixed about a billion little Image things.
(edit) @1733   23 years say1 new plugin for images
(edit) @1731   23 years jrm21 New and improved! Now gets #include information from std C files as …
(edit) @1730   23 years jrm21 removed a debugging statement left in accidentally…
(edit) @1729   23 years jrm21 title regexp should have started "\s*", not "\s+" - it's optional …
Note: See TracRevisionLog for help on using the revision log.