File: browhelp.html

package info (click to toggle)
mh-book 200605-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 6,356 kB
  • ctags: 2,059
  • sloc: sh: 1,449; perl: 642; ansic: 279; php: 58; makefile: 39; csh: 8
file content (67 lines) | stat: -rw-r--r-- 2,447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!-- $Id: browhelp.html 600 2006-05-31 22:13:43Z wohler $ -->
<html>
  <head>
    <meta name="Author" content="Jerry Peek">
    <title>Browsing Help: MH &amp; nmh: Email for Users & Programmers</title>
    <?$book = '.'?>
    <link rel="stylesheet" href="<?=$book?>/mh.css" type="text/css">
  </head>

  <body>
    <?
      include "$book/mh.php";
      includeHeader('structur.html', 'to-do.html');
    ?>

    <a name="index1"></a>
    <h1>Browsing Help</h1>

    <p>
    Here are some notes to help you use the online edition of this
    book:

    <ul>

      <li>
      Trying to find something in the book? When you're searching,
      remember that you can do more than use Google search or browse
      the indexes. Your browser probably has a built-in search command
      to search the page you're viewing. So try a search command
      inside the table of contents. Or, when you pull up a page of the
      book, and you don't see the place you were looking for, use your
      browser's search command on that page.

      <li>
      These files use the HTML non-breaking space
      character, <i>&amp;nbsp;</i>, to hold related words together; if
      you see it in the text, either get a better Web browser or
      imagine that you're seeing a single space. The same goes for
      some non-ASCII characters, like <tt>&iexcl;</tt> (an upside-down
      exclamation point, represented in HTML as <tt>&amp;iexcl;</tt>)
      and this <tt>&ntilde;</tt> (an <tt>n</tt> with a tilde
      (<tt>~</tt>) over it, represented in HTML by the
      entity <tt>&amp;ntilde;</tt>).

      <p>
      If your browser has any of those problems, you'll have some
      trouble viewing these files because your page won't look exactly
      the way it should.

      <li>
      If your connection to this Web site is slow, you
      can <a
      href="http://sourceforge.net/project/showfiles.php?group_id=143658&package_id=157812">download
      the book</a> to install on your local computer. It takes 4 or 5
      Megabytes of disk space after uncompressing. Read the release
      notes for more information. Note that these releases aren't
      updated as often as the web version
      at <a
      href="http://rand-mh.sourceforge.net/book/">http://rand-mh.sourceforge.net/book/</a>.
    </ul>

    <?
      includeFooter('$Date: 2006-05-31 15:13:43 -0700 (Wed, 31 May 2006) $',
        'Jerry: 1997; Bill: 2006');
    ?>
  </body>
</html>