The Haiku/BeOS Tip Server
Tips and tricks for Haiku/BeOS users
Random tip: About

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

Comment on this tip

Comments may be incorporated into the original tip by site editors.

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.