pcGeos Version 0.3 [Aug 1996] Copyright (c) 1995,1996 Jochen Metzinger, Schrammsweg 33 D, 20249 Hamburg/Germany <1metzing@informatik.uni-hamburg.de> All rights reserved This archive contains pcGeos: Programs for converting CBM GEOS files and extracting them from disk images (*.d64) with the PC. Copyright --------- pcGeos 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, or (at your option) any later version. pcGeos 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 in COPYING 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., 675 Mass Ave, Cambridge, MA 02139, USA. How to start? ------------- In PCGEOS.ENG there is a description of pcGeos. You can call each program in .\BIN with the option /? to get a short description of it. Files ----- readme this file copying GNU General Public License pcgeos.eng short usage description liesmich german version of this file copying.ger german version of GNU General Public License pcgeos.ger german version of pcgeos.eng bin\ binaries of english version d64dump.exe simple disk image viewer gdir.exe show directory of a GEOS disk image gget.exe get files from a GEOS disk image cvt_info.exe get information from a GEOS file cvt_used.exe show used chains in a GEOS files cvt_size.exe show sizes of used chains in a GEOS files cvt_rec.exe extract chains from a GEOS files cvt2fnt.exe dump GEOS fonts showfont.exe show GEOS fonts cvt2txt.exe translate GEOS text files cvt2pcx.exe translate GEOS graphic files cvt2xxx.exe meta-converter for pcGeos cvt2xxx.cfg configuration file for cvt2xxx.exe egavga.bgi BGI driver src\ source code make.bat make english version of pcGeos erzeuge.bat make german version of pcGeos global.pas unit: global definitions errors.pas unit: handle errors d64.pas unit: access (c1541 and c1571) disk images dump.pas unit: output memory dumps d64dump.pas simple disk image viewer geos.pas unit: global GEOS stuff dir.pas unit: access the directory coding.pas unit: translate GEOS characters to IBM code page 437 gdir.pas show directory of a GEOS disk image gget.pas get files from a GEOS disk image cvt.pas unit: access converted GEOS files cvt_info.pas get information from a GEOS file cvt_used.pas show used chains in a GEOS files cvt_size.pas show sizes of used chains in a GEOS files cvt_rec.pas extract chains from a GEOS files fonts.pas unit: handle GEOS fonts cvt2fnt.pas dump GEOS fonts graphic.pas unit: graphic stuff showfont.pas show GEOS fonts fontname.pas unit: GEOS fonts textbuf.pas unit: buffer for output of texts texts.pas unit: translate GEOS text pages cvt2txt.pas translate GEOS text files pcx.pas unit: create .PCX files paint.pas unit: translate geoPaint graphics photo.pas unit: translate photo scrap/album cvt2pcx.pas translate GEOS graphic files cfg.pas unit: access configuration files for cvt2xxx jobs.pas unit: create jobs for cvt2xxx batch.pas unit: create .BAT files cvt2xxx.pas meta-converter for pcGeos Version History --------------- Version 0.1 -- November 1995 * First (unpublished) work for fonts and texts Version 0.2 -- April 1996 * Support GEOS formatted files (William Coleman's Convert 2.5) * Translate texts, fonts and pictures Version 0.3 -- August 1996 * meta-converter cvt2xxx * d64dump, gdir, gget: support double sided and read-only disk images * gdir, gget: support standard (none GEOS) disk images * gget: choose between PRG- and SEQ-formatted files * cvt_rec: get info, dir and `VLIR' chain, option /D * rename cvt2font to cvt2fnt * showfont, cvt2pcx: options /N, /F * cvt2txt: support geoWrite V2.1 files * language options: german /g and english /e To Do * cvt2txt: decimal tabbing, test of geoWrite V2.1 files *** 1996-08-15 Jochen Metzinger <1metzing@informatik.uni-hamburg.de> ***