[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / odt2spip_32 / inc / xsltml / README
diff --git a/www/plugins/odt2spip_32/inc/xsltml/README b/www/plugins/odt2spip_32/inc/xsltml/README
new file mode 100644 (file)
index 0000000..6d173af
--- /dev/null
@@ -0,0 +1,97 @@
+README for the XSLT MathML Library\r
+\r
+XSLT MathML Library is a set of XSLT stylesheets to transform\r
+MathML 2.0 to LaTeX.\r
+\r
+For more information, see\r
+http://www.raleigh.ru/MathML/mmltex/index.php?lang=en\r
+\r
+Manifest\r
+--------\r
+\r
+README        this file\r
+mmltex.xsl\r
+tokens.xsl\r
+glayout.xsl\r
+scripts.xsl\r
+tables.xsl\r
+entities.xsl\r
+cmarkup.xsl\r
+\r
+Use\r
+---\r
+\r
+There are two ways of using the library:\r
+\r
+    * Use a local copy of the library.\r
+\r
+        1. Download the distribution (see below).\r
+\r
+        2. Unpack the distribution, using unzip.\r
+\r
+        3. In your stylesheet import or include either the main\r
+           stylesheet, mmltex.xsl, or the stylesheet module you\r
+           wish to use, such as tokens.xsl. This example assumes\r
+           that the distribution has been extracted into the same\r
+           directory as your own stylesheet:\r
+\r
+           <xsl:import href="mmltex.xsl"/>\r
+\r
+    * Import or include either the main stylesheet, or the\r
+      stylesheet module you wish to use, directly from the library\r
+      website; http://www.raleigh.ru/MathML/mmltex/. For example:\r
+\r
+      <xsl:import href="http://www.raleigh.ru/MathML/mmltex/mmltex.xsl"/>\r
+\r
+Obtaining The Library\r
+---------------------\r
+\r
+The XSLT MathML Library is available for download as:\r
+\r
+    * Zip file: http://www.raleigh.ru/MathML/mmltex/mmltex.zip\r
+\r
+Copyright\r
+---------\r
+\r
+Copyright (C) 2001, 2002 Vasil Yaroshevich\r
+\r
+Permission is hereby granted, free of charge, to any person\r
+obtaining a copy of this software and associated documentation\r
+files (the ``Software''), to deal in the Software without\r
+restriction, including without limitation the rights to use,\r
+copy, modify, merge, publish, distribute, sublicense, and/or\r
+sell copies of the Software, and to permit persons to whom the\r
+Software is furnished to do so, subject to the following\r
+conditions:\r
+\r
+The above copyright notice and this permission notice shall be\r
+included in all copies or substantial portions of the Software.\r
+\r
+Except as contained in this notice, the names of individuals\r
+credited with contribution to this software shall not be used in\r
+advertising or otherwise to promote the sale, use or other\r
+dealings in this Software without prior written authorization\r
+from the individuals in question.\r
+\r
+Any stylesheet derived from this Software that is publically\r
+distributed will be identified with a different name and the\r
+version strings in any derived Software will be changed so that\r
+no possibility of confusion between the derived package and this\r
+Software will exist.\r
+\r
+Warranty\r
+--------\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\r
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER\r
+CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\r
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r
+OTHER DEALINGS IN THE SOFTWARE.\r
+\r
+Contacting the Author\r
+---------------------\r
+\r
+These stylesheets are maintained by Vasil Yaroshevich, <yarosh@raleigh.ru>.\r