comparison firefoxaddon/template/readme.txt @ 0:9869cf47fcf8 default tip

initial commit of Firefox addon template
author k0s <k0scist@gmail.com>
date Sun, 28 Mar 2010 16:25:58 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9869cf47fcf8
1 This extension was generated by the Extension Wizard at
2 http://ted.mielczarek.org/code/mozilla/extensionwiz/ .
3 This extension is compatible only with Firefox 1.5 and
4 above. Most of the files in this package are based on
5 the 'helloworld' extension from the Mozillazine Knowledge Base.
6
7 You can build an XPI for installation by running the
8 build.sh script located in this folder. For development
9 you should do the following:
10 1. Unzip the entire contents of this package to somewhere,
11 e.g, c:\dev or /home/user/dev
12 2. Put the full path to the folder (e.g. c:\dev\helloworld on
13 Windows, /home/user/dev/helloworld on Linux) in a file named
14 helloworld@jeff.hammel and copy that file to
15 [your profile folder]\extensions\
16 3. Restart Firefox.
17
18 For more information, see the Mozillazine Knowledge Base:
19 http://kb.mozillazine.org/Getting_started_with_extension_development
20
21 -Ted Mielczarek <ted.mielczarek@gmail.com>