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 161 - 190 of 253   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
161
Hi, is it possible to convert mail headers to definition lists (or tables)? I would like to get from RFC 822 headers such as: From: bozo@... (Bozo...
Christian Siefkes
christian_si...
Offline Send Email
Mar 1, 2004
11:16 am
162
... I'm rather reluctant to treat mail headers as definition lists, because they *aren't*. No, --mailmode simply recognises mail features, and it's off by...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 2, 2004
11:31 am
163
From: Kathryn Andersen <kat_lists@...> ... I think that would be useful - most places txt2html has special handling for some particular groups of...
Larry W. Virden
lvirden
Offline Send Email
Mar 2, 2004
11:49 am
164
... Well, I'm not actually interested in mail headers but generally in structural information hidden in plain text files. I'm doing research on information...
Christian Siefkes
christian_si...
Offline Send Email
Mar 2, 2004
8:42 pm
165
... Sounds interesting! ... Ah, I see. Yes, basically the reason I did definition lists as Term:\n Definition is because it makes it easier to distinguish from...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 3, 2004
12:04 am
166
... Which particular ones, do you think? It already has class="quote_mail" (for email quotes) and class="quote_explicit" for text delimited by explicit...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 3, 2004
12:13 am
167
In looking through the pod doc , I see the following 'kinds' of things mentioned as being handled: Type of item Class name headings, tables, lists, ...
Larry W. Virden
lvirden
Offline Send Email
Mar 3, 2004
1:27 pm
168
... You can specify styles based on the HTML tag. Classes are used to distinguish between two different kinds of the same tag (e.g. P.summary and P.footer),...
Seth Golub
seth
Offline Send Email
Mar 3, 2004
8:42 pm
169
... Actually, "quote_mail" gets applied to recognisably quoted paragraphs within a mail message, ie ... Mail headers don't have their own class, but this...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 3, 2004
8:57 pm
170
Compiling and giving it a first try, will invariably tweak this more. I want $top obviously to be appended at the top as is - unprocessed/uncoverted to the...
leegold
leegold58
Offline Send Email
Mar 14, 2004
10:53 pm
171
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the txt2html group. File : / Excellent...
txt2html@yahoogroups....
Send Email
Mar 15, 2004
6:26 am
172
... Argh! We've been file-share spammed! -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \ | \_.--.*/ | GenFicCrit mailing list...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 16, 2004
12:07 pm
173
... If you use append_file it will be *appended*. If you want the contents of $top to be at the top, you need to use the "prepend_file" option. Then you can...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 16, 2004
12:16 pm
174
hi generous kat and seth, without further ado, the txt2Html invocation is like this: $conv->txt2html(infile=>[$file], ...
joe of western clevel...
joeofclew
Offline Send Email
Mar 16, 2004
3:40 pm
175
... No, the use_preformat_marker simply processes things between the preformat marker as if it were indented text; if you don't want your HTML tags to be...
Kathryn Andersen
rubykat4
Offline Send Email
Mar 16, 2004
8:33 pm
176
Below find my code, then the text file I am processing, then the html output. Just want to takcle one thing at a time(?) Notice there are 17 numbered items in...
leegold58
Offline Send Email
Apr 16, 2004
5:06 am
177
... Yes, I see what happened. ... It does seem to be that the simplest way of fixing this would be to ... [snip] ... What is happening is that txt2html sees...
Kathryn Andersen
rubykat4
Offline Send Email
Apr 16, 2004
10:14 am
178
On Fri, 16 Apr 2004 20:16:19 +1000, "Kathryn Andersen" ... Well text2html is doing most of the wowk, I think I can do standard file processing before and after...
leegold
leegold58
Offline Send Email
Apr 16, 2004
1:25 pm
179
I tried you recommendation, but the results are the same. Please see the text file, the code and the html below. Thought I followed you recommendation but...
leegold
leegold58
Offline Send Email
Apr 18, 2004
3:44 am
180
hi y'all, hope all is well. My txt2html invocation was changed in response to your suggestions to the following $conv->txt2html(infile=>[$file], ...
joe speigle
joeofclew
Offline Send Email
Apr 20, 2004
7:15 am
181
oops, forgot to mention, please click the "download view" link at center stage to see the text, non-processed version....
joe of western clevel...
joeofclew
Offline Send Email
Apr 20, 2004
7:20 am
182
... Okay, I suggest that you also put a line of dashes in between the last list item and the first heading. That may help. -- _--_|\ | Kathryn Andersen...
Kathryn Andersen
rubykat4
Offline Send Email
Apr 24, 2004
3:03 pm
183
... You know you don't have to edit the txt2html.dict -- you can simply use another file and use the links_dictionaries option to add the additional filename...
Kathryn Andersen
rubykat4
Offline Send Email
Apr 25, 2004
3:34 am
184
Hi, I think I've found minor bug related to preformatting. When there are empty line(s) after a preformatted block, they are still included in the <PRE> block....
Christian Siefkes
christian_si...
Offline Send Email
May 12, 2004
1:58 pm
185
... Yes, I've actually been aware of this for a long time, but I haven't been able to think of a good way of fixing it. I'd love to get some ideas. The...
Kathryn Andersen
rubykat4
Offline Send Email
May 12, 2004
9:52 pm
186
Hi Kathryn, ... Maybe it would be possible to generally insert end tags at the end of the last line in a paragraph/block instead of the beginning of the next...
Christian Siefkes
christian_si...
Offline Send Email
May 13, 2004
9:05 am
187
... [much snippage] ... No, because the "\n" is already there, it's the original "\n". But it's probably the right direction to look in; to try to prevent the ...
Kathryn Andersen
rubykat4
Offline Send Email
May 13, 2004
11:17 am
188
Hi, here's another bug, this one should be straightforward (I hope). If a file ends with preformatted text, the closing </PRE> is missing. Interestingly, with...
Christian Siefkes
christian_si...
Offline Send Email
May 14, 2004
1:47 pm
189
... Thanks for pointing this out. -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \ | \_.--.*/ | GenFicCrit mailing list...
Kathryn Andersen
rubykat4
Offline Send Email
May 15, 2004
8:13 am
190
We now have a new release! - bug fixes for preformatting: fixed up loss of trailing PRE, and now preformats and lists no longer have a trailing blank line ...
Kathryn Andersen
rubykat4
Offline Send Email
May 16, 2004
9:40 am
Messages 161 - 190 of 253   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