Commit graph

4 commits

Author SHA1 Message Date
agc
3cae5c07e4 Add RMD160 digests in addition to SHA1 ones 2005-02-23 16:12:33 +00:00
wiz
826ffad853 Bump PKGREVISION: tarball changed on master site.
Diff:
diff -r old/doc2html/doc2html.pl new/doc2html/doc2html.pl
186a187
>   $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/pdf2html.pl new/doc2html/pdf2html.pl
43a44
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/swf2html.pl new/doc2html/swf2html.pl
31a32
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
2003-02-14 17:21:07 +00:00
nra
410e029101 Update doc2html to version 3.0. PR 14169 by Eric Schnoebelen. 2001-10-09 15:49:39 +00:00
agc
9204924f9d Initial import of doc2html-2.1 into the packages collection.
Provided in PR 12884 by Jesse Off (joff@newmonics.com)

"External converter script for ht://Dig (version 3.1.4 and later), that
converts Microsoft Word, Excel and Powerpoint files, and PDF,
PostScript, RTF, and WordPerfect files to text (in HTML form) so they
can be indexed.  Uses a variety of conversion programs:

	wp2html		- to convert Wordperfect and Word7 & 97 documents to HTML
	catdoc		- to extract text from Word documents
	rtf2html	- to convert RTF documents to HTML
	pdftotext	- to extract text from Adobe PDFs
	ps2ascii 	- to extract text from PostScript
	pptHtml		- to convert Powerpoint files to HTML
	xlHtml		- to convert Excel spreadsheets to HTML
or
	xls2csv		- to obtain data from Excel spreadsheets.

Written by David Adams (University of Southampton), and based on the
conv_doc.pl script by Gilles Detillieux."
2001-05-14 14:03:20 +00:00