summaryrefslogtreecommitdiff
path: root/web/aweb/aweb.pro
blob: 4e437978af09f49d61580b086055fd6562d02661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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--------------------------------