File: links.html

package info (click to toggle)
jscoverage 0.3.1-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 7,308 kB
  • ctags: 8,302
  • sloc: ansic: 77,298; sh: 12,541; makefile: 224; perl: 176
file content (60 lines) | stat: -rw-r--r-- 2,318 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>JSCoverage - links</title>
<link rel="stylesheet" type="text/css" href="reset-fonts-grids.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="doc3" class="yui-t5">
  <div id="hd"><h1><a href="./">JSCoverage</a><br><span class="tag">code coverage for JavaScript</span></h1></div>  
  <div id="bd">
    <div id="yui-main"> 
      <div id="jscoverage-main" class="yui-b">
        <h2>Links</h2>
        <p>
        The design of JSCoverage has been influenced by other code coverage tools:
        </p>
        <dl>
        <dt><a href="http://gcc.gnu.org/onlinedocs/gcc/Gcov.html">gcov</a>
        <dd>Code coverage for C/C++.
        <dt><a href="http://cobertura.sourceforge.net/">Cobertura</a>
        <dd>Code coverage for Java.
        <dt><a href="http://nedbatchelder.com/code/modules/coverage.html">coverage.py</a>
        <dd>Code coverage for Python.
        </dl>
        <p>
        The implementation of JSCoverage includes the following libraries:
        </p>
        <dl>
        <dt><a href="http://www.mozilla.org/js/spidermonkey/">Mozilla SpiderMonkey</a>
        <dd>JSCoverage uses Mozilla's JavaScript implementation to parse JavaScript.
        <dt><a href="http://www.ossp.org/pkg/lib/js/">OSSP js</a>
        <dd>JSCoverage uses the OSSP distribution of SpiderMonkey.
        </dl>
      </div>
    </div>
    <div id="jscoverage-sidebar" class="yui-b">
      <ul>
      <li><a href="./">Home</a>
      <li><a href="news.html">News</a> <a href="http://siliconforks.com/jscoverage/news.xml" type="application/rss+xml" title="RSS feed for JSCoverage"><img src="feed-icon-14x14.png" alt="RSS feed"></a>
      <li><a href="manual.html">Documentation</a>
      <li><a href="demo.html">Demo</a>
      <li><a href="http://siliconforks.com/jscoverage/download.html">Download</a>
      <li><a href="faq.html">FAQ</a>
      <li><a href="help.html">Help</a>
      <li><a href="license.html">License</a>
      <li>Links
      </ul>
    </div> 
  </div>
  <div id="ft">
    <address>
      Copyright &copy; 2007 siliconforks.com<br>
      Last updated May 26, 2007<br>
      <a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a>
    </address>
  </div>  
</div>
</body>
</html>