2004-JAN-14, Dr. Markus Wildi Copyright (C) 2003 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US You can reach me ---------------- Send questions and comments to markus.wildi@one-arcsec.org. Latest Version -------------- You can get the latest version at http://leq.one-arcsec.org. Usage ----- There are three possibilities: 1) Write a configuration file and on the command line ./ak configfilename There is for each method a example file. 2) Access via a web interface http://yourserver/cgi-bin/ak-rambaut-a.cgi http://yourserver/cgi-bin/ak-king-a.cgi http://yourserver/cgi-bin/ak-king-b1.cgi http://yourserver/cgi-bin/ak-king-b2.cgi http://yourserver/cgi-bin/ak-polaris-a.cgi http://yourserver/cgi-bin/ak-challis-a.cgi 3) Online Access at e.g. http://leq.one-arcsec.org/cgi-bin/ak-king-b1.cgi Basic Installation ------------------ 1) Unpack it: tar zxvf ak-0.1.tgz 2) Compile and link ak.c: gcc -static -Xlinker -strip-all -Wall ak.c -lm -oak Installation with web interface ------------------------------- 3) Copy the files to your cgi-directory: cp ak.cgi /yourdirectory/cgi-bin/ cp ak /yourdirectory/cgi-bin/ 4) In your cgi-directory create the links: ln -s ak.cgi ak-rambaut-a.cgi ln -s ak.cgi ak-king-a.cgi ln -s ak.cgi ak-king-b1.cgi ln -s ak.cgi ak-king-b2.cgi ln -s ak.cgi ak-polaris-a.cgi ln -s ak.cgi ak-challis-a.cgi