Yes, I have agreed to take back the overview of txt2html, though possibly only in a release-manager role. Sandy has been too overwhelmed to do stuff, though...
I want to generate tables but they don't work. I have the followning in my options file. --table=1 --table_type ALIGN=1 In the text file I have column1...
Hi, can it be that txt2html somehow lost the capability to process link directories? Using txt2html v2.5.1 on Ubuntu, I pass in a --link FILENAME argument, but...
Find line 2653 in TextToHTML.pm and change it to following: $tag = $self->get_tag('ol', inside_tag => " type='$number39;"); Now all of generated OL tags have...
A generous soul has responded to my appeal; Sandy Wambold is now the new txt2html maintainer. The keys of sourceforge and the list have been handed over, and...
All, Is there anyone who would be willing to take over maintenance of txt2html? Chronic ill health means I need to cut down my involvement in various...
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...
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...
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...
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'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...
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, there seems to be a problem with the generated output when using the --xhtml option. When running the generated XHTML through the W3C validator ... ...
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$...
From the docs: custom_heading_regexp => <regexp> ...you could use something like this -H '^ *\d+\. \w+' -H '^ *\d+\.\d+92;. \w+' -H '^ *\d+\.\d+92;.\d+\. \w+' How...
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...
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...
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...
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...
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...
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...
Here's the change notes: 2.32 Wed 5th January 2005 - fixed bug with demoronize code - fixed documentation for lower_case_tags - changed around installation so...
Yes, there's a new release! The reason for the jump in version number is that I've changed over to Module::Build installation, which is a fairly drastic...