mhonarc-users

"framizing" MHonArc

1996-09-02 10:25:36
Hi all,

let give you a quick mean to take advantage of frames (netscape2 frames
support).

Create the following file named frame-index.html:


<html>
<title>Framed mail archive</title>
<frameset rows="30%, *">
<FRAME SRC="index.html"    NAME=toc>
<FRAME SRC="blank.html"    NAME=Display>
</frameset>
</html>

create the following file named blank.html:

<HTML>
</HTML>

It's blank ;-)

Assuming the indexes of your archive are named index.html and
threads.html run the following script in the archive directory:

# framize index
sed -e 's;<HTML>;<HTML> <BASE TARGET=Display>;g' -e 's;<A
HREF="threads.html">;<A TARGET=toc HREF="threads.html">;g' $index.html
$$.index
mv $$.index $INDEX

# framize thread index
sed -e 's;<HTML>;<HTML> <BASE TARGET=Display>;g' -e 's;<A
HREF="index.html">;<A TARGET=toc HREF="index.html">;g' threads.html
$$.thread
mv $$.thread $THREAD

And then let's go reading frame-index.html.

Hope this helps,
 
Guillaume Oget
Enterprise Networking & Security Division
Phone: (+33) 76 62 65 04 Fax: (+33) 76 62 12 86 Telnet : 779 6504
mailto:guillaume_oget(_at_)grenoble(_dot_)hp(_dot_)com

<Prev in Thread] Current Thread [Next in Thread>
  • "framizing" MHonArc, Guillaume Oget ENSD LAB 779-6504 <=