Update docs.

This commit is contained in:
Tor Andersson
2017-06-14 12:37:20 +02:00
parent 2dced7cf69
commit 03c889d581
4 changed files with 17 additions and 11 deletions

View File

@@ -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>

View File

@@ -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 &mdash; 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 &mdash; 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -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>