         File: ShowPeople-1.0.zip
       Author: Wesley Dungan
      Release: 1.0
Compatibility: R4.5 (Intel, PowerPC)
     Location: contrib/util
  Description: View people files as text or HTML
        Notes: The source code is included.

You can run ShowPeople from the command line and generate text:

  $ ShowPeople

  Joe Black
  joe@coldmail.com
  (555) 123-4567
  Route 66
  Somewhere, CA 98765

You can run ShowPeople from the command line and generate HTML:

  $ ShowPeople -html

  <html>
  <head>
  <title>BeOS People Entries</title>
  </head>
  <body>
  <table>
  <tr>
  <td valign=top>
  <p>Joe Black
  <ul>
  <li><a href="mailto:joe@coldmail.com">joe@coldmail.com</a>
  <li>(555) 123-4567
  <li>Route 66
  <br>Somewhere, CA 98765
  </ul>
  </table>
  </body>
  </html>

Also, you can double click on ShowPeople's icon and launch a web
browser containing information about the people in your people
directory.  ShowPeople will create/update an HTML file called
/boot/home/people/show_people.html each time you invoke the program
via a double click.

Wesley Dungan
wesley@idsi.net