... Use the process_chunk function rather than the txt2html function. $newstring = $conv->process_chunk($mystring); You would have to read the input yourself...
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...
... 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 ...
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...
... 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...
... 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...
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$...
... [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 ...
... 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...
... 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...
... Sorry for the delay... I've now uploaded moddevaid to CPAN (Module::DevAid) Haven't changed the DEVNOTES yet, sorry. Kathryn Andersen -- _--_|\ |...
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 ... ...
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 @@...
... 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,...
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...
I've uploaded a new release to Sourceforge and CPAN. Minor interface changes and bug fixes: - fixed bug with formatting and punctuation - removed old...
I'm thinking of making some notable changes to the HTML::TextToHTML interface which could be incompatible with earlier versions, in order to clean things up...
... Okay, I've looked at this, and a simple solution is to set --underline_delimiter to '' That is: --underline_delimiter '' This will disable "underline"...
Thanks for sorting this out so quickly. I really need to start looking up on scripting - not the first time i ran in problem with underscores and perl. ... ...
Hi, Kathryn. Sorry for the delay. You know how it is. My comments are mostly general, as I'm not really familiar with the code as it exists these days. All...
Greetings: ... sprintf ("<A HREF=\"%s\">%s..</A>",$1, substr($1,0,60)); Notice I always append the "..", I only want to do so when the substr actually chops...
I've uploaded a new release to CPAN and Sourceforge. Actually, I did it on Sunday, but Sourceforge wasn't cooperating; I just got the Sourceforge upload to...
Hello my name is Benoit, I'm french. I'm very interesting by progam but I don't understand how install it. I don't understand if it work when you run a...
... It is a perl script. You need to have Perl installed on your system. That is just the start. I cannot help explain how to install perl scripts on...
... Ok. If I understand the only mean is to install Perl but ActivePerl (the most popular way to get Perl for Windows) is paying. About the idea to develop a...
Hello Group, Is it possible to create a table without borders? I am trying to use the delimited table feature, but I would prefer not to have borders. Thanks...
... I suggest you use CSS styling to affect the styling of the tables after they've been created. It's cleaner and has more options anyway. Kathryn Andersen ...