xref: /aoo41x/main/scp2/source/ooo/file_extra_ooo.scp (revision cfaf75ed)
1022bd5b4SAndrew Rist/**************************************************************
2*cfaf75edSmseidel *
3022bd5b4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4022bd5b4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5022bd5b4SAndrew Rist * distributed with this work for additional information
6022bd5b4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7022bd5b4SAndrew Rist * to you under the Apache License, Version 2.0 (the
8022bd5b4SAndrew Rist * "License"); you may not use this file except in compliance
9022bd5b4SAndrew Rist * with the License.  You may obtain a copy of the License at
10*cfaf75edSmseidel *
11022bd5b4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cfaf75edSmseidel *
13022bd5b4SAndrew Rist * Unless required by applicable law or agreed to in writing,
14022bd5b4SAndrew Rist * software distributed under the License is distributed on an
15022bd5b4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16022bd5b4SAndrew Rist * KIND, either express or implied.  See the License for the
17022bd5b4SAndrew Rist * specific language governing permissions and limitations
18022bd5b4SAndrew Rist * under the License.
19*cfaf75edSmseidel *
20022bd5b4SAndrew Rist *************************************************************/
21022bd5b4SAndrew Rist
22022bd5b4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "macros.inc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirFile gid_File_Extra_Autocorr
27cdf0e10cSrcweir    Dir = gid_Dir_Share_Autocorr;
28cdf0e10cSrcweir    USER_FILE_BODY;
29cdf0e10cSrcweir    Styles = (ARCHIVE);
30cdf0e10cSrcweir    Name = "autocorr.zip";
31cdf0e10cSrcweirEnd
32cdf0e10cSrcweir
33cdf0e10cSrcweirFile gid_File_Extra_Autotextshare_Lang
34cdf0e10cSrcweir    Dir = gid_Dir_Autotext_Language;
35cdf0e10cSrcweir    USER_FILE_BODY;
36cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
37cdf0e10cSrcweir    EXTRA_ALL_LANG(autotextshare,zip);
38cdf0e10cSrcweirEnd
39cdf0e10cSrcweir
40cdf0e10cSrcweirFile gid_File_Extra_Autotextuser
41cdf0e10cSrcweir    Dir = gid_Dir_User_Autotext;
42cdf0e10cSrcweir    USER_FILE_BODY;
43cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DOCLANG, DONT_OVERWRITE);
44cdf0e10cSrcweir    Name = "autotextuser.zip";
45cdf0e10cSrcweirEnd
46cdf0e10cSrcweir
47cdf0e10cSrcweir#ifdef UNX
48cdf0e10cSrcweir
49cdf0e10cSrcweirFile gid_File_Extra_Cfgsrv_Bitmap_Unx
50cdf0e10cSrcweir    Dir = gid_Dir_Config;
51cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
52cdf0e10cSrcweir    Name = "cfgsrvbitmapunx.zip";
53cdf0e10cSrcweirEnd
54cdf0e10cSrcweir
55cdf0e10cSrcweir#endif
56cdf0e10cSrcweir
57cdf0e10cSrcweirFile gid_File_Extra_Cfgusr
58cdf0e10cSrcweir    Dir = gid_Dir_User_Config;
59cdf0e10cSrcweir    USER_FILE_BODY;
60cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
61cdf0e10cSrcweir    Name = "cfgusr.zip";
62cdf0e10cSrcweirEnd
63cdf0e10cSrcweir
64cdf0e10cSrcweirFile gid_File_Extra_Cfgsrv
65cdf0e10cSrcweir    Dir = gid_Dir_Config;
66cdf0e10cSrcweir    TXT_FILE_BODY;
67cdf0e10cSrcweir    Styles = (ARCHIVE);
68cdf0e10cSrcweir    Name = "cfgsrvnolang.zip";
69cdf0e10cSrcweir    Patchfiles = ();
70cdf0e10cSrcweirEnd
71cdf0e10cSrcweir
72cdf0e10cSrcweirFile gid_File_Extra_Common_Inc
73cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
74cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
75cdf0e10cSrcweir    Name = "common.inc";
76cdf0e10cSrcweirEnd
77cdf0e10cSrcweir
78cdf0e10cSrcweirFile gid_File_Extra_Common_Pl
79cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
80cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
81cdf0e10cSrcweir    Name = "common.pl";
82cdf0e10cSrcweirEnd
83cdf0e10cSrcweir
84cdf0e10cSrcweirFile gid_File_Extra_Database
85cdf0e10cSrcweir    Dir = gid_Dir_Database;
86cdf0e10cSrcweir    USER_FILE_BODY;
87cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
88cdf0e10cSrcweir    Name = "database.zip";
89cdf0e10cSrcweirEnd
90cdf0e10cSrcweir
91cdf0e10cSrcweirFile gid_File_Extra_Databasebiblio
92cdf0e10cSrcweir    Dir = gid_Dir_Database_Biblio;
93cdf0e10cSrcweir    USER_FILE_BODY;
94cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
95cdf0e10cSrcweir    Name = "databasebiblio.zip";
96cdf0e10cSrcweirEnd
97cdf0e10cSrcweir
98cdf0e10cSrcweirFile gid_File_Extra_Edit_Asp
99cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
100cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
101cdf0e10cSrcweir    Name = "edit.asp";
102cdf0e10cSrcweirEnd
103cdf0e10cSrcweir
104cdf0e10cSrcweirFile gid_File_Extra_Edit_Pl
105cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
106cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
107cdf0e10cSrcweir    Name = "edit.pl";
108cdf0e10cSrcweirEnd
109cdf0e10cSrcweir
110cdf0e10cSrcweirFile gid_File_Extra_Editpic_Asp
111cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
112cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
113cdf0e10cSrcweir    Name = "editpic.asp";
114cdf0e10cSrcweirEnd
115cdf0e10cSrcweir
116cdf0e10cSrcweirFile gid_File_Extra_Editpic_Pl
117cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
118cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
119cdf0e10cSrcweir    Name = "editpic.pl";
120cdf0e10cSrcweirEnd
121cdf0e10cSrcweir
122cdf0e10cSrcweirFile gid_File_Extra_Glas_Blue_Zip
123cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
124cdf0e10cSrcweir    USER_FILE_BODY;
125cdf0e10cSrcweir	Styles = ();
126cdf0e10cSrcweir    Name = "glas-blue.zip";
127cdf0e10cSrcweirEnd
128cdf0e10cSrcweir
129cdf0e10cSrcweirFile gid_File_Extra_Glas_Green_Zip
130cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
131cdf0e10cSrcweir    USER_FILE_BODY;
132cdf0e10cSrcweir	Styles = ();
133cdf0e10cSrcweir    Name = "glas-green.zip";
134cdf0e10cSrcweirEnd
135cdf0e10cSrcweir
136cdf0e10cSrcweirFile gid_File_Extra_Glas_Red_Zip
137cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
138cdf0e10cSrcweir    USER_FILE_BODY;
139cdf0e10cSrcweir	Styles = ();
140cdf0e10cSrcweir    Name = "glas-red.zip";
141cdf0e10cSrcweirEnd
142cdf0e10cSrcweir
143cdf0e10cSrcweirFile gid_File_Extra_Round_Gorilla_Zip
144cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
145cdf0e10cSrcweir    USER_FILE_BODY;
146cdf0e10cSrcweir	Styles = ();
147cdf0e10cSrcweir    Name = "round-gorilla.zip";
148cdf0e10cSrcweirEnd
149cdf0e10cSrcweir
150cdf0e10cSrcweirFile gid_File_Extra_Round_White_Zip
151cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
152cdf0e10cSrcweir    USER_FILE_BODY;
153cdf0e10cSrcweir	Styles = ();
154cdf0e10cSrcweir    Name = "round-white.zip";
155cdf0e10cSrcweirEnd
156cdf0e10cSrcweirFile gid_File_Extra_Simple_Zip
157cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
158cdf0e10cSrcweir    USER_FILE_BODY;
159cdf0e10cSrcweir	Styles = ();
160cdf0e10cSrcweir    Name = "simple.zip";
161cdf0e10cSrcweirEnd
162cdf0e10cSrcweirFile gid_File_Extra_Square_Blue_Zip
163cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
164cdf0e10cSrcweir    USER_FILE_BODY;
165cdf0e10cSrcweir	Styles = ();
166cdf0e10cSrcweir    Name = "square-blue.zip";
167cdf0e10cSrcweirEnd
168cdf0e10cSrcweirFile gid_File_Extra_Square_Gray_Zip
169cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
170cdf0e10cSrcweir    USER_FILE_BODY;
171cdf0e10cSrcweir	Styles = ();
172cdf0e10cSrcweir    Name = "square-gray.zip";
173cdf0e10cSrcweirEnd
174cdf0e10cSrcweirFile gid_File_Extra_Square_Green_Zip
175cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
176cdf0e10cSrcweir    USER_FILE_BODY;
177cdf0e10cSrcweir	Styles = ();
178cdf0e10cSrcweir    Name = "square-green.zip";
179cdf0e10cSrcweirEnd
180cdf0e10cSrcweirFile gid_File_Extra_Square_Red_Zip
181cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
182cdf0e10cSrcweir    USER_FILE_BODY;
183cdf0e10cSrcweir	Styles = ();
184cdf0e10cSrcweir    Name = "square-red.zip";
185cdf0e10cSrcweirEnd
186cdf0e10cSrcweirFile gid_File_Extra_Square_Yellow_Zip
187cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
188cdf0e10cSrcweir    USER_FILE_BODY;
189cdf0e10cSrcweir	Styles = ();
190cdf0e10cSrcweir    Name = "square-yellow.zip";
191cdf0e10cSrcweirEnd
192cdf0e10cSrcweir
193cdf0e10cSrcweir#ifdef UNX
194cdf0e10cSrcweir
195cdf0e10cSrcweir#ifndef WITHOUT_AFMS
196cdf0e10cSrcweirFile gid_File_Extra_Fontunxafm
197cdf0e10cSrcweir    Dir = gid_Dir_Psprint_Fontmetric;
198cdf0e10cSrcweir    TXT_FILE_BODY;
199cdf0e10cSrcweir    Styles = (ARCHIVE);
200cdf0e10cSrcweir    Name = "fontunxafm.zip";
201cdf0e10cSrcweirEnd
202cdf0e10cSrcweir#endif
203cdf0e10cSrcweir
204cdf0e10cSrcweir#endif
205cdf0e10cSrcweir
206cdf0e10cSrcweir#ifdef UNX
207cdf0e10cSrcweir
208cdf0e10cSrcweir#ifndef WITHOUT_PPDS
209cdf0e10cSrcweirFile gid_File_Extra_Fontunxppds
210cdf0e10cSrcweir    Dir = gid_Dir_Psprint_Driver;
211cdf0e10cSrcweir    TXT_FILE_BODY;
212cdf0e10cSrcweir    Styles = (ARCHIVE);
213cdf0e10cSrcweir    Name = "fontunxppds.zip";
214cdf0e10cSrcweirEnd
215cdf0e10cSrcweir#endif
216cdf0e10cSrcweir
217cdf0e10cSrcweir#endif
218cdf0e10cSrcweir
219cdf0e10cSrcweir#ifdef UNX
220cdf0e10cSrcweir
221cdf0e10cSrcweirFile gid_File_Extra_Fontunxpsprint
222cdf0e10cSrcweir    Dir = gid_Dir_Psprint;
223cdf0e10cSrcweir    TXT_FILE_BODY;
224cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
225cdf0e10cSrcweir    Name = "fontunxpsprint.zip";
226cdf0e10cSrcweirEnd
227cdf0e10cSrcweir
228cdf0e10cSrcweir#endif
229cdf0e10cSrcweir
230cdf0e10cSrcweirFile gid_File_Extra_Gallbullets
231cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Bullets;
232cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
233cdf0e10cSrcweir    Name = "gallbullets.zip";
234cdf0e10cSrcweirEnd
235cdf0e10cSrcweir
236cdf0e10cSrcweirFile gid_File_Extra_Gallhtmlexpo
237cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Htmlexpo;
238cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
239cdf0e10cSrcweir    Name = "gallhtmlexpo.zip";
240cdf0e10cSrcweirEnd
241cdf0e10cSrcweir
242cdf0e10cSrcweirFile gid_File_Extra_Gallroot
243cdf0e10cSrcweir    Dir = gid_Dir_Gallery;
244cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
245cdf0e10cSrcweir    Name = "gallroot.zip";
246cdf0e10cSrcweirEnd
247cdf0e10cSrcweir
24854628ca4SArmin Le Grand//////////////////////////////////////////////////////////////////////////////
24954628ca4SArmin Le Grand
25054628ca4SArmin Le GrandFile gid_File_Extra_Gallarrows
25154628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Arrows;
25254628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
25354628ca4SArmin Le Grand    Name = "gallarrows.zip";
25454628ca4SArmin Le GrandEnd
25554628ca4SArmin Le Grand
25654628ca4SArmin Le GrandFile gid_File_Extra_Gallcomputers
25754628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Computers;
25854628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
25954628ca4SArmin Le Grand    Name = "gallcomputers.zip";
26054628ca4SArmin Le GrandEnd
26154628ca4SArmin Le Grand
26254628ca4SArmin Le GrandFile gid_File_Extra_Galldiagrams
26354628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Diagrams;
26454628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
26554628ca4SArmin Le Grand    Name = "galldiagrams.zip";
26654628ca4SArmin Le GrandEnd
26754628ca4SArmin Le Grand
26854628ca4SArmin Le GrandFile gid_File_Extra_Galleducation
26954628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Education;
27054628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
27154628ca4SArmin Le Grand    Name = "galleducation.zip";
27254628ca4SArmin Le GrandEnd
27354628ca4SArmin Le Grand
27454628ca4SArmin Le GrandFile gid_File_Extra_Gallenvironment
27554628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Environment;
27654628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
27754628ca4SArmin Le Grand    Name = "gallenvironment.zip";
27854628ca4SArmin Le GrandEnd
27954628ca4SArmin Le Grand
28054628ca4SArmin Le GrandFile gid_File_Extra_Gallfinance
28154628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Finance;
28254628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
28354628ca4SArmin Le Grand    Name = "gallfinance.zip";
28454628ca4SArmin Le GrandEnd
28554628ca4SArmin Le Grand
28654628ca4SArmin Le GrandFile gid_File_Extra_Gallpeople
28754628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_People;
28854628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
28954628ca4SArmin Le Grand    Name = "gallpeople.zip";
29054628ca4SArmin Le GrandEnd
29154628ca4SArmin Le Grand
29254628ca4SArmin Le GrandFile gid_File_Extra_Gallsymbols
29354628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Symbols;
29454628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
29554628ca4SArmin Le Grand    Name = "gallsymbols.zip";
29654628ca4SArmin Le GrandEnd
29754628ca4SArmin Le Grand
29854628ca4SArmin Le GrandFile gid_File_Extra_Galltransport
29954628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Transport;
30054628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
30154628ca4SArmin Le Grand    Name = "galltransport.zip";
30254628ca4SArmin Le GrandEnd
30354628ca4SArmin Le Grand
30454628ca4SArmin Le GrandFile gid_File_Extra_Galltxtshapes
30554628ca4SArmin Le Grand    Dir = gid_Dir_Gallery_Txtshapes;
30654628ca4SArmin Le Grand    ARCHIVE_TXT_FILE_BODY;
30754628ca4SArmin Le Grand    Name = "galltxtshapes.zip";
30854628ca4SArmin Le GrandEnd
30954628ca4SArmin Le Grand
31054628ca4SArmin Le Grand//////////////////////////////////////////////////////////////////////////////
31154628ca4SArmin Le Grand
312cdf0e10cSrcweirFile gid_File_Extra_Gallrulers
313cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Rulers;
314cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
315cdf0e10cSrcweir    Name = "gallrulers.zip";
316cdf0e10cSrcweirEnd
317cdf0e10cSrcweir
318cdf0e10cSrcweirFile gid_File_Extra_Gallsound
319cdf0e10cSrcweir    Dir = gid_Dir_User_Gallery;
320cdf0e10cSrcweir    USER_FILE_BODY;
321cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
322cdf0e10cSrcweir    Name = "gallsound.zip";
323cdf0e10cSrcweirEnd
324cdf0e10cSrcweir
325cdf0e10cSrcweirFile gid_File_Extra_Gallsounds
326cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Sounds;
327cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
328cdf0e10cSrcweir    Name = "gallsounds.zip";
329cdf0e10cSrcweirEnd
330cdf0e10cSrcweir
331cdf0e10cSrcweirFile gid_File_Extra_Gallsystem
332cdf0e10cSrcweir    Dir = gid_Dir_Gallery;
333cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
334cdf0e10cSrcweir    Name = "gallsystem.zip";
335cdf0e10cSrcweir    Patchfiles = ();
336cdf0e10cSrcweirEnd
337cdf0e10cSrcweir
338cdf0e10cSrcweirFile gid_File_Extra_Gallwwwback
339cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Wwwback;
340cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
341cdf0e10cSrcweir    Name = "gallwwwback.zip";
342cdf0e10cSrcweirEnd
343cdf0e10cSrcweir
344cdf0e10cSrcweirFile gid_File_Extra_Gallwwwgraf
345cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Wwwgraf;
346cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
347cdf0e10cSrcweir    Name = "gallwwwgraf.zip";
348cdf0e10cSrcweirEnd
349cdf0e10cSrcweir
350cdf0e10cSrcweirFile gid_File_Extra_Index_Pl
351cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
352cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
353cdf0e10cSrcweir    Name = "index.pl";
354cdf0e10cSrcweirEnd
355cdf0e10cSrcweir
356cdf0e10cSrcweirFile gid_File_Extra_Palettes
357cdf0e10cSrcweir    Dir = gid_Dir_User_Config;
358cdf0e10cSrcweir    USER_FILE_BODY;
359cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
360cdf0e10cSrcweir    Name = "palettes.zip";
361cdf0e10cSrcweir    Patchfiles = ();
362cdf0e10cSrcweirEnd
363cdf0e10cSrcweir
364cdf0e10cSrcweirFile gid_File_Extra_Palettes_Lang
365cdf0e10cSrcweir    Dir = gid_Dir_User_Config;
366cdf0e10cSrcweir    USER_FILE_BODY;
367cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
368cdf0e10cSrcweir    EXTRA_ALL_LANG(palettes,zip);
369cdf0e10cSrcweirEnd
370cdf0e10cSrcweir
371cdf0e10cSrcweirFile gid_File_Extra_Poll_Asp
372cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
373cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
374cdf0e10cSrcweir    Name = "poll.asp";
375cdf0e10cSrcweirEnd
376cdf0e10cSrcweir
377cdf0e10cSrcweirFile gid_File_Extra_Poll_Pl
378cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
379cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
380cdf0e10cSrcweir    Name = "poll.pl";
381cdf0e10cSrcweirEnd
382cdf0e10cSrcweir
383cdf0e10cSrcweirFile gid_File_Extra_Savepic_Asp
384cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
385cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
386cdf0e10cSrcweir    Name = "savepic.asp";
387cdf0e10cSrcweirEnd
388cdf0e10cSrcweir
389cdf0e10cSrcweirFile gid_File_Extra_Savepic_Pl
390cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
391cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
392cdf0e10cSrcweir    Name = "savepic.pl";
393cdf0e10cSrcweirEnd
394cdf0e10cSrcweir
395cdf0e10cSrcweirFile gid_File_Extra_Show_Asp
396cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
397cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
398cdf0e10cSrcweir    Name = "show.asp";
399cdf0e10cSrcweirEnd
400cdf0e10cSrcweir
401cdf0e10cSrcweirFile gid_File_Extra_Show_Pl
402cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
403cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
404cdf0e10cSrcweir    Name = "show.pl";
405cdf0e10cSrcweirEnd
406cdf0e10cSrcweir
407cdf0e10cSrcweirFile gid_File_Extra_Tpllayoutimpr_Lang
408cdf0e10cSrcweir    Dir = gid_Dir_Template_Layout;
409cdf0e10cSrcweir    TXT_FILE_BODY;
410cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
411cdf0e10cSrcweir    EXTRA_ALL_LANG(tpllayoutimpr,zip);
412cdf0e10cSrcweirEnd
413cdf0e10cSrcweir
414cdf0e10cSrcweirFile gid_File_Extra_Tplpresntimpr_Lang
415cdf0e10cSrcweir    Dir = gid_Dir_Template_Presnt;
416cdf0e10cSrcweir    TXT_FILE_BODY;
417cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
418cdf0e10cSrcweir    EXTRA_ALL_LANG(tplpresntimpr,zip);
419cdf0e10cSrcweirEnd
420cdf0e10cSrcweir
421cdf0e10cSrcweirFile gid_File_Extra_Tplwizbitmap
422cdf0e10cSrcweir    Dir = gid_Dir_Share_Template_Wizard_Bitmap;
423cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
424cdf0e10cSrcweir    Name = "tplwizbitmap.zip";
425cdf0e10cSrcweirEnd
426cdf0e10cSrcweir
427cdf0e10cSrcweirFile gid_File_Extra_Tplwizdesktop_Lang
428cdf0e10cSrcweir    Dir = gid_Dir_Template_Internal;
429cdf0e10cSrcweir    TXT_FILE_BODY;
430cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
431cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizdesktop,zip);
432cdf0e10cSrcweirEnd
433cdf0e10cSrcweir
434cdf0e10cSrcweirFile gid_File_Extra_Tplwizletter
435cdf0e10cSrcweir    Dir = gid_Dir_Share_Template_Wizard_Letter;
436cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
437cdf0e10cSrcweir    Name = "tplwizletter.zip";
438cdf0e10cSrcweirEnd
439cdf0e10cSrcweir
440cdf0e10cSrcweirFile gid_File_Extra_Tplwizletter_Lang
441cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Letter;
442cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
443cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizletter,zip);
444cdf0e10cSrcweirEnd
445cdf0e10cSrcweir
446cdf0e10cSrcweirFile gid_File_Extra_Tplwizfax_Lang
447cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Fax;
448cdf0e10cSrcweir    TXT_FILE_BODY;
449cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
450cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizfax,zip);
451cdf0e10cSrcweirEnd
452cdf0e10cSrcweir
453cdf0e10cSrcweirFile gid_File_Extra_Tplwizagenda_Lang
454cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Agenda;
455cdf0e10cSrcweir    TXT_FILE_BODY;
456cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
457cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizagenda,zip);
458cdf0e10cSrcweirEnd
459cdf0e10cSrcweir
460cdf0e10cSrcweirFile gid_File_Extra_Tplwizreport_Lang
461cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Report;
462cdf0e10cSrcweir    TXT_FILE_BODY;
463cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
464cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizreport,zip);
465cdf0e10cSrcweirEnd
466cdf0e10cSrcweir
467cdf0e10cSrcweirFile gid_File_Extra_Tplwizstyles_Lang
468cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Styles;
469cdf0e10cSrcweir    TXT_FILE_BODY;
470cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
471cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizstyles,zip);
472cdf0e10cSrcweirEnd
473cdf0e10cSrcweir
474cdf0e10cSrcweirFile gid_File_Extra_Webcast_Asp
475cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
476cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
477cdf0e10cSrcweir    Name = "webcast.asp";
478cdf0e10cSrcweirEnd
479cdf0e10cSrcweir
480cdf0e10cSrcweirFile gid_File_Extra_Webcast_Pl
481cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
482cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
483cdf0e10cSrcweir    Name = "webcast.pl";
484cdf0e10cSrcweirEnd
485cdf0e10cSrcweir
486cdf0e10cSrcweirFile gid_File_Extra_Wordbook
487cdf0e10cSrcweir    Dir = gid_Dir_Wordbook_Language;
488cdf0e10cSrcweir    TXT_FILE_BODY;
489cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
490cdf0e10cSrcweir    EXTRA_IDENT_ALL_LANG(wordbook.zip);
491cdf0e10cSrcweirEnd
492cdf0e10cSrcweir
493cdf0e10cSrcweirFile gid_File_Extra_Wordbook_Lang
494cdf0e10cSrcweir    Dir = gid_Dir_Wordbook_Language;
495cdf0e10cSrcweir    TXT_FILE_BODY;
496cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
497cdf0e10cSrcweir    EXTRA_ALL_LANG(wordbook,zip);
498cdf0e10cSrcweirEnd
499