mirror of
https://github.com/ccxvii/mujs.git
synced 2026-02-06 01:41:37 +08:00
Update docs.
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="/index.html">ABOUT</a>
|
||||
<a href="/docs/reference.html">REFERENCE</a>
|
||||
<a href="/docs/examples.html">EXAMPLES</a>
|
||||
<a href="index.html">ABOUT</a>
|
||||
<a href="reference.html">REFERENCE</a>
|
||||
<a href="examples.html">EXAMPLES</a>
|
||||
<a href="http://git.ghostscript.com/?p=mujs.git;a=summary">SOURCE</a>
|
||||
<a href="https://bugs.ghostscript.com/">BUGS</a>
|
||||
</nav>
|
||||
|
||||
@@ -12,15 +12,17 @@
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="/index.html">ABOUT</a>
|
||||
<a href="/docs/reference.html">REFERENCE</a>
|
||||
<a href="/docs/examples.html">EXAMPLES</a>
|
||||
<a href="index.html">ABOUT</a>
|
||||
<a href="reference.html">REFERENCE</a>
|
||||
<a href="examples.html">EXAMPLES</a>
|
||||
<a href="http://git.ghostscript.com/?p=mujs.git;a=summary">SOURCE</a>
|
||||
<a href="https://bugs.ghostscript.com/">BUGS</a>
|
||||
</nav>
|
||||
|
||||
<article>
|
||||
|
||||
<img align="right" src="mujs-logo.png">
|
||||
|
||||
<h2>What is MuJS?</h2>
|
||||
|
||||
<p>
|
||||
@@ -42,7 +44,9 @@ IRC channel on freenode.
|
||||
|
||||
<p>
|
||||
Javascript is one of the most popular programming languages in the world.
|
||||
It is a powerful extension language, used everywhere on the web — both as a way to add interactivity to web pages in the browser, and on the server side with platforms like node.js.
|
||||
It is a powerful extension language, used everywhere on the web — both as
|
||||
a way to add interactivity to web pages in the browser, and on the server side
|
||||
with platforms like node.js.
|
||||
|
||||
<p>
|
||||
With MuJS you can bring this power to your application as well!
|
||||
@@ -51,7 +55,9 @@ With MuJS you can bring this power to your application as well!
|
||||
|
||||
<p>
|
||||
MuJS implements ES5.
|
||||
There are no non-standard extensions, so you can remain confident that Javascript code that runs on MuJS will also run on any other standards compliant Javascript implementation.
|
||||
There are no non-standard extensions, so you can remain confident that
|
||||
Javascript code that runs on MuJS will also run on any other standards
|
||||
compliant Javascript implementation.
|
||||
|
||||
<h3>Portable</h3>
|
||||
|
||||
BIN
docs/mujs-logo.png
Normal file
BIN
docs/mujs-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
@@ -12,9 +12,9 @@
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="/index.html">ABOUT</a>
|
||||
<a href="/docs/reference.html">REFERENCE</a>
|
||||
<a href="/docs/examples.html">EXAMPLES</a>
|
||||
<a href="index.html">ABOUT</a>
|
||||
<a href="reference.html">REFERENCE</a>
|
||||
<a href="examples.html">EXAMPLES</a>
|
||||
<a href="http://git.ghostscript.com/?p=mujs.git;a=summary">SOURCE</a>
|
||||
<a href="https://bugs.ghostscript.com/">BUGS</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user