File: index.html

package info (click to toggle)
ipython 1.2.1-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 22,884 kB
  • sloc: python: 67,305; makefile: 469; lisp: 272; sh: 251
file content (21 lines) | stat: -rw-r--r-- 790 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
<div id="intro" class="mono">
    <p>/* ---</p>

    <p>RequireJS is a JavaScript file and module loader. It is optimized for
    in-browser use, but it can be used in other JavaScript environments,
    like Rhino and <a href="requirejs/tree/master/docs/node.md">Node</a>. Using
    a modular script loader like RequireJS will improve the speed and
    quality of your code.</p>

    <p>
    IE 6+ .......... compatible &#x2714;<br>
    Firefox 2+ ..... compatible &#x2714;<br>
    Safari 3.2+ .... compatible &#x2714;<br>
    Chrome 3+ ...... compatible &#x2714;<br>
    Opera 10+ ...... compatible &#x2714;
    </p>

    <p><a href="requirejs/tree/master/docs/start.md">Get started</a> then check out the <a href="requirejs/tree/master/docs/api.md">API</a>.</p>

    <p>--- */</p>
</div>