home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / katalogy / where / plugin / DescPlugin.txt < prev   
Text File  |  2004-08-31  |  6KB  |  106 lines

  1. WhereIsIt? version 3.61
  2. Copyright (c) 1997-2004 Robert Galle
  3. All Rights Reserved
  4.  
  5.  
  6. MAIN DESCRIPTION MODULE
  7. =======================
  8. The main description module (DescPlugin.dll) is the heart of WhereIsIt's
  9. description importing capabilities. It includes a number of description
  10. plugins, including the following ones:
  11.  
  12. * File_id.diz descriptions (imports File_id.diz files as descriptions for 
  13.     parent folders or archive files)
  14. * Files.bbs description files (imports the contents of Files.bbs files as
  15.     descriptions for files and folders located in the same folder, or in
  16.     other folders if full path to item is provided)
  17. * Index.txt description files (imports the contents of Index.txt, 
  18.     00index.txt,Catalog.txt,DirInfo,... and similar files as descriptions 
  19.     for files and folders located in the same folder, or in other folders 
  20.     if full path to item is provided. List of file names checked is user-
  21.     configurable)
  22. * Descript.ion descriptions (imports the 4DOS/NDOS description file for
  23.     files and folders located in the same folder)
  24. * 32-bit executable files (imports appended version information as 
  25.     description for 32-bit executable files, such as .exe, .dll, .vxd...
  26. * Audio files (imports details about MP3, AAC and WAV audio files as 
  27.     description, including ID3 tags if present. ID3v1 and ID3v2.2-ID3v2.4
  28.     are supported)
  29. * Windows Media Format Files (imports details from the Windows Media files,
  30.     such as ASF, WMA, or WMV files)
  31. * HTML files (imports some details from HTML file to be used as description,
  32.     for example HTML document's title and description meta tag)
  33. * Archive descriptions (Imports comments embedded in compressed archive
  34.     files, if they support this feature - Zip, Arj, Rar,...)
  35. * TTF fonts (extracts font name, style, and copyright notes from true type 
  36.     font files)    
  37. * MS Office documents (Word, Excel, PowerPoint - extracts document summary
  38.     information such as title, subject, author, keywords, comment,...)
  39. * Visio documents (extracts document summary information such as title, 
  40.     subject, author, keywords, comment,...)
  41. * Word Perfect documents, version 7.0 or never (extracts document summary
  42.     information such as title, subject, author, keywords, comment,...)
  43. * Quattro Pro documents, version 6.0 or never (extracts document summary
  44.     information such as title, subject, author, keywords, comment,...)   
  45. * Adobe Acrobat Documents (extracts document creation details such as title,
  46.     author, etc. and optionally the bookmark tree (index), if available)
  47. * Ogg Multimedia Files (supports Ogg streams, including Ogg Vorbis audio
  48.     files, description tags, including ID3v1 and ID3v2 and Ogg Vorbis' 
  49.     own tags, as well as Ogg Media (*.OGM) audio/video files, including
  50.     embedded subtitles).
  51. * Adobe Illustrator Files (extracts document summary information such as 
  52.     title, author, creation date, and originating software).
  53. * Autocad DWG File Properties (extracts DWG file properties, if available
  54.     in .DWG file. Note that only files created with AutoCAD 2000 (R15)
  55.     or newer support file properties information).
  56. * MPEG-4 Audio/Video Files (imports technical details about MPEG-4 audio
  57.     and video files, as well as ID3-like embedded information used in 
  58.     audio MP4 files).
  59. * AVI Video Files (extracts technical movie details such as resolution,
  60.     compression/codecs used (a database of 600+ codecs is included), 
  61.     bitrate, quality, playtime etc. It also supports three different 
  62.     types of movie info tags, including basic AVI tags, extended INFO 
  63.     tags (abcAVI Tag Editor), and IDIVX tags).
  64. * Monkey's Audio Files (extracts technical details about *.APE and *.MAC 
  65.     files, and includes support for ID3v1, ID3v2, and APE tags).
  66. * Matroska Media Files (extracts technical details about *.MKV files,
  67.     including tags, subtitles, chapters, and attachments).
  68. * FLAC Audio Files (extracts technical details about *.FLAC files, and 
  69.     includes support for ID3v1, ID3v2, and Vorbis Comment tags).
  70.  
  71. Also included is a set of formatting plugins. Formatting plugins take the
  72. result of description plugins, description text, and convert or filter
  73. it in some way.
  74.  
  75. * OEM-to-ANSI charset converter (converts text in OEM (DOS) character set
  76.   to its appropriate ANSI representation. Only used with localized text)
  77. * DOS graphics characters filter (converts DOS graphics characters into
  78.   more readable form under Windows. Should only be used if descriptions
  79.   are in plain ANSI text - turn off with localized descriptions as they
  80.   may use localized characters in place where graphics used to be)
  81. * Limited number of lines in description (limits the number of lines
  82.   in imported text to first "n" lines)
  83. * Text optimizing filter (filters out whitespace characters and empty 
  84.   lines through user-definable options, cutting down the size of text
  85.   and improving readability)
  86. * File name character case formatting (allows changing character case
  87.   for cataloged files and folders, i.e. "FILE.TXT", "File.txt", or
  88.   "file.txt")
  89.  
  90.  
  91. INSTALLING THE PLUGINS
  92. ======================
  93. Since the DescPlugin.dll module is a part of WhereIsIt program it is 
  94. installed together with the application itself. Just as any other 
  95. plugin it is expected be located in subfolder "Plugins" in WhereIsIt's 
  96. main folder; for example, "C:\Program Files\WhereIsIt\Plugins". No
  97. other installation is necessary, except maybe personalizing some settings
  98. for individual plugins that offer configurable parameters.
  99.  
  100.  
  101. ---------------------------------------------------------------------------
  102. The DescAPI and DescPlugin.dll module are an integral part of the WhereIsIt 
  103. software package and as such a copyrighted material. Using or distributing 
  104. these librarires for any purpose other than running them as a part of 
  105. WhereIsIt is prohibited and in violation of copyright laws.
  106. ---------------------------------------------------------------------------