[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.5 and 1.77

version 1.5, 2000/01/21 08:24:47 version 1.77, 2022/03/28 23:50:00
Line 1 
Line 1 
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>  <HTML>
 <!--  <!--
   $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.4 2000/01/21 08:23:44 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.76 2022/03/28 10:33:48 takayama Exp $
 -->  -->
 <TITLE>OpenXM (Open message eXchange protocol for Mathematics) </TITLE>  <HEAD>
   <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <TITLE>OpenXM (Open message eXchange for Mathematics)</TITLE>
   </HEAD>
   <BODY bgcolor=#ffffff text=#000000>
   
 <H1> OpenXM (Open message eXchange protocol for Mathematics) </H1>  [<a href="index-ja.html"> in Japanese </a>] <br>
   <a href="doc/index-doc.html"> Documents </a>,
   <a href="index.html"> Download </a>,
   <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>,
   
 <P>  <H1>OpenXM HEAD </H1>
 Welcome to the home page of  OpenXM.  
 Last update is Jan 21, 2000.  
 ( THIS PAGE IS STILL UNDER CONSTRUCTION. Wait by Jan 24, 2000.)  
 </P>  
   
 <P>  <P>
 What is OpenXM? See a  Welcome to the home page of OpenXM-HEAD <img src="../Stable/logo-openxm5.jpg">
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/issac2000.ps"> survey </A>.  
 </P>  </P>
   
 <P>  
 <H2> Specifications </H2>  
 <OL>  
   
 <LI> Design and Implementation of OpenXM  <H2>Source Distribution (Download) </H2>
       <A NAME="SPEC", HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/openxm-eg.ps">  (in English, PS) </A>,  
       <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/openxm-eg.html">  (in English, HTML, not available for now) </A>,  
       <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/openxm-jp.ps">  (in Japanese, PS) </A>,  
       <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/openxm-jp.html">  (in Japanese, HTML, not available for now) </A>.  
   
 <LI> OX tags  
      [ <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/oxMessageTag.h"> OX tags </A>].  
 <LI> CMO tags  
      [ <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/cmotag.h"> CMO tags</A>].  
 <LI> SM commands  
      [ <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/smCommand.h"> SM commands</A>].  
   
 <LI> <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/doc"> More documents </A>  <OL>
   <LI> HEAD branch is available from our web site:
 <LI> If you want to add new tags,  [<A HREF="http://www.math.sci.kobe-u.ac.jp/pub/OpenXM/Head/openxm-head.tar.gz">Source (Shift+Click)</A>].
 mail to  <li> A snapshot of the head branch can be obtainable from
 <A HREF="mailto:takayama@math.sci.kobe-u.ac.jp">  <a href="http://air.s.kanazawa-u.ac.jp/~ohara/software.html"> here </a>.
 takayama@math.sci.kobe-u.ac.jp </A>  It is updated everyday.
 with a description of the data types.  
 See <A HREF="index.html#SPEC"> the specification </A>  
 how to describe the data types.  
   
 </OL>  </OL>
 </P>  
   
 <P>  <ul>
 <H2> Source Distributions </H2>  <li> <a href="install-en.txt"> Installation guide in English </a>
 <OL>  <li> <a href="install-ja.txt"> Installation guide in Japanse </a>
   </ul>
   
 <LI> Version 20000124  <h2 id="apt"> Debian package for amd64</h2>
      [ <A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/20000124/OpenXM.tar.gz"> Source </A>].  <ol>
   <li> Add the file fe-deb2.list of which contents are
   <pre>
   deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ unstable/
   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>
   
 </OL>  
 </P>  
   
 <P>  The following commands execute the above instruction.
 <H2> Binaries </H2>  <pre>
 <OL>  sudo apt update
 <LI> Installation Guide  sudo apt install wget
       <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/install-eg.txt"> in English </A>,  sudo wget -O /etc/apt/sources.list.d/fe-deb2.list http://www.math.kobe-u.ac.jp/deb2/fe-deb2.list
       <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/install-jp.txt"> in Japanese </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
   sudo apt update
   sudo apt install openxm
   </pre>
   
 <LI> FreeBSD 3.3  Note: If you agree with the asir license in advance, do as follows
      [ <A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/20000124/OpenXM-binary-FreeBSD3-i386.tgz"> FreeBSD 3.3 (Shift-Click) </A>].  <pre>
   touch /tmp/i-agree-with-asir-license
   sudo apt install openxm
   rm  /tmp/i-agree-with-asir-license
   </pre>
   
 <LI> Linux (glibc 5)  <H2>
      [ <A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/20000124/OpenXM.Linux-gligc5.tar.gz"> Linux (glibc 5) (Shift-Click) </A>].  <A HREF="ERRATA.html">ERRATA</A>.
   </H2>
   
 <LI> Linux (glibc 6)  <H2> FAQ </H2>
      [ <A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/20000124/OpenXM.Linux-gligc5.tar.gz"> Linux (glibc 6) (Shift-Click) </A>].  Questions and Answers (in Enshlish) <A HREF="OpenXM-FAQ-en.txt">FAQ</A>.
   <BR>
   Questions and Answers (in Japanese) <A HREF="OpenXM-FAQ-ja.txt">FAQ</A>.
   
   
 </OL>  <H2>Links</H2>
   
 <H2> Papers and Tutorials </H2>  
 <OL>  <OL>
   <LI> Risa/Asir (Kobe distribution) download page (for unix and windows)
 <LI> OpenXM --- an Open System to Integrate Mathematical Softwares   [<A HREF="http://www.math.kobe-u.ac.jp/Asir/index.html">
      [ <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/issac2000.ps"> Survey </A>].     Asir binary for Windows download and so on ...</A>].
   
 </OL>  </OL>
 </P>  
   
 <P>  
 <H2>  
 OpenXM CVS web (Access Restricted)  
   [ <A HREF="http://kerberos.math.sci.kobe-u.ac.jp/cgi-bin/cvsweb"> cvsweb </A>]  
 </H2>  
 </P>  
   
 <P>  
 <H2> References </H2>  
 <OL>  
 <LI> The primary distribution cite of asir [ <A HREF="ftp://archives.cs.ehime-u.ac.jp/pub/asir2000"> Asir </A>].  
 </OL>  </OL>
 </P>  
   
   
 <ADDRESS>  <ADDRESS>
 takayama@math.sci.kobe-u.ac.jp  takayama@math.sci.kobe-u.ac.jp
 </ADDRESS>  </ADDRESS>
   
 </HTML>  
   
   </BODY>
   </HTML>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.77

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