Older blog entries for jenglish (starting at number 0)

Well, I guess I'll try this diary thing out...

Trying to get cross-references working right in the Tcl man page conversion. This really boils down to a matter of classifying each "hyperlinkable" term. Right now I'm getting a lot of false positives. For example, if

\fBinterp\fP \fBeval\fP \fIscript...\fP
appears in the NROFF source, the converter will (mistakenly) identify 'eval' as a Tcl command and create a cross-reference to the eval(n) reference page, when it really ought to be tagged as a sub-command instead.

Fortunately, I think I've found a way to partially solve this...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!