Updated start page svn reference to tell users to use Git by default and mention svn mirror
This commit is contained in:
parent
72975ce684
commit
7bef10c075
Binary file not shown.
Binary file not shown.
|
@ -27,13 +27,13 @@ Obtaining and Installing MathJax
|
||||||
================================
|
================================
|
||||||
|
|
||||||
The easiest way to set up MathJax is to obtain the
|
The easiest way to set up MathJax is to obtain the
|
||||||
``MathJax-v1.0.zip`` archive from the `MathJax download page
|
``MathJax-v1.0.1.zip`` archive from the `MathJax download page
|
||||||
<http://www.mathjax.org/download/>`_. This includes both the MathJax code
|
<http://www.mathjax.org/download/>`_. This includes both the MathJax code
|
||||||
and the MathJax webfonts, so this is the only file you need. (This is
|
and the MathJax webfonts, so this is the only file you need. (This is
|
||||||
different from the beta releases, which had the fonts separate from
|
different from the beta releases, which had the fonts separate from
|
||||||
the rest of the code).
|
the rest of the code).
|
||||||
|
|
||||||
Unpack the ``MathJax-v1.0.zip`` archive and place the
|
Unpack the ``MathJax-v1.0.1.zip`` archive and place the
|
||||||
resulting MathJax folder onto your web server at a convenient
|
resulting MathJax folder onto your web server at a convenient
|
||||||
location where you can include it into your web pages. For example,
|
location where you can include it into your web pages. For example,
|
||||||
making ``MathJax`` a top-level directory on your server would be
|
making ``MathJax`` a top-level directory on your server would be
|
||||||
|
@ -41,11 +41,13 @@ one natural way to do this. That would let you refer to the main
|
||||||
MathJax file via the URL ``/MathJax/MathJax.js`` from within any page
|
MathJax file via the URL ``/MathJax/MathJax.js`` from within any page
|
||||||
on your server.
|
on your server.
|
||||||
|
|
||||||
Note: While this is the easiest way to set up MathJax initially, there
|
Note: While this is the easiest way to set up MathJax initially, there is a
|
||||||
is a better way to do it if you want to be able to keep your copy of
|
better way to do it if you want to be able to keep your copy of MathJax
|
||||||
MathJax up-to-date easily. That uses the `subversion
|
up-to-date easily. That uses the `Git <http://git-scm.com/>`_ version control
|
||||||
<http://subversion.apache.org/>`_ program, and is described in the
|
system, and is described in the :ref:`Installing MathJax <getting-mathjax-git>`
|
||||||
:ref:`Installing MathJax <getting-mathjax-svn>` document.
|
document. If you prefer using `Subversion <http://subversion.apache.org/>`_, we
|
||||||
|
also maintain an SVN mirror (see :ref:`Installing MathJax via SVN
|
||||||
|
<getting-mathjax-svn>`).
|
||||||
|
|
||||||
Once you have MathJax set up on your server, you can test it using the
|
Once you have MathJax set up on your server, you can test it using the
|
||||||
files in the ``MathJax/test`` directory. Load them in your browser
|
files in the ``MathJax/test`` directory. Load them in your browser
|
||||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -66,21 +66,23 @@ read the details in order to customize the setup for your pages.</p>
|
||||||
<div class="section" id="obtaining-and-installing-mathjax">
|
<div class="section" id="obtaining-and-installing-mathjax">
|
||||||
<h2>Obtaining and Installing MathJax<a class="headerlink" href="#obtaining-and-installing-mathjax" title="Permalink to this headline">¶</a></h2>
|
<h2>Obtaining and Installing MathJax<a class="headerlink" href="#obtaining-and-installing-mathjax" title="Permalink to this headline">¶</a></h2>
|
||||||
<p>The easiest way to set up MathJax is to obtain the
|
<p>The easiest way to set up MathJax is to obtain the
|
||||||
<tt class="docutils literal"><span class="pre">MathJax-v1.0.zip</span></tt> archive from the <a class="reference external" href="http://www.mathjax.org/download/">MathJax download page</a>. This includes both the MathJax code
|
<tt class="docutils literal"><span class="pre">MathJax-v1.0.1.zip</span></tt> archive from the <a class="reference external" href="http://www.mathjax.org/download/">MathJax download page</a>. This includes both the MathJax code
|
||||||
and the MathJax webfonts, so this is the only file you need. (This is
|
and the MathJax webfonts, so this is the only file you need. (This is
|
||||||
different from the beta releases, which had the fonts separate from
|
different from the beta releases, which had the fonts separate from
|
||||||
the rest of the code).</p>
|
the rest of the code).</p>
|
||||||
<p>Unpack the <tt class="docutils literal"><span class="pre">MathJax-v1.0.zip</span></tt> archive and place the
|
<p>Unpack the <tt class="docutils literal"><span class="pre">MathJax-v1.0.1.zip</span></tt> archive and place the
|
||||||
resulting MathJax folder onto your web server at a convenient
|
resulting MathJax folder onto your web server at a convenient
|
||||||
location where you can include it into your web pages. For example,
|
location where you can include it into your web pages. For example,
|
||||||
making <tt class="docutils literal"><span class="pre">MathJax</span></tt> a top-level directory on your server would be
|
making <tt class="docutils literal"><span class="pre">MathJax</span></tt> a top-level directory on your server would be
|
||||||
one natural way to do this. That would let you refer to the main
|
one natural way to do this. That would let you refer to the main
|
||||||
MathJax file via the URL <tt class="docutils literal"><span class="pre">/MathJax/MathJax.js</span></tt> from within any page
|
MathJax file via the URL <tt class="docutils literal"><span class="pre">/MathJax/MathJax.js</span></tt> from within any page
|
||||||
on your server.</p>
|
on your server.</p>
|
||||||
<p>Note: While this is the easiest way to set up MathJax initially, there
|
<p>Note: While this is the easiest way to set up MathJax initially, there is a
|
||||||
is a better way to do it if you want to be able to keep your copy of
|
better way to do it if you want to be able to keep your copy of MathJax
|
||||||
MathJax up-to-date easily. That uses the <a class="reference external" href="http://subversion.apache.org/">subversion</a> program, and is described in the
|
up-to-date easily. That uses the <a class="reference external" href="http://git-scm.com/">Git</a> version control
|
||||||
<a class="reference internal" href="installation.html#getting-mathjax-svn"><em>Installing MathJax</em></a> document.</p>
|
system, and is described in the <a class="reference internal" href="installation.html#getting-mathjax-git"><em>Installing MathJax</em></a>
|
||||||
|
document. If you prefer using <a class="reference external" href="http://subversion.apache.org/">Subversion</a>, we
|
||||||
|
also maintain an SVN mirror (see <a class="reference internal" href="installation.html#getting-mathjax-svn"><em>Installing MathJax via SVN</em></a>).</p>
|
||||||
<p>Once you have MathJax set up on your server, you can test it using the
|
<p>Once you have MathJax set up on your server, you can test it using the
|
||||||
files in the <tt class="docutils literal"><span class="pre">MathJax/test</span></tt> directory. Load them in your browser
|
files in the <tt class="docutils literal"><span class="pre">MathJax/test</span></tt> directory. Load them in your browser
|
||||||
using its web address rather than opening them locally (i.e., use an
|
using its web address rather than opening them locally (i.e., use an
|
||||||
|
|
|
@ -27,13 +27,13 @@ Obtaining and Installing MathJax
|
||||||
================================
|
================================
|
||||||
|
|
||||||
The easiest way to set up MathJax is to obtain the
|
The easiest way to set up MathJax is to obtain the
|
||||||
``MathJax-v1.0.zip`` archive from the `MathJax download page
|
``MathJax-v1.0.1.zip`` archive from the `MathJax download page
|
||||||
<http://www.mathjax.org/download/>`_. This includes both the MathJax code
|
<http://www.mathjax.org/download/>`_. This includes both the MathJax code
|
||||||
and the MathJax webfonts, so this is the only file you need. (This is
|
and the MathJax webfonts, so this is the only file you need. (This is
|
||||||
different from the beta releases, which had the fonts separate from
|
different from the beta releases, which had the fonts separate from
|
||||||
the rest of the code).
|
the rest of the code).
|
||||||
|
|
||||||
Unpack the ``MathJax-v1.0.zip`` archive and place the
|
Unpack the ``MathJax-v1.0.1.zip`` archive and place the
|
||||||
resulting MathJax folder onto your web server at a convenient
|
resulting MathJax folder onto your web server at a convenient
|
||||||
location where you can include it into your web pages. For example,
|
location where you can include it into your web pages. For example,
|
||||||
making ``MathJax`` a top-level directory on your server would be
|
making ``MathJax`` a top-level directory on your server would be
|
||||||
|
@ -41,11 +41,13 @@ one natural way to do this. That would let you refer to the main
|
||||||
MathJax file via the URL ``/MathJax/MathJax.js`` from within any page
|
MathJax file via the URL ``/MathJax/MathJax.js`` from within any page
|
||||||
on your server.
|
on your server.
|
||||||
|
|
||||||
Note: While this is the easiest way to set up MathJax initially, there
|
Note: While this is the easiest way to set up MathJax initially, there is a
|
||||||
is a better way to do it if you want to be able to keep your copy of
|
better way to do it if you want to be able to keep your copy of MathJax
|
||||||
MathJax up-to-date easily. That uses the `subversion
|
up-to-date easily. That uses the `Git <http://git-scm.com/>`_ version control
|
||||||
<http://subversion.apache.org/>`_ program, and is described in the
|
system, and is described in the :ref:`Installing MathJax <getting-mathjax-git>`
|
||||||
:ref:`Installing MathJax <getting-mathjax-svn>` document.
|
document. If you prefer using `Subversion <http://subversion.apache.org/>`_, we
|
||||||
|
also maintain an SVN mirror (see :ref:`Installing MathJax via SVN
|
||||||
|
<getting-mathjax-svn>`).
|
||||||
|
|
||||||
Once you have MathJax set up on your server, you can test it using the
|
Once you have MathJax set up on your server, you can test it using the
|
||||||
files in the ``MathJax/test`` directory. Load them in your browser
|
files in the ``MathJax/test`` directory. Load them in your browser
|
||||||
|
|
Loading…
Reference in New Issue
Block a user