Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

txt2html · Discussion of txt2html

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 53
  • Category: General
  • Founded: Mar 3, 2000
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 208 - 237 of 267   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
208 Kathryn Andersen
rubykat4 Send Email
Jan 5, 2005
10:10 am
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...
209 Kathryn Andersen
rubykat4 Send Email
Jan 23, 2005
4:55 am
Just a minor fix to installation process. Has been uploaded to Sourceforge and CPAN. -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \ | ...
210 Kathryn Andersen
rubykat4 Send Email
Feb 9, 2005
9:00 pm
Another fix to installation process. Has been uploaded to Sourceforge and CPAN. Kathryn Andersen (active maintainer) -- _--_|\ | Kathryn Andersen...
211 Kathryn Andersen
rubykat4 Send Email
May 7, 2005
10:39 pm
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...
212 Seth Golub
seth Send Email
May 8, 2005
12:09 am
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...
213 Kathryn Andersen
rubykat4 Send Email
May 8, 2005
1:24 am
... Howdy! Newsbreak: I have found a solution to the *installation* problem, which simplifies everything but leaves all the formats and internals the same. Use...
214 Seth Golub
seth Send Email
May 8, 2005
4:36 am
... 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...
215 Kathryn Andersen
rubykat4 Send Email
May 8, 2005
7:17 am
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...
216 Kathryn Andersen
rubykat4 Send Email
Aug 10, 2005
9:47 am
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...
217 Christian Siefkes
christian_si... Send Email
Jan 8, 2007
7:35 pm
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...
218 Kathryn Andersen
rubykat4 Send Email
Jan 8, 2007
7:46 pm
... Hmmmm. Does the same thing happen with bold text? (delimited by #) Kathryn Andersen -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \...
219 Christian Siefkes
christian_si... Send Email
Jan 9, 2007
9:10 am
... 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...
220 Kathryn Andersen
rubykat4 Send Email
Jan 10, 2007
8:38 pm
... Ah. That gives me a starting point. Thanks! Kathryn Andersen -- _--_|\ | Kathryn Andersen <http://www.katspace.com> / \ | \_.--.*/ |...
221 Kathryn Andersen
rubykat4 Send Email
Jan 15, 2007
4:28 am
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...
222 Kathryn Andersen
rubykat4 Send Email
Jan 29, 2007
5:19 pm
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...
223 joe of western clevel...
joeofclew Send Email
Feb 19, 2007
4:37 pm
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...
224 Kathryn Andersen
rubykat4 Send Email
Feb 19, 2007
8:32 pm
... Use the process_chunk function rather than the txt2html function. $newstring = $conv->process_chunk($mystring); You would have to read the input yourself...
225 Christian Siefkes
christian_si... Send Email
Apr 22, 2007
1:31 am
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...
226 Kathryn Andersen
rubykat4 Send Email
Apr 22, 2007
1:38 am
... 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 ...
227 John Sharpe
john8335 Send Email
May 10, 2007
9:21 am
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...
228 Kathryn Andersen
rubykat4 Send Email
May 10, 2007
9:32 am
... 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...
229 john8335 Send Email May 10, 2007
12:25 pm
... be an ... like ... whoops! The -Hs are mis-rendered pod directives. My apoligies. John...
230 Kathryn Andersen
rubykat4 Send Email
May 10, 2007
12:36 pm
... 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...
231 wetware.interrupt
wetware.inte... Send Email
Jun 5, 2007
10:00 pm
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$...
232 Kathryn Andersen
rubykat4 Send Email
Jun 5, 2007
10:18 pm
... [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 ...
233 wetware.interrupt
wetware.inte... Send Email
Jun 6, 2007
9:28 pm
... 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...
234 Kathryn Andersen
rubykat4 Send Email
Jun 6, 2007
9:34 pm
... 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...
235 Kathryn Andersen
rubykat4 Send Email
Jun 16, 2007
10:43 pm
... Sorry for the delay... I've now uploaded moddevaid to CPAN (Module::DevAid) Haven't changed the DEVNOTES yet, sorry. Kathryn Andersen -- _--_|\ |...
236 Christian Siefkes
christian_si... Send Email
Sep 27, 2007
5:28 pm
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 ... ...
237 Christian Siefkes
christian_si... Send Email
Oct 31, 2007
5:25 pm
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 @@...
Messages 208 - 237 of 267   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help