[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.28 and 1.76

version 1.28, 2000/07/26 14:33:27 version 1.76, 2022/03/28 10:33:48
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.27 2000/05/08 09:34:29 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.75 2021/04/02 06:49:16 takayama Exp $
 -->  -->
 <HEAD>  <HEAD>
 <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">  <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).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 May 8, 2000 JST.  <a href="index.html"> Download </a>,
 </P>  <a href="index-spec.html"> Specifications </a>,
   <a href="doc/index-license.html"> License </a>,
   <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
   <a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/index.html">Top</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. (But, it is not XML.)  
 It is an experiment to connect mathematical software each other  
 on the infrastructure.  
 We are providing packages of mathematical software  
 supporting the OpenXM protocol. See a  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/issac2000.ps">survey</A>.  
 </P>  </P>
   
   
 <H2>Specifications</H2>  <H2>Source Distribution (Download) </H2>
   
   
 <OL>  <OL>
   <LI> HEAD branch is available from our web site:
   [<A HREF="http://www.math.sci.kobe-u.ac.jp/pub/OpenXM/Head/openxm-head.tar.gz">Source (Shift+Click)</A>].
   <li> A snapshot of the head branch can be obtainable from
   <a href="http://air.s.kanazawa-u.ac.jp/~ohara/software.html"> here </a>.
   It is updated everyday.
   </OL>
   
 <LI>Design and Implementation of OpenXM  <ul>
 <A NAME="SPEC" HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/openxm-eg.ps">(in English, PS)</A>,  <li> <a href="install-en.txt"> Installation guide in English </a>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/html/OpenXM-eg/OpenXM">(in English, HTML)</A>,  <li> <a href="install-ja.txt"> Installation guide in Japanse </a>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/openxm-jp.ps">(in Japanese, PS)</A>,  </ul>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/html/OpenXM-jp/OpenXM">(in Japanese, HTML)</A>.  
   
 <LI>OX tags  <h2 id="apt"> Debian package for amd64</h2>
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/oxMessageTag.h">OX tags</A>].  <ol>
 <LI>CMO tags  <li> Add the file fe-deb2.list of which contents are
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/cmotag.h">CMO tags</A>].  <pre>
 <LI>SM commands  deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ unstable/
 [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/smCommand.h">SM commands</A>].  deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ mathlibre2020/
   <pre>
   under /etc/apt/sources.list.d
   <li> Add our gpg public key to your system.
   The key is at <a href="http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg">
      http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg </a>
   Copy this file to /usr/share/keyrings by
   <pre>
   sudo cp fe-deb2-archive-keyring.gpg /usr/share/keyrings
   </pre>
   <li>
   <pre>
       sudo apt update
       sudo apt install openxm
   </pre>
   </ol>
   
 <LI><A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/doc">More documents</A>  
   
 <LI>If you want to add new tags, mail to  The following commands execute the above instruction.
 <A HREF="mailto:takayama@math.sci.kobe-u.ac.jp">takayama@math.sci.kobe-u.ac.jp</A>  <pre>
 with a description of the data types.  sudo wget -O /etc/apt/sources.list.d/fe-deb2.list http://www.math.kobe-u.ac.jp/deb2/fe-deb2.list
 See <A HREF="index.html#SPEC">the specification</A>  sudo wget -O /usr/share/keyrings/fe-deb2-archive-keyring.gpg  http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg
 how to describe the data types.  sudo apt update
 </OL>  sudo apt install openxm
   </pre>
   
 <H2>Source Distributions (RELEASE_1_1_2)</H2>  <H2>
   <A HREF="ERRATA.html">ERRATA</A>.
 <OL>  
 <LI> OpenXM, OpenXM_contrib  
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm01-1.1.2.tar.gz">Source (Shift+Click)</A>].  
 <LI> OpenXM_contrib2 requires a source code license from  
 Fujitsu Lab.  
 </OL>  
   
 <H2>Binary Distribution by tar+gzip (RELEASE_1_1_2)  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/index-binary.html">Binary</A>.  
 </H2>  </H2>
   
 <H2>Binary Distribution by Packages (RELEASE_1_1_2)  <H2> FAQ </H2>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/index-packages.html">Packages</A>. <BR>  Questions and Answers (in Enshlish) <A HREF="OpenXM-FAQ-en.txt">FAQ</A>.
 </H2>  
   
   
 <P>  
 ERRATA RELEASE_1_1_2  
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/ERRATA.html">ERRATA</A>.  
 <BR>  <BR>
 Questions and Answers (some are in Japanese)  Questions and Answers (in Japanese) <A HREF="OpenXM-FAQ-ja.txt">FAQ</A>.
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/OpenXM-FAQ-jp.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 cite 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, Current</A>].  
 </OL>  </OL>
   
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.76

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