Copyright adjusted to 2009.
[FireMan.git] / README
blob5db3042f1a72c8f2850f7d38bca5039eb0173281
1 FireMan
2 The local firefox manual page viewer.
4 0. Requirements
5 1. Building
6 2. Using
7 3. Developing
10 ======================================================================
12 0. Requirements
14 Firefox 3.0 and higher required.
16 A "zip" program is required.
18 Be sure to have a 'sed' (man 1 sed) installed with infile (-i) support
19 (ex. GNU sed).
21 On OpenBSD install the "gsed" package.
24 1. Building
26 Type "make" to build a XPI extension package if you meet the
27 requirements.
30 2. Using
32 Start Firefox and choose "File" -> "Open File..." and choose the XPI
33 file from this directory.
36 3. Developing
38 To have a faster development, create a file, named like the application
39 id with the path to the build directory in it. Example:
41   pwd > \
42   ~/.mozilla/firefox/<profileid>/extensions/fireman\@new-thoughts.org
44 Afterwards, Firefox will load the current state on start.