home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / text / show / Next2.9.readme < prev   
Text File  |  2000-07-03  |  4KB  |  85 lines

  1. Short:    Viewer for text/guides/html/datatypes
  2. Author:   Jürgen Klawitter
  3. Uploader: Andreas Neumann <an@andreasneumann.de>
  4. Type:     text/show
  5. Replaces: text/show/Next2.8*
  6.  
  7.  
  8.   NEXT is a fast and compact text viewer, written in assembly.
  9.   It displays all kinds of files including binaries, crunched and
  10.   archived files. OS 2+ required.
  11.  
  12.  
  13. Main Features:
  14. --------------
  15.     - Hypertext viewer for HTML (offline) and AmigaGuide documents
  16.     - converts MSDos/IBM texts to Amiga charset
  17.     - converts MSWord and MSWrite documents to plain text
  18.     - displays powerpacked data files (internal routine) and XPK files
  19.     - expands LZ77 compressed files (magic=SZDD)
  20.     - unpacks and displays archived files (LhA,LZX,ZIP,GZIP,RAR,COMPRESS,TAR)
  21.     - internal detar routine
  22.     - GUI for dearchivers
  23.     - displays and prints pictures (OS 3+ and datatypes needed)
  24.     - remembers previously loaded files
  25.     - easy loading of your favorite files which can be predefined
  26.     - font sensitive, font selection by font requester
  27.     - saves/prints whole file or a definable block
  28.     - printings with title line and page numbers (position and style
  29.       of title line can be selected)
  30.     - fast and effective search: all matches are displayed at once on screen
  31.     - pattern search
  32.     - search by mouse click
  33.     - special search routine for strings within binaries
  34.     - counts words, strings or chars within file or block
  35.     - various modes to load a file
  36.     - scans directories using wildcards
  37.     - AMINET support
  38.     - bookmarks
  39.     - appwindow
  40.     - clipboard copy
  41.     - size of displayed files unlimited
  42.     - reentrant code (can be made resident)
  43.     ... and more
  44.  
  45.   ---------------------------------------------------------------------
  46.  
  47.   Changes V2.9
  48.   ============
  49.  
  50.   meaning: + new, ^ improved, * changed, - removed
  51.  
  52.   + New option RAR <path of UnRAR>: RAR archives can now be extracted.
  53.     Your need UnRAR 2.04.1 by A. Kleinert not the version ported
  54.     bei A. Vallinetto which is buggy.
  55.   + New option DTMODE: sets the datatype mode at program start.
  56.   + Decoding of HQX files(suffix .hqx). They mostly contain SIT archives.
  57.   + Internal routine for listing the contents of StuffIt (SIT) archives.
  58.     (Not very useful but better than nothing). Unfortunately SIT archives
  59.     can't be extracted. UnSit for the Amiga (V1.5) is obsolete.
  60.   + Conversion of two MacIntosh text formats, macbinary (type TEXT) and
  61.     another format which I found on an AOL-CD called by me 'MacDOC'.
  62.   ^ Conversion of WORD documents has been much improved. NEXT now analizes
  63.     structures within a document and puts pieces of text in the correct
  64.     order even when the document is very fragmentated. Unfortunately
  65.     conversion is slower now because the document has to be re-read from
  66.     disk and more memory is needed,too.
  67.     The WORD version which produced the document is shown in the Info window.
  68.   ^ Footnotes, endnotes and annotations within WORD documents are now
  69.     numbered if they are "auto-numbered".
  70.   ^ PostScript XBM und XPM files are recognized and displayed by datatype
  71.     if datatype mode is on. They have been identified as TEXT in earlier
  72.     versions.
  73.   ^ Handling of archives has been improved: If the current archive has been
  74.     extracted from an archive (subarchive) and you delete it by pressing
  75.     Shift-Del the contents of the motherarchive will be presented again.
  76.   ^ Display of pictures has been improved, especially of small ones.
  77.     1x1 pictures don't cause problems any more. PostScript pictures displayed
  78.     by HWGPOST-Datatype and colors=3 are no longer distorted.
  79.   ^ Search of strings within list windows can now be backwards e.g. search
  80.     of a file within an archive list. Press "P" to go up. If search fails
  81.     you'll get the message "No <string>" in the window title.
  82.   * The datatype mode (AsDT mode) has been renamed to 'DTMode'.
  83.   - BUG: The @LIB mode had been ignored if datatype mode was on at the
  84.     same time.
  85.