Someone reported a bug: titles created with --titlefirst were not having their reserved characters escaped properly. This patch (against 1.27) fixes that. ......
Seth Golub
seth@...
Apr 15, 2000 8:53 am
3
Here are a few other patches you might consider. Also, I have this ... +++ INSTALL Sat Apr 15 05:58:59 2000 @@ -1,2 +1,2 @@ -Just txt2html in your path. (You...
Larry W. Virden
lvirden@...
Apr 15, 2000 10:33 am
4
Anyone have a fix for this warning? Use of $* is deprecated at /projects/intranet/bin/txt2html.pl line 1510. -- Larry W. Virden <mailto:lvirden@...> <URL:...
Larry W. Virden
lvirden@...
Apr 15, 2000 10:33 am
5
I was wondering if this behavior was intentional. I am trying to convert a USENET posting to HTML. I use --mail. Beginning with 1.27, every seperate line is...
Larry W. Virden
lvirden@...
Apr 15, 2000 10:51 am
6
... I have no problem with this. ... Done. ... Done. ... [lots of spelling fixes] Done. ... This file is generated. I won't edit it. ... [..] ... [..] ... I...
Seth Golub
seth@...
Apr 15, 2000 12:09 pm
7
... It's not intentional. Can you provide a test case that makes it happen?...
Seth Golub
seth@...
Apr 15, 2000 12:13 pm
8
Sorry about that including of my path <grin>. As for the sample.html file - the tar file is distributed a) with the file present but empty and b) with a...
Larry W. Virden
lvirden@...
Apr 15, 2000 4:03 pm
9
... Ah. That's an error. Something must have gone wrong during the packaging. ... I never intended to include the sig file, but I suppose I might as well so...
Seth Golub
seth@...
Apr 15, 2000 4:12 pm
10
My command line is txt2html.pl -ah ~/Misc/head.html \ -ab ~/Misc/body.html \ -pb 0 --mail --title "FAQ part1" part1 > /tmp/part1.html part1 begins: Newsgroups:...
Larry W. Virden
lvirden@...
Apr 15, 2000 4:13 pm
11
Problem fixed. For some reason I changed the trigger for ending preformatting. I must have done it when adding the explicit preformat feature, but it's not...
Seth Golub
seth@...
Apr 15, 2000 4:37 pm
12
Someone sent me some questions privately, but I'm replying to the mailing list so that others with similar questions can see the answers. I've removed the...
Seth Golub
seth@...
Apr 17, 2000 8:27 am
13
http://www.aigeek.com/txt2html/txt2html-1.28.tar.gz http://www.aigeek.com/txt2html/txt2html-1.28.zip Changes: bugfix: reserved characters in titles created...
Seth Golub
seth@...
May 23, 2000 12:47 pm
14
... +++ INSTALL Tue May 23 09:50:51 2000 @@ -1,2 +1,2 @@ -Just put txt2html in your path. (You may prefer to call it txt2html) +Just put txt2html.pl in your...
Larry W. Virden
lvirden@...
May 23, 2000 2:02 pm
15
A version, completely compiled and linked, using the clipboard as input and the clipboard for output, would be very popular among many chatroom users! W95, 98,...
jpmarlin@...
Dec 4, 2000 4:02 pm
16
Hi all, Well done on your outstanding program. I am trying to evangelise for it in my company. Time allowing, I may contribute too. Can you advise on this...
Stephen McInerney
stephenm@...
Dec 12, 2000 1:55 am
17
I agree that not allowing preformatting in list items is a problem, but I don't think splitting the mode stack is the right solution. There are three issues:...
Seth Golub
seth@...
Dec 13, 2000 3:43 am
18
... Using fixed amounts of whitespace as a trigger for preformatting obviously is an unresolvable conflict with simultaneously using it for heading ...
Stephen McInerney
stephenm@...
Dec 13, 2000 4:07 am
19
... Yes, though that's not normally an issue. Whitespace is not used to trigger headings by default. ... Yes. The point of txt2html is to convert text that...
Seth Golub
seth@...
Dec 13, 2000 4:49 am
20
Can txt2html run on a webserver? I have a catering client who would like to convert many menus to html. They have no html knowledge or ability whatsoever, but...
webfairy@...
Feb 13, 2001 3:57 pm
21
Re: txt2html used as 'a server' Or, how about this question: What changes would one need to make to txt2html so that one could code URLs using txt2html as a...
Larry W. Virden
lvirden@...
Feb 13, 2001 4:00 pm
22
... Yes, if the server has Perl installed. ... Correct. I've been asked a few times how to make a CGI that uses txt2html. If the source text is in a local...
Seth Golub
seth@...
Feb 13, 2001 7:23 pm
23
This is great! I'm still pinching myself to make sure I'm not dreaming!! Reading the documentation, it looks like I can tweak it to deliver the font I need,...
The Webfairy
webfairy@...
Feb 13, 2001 11:19 pm
24
From: Seth Golub <seth@...> ... What I am thinking is this. I have an intranet where there are plain text files (abc.txt, whatever) lying about. I...
Larry W. Virden
lvirden@...
Feb 15, 2001 11:45 am
25
... That's what the second script I just wrote does. Go to http://www.aigeek.com/txt2html/#test Type a URL into the obvious input field and submit the form....
Seth Golub
seth@...
Feb 15, 2001 6:10 pm
26
Hi all, I am trying to upgrade from txthtml 1.25 to 1.28 and have hit on a problem. With 1.28, a source text containing a URL of the form: ...
Leo Breebaart
leo@...
Mar 8, 2001 3:12 pm
27
This patch will fix it, and will make <URL:foo> only have the link applied to the "foo" part. ... +++ txt2html.dict Thu Mar 8 11:02:54 2001 @@ -11,13...
Seth Golub
seth@...
Mar 8, 2001 6:08 pm
28
... Many thanks -- that did the job perfectly. One small note: in the patch you use lowercase 'href' instead of the capitalised names found elsewhere in...
Leo Breebaart
leo@...
Mar 9, 2001 9:55 am
29
... Yes, I've come to prefer lowercase attribute names. I switched my whole dict file, but didn't want to flood you with that patch. ... Only by not using a...
Seth Golub
seth@...
Mar 9, 2001 9:49 pm
30
From: Seth Golub <seth@...> ... So is there a new release of txt2html containing the whole new dict? -- Never apply a Star Trek solution to a Babylon 5...
Larry W. Virden
lvirden@...
Mar 10, 2001 9:49 am
31
... No. The only change besides that recent one is the lowercasing of attribute names. I don't think that merits a new release....