-
Notifications
You must be signed in to change notification settings - Fork 0
FileTypeSpecification
jongretar@jongretar.com edited this page Oct 23, 2008
·
6 revisions
- summary Defines file types and their poperties.
- labels Specifications
* [#Introduction Introduction] * [#Parameters Parameters] * [#Example Example]
Defines file types and their poperties.
|| `Type` || string || Must Always be "FileType" || || `Identifier` || string || Unique Identifier || || `Name` || string || Name of the filetype || || `BasedOn` || string || File type this is based on || || `ComputerLanguage` || string || || || `Language` || string || || || `Class` || string || ||
|| `Extensions` || list || Extensions to recognize the file || || `MagicWord` || list || Sting inside the file to recognize the file || || `FilenamePatterns` || string || Regular expression to recognize the file || || `MIMETypes` || list || ||
From the ASC Specifications