From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- web/aweb/aweb.pro | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 web/aweb/aweb.pro (limited to 'web/aweb') diff --git a/web/aweb/aweb.pro b/web/aweb/aweb.pro new file mode 100644 index 0000000000..4e437978af --- /dev/null +++ b/web/aweb/aweb.pro @@ -0,0 +1,76 @@ + +-------- SIMTEL20 Ada Software Repository Prologue ------------ +-- +-- Unit name : AWEB release +-- Version : 1.0 (based on Tangle 2.8) +-- Author : U. Schweigert +-- : Unknown, somewhere in Germany... +-- : released in the states by Karl A. Nyberg, +-- : Grebyn Corporation, PO 497, Vienna, VA +-- : 22183-0497, 703-281-2194 +-- DDN Address : karl@grebyn.com +-- Copyright : public domain +-- Date created : 7/14/89 - Bastille Day +-- Release date : 5/31/89 +-- Last update : 5/31/89 +-- Machine/System Compiled/Run on : VAX/ULTRIX VADS 5.5c (kan) +-- +--------------------------------------------------------------- +-- +-- Keywords : documentation, formatting, development +-- +-- Abstract : +-- +-- This program converts an .AWEB file to an Ada file. It was written +-- ---originally for conversion to PASCAL---by D. E. Knuth in September, +-- 1981; a somewhat similar SAIL program had been developed in March, +-- 1979. Since this program describes itself, a bootstrapping process +-- involving hand-translation had to be used to get started. The +-- conversion to Ada has been done by U. Schweigert in May 1988. +-- +-- The program consists of three parts : Ada code for atangle, aweave, +-- and supporting files for Tex. Bootstrap versions of the .aweb files +-- are included within the supporting files .src file. +-- +-- Thus there are three files: atangle.src, aweave.src, and texfiles.src. +-- +-- All files have maintained the original names as distributed by the +-- original author. +-- +-- Additional support files include local modifications by PCS GMBH for +-- their system by Horst Kern. +-- +------------------ Revision history --------------------------- +-- +-- DATE VERSION AUTHOR HISTORY +-- 7/14/89 1.0 U. Schweigert Initial submission to ASR +-- by Karl A. Nyberg +-- +------------------ Distribution and Copyright ----------------- +-- +-- This prologue must be included in all copies of this software. +-- +-- This software is released to the Public Domain (note: +-- software released to the Public Domain is not subject +-- to copyright protection). +-- Restrictions on use or distribution: NONE +-- +------------------ Disclaimer --------------------------------- +-- +-- This software and its documentation are provided "AS IS" and +-- without any expressed or implied warranties whatsoever. +-- No warranties as to performance, merchantability, or fitness +-- for a particular purpose exist. +-- +-- Because of the diversity of conditions and hardware under +-- which this software may be used, no warranty of fitness for +-- a particular purpose is offered. The user is advised to +-- test the software thoroughly before relying on it. The user +-- must assume the entire risk and liability of using this +-- software. +-- +-- In no event shall any person or organization of people be +-- held responsible for any direct, indirect, consequential +-- or inconsequential damages or lost profits. +-- +-------------------END-PROLOGUE-------------------------------- -- cgit v1.2.3