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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 211 - 240 of 253   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
211
Hello everyone, this is your pilot speaking! I am thinking of doing a big revamp of the txt2html code, to get rid of that darned annoying global links...
Kathryn Andersen
rubykat4
Offline Send Email
May 7, 2005
10:39 pm
212
Howdy, pilot! ... If the transformations had ids or names of some sort (that were guaranteed to remain constant in new versions), you could provide a way to...
Seth Golub
seth
Offline Send Email
May 8, 2005
12:09 am
213
... Howdy! Newsbreak: I have found a solution to the *installation* problem, which simplifies everything but leaves all the formats and internals the same. Use...
Kathryn Andersen
rubykat4
Offline Send Email
May 8, 2005
1:24 am
214
... Ahh, good idea. Simple and transparent. ... Well, they can always comment them out. That doesn't work for disabling per invocation, but it's easy enough...
Seth Golub
seth
Offline Send Email
May 8, 2005
4:36 am
215
Yes, I have released a new version, with the __DATA__ section improvement. This means that I am never going to have to worry about installing the system links...
Kathryn Andersen
rubykat4
Offline Send Email
May 8, 2005
7:17 am
216
2.42 Wed 10th August 2005 - new option to txt2html script: --instring, which enables one to process a string instead of a file. - new options to...
Kathryn Andersen
rubykat4
Offline Send Email
Aug 10, 2005
9:47 am
217
Umlaut handling bug Hi Kathryn, I think I have found a bug in txt2html: It doesn't seem to like German umlauts at the begin of *emphized text* (umlauts in the...
Christian Siefkes
christian_si...
Offline Send Email
Jan 8, 2007
7:35 pm
218
... Hmmmm. Does the same thing happen with bold text? (delimited by #) Kathryn Andersen -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \...
Kathryn Andersen
rubykat4
Offline Send Email
Jan 8, 2007
7:46 pm
219
... Nope, #bold# text works. But _underlining_ text with umlauts doesn't seem to work at all! Input: Es geht darum, sie zu *verändern* zu *ändern* zu...
Christian Siefkes
christian_si...
Offline Send Email
Jan 9, 2007
9:10 am
220
... Ah. That gives me a starting point. Thanks! Kathryn Andersen -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \ | \_.--.*/ |...
Kathryn Andersen
rubykat4
Offline Send Email
Jan 10, 2007
8:38 pm
221
In preparation to doing a bunch of bug-fixing, I've changed the repository over to subversion, at https://txt2html.svn.sourceforge.net/svnroot/txt2html The old...
Kathryn Andersen
rubykat4
Offline Send Email
Jan 15, 2007
4:28 am
222
2.45 Fri 26th January 2007 - fixed bug with umlauts - fixed bug with UTF-8 characters - added --underline_delimiter option. The txt2html-2.45.tar.gz file is...
Kathryn Andersen
rubykat4
Offline Send Email
Jan 29, 2007
5:19 pm
223
is this possible? i want to give in just 5 lines of a file, so process and output not to STDOUT but to a var, so I can manipulate the variable. I am in a...
joe of western clevel...
joeofclew
Online Now Send Email
Feb 19, 2007
4:37 pm
224
... Use the process_chunk function rather than the txt2html function. $newstring = $conv->process_chunk($mystring); You would have to read the input yourself...
Kathryn Andersen
rubykat4
Offline Send Email
Feb 19, 2007
8:32 pm
225
Hi all, I have recently redesigned my homepage, using txt2html as backend (plain text is still the one markup language lightweight enough for my taste ;-) ). I...
Christian Siefkes
christian_si...
Offline Send Email
Apr 22, 2007
1:31 am
226
... Thanks. What I'd probably like to do, when I get around to it, is to make email parsing a separate function, and then allow people to choose the kind of ...
Kathryn Andersen
rubykat4
Offline Send Email
Apr 22, 2007
1:38 am
227
From the docs: custom_heading_regexp => <regexp> ...you could use something like this -H '^ *\d+\. \w+' -H '^ *\d+\.\d+\. \w+' -H '^ *\d+\.\d+\.\d+\. \w+' How...
John Sharpe
john8335
Offline Send Email
May 10, 2007
9:21 am
228
... Are you using the txt2html script, or the HTML::TextToHTML module? If you're using the module, you would pass in a reference to an array of strings. Each...
Kathryn Andersen
rubykat4
Offline Send Email
May 10, 2007
9:32 am
229
... be an ... like ... whoops! The -Hs are mis-rendered pod directives. My apoligies. John...
john8335
Offline Send Email
May 10, 2007
12:25 pm
230
... No, my bad; it's a documentation error. I've now fixed it on my copy; alas I'm having trouble checking it in. 8-( Kathryn Andersen -- _--_|\ | Kathryn...
Kathryn Andersen
rubykat4
Offline Send Email
May 10, 2007
12:36 pm
231
Hello I built txt2html from the SVN repo last night and saw a lot of test failures. Here is an output listing: somian@bessemer:~/Development/Builds/txt2html$...
wetware.interrupt
wetware.inte...
Offline Send Email
Jun 5, 2007
10:00 pm
232
... [snip] ... I'm afraid I can't reproduce this. I've done a fresh checkout (just in case there was something odd about my normal workspace) and did the ...
Kathryn Andersen
rubykat4
Offline Send Email
Jun 5, 2007
10:18 pm
233
... I've figured it out! It was my mistake that caused the tests listed to fail. In each case I would guess (although I only had time to track one case) the...
wetware.interrupt
wetware.inte...
Offline Send Email
Jun 6, 2007
9:28 pm
234
... Yes, that would do it. ... [snip] ... My bad. The moddevaid script is something I wrote for myself, to aid in automating development release tasks (like...
Kathryn Andersen
rubykat4
Offline Send Email
Jun 6, 2007
9:34 pm
235
... Sorry for the delay... I've now uploaded moddevaid to CPAN (Module::DevAid) Haven't changed the DEVNOTES yet, sorry. Kathryn Andersen -- _--_|\ |...
Kathryn Andersen
rubykat4
Offline Send Email
Jun 16, 2007
10:43 pm
236
Kathryn, there seems to be a problem with the generated output when using the --xhtml option. When running the generated XHTML through the W3C validator ... ...
Christian Siefkes
christian_si...
Offline Send Email
Sep 27, 2007
5:28 pm
237
Hi all, some weeks ago I reported problem with the generated XHTML output to this list. ... +++ TextToHTML.pm 2007-10-31 17:55:11.000000000 +0100 @@...
Christian Siefkes
christian_si...
Offline Send Email
Oct 31, 2007
5:25 pm
238
... Thanks! I didn't respond because I thought I'd fix it really soon, but RL imploded on me. I shall try again! Kathryn Andersen (Active Maintainer,...
Kathryn Andersen
rubykat4
Offline Send Email
Oct 31, 2007
8:27 pm
239
I've now released a new version, 2.46. It's committed to the sourceforge subversion, it's on CPAN and it's on my site, but it's after midnight, so I'll do the...
Kathryn Andersen
rubykat4
Offline Send Email
Nov 9, 2007
1:30 pm
240
I've uploaded a new release to Sourceforge and CPAN. Minor interface changes and bug fixes: - fixed bug with formatting and punctuation - removed old...
Kathryn Andersen
rubykat4
Offline Send Email
Dec 22, 2007
8:21 am
Messages 211 - 240 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