Updated start page svn reference to tell users to use Git by default and mention svn mirror

This commit is contained in:
Casey W. Stark 2010-11-02 20:48:28 -07:00
parent 72975ce684
commit 7bef10c075
7 changed files with 27 additions and 21 deletions

View File

@ -27,13 +27,13 @@ Obtaining and Installing MathJax
================================
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
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
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
location where you can include it into your web pages. For example,
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
on your server.
Note: While this is the easiest way to set up MathJax initially, there
is a better way to do it if you want to be able to keep your copy of
MathJax up-to-date easily. That uses the `subversion
<http://subversion.apache.org/>`_ program, and is described in the
:ref:`Installing MathJax <getting-mathjax-svn>` document.
Note: While this is the easiest way to set up MathJax initially, there is a
better way to do it if you want to be able to keep your copy of MathJax
up-to-date easily. That uses the `Git <http://git-scm.com/>`_ version control
system, and is described in the :ref:`Installing MathJax <getting-mathjax-git>`
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
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

View File

@ -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">
<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
<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
different from the beta releases, which had the fonts separate from
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
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
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
on your server.</p>
<p>Note: While this is the easiest way to set up MathJax initially, there
is a better way to do it if you want to be able to keep your copy of
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
<a class="reference internal" href="installation.html#getting-mathjax-svn"><em>Installing MathJax</em></a> document.</p>
<p>Note: While this is the easiest way to set up MathJax initially, there is a
better way to do it if you want to be able to keep your copy of MathJax
up-to-date easily. That uses the <a class="reference external" href="http://git-scm.com/">Git</a> version control
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
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

View File

@ -27,13 +27,13 @@ Obtaining and Installing MathJax
================================
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
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
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
location where you can include it into your web pages. For example,
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
on your server.
Note: While this is the easiest way to set up MathJax initially, there
is a better way to do it if you want to be able to keep your copy of
MathJax up-to-date easily. That uses the `subversion
<http://subversion.apache.org/>`_ program, and is described in the
:ref:`Installing MathJax <getting-mathjax-svn>` document.
Note: While this is the easiest way to set up MathJax initially, there is a
better way to do it if you want to be able to keep your copy of MathJax
up-to-date easily. That uses the `Git <http://git-scm.com/>`_ version control
system, and is described in the :ref:`Installing MathJax <getting-mathjax-git>`
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
files in the ``MathJax/test`` directory. Load them in your browser