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

Diff for /OpenXM/doc/OpenXM-web/index.html between version 1.38 and 1.63

version 1.38, 2000/10/27 02:22:19 version 1.63, 2005/04/14 11:18:04
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>  <HTML>
 <!--  <!--
 $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.37 2000/10/20 12:10:16 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.62 2005/02/10 13:02:55 takayama Exp $
 -->  -->
 <HEAD>  <HEAD>
 <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">  <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">
 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">  <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <TITLE>OpenXM (Open message eXchange protocol for Mathematics)</TITLE>  <TITLE>OpenXM (Open message eXchange for Mathematics)</TITLE>
 </HEAD>  </HEAD>
 <BODY>  <BODY bgcolor=#ffffff text=#000000>
 <H1>OpenXM (Open message eXchange protocol for Mathematics):  
   http://www.openxm.org </H1>  
   
 <P>  [<a href="index-ja.html"> in Japanese </a>] <br>
 Welcome to the home page of OpenXM.  <a href="doc/index-doc.html"> Documents </a>,
 Last update is October 20, 2000 JST.  <a href="index.html"> Download </a>,
 <A HREF="http://www.math.sci.kobe-u.ac.jp/~kobashi/OpenXM/index-ja.html">Japanese Page (experimental)</A>,  <a href="index-spec.html"> Specifications </a>,
 </P>  <a href="doc/index-license.html"> License </a>,
   <a href="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</a>,
   
   <H1>OpenXM HEAD </H1>
   
 <P>  <P>
 What is OpenXM?  It is an infrastructure for mathematical  Welcome to the home page of OpenXM-HEAD <img src="../Stable/logo-openxm5.jpg">
 communication.  
 The project is also making experiments to connect mathematical  
 software systems each other on the infrastructure.  
 We are providing packages of mathematical software systems  
 supporting the OpenXM protocol. Here is a quick tour of the OpenXM package:  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-poster/func1">functions 1</A>,  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-poster/func2">functions 2</A>,  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-poster/efficient">Efficient computation</A>.  
 </P>  </P>
   
   
 <H2>Specifications  (Draft for 1.1.3)</H2>  <H2>Source Distribution (Download) </H2>
   
 <OL>  <OL>
   <LI> OpenXM 1.2.3
 <LI>Design and Implementation of OpenXM  [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.3/openxm-1.2.3.tar.gz">Source (Shift+Click)</A>].
 <A NAME="SPEC" HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/openxm-en.ps">(in English, PS)</A>,  <LI> Semi-HEAD branch is available from our ftp site:
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-en/OpenXM">(in English, HTML)</A>,  [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/Head/openxm-head.tar.gz">Source (Shift+Click)</A>].
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/openxm-ja.ps">(in Japanese, PS)</A>,  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-ja/OpenXM">(in Japanese, HTML)</A>.  
 A part of the OpenXM protocol can be described by XML.  
   
 <LI>OX tags  
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/oxMessageTag.h">OX tags</A>].  
 <LI>CMO tags  
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/cmotag.h">CMO tags</A>].  
 <LI>SM commands  
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/smCommand.h">SM commands</A>].  
   
 <LI><A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/doc">More documents</A> (Asir user's manual, Asir contrib user's manual, sm1 reference manual,  
 OpenXM technical report series, etc)  
   
 <LI>If you want to add new tags, mail to  
 <A HREF="mailto:takayama@math.sci.kobe-u.ac.jp">takayama@math.sci.kobe-u.ac.jp</A>  
 with a description of the data types.  
 See <A HREF="index.html#SPEC">the specification</A>  
 how to describe the data types.  
 </OL>  </OL>
   
 <H2>Source Distributions (RELEASE_1_1_3)</H2>  <ul>
   <li> <a href="install-en.txt"> Installation guide in English </a>
   <li> <a href="install-ja.txt"> Installation guide in Japanse </a>
   </ul>
   
 <OL>  <H2>
 <LI> Version of 1.1.3 is available from  Getting the latest version (HEAD branch) from <a href="anonymous.html">
 our ftp site:  a CVS server </a>
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-1.1.3.tar.gz">Source (Shift+Click)</A>].  
 </OL>  
   
 <H2>Binary Distribution by tar+gzip (RELEASE_1_1_3)  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/index-binary.html">Binary</A>.  
 </H2>  </H2>
   
 <H2>Binary Distribution by Packages (RELEASE_1_1_3)  <H2>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/index-packages.html">Packages</A>. <BR>  <A HREF="ERRATA.html">ERRATA</A>.
 </H2>  </H2>
   
   <H2> FAQ </H2>
 <P>  Questions and Answers (in Enshlish) <A HREF="OpenXM-FAQ-en.txt">FAQ</A>.
 ERRATA RELEASE_1_1_3  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/ERRATA.html">ERRATA</A>.  
 <BR>  <BR>
 Questions and Answers (in Enshlish) <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/OpenXM-FAQ-en.txt">FAQ</A>.  Questions and Answers (in Japanese) <A HREF="OpenXM-FAQ-ja.txt">FAQ</A>.
 <BR>  
 Questions and Answers (in Japanese) <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/OpenXM-FAQ-ja.txt">FAQ</A>.  
 </P>  
   
 <H2>Papers and Tutorials</H2>  
 <OL>  
 <LI>OpenXM --- an Open System to Integrate Mathematical Softwares  
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/issac2000.ps">Survey</A>].  
 </OL>  
   
   <H2>Links</H2>
   
 <H2>The WWW interface for OpenXM CVS Repositry  
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</A>]  
 </H2>  
   
 <H2>References</H2>  
   
 <OL>  <OL>
 <LI>The primary distribution site of asir [<A HREF="ftp://archives.cs.ehime-u.ac.jp/pub/asir2000">Asir</A>].  <LI> Risa/Asir (Kobe distribution) download page (for unix and windows)
 <LI>An introductory book on a computer algebra system Risa/Asir (in Japanese)   [<A HREF="http://www.math.kobe-u.ac.jp/Asir/index.html">
   [<A HREF="asir.jpeg"> Cover Page, ISBN4-87243-076-X </A>].     Asir binary for Windows download and so on ...</A>].
 </OL>  </OL>
   
 <H2>Archive</H2>  
 <OL>  
 <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>].  
 <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>].  
 <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), Current</A>].  
 </OL>  </OL>
   
 <H2>What's new in 1.1.3? </H2>  
 <OL>  
   Not written yet.  
 </OL>  
   
 <ADDRESS>  <ADDRESS>
 takayama@math.sci.kobe-u.ac.jp  takayama@math.sci.kobe-u.ac.jp

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.63

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