diner: Convert NetPositive bookmarks
Contributed by: Peter Stegemann
This tip is valid for:
Both BeOS and Haiku
If you want to turn your hierarchy of NetPositive bookmarks into a single, Netscape-style HTML document, install the diner Web server. Once you’ve got it up and running, save the following code as an HTML document and load it into NetPositive via diner. Pull down File | Save and you’re done.
<html>
<head><title>Bookmarks</title></head>
<body bgcolor=white>
<table border=0>
<tr><th>Title</th><th>Link</th></tr>
<Block List "/boot/home/config/settings/Netpositive/Bookmarks">
<tr>
<td><Var META:title></td><td><a
href="<Var META:url>"><Var
META:url></a></td>
</tr>
</Block>
</table>
</body>
</html>
Posted in Applications