Wish list item ( It's already in there! )

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Wish list item ( It's already in there! )

Post by Thunderstone »




The magnifying glass that shows the context of a match does exactly what
you describe, but just within the context of a search.

The actual HTML is never really stored in the DB, only the
parsed ascii rendition. If you want to dump it back into some
kind of html as you requested, perform this rather lengthy command:

gw -st "select '<html><head><title>'+Title+'</title></head>','<body><pre>'+Body+'</pre></body>' from html"

I'll leave it to you to figure out how to split the output into multiple
files. ( Maybe See : CSPLIT(1) , SED(1) or AWK(1) )

A full Texis / T1000 Webinator license is fully capable of doing everything
you asked with very little work.

Good Luck!

Thunderstone

[some snipping happened]

Post Reply