~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads2/beos/oem_beos.c

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef RCSID
 
2
static char RCSid[] =
 
3
"$Header: d:/cvsroot/tads/TADS2/oem.c,v 1.2 1999/05/17 02:52:14 MJRoberts Exp $";
 
4
#endif
 
5
 
 
6
/* 
 
7
 *   Copyright (c) 1998, 2002 Michael J. Roberts.  All Rights Reserved.
 
8
 *   
 
9
 *   Please see the accompanying license file, LICENSE.TXT, for information
 
10
 *   on using and copying this software.  
 
11
 */
 
12
/*
 
13
Name
 
14
  oem.c - "original equipment manufacturer" identification
 
15
Function
 
16
  This file provides some information about this version of TADS.
 
17
  If you're customizing the TADS user interface, you'll probably
 
18
  want to modify this file to identify your version.
 
19
 
 
20
  You should feel free to customize any of the strings in this file
 
21
  for your version of TADS.
 
22
Notes
 
23
  
 
24
Modified
 
25
  10/12/98 MJRoberts  - Creation
 
26
*/
 
27
 
 
28
#include "std.h"
 
29
#include "oem.h"
 
30
 
 
31
 
 
32
/*
 
33
 *   The TADS run-time "banner" (the text that the run-time displays when
 
34
 *   it first starts up, to identify itself and show its version
 
35
 *   information) is generated using definitions from this file and from
 
36
 *   oem.h.  The format of the banner is:
 
37
 *   
 
38
 *   <<G_tads_oem_app_name>> - A <<G_tads_oem_display_mode>> TADS
 
39
 *.      <<TADS_RUNTIME_VERSION>> Interpreter\n
 
40
 *.  <<G_tads_oem_copyright_prefix>> Copyright (c) 1993, 1998 by
 
41
 *.      Michael J. Roberts.\n
 
42
 *.  <<G_tads_oem_author>>
 
43
 *   
 
44
 *   For example:
 
45
 *   
 
46
 *   FrobTADS 1.1.3 - A text-only TADS 2.2.7 Interpreter.
 
47
 *.  TADS Copyright (c) 1993, 1998 by Michael J. Roberts
 
48
 *.  FrobTADS Copyright 1998 by L. J. Teeterwaller <teeter@omegatron.com>
 
49
 *   
 
50
 *   The default format looks like this:
 
51
 *   
 
52
 *   tadsr - A text-only TADS 2.2.7 Interpreter.
 
53
 *.  Copyright (c) 1993, 1998 by Michael J. Roberts 
 
54
 */
 
55
 
 
56
 
 
57
/*
 
58
 *   OEM Application Name.  If you develop a new user interface for TADS,
 
59
 *   you'll probably want to give your system its own name, as WinTADS and
 
60
 *   MaxTADS do.  Define G_tads_oem_app_name to the name and version number
 
61
 *   of your system.  For example: "WinTADS 1.1.3".
 
62
 *   
 
63
 *   The default setting here is simply "tadsr", since this is the name of
 
64
 *   the TADS run-time executable that most people use for the standard
 
65
 *   character-mode run-time.
 
66
 */
 
67
char G_tads_oem_app_name[] = "tadsr";
 
68
 
 
69
/*
 
70
 *   OEM Debugger Application Name.  If you develop a customized version
 
71
 *   of the TADS debugger, you can use this to provide the name of the
 
72
 *   debugger application for display in the debugger's start-up banner. 
 
73
 */
 
74
char G_tads_oem_dbg_name[] = "tdb";
 
75
 
 
76
/*
 
77
 *   OEM Display Mode.  This should be either "text-only" or "multimedia".
 
78
 *   "Text-only" interpreters are those that are based on the normal TADS
 
79
 *   display model and do not interpret HTML mark-ups (beyond what the
 
80
 *   normal TADS output layer translates to ordinary text output).
 
81
 *   "Multimedia" interpreters are those based on HTML TADS and hence can
 
82
 *   fully interpret HTML mark-ups, and can display images and play sounds
 
83
 *   and music.
 
84
 *   
 
85
 *   Please use "text-only" or "multimedia" rather than variations on
 
86
 *   these terms, since consistent usage will help users know what to
 
87
 *   expect from the different available interpreters.  If you develop a
 
88
 *   new user interface that creates a whole new category (such as a
 
89
 *   text-to-speech audio interface, for example), use your best judgment
 
90
 *   in choosing a name here.
 
91
 *   
 
92
 *   By default, we'll define this to "text-only", since most interpreters
 
93
 *   use the standard text output layer.  
 
94
 */
 
95
char G_tads_oem_display_mode[] = "text-only";
 
96
 
 
97
/*
 
98
 *   OEM Author Credit - This is a line of text that is displayed after
 
99
 *   the other banner lines.  You can put anything you want here -- if you
 
100
 *   want to display a separate copyright message for the part of the
 
101
 *   system you wrote, for example, you could include that here.
 
102
 *   
 
103
 *   If you plan to maintain your version of TADS for any length of time,
 
104
 *   you are encouraged to put your email address here, so that users can
 
105
 *   more easily contact you if they have a question or wish to shower you
 
106
 *   with accolades.
 
107
 *   
 
108
 *   You should include a newline at the end of the line, unless you're
 
109
 *   leaving the line entirely blank.  The newline is not assumed, so that
 
110
 *   this string can be left empty without generating an extra blank line.
 
111
 *   
 
112
 *   For example:
 
113
 *   
 
114
 *   "FrobTADS copyright 1998 by L.J.Teeterwaller <teeter@omegatron.com>\n"
 
115
 *   
 
116
 *   The default leaves this line entirely blank.  
 
117
 */
 
118
char G_tads_oem_author[] = "BeOS TADS copyright 2000, 2001 by Christopher Tate <ctate@acm.org>";
 
119
 
 
120
/*
 
121
 *   TADS copyright prefix - if this is TRUE, the run-time displays the
 
122
 *   word "TADS" before the word "copyright" on the copyright line of its
 
123
 *   banner.  If you are adding your own copyright message, you probably
 
124
 *   want to define this to TRUE.  If not, you should leave this as FALSE. 
 
125
 */
 
126
int G_tads_oem_copyright_prefix = TRUE;