Search the web
Sign In
New User? Sign Up
txt2html · Discussion of txt2html
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 47 - 76 of 251   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47
Now you can learn the secrets which use the most powerful system (MARKETING) and the most powerful tool (INTERNET), to make at least $5000 A WEEK. This system...
Larry
lschmitzs2s@...
Send Email
Mar 4, 2002
4:16 am
48
I think this script is excellent, I have been trying to get the output of the script to write to a text file rather than just the browser, so that the text...
jez100_1999
Offline Send Email
Mar 10, 2002
12:36 am
49
... I'm not sure what this means. The script outputs to stdout, which you can redirect to a file. In order to get the output into a browser, you'd have to...
Seth Golub
seth
Offline Send Email
Mar 10, 2002
12:50 am
50
... you ... To explain further- I would like the output of the script including all the html tags etc to write to a text file so that I can then include the...
jez100_1999
Offline Send Email
Mar 10, 2002
12:26 pm
51
... ... Use not open(), but the backticks `my-command-line here` syntax to achieve what you want, like in this: perl -e 'print `txt2html try.txt`' In short,...
Christian Lemburg
lemburg@...
Send Email
Mar 10, 2002
3:07 pm
52
... Thanks for your help so far, but I'm sorry to trouble the list again, I have read and tried loads of options but with my limited knowledge I still can't...
jez100_1999
Offline Send Email
Mar 11, 2002
4:43 pm
53
... With this: use POSIX qw(tmpnam); my $tmpfile = POSIX::tmpnam(); open(FH, ">$tmpfile") or die "no open for $tmpfile: $!"; print FH $text; close(FH); print...
Christian Lemburg
lemburg@...
Send Email
Mar 11, 2002
6:04 pm
54
... in ... out. ... again, ... knowledge ... Can ... would ... called ... l /home/sal/public_html/cgi-bin/txt2html.dict $tmpfile`; ... Thanks again for your...
jez100_1999
Offline Send Email
Mar 11, 2002
10:14 pm
55
... Why would you want to print the contents of the variable $tmpfile (which is a filename of a temporary file, see the documentation on the POSIX module) as...
Christian Lemburg
lemburg@...
Send Email
Mar 12, 2002
5:34 pm
56
... command ... it ... list ... post. ... what ... presume ... if I ... the ... above, ... l /home/sal/public_html/cgi-bin/txt2html.dict $tmpfile`; ... it ... ...
jez100_1999
Offline Send Email
Mar 12, 2002
7:01 pm
57
I noticed today that I am no longer getting text to hyperlink translations performed as I initially did. I have various text like (see "part4") which used to...
Larry W. Virden
lvirden
Offline Send Email
Mar 27, 2002
2:14 pm
58
... I just tried v1.27 with those lines in a linkdict file, and it worked for me. Make sure those lines are not commented out (as they are in the linkdict...
Seth Golub
seth
Offline Send Email
Mar 27, 2002
5:44 pm
59
Okay, when I added the --debug 1 I get: Parsing dictionary file /projects/intranet/lib/txt2html.dict following by the parse output. I wasn't getting my $HOME...
Larry W. Virden
lvirden
Offline Send Email
Mar 28, 2002
1:57 pm
60
txt2html doesn't seem to like things like (with default dict), comp.sources alt.fish But does convert them if they have speechmarks or brackets around them, is...
Imran Ghory
imrang@...
Send Email
Mar 29, 2002
10:03 pm
61
... Sure. Just add a new pattern to the links dictionary (or make a new dict file and use that too). The trick is to write a pattern that matches everything...
Seth Golub
seth
Offline Send Email
Mar 29, 2002
10:32 pm
62
Hello, Never before in the history of network marketing has there been an opportunity of this magnitude. All the key essentials are here for you to achieve...
Tom Gainer
legacyforlife2
Offline Send Email
Apr 9, 2002
2:22 am
63
Hello, Never before in the history of network marketing has there been an opportunity of this magnitude. All the key essentials are here for you to achieve...
Tom Gainer
legacyforlife2
Offline Send Email
Apr 9, 2002
10:24 am
64
Never before in the history of network marketing has there been an opportunity of this magnitude. All the key essentials are here for you to achieve...
Tom Gainer
legacyforlife2
Offline Send Email
Apr 11, 2002
11:02 am
65
Does anyone have time to help me figure out what is going wrong. Platform: SPARC Solaris 8, perl 5.005_2, txt2html 1.28 . Here's what I have in my txt2html...
Larry W. Virden
lvirden
Offline Send Email
Apr 12, 2002
11:25 am
66
... The default behavior is to include the entire match in the tag, not just to replace the text of the first group with linked text. If you only want part of...
Seth Golub
seth
Offline Send Email
Apr 12, 2002
7:45 pm
67
Hello, I have just downloaded the txt2html converter. It is a great program. BTW, I have the following question. I have the following text in a ... The text...
chanv64
Online Now Send Email
Apr 16, 2002
6:34 am
68
Hello, Another question. I have some text here: some text ======= If I run txt2html on it, I'll get some text <HR> But if I have the following (one extra '='...
chanv64
Online Now Send Email
Apr 16, 2002
6:47 am
69
... The script treats the second case as text that's been underlined, because the two lines are about the same length. ... txt2html --ulength 9999 --ulength...
Seth Golub
seth
Offline Send Email
Apr 16, 2002
7:36 am
70
... Good question. I don't see an easy way to do what you want. One solution is not to have txt2html format the document at all, but that's not very...
Seth Golub
seth
Offline Send Email
Apr 16, 2002
7:54 am
71
Like most people, I've had some trouble with credit in the past. For a long time I haven't been able to find a company that would give me a credit card at all....
ojnsdjnsdf8nf
Offline Send Email
Apr 20, 2002
11:15 pm
72
hi -- great program, thanks! I like all the customizable options! One feature that'd really be great though, is outputting xhtml? Basically, just cleaning up...
bud nipper
ian@...
Send Email
May 13, 2002
2:29 pm
73
Hi, A couple of questions: 1) If I want text2html not to look for list-like things in the source text at all, can I safely comment out the lines in sub main...
skipintreaux
Offline Send Email
Jul 15, 2002
11:03 am
74
... Seems quite positive to me. Give it a try. Gook luck __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car...
Tong Sun
suntong001
Offline Send Email
Jul 17, 2002
3:28 pm
75
Is anybody know how to convert the HTML content into plain text on Linux and Solaris? I mean to say that I would like to remove all the HTML tag. I would like...
twknz
Offline Send Email
Aug 23, 2002
10:50 am
76
I use lynx to convert html into text, myself... -- Tcl'2002 Sept 16, 2002, Vancouver, BC http://www.tcl.tk/community/tcl2002/ Larry W. Virden...
Larry W. Virden
lvirden
Offline Send Email
Aug 23, 2002
11:05 am
Messages 47 - 76 of 251   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help