File: helpmenu.html

package info (click to toggle)
pfaedit 0.0.20020312-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 29,804 kB
  • ctags: 34,822
  • sloc: ansic: 372,277; sh: 7,619; makefile: 231
file content (67 lines) | stat: -rw-r--r-- 1,471 bytes parent folder | download
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
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 15-Dec-2001 -->
  <!-- AP: Last modified: 30-Dec-2001 -->
  <TITLE>Help menu</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=Center>
  Help Menu
</H1>
<P>
The Help menu has only two entries:
<UL>
  <LI>
    Help
  <LI>
    About
</UL>
<DL>
  <DT>
    Help
  <DD>
    Invokes a browser and brings up the pfaedit web site.
    <P>
    If you define the environment variable BROWSER so that it contains the name
    of the browser you like then PfaEdit will use that, otherwise it will try
    to guess something appropriate by looking at your PATH.
    <P>
    PfaEdit will search for help in either /usr/share/doc/pfaedit/ or on
    http://pfaedit.sf.net/.
  <DT>
    About
  <DD>
    Will display the splash screen again.
</DL>
<H2>
  Other menus
</H2>
<UL>
  <LI>
    <A HREF="filemenu.html">File</A>
  <LI>
    <A HREF="editmenu.html">Edit</A>
  <LI>
    <A HREF="pointmenu.html">Point</A>
  <LI>
    <A HREF="elementmenu.html">Element</A>
  <LI>
    <A HREF="hintsmenu.html">Hints</A>
  <LI>
    <A HREF="viewmenu.html">View</A>
  <LI>
    <A HREF="metricsmenu.html">Metrics</A>
  <LI>
    <A HREF="cidmenu.html">CID</A>
  <LI>
    <A HREF="windowmenu.html">Window</A>
  <LI>
    <A HREF="helpmenu.html">Help</A>
  <LI>
    <A HREF="HotKeys.html">Hot Keys</A>
</UL>
<P ALIGN=Center>
-- <A HREF="windowmenu.html">Prev</A> -- <A HREF="overview.html">TOC</A>
-- <A HREF="HotKeys.html">Next</A> --
</BODY></HTML>