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...
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...
... Howdy! Newsbreak: I have found a solution to the *installation* problem, which simplifies everything but leaves all the formats and internals the same. Use...
... 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...
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...
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...
... 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...
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...
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...
... 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...