You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by bu...@apache.org on 2013/10/29 12:54:10 UTC

svn commit: r884636 - in /websites/staging/sis/trunk/content: ./ command-line.html source.html

Author: buildbot
Date: Tue Oct 29 11:54:10 2013
New Revision: 884636

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/command-line.html
    websites/staging/sis/trunk/content/source.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 29 11:54:10 2013
@@ -1 +1 @@
-1536675
+1536678

Modified: websites/staging/sis/trunk/content/command-line.html
==============================================================================
--- websites/staging/sis/trunk/content/command-line.html (original)
+++ websites/staging/sis/trunk/content/command-line.html Tue Oct 29 11:54:10 2013
@@ -133,7 +133,7 @@ However all commands support the <code>-
 The data file given in argument can be a local file or a URL.
 By default, the metadata are shown in a relatively compact tree-table format.
 But the metadata can optionally be exported as an ISO 19139 compliant XML document.</p>
-<blockquote>**NOTE:**
+<blockquote><b>Note:</b>
 As of SIS 0.3, only CF-compliant NetCDF files or ISO 19139 XML documents can be given in argument to this command.
 </blockquote>
 

Modified: websites/staging/sis/trunk/content/source.html
==============================================================================
--- websites/staging/sis/trunk/content/source.html (original)
+++ websites/staging/sis/trunk/content/source.html Tue Oct 29 11:54:10 2013
@@ -118,7 +118,7 @@ For fetching the source code, choose one
 <li><a href="#formatting">Code formatting</a><ul>
 <li><a href="#javadoc-tags">Javadoc annotations</a></li>
 <li><a href="#html">HTML elements</a></li>
-<li><a href="#math">MathML elements</a></li>
+<li><a href="#mathml">MathML elements</a></li>
 <li><a href="#paragraph">Paragraphs</a></li>
 <li><a href="#css">Javadoc CSS</a></li>
 <li><a href="#miscellaneous">Miscellaneous</a></li>
@@ -273,7 +273,7 @@ For example:</p>
 <li>Instead of "<code>&lt;pre&gt;</code>" for a Java listing, use "<code>{@preformat java}</code>"
      (this Javadoc tag is specific to Apache SIS).</li>
 </ul>
-<h3 id="math">MathML elements</h3>
+<h3 id="mathml">MathML elements</h3>
 <p>The source code occasionally uses MathML for formulas that are difficult to render with only Unicode characters.
 PNG images are not extensively used for formulas because they are difficult to edit after creation,
 and their content are invisible to search operations (for example when a variable is renamed).