xref: /dflybsd-src/contrib/file/magic/Magdir/softquad (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
186d7f5d3SJohn Marino
286d7f5d3SJohn Marino#------------------------------------------------------------------------------
386d7f5d3SJohn Marino# $File: softquad,v 1.13 2009/09/19 16:28:12 christos Exp $
486d7f5d3SJohn Marino# softquad:  file(1) magic for SoftQuad Publishing Software
586d7f5d3SJohn Marino#
686d7f5d3SJohn Marino# Author/Editor and RulesBuilder
786d7f5d3SJohn Marino#
886d7f5d3SJohn Marino# XXX - byte order?
986d7f5d3SJohn Marino#
1086d7f5d3SJohn Marino0	string		\<!SQ\ DTD>	Compiled SGML rules file
1186d7f5d3SJohn Marino>9	string		>\0		 Type %s
1286d7f5d3SJohn Marino0	string		\<!SQ\ A/E>	A/E SGML Document binary
1386d7f5d3SJohn Marino>9	string		>\0		 Type %s
1486d7f5d3SJohn Marino0	string		\<!SQ\ STS>	A/E SGML binary styles file
1586d7f5d3SJohn Marino>9	string		>\0		 Type %s
1686d7f5d3SJohn Marino0	short		0xc0de		Compiled PSI (v1) data
1786d7f5d3SJohn Marino0	short		0xc0da		Compiled PSI (v2) data
1886d7f5d3SJohn Marino>3	string		>\0		(%s)
1986d7f5d3SJohn Marino# Binary sqtroff font/desc files...
2086d7f5d3SJohn Marino0	short		0125252		SoftQuad DESC or font file binary
2186d7f5d3SJohn Marino>2	short		>0		- version %d
2286d7f5d3SJohn Marino# Bitmaps...
2386d7f5d3SJohn Marino0	search/1	SQ\ BITMAP1	SoftQuad Raster Format text
2486d7f5d3SJohn Marino#0	string		SQ\ BITMAP2	SoftQuad Raster Format data
2586d7f5d3SJohn Marino# sqtroff intermediate language (replacement for ditroff int. lang.)
2686d7f5d3SJohn Marino0	string		X\ 		SoftQuad troff Context intermediate
2786d7f5d3SJohn Marino>2	string		495		for AT&T 495 laser printer
2886d7f5d3SJohn Marino>2	string		hp		for Hewlett-Packard LaserJet
2986d7f5d3SJohn Marino>2	string		impr		for IMAGEN imPRESS
3086d7f5d3SJohn Marino>2	string		ps		for PostScript
3186d7f5d3SJohn Marino
3286d7f5d3SJohn Marino# From: Michael Piefel <piefel@debian.org>
3386d7f5d3SJohn Marino# sqtroff intermediate language (replacement for ditroff int. lang.)
3486d7f5d3SJohn Marino0	string		X\ 495		SoftQuad troff Context intermediate for AT&T 495 laser printer
3586d7f5d3SJohn Marino0	string		X\ hp		SoftQuad troff Context intermediate for HP LaserJet
3686d7f5d3SJohn Marino0	string		X\ impr		SoftQuad troff Context intermediate for IMAGEN imPRESS
3786d7f5d3SJohn Marino0	string		X\ ps		SoftQuad troff Context intermediate for PostScript
38