aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/hyper/pages/rootpage.ht6
-rw-r--r--src/hyper/pages/util.ht4
3 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d916bd36..ebc7e957 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-02 Alfredo Portes <doyenatccny@gmail.com>
+
+ * hyper/util.ht: Use OpenAxiom name in Hyperdoc pages.
+ * hyper/rootpage.ht: Likewise.
+
2008-09-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/syntax.spad.pamphlet (Literal): New.
diff --git a/src/hyper/pages/rootpage.ht b/src/hyper/pages/rootpage.ht
index 3556aedc..c77a0403 100644
--- a/src/hyper/pages/rootpage.ht
+++ b/src/hyper/pages/rootpage.ht
@@ -8,7 +8,6 @@
%------------------------------------------------------------------------
%\downlink{\inputbitmap{\htbmdir{}/axiom.xbm}}{RootPage1}
\beginscroll
-\centerline{\inputbitmap{\htbmdir{}/axiom1.bitmap}}
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997 by
the Numerical Algorithms Group Limited, which is also the proprietor of the
trademarks AXIOM and the AXIOM logo and of the registered
@@ -23,10 +22,9 @@ Incorporating ANNA : the AXIOM/NAG Numerical Analyst Expert System
%------------------------------------------------------------------------
-\begin{page}{RootPage}{AXIOM HyperDoc Top Level}
+\begin{page}{RootPage}{OpenAxiom HyperDoc Top Level}
%------------------------------------------------------------------------
\beginscroll
-\centerline{\inputbitmap{\htbmdir{}/axiom1.bitmap}}
%This is the top level of \HyperName{} for \Language{}.
%The mouse cursor becomes a hand when the cursor is over a
%\downlink{selectable}{YouTriedIt} item.
@@ -63,7 +61,7 @@ What would you like to do?
%\menuwindowlink{\inputbitmap{\htbmdir{}/anna.xbm.tiny}}{UXANNA}
%\tab{16} The AXIOM/NAG Numerical Analyst Expert System
-\menuwindowlink{About AXIOM}{RootPageLogo}
+\menuwindowlink{About OpenAxiom}{RootPageLogo}
\tab{16}See some basic information about \Language{}.
%\menuwindowlink{What's New}{ugWhatsNewTwoTwoPage}
diff --git a/src/hyper/pages/util.ht b/src/hyper/pages/util.ht
index 875000e5..7bd60833 100644
--- a/src/hyper/pages/util.ht
+++ b/src/hyper/pages/util.ht
@@ -13,7 +13,7 @@
% ----------------------------------------------------------------------
\newcommand{\Browse}{Browse}
-\newcommand{\Language}{AXIOM}
+\newcommand{\Language}{OpenAxiom}
\newcommand{\SpadName}{\Language}
\newcommand{\LangName}{\Language}
\newcommand{\HyperName}{HyperDoc}
@@ -80,7 +80,7 @@ The page you requested was not found in the \HyperName{} database.
% All unix commands should be done as macros defined here so we don't
% have to go hunting when moving between Unix versions.
-\newcommand{\newspadclient}[1]{xterm -n "#1" -e \$AXIOM/bin/clef \$AXIOM/bin/server/spadclient}
+\newcommand{\newspadclient}[1]{xterm -n "#1" -e \$AXIOM/bin/clef \$AXIOM/bin/spadclient}
\newcommand{\searchwindow}[2]{\unixwindow{#1}{\$AXIOM/lib/htsearch "#2"}}
\newcommand{\unixwindow}[2]{\unixlink{#1}{#2}}
\newcommand{\menuunixlink}[2]{\item\unixlink{\menuitemstyle{#1}}{#2}}