[BACK]Return to top.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Annotation of OpenXM/doc/OpenXM-web/top.html, Revision 1.37

1.1       takayama    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                      2: "http://www.w3.org/TR/REC-html40/loose.dtd">
                      3:  <head>
                      4:   <title>OpenXM (Open message eXchange for Mathematics)</title>
                      5:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6:  </head>
                      7: <body bgcolor=#ffffff text=#000000>
                      8:
1.10      takayama    9: [<a href="index-ja.html"> in Japanese </a>] <br>
                     10: <a href="Current/doc/index-doc.html"> Documents </a>,
                     11: <a href="Current/index.html"> Download </a>,
                     12: <a href="Current/index-spec.html"> Specifications </a>,
                     13: <a href="Current/doc/index-license.html"> License </a>,
1.28      takayama   14: <a href="Current/video.html"> Video </a>,
1.31      takayama   15: <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
1.11      takayama   16: <a href="index.html"> Top </a>,
1.10      takayama   17:
                     18:
1.1       takayama   19: <center>
                     20: <h1> <img src="Stable/logo-openxm2.jpg"/>
                     21:   OpenXM (Open message eXchange for Mathematics):
                     22:   http://www.openxm.org
                     23: </h1>
                     24: </center>
                     25:
                     26: <h2> The News </h2>
                     27:
                     28: <ul>
1.36      takayama   29: <li> Debian package openxm-1.3.2-3 (network installer, 64bit) can be obtained from
1.30      takayama   30:   <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
1.29      takayama   31:   Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
1.27      takayama   32:   in the directory.
1.36      takayama   33:   (Mar 1, 2017. openxm-1.3.2-3)
1.37    ! takayama   34: <li> Bug fix (ox_pari does not start with "invalid server id" in 1.3.2-3): execute the following commands as the root.
        !            35: <pre>
        !            36: (cd  /usr/local/OpenXM/lib/asir ; rm ox_pari ; ln -s ../../bin/ox_pari ox_pari)
        !            37: </pre>
1.11      takayama   38: <li> <a href="news-o.html"> News Archive </a>
1.1       takayama   39: </ul>
                     40:
                     41: <h2> What is OpenXM? </h2>
                     42: It is an infrastructure for mathematical
                     43: communication.
                     44: We propose standards for mathematical computation
1.12      takayama   45: (OpenXM-RFC's).
                     46: We will also support <a href="http://www.openmath.org"> OpenMath </a>
                     47: which works for the standardization of mathematical data.
1.1       takayama   48: The project is also making experiments to connect mathematical
                     49: software systems each other on the infrastructure.
                     50: We are providing packages of mathematical software systems
1.12      takayama   51: supporting the OpenXM protocol.
                     52: Please view <a href="index-shot.html"> screenshots </a>
                     53: of OpenXM packages.
                     54: Here is a quick tour of the OpenXM package:
1.1       takayama   55: <a href="Stable/html/OpenXM-poster/func1/index.html">functions 1</a>,
                     56: <a href="Stable/html/OpenXM-poster/func2/index.html">functions 2</a>,
                     57: <a href="Stable/html/OpenXM-poster/efficient/index.html">Efficient computation</a>.
                     58:
                     59: <h2> Distribution/Download </h2>
1.2       takayama   60: The <a href="Current/index.html"> OpenXM HEAD
1.1       takayama   61: <img src="Stable/logo-openxm5.jpg"/>  </a>
                     62: contains the latest distribution of the OpenXM package, the documents and
                     63: the latest specifications.
                     64:
                     65: <h2>Papers and Tutorials</h2>
                     66: <ul>
                     67: <li>The Design and Implementation of OpenXM-RFC 100 and 101
                     68: [<a HREF="ascm2001/ascm2001/index.html">Survey</a>].
                     69: </ul>
                     70:
                     71:
                     72: <h2>The WWW interface for OpenXM CVS Repositry
1.31      takayama   73: [<a HREF="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>]
1.1       takayama   74: </h2>
                     75:
                     76:
                     77:
                     78: <h2>Links and Archive</h2>
                     79: <ul>
1.34      takayama   80: <li> Risa/Asir (Kobe distribution) download (for unix, windows, mac)
1.1       takayama   81:  [<a href="http://www.math.kobe-u.ac.jp/Asir/index.html">
                     82:    Asir download</a>].
1.19      takayama   83: <li> <a href="http://www.math.kobe-u.ac.jp/OpenXM/Math"> Mathematical data/projects </a>
1.1       takayama   84: <li>OpenXM 1.1.1 (20000124) [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/index.html"> 1.1.1 (January 24, 2000) Experimental </a>].
                     85: <li>OpenXM 1.1.2 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/index.html"> 1.1.2 (March 20, 2000) Stable</a>].
                     86: <li>OpenXM 1.1.3 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/index.html"> 1.1.3 (September 26, 2000) </a>].
                     87: <li>OpenXM 1.2.1 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.1/index.html"> 1.2.1 (March 2, 2002)</a>].
1.3       takayama   88: <li>OpenXM 1.2.2 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.2/index.html"> 1.2.2 (May 13, 2003)</a>].
1.7       takayama   89: <li>OpenXM 1.2.3 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.3/index.html"> 1.2.3 (February, 2005)</a>].
1.18      takayama   90: <li>OpenXM 1.2.3-10 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.3-10/index.html"> 1.2.3-10 (February, 2008)</a>].
1.23      takayama   91: <li>OpenXM 1.2.3-12 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.3-12/index.html"> 1.2.3-12 (February, 2009)</a>].
1.35      takayama   92: <li> ftp://ftp.math.kobe-u.ac.jp/pub/XXX no longer works. Use http://www.math.kobe-u.ac.jp/pub/XXX instead.
1.34      takayama   93: <li> See <a href="news-o.html"> the news archive </a> for the archive of debians packages.
1.1       takayama   94: </ul>
                     95:
                     96:
                     97: <h2><A HREF="people.html"> People </A> </h2>
1.4       takayama   98:
                     99: <h2>Citation</h2>
                    100: If you like, you may use the following to cite our project. <br>
                    101: <pre>
1.8       takayama  102: OpenXM, a project to integrate mathematical software systems, 1998--2005,
1.4       takayama  103: http://www.openxm.org
                    104: </pre>
                    105:
                    106:
1.1       takayama  107: <img src="Stable/logo-openxm_simple0.jpg"/>
                    108:
1.4       takayama  109:
1.13      takayama  110: <h4> Contact
                    111: </h4>
                    112: openxm2005@math.Xkobe-u.Xac.Xjp  (please replace ".X" by ".")
                    113:
                    114:
                    115:
                    116:
                    117:
1.1       takayama  118: <pre>
1.37    ! takayama  119: $OpenXM: OpenXM/doc/OpenXM-web/top.html,v 1.36 2017/06/27 09:01:33 takayama Exp $
1.1       takayama  120: </pre>
                    121:
                    122: </BODY>
1.23      takayama  123: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>