[go: up one dir, main page]

File: index.tpl.html

package info (click to toggle)
firebug 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,488 kB
  • ctags: 680
  • sloc: xml: 1,302; makefile: 19
file content (85 lines) | stat: -rw-r--r-- 3,819 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Firebug Releases</title>
<base href="http://getfirebug.com/" />
<style type="text/css" media="screen">@import "/firebug.css";</style>
</head>

<body>
<div id="main">
<img class="corner cornerTopLeft" src="/blank.gif"/>
<img class="corner cornerTopRight" src="/blank.gif"/>

<div id="topNav">
    <div><a href="/blog">blog</a></div>
    <div><a href="http://groups.google.com/group/firebug">discuss</a></div>
    <div><a href="/contribute.html">contribute</a></div>
    <div><a href="/docs.html">documentation</a></div>
</div>

<a href="/"><img class="header" src="/header.png"/></a>

<div id="content">
    <div class="columns">
        <div class="fullColumn">
            <br/>
            <h1>Firebug Releases</h1>

            <p>The latest stable release is available on the <a href="/#install">front page</a>.</p>

            <h2>Firebug 1.2 Betas</h2>
            <p>
            <a href="http://getfirebug.com/releases/firebug/1.2/firebug-1.2@FIREBUG-VERSION@.xpi">Firebug 1.2</a>
             focuses on performance improvements and support for Firefox 3. The 1.2 features are complete and we are actively fixing bugs. Please read the
             <a href="http://code.google.com/p/fbug/source/browse/branches/firebug1.2/docs/ReleaseNotes_1.2.txt">1.2 release notes</a>
             before installing. Recommended for Firefox 3.
             </p>

             <p>
             <a href="http://getfirebug.com/releases/firebug/1.2X/firebug-1.2X@FIREBUG-VERSION@.xpi">Firebug 1.2X</a> is the same code
             as Firebug 1.2 but with internal debug tracing available for Firebug extension developers.
             </p>

            <h2>Firebug 1.1 Betas</h2>
            <p> <a href="http://getfirebug.com/releases/firebug/1.1/firebug-1.1.0b12.xpi">Firebug 1.1.0</a> has had many beta tests and is the version recommended for Firefox 2</p>


            <h2>Firebug 1.0.5</h2>
            <p>Firebug 1.0.5 (aka 1.05) was released in May 2007. This version has been widely used.
            Before reporting bugs, please try <a href="http://getfirebug.com/releases/firebug/1.2/firebug-1.2@FIREBUG-VERSION@.xpi">Firebug 1.2</a> </p>


            <h2>ChromeBug Alphas</h2>
            <p><a href="http://getfirebug.com/releases/chromebug/chromebug-0.3.0a4.xpi">ChromeBug</a> is Firebug for Firefox extensions.
            <ul>
                <li>Requires <a href="http://getfirebug.com/releases/firebug/1.2/firebug-1.2X@FIREBUG-VERSION@.xpi">Firebug 1.2.</a></li>
                <li> Works with <a href="https://addons.mozilla.org/en-US/firefox/addon/4453">Chromelist.</a></li>
                <li>Works on Firefox 3.0 and later </li>
                <li> To run chromebug: <code>firefox.exe -chrome chrome://chromebug/content/chromebug.xul -firefox</code></li>
                <li>Currently unstable, testing install and bugs in FF3, and comments welcome.</li>
            </ul>

            <!--  DO NOT EDIT see docs/index.tmp.html -->

            <h2>Firebug Source</h2>
            <p>Firebug <a href="http://code.google.com/p/fbug/source/checkout">open source</a> has a BSD-style license.
            See the <a href="http://code.google.com/p/fbug/source/browse/branches/readme.txt">readme.txt</a> for build instructions.</p>

        </div>
    </div>

        <div class="footer">
        <p>Firebug is a free Firefox extension. <a href="/#install">Ready to install?</a></p>
        <p id="legal">Firebug is a registered trademark of <a href="http://www.parakey.com">Parakey, Inc.</a></p>

    </div>
</div>

</div>

</body>
</html>