home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / as2e003.zip / asf.man < prev    next >
Text File  |  1999-09-03  |  3KB  |  99 lines

  1. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2. Attribute-Sensitive Text Find Utility
  3.  
  4.                                  A S F . E X E 
  5.                                      ver.0.03
  6.                           HAMAGUCHI, Takashi  (C) 1999
  7.                            htakashi@mse.biglobe.ne.jp
  8.                               NBC03301@nifty.ne.jp
  9.                        http://www2d.biglobe.ne.jp/~htakashi/
  10. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  11.  
  12. [Introduction]
  13.     I have been making several text retrieving tools, i.e. KKC, Corpus Wizard. 
  14. There was a preposition that there are no attributes in text files, no italics,
  15. no bold, no underlines. Now there are many, many, many files which contains 
  16. attributes, HTML, RTF, TeX, etc.
  17.     This is the utility which uses these attributes.
  18.  
  19. [OS requirement]
  20.   DOS version  : MS-DOS / PC-DOS Generic(preferrably 3.x or later)
  21.   OS/2 version : OS/2 Warp or later
  22.  
  23. [Usage]
  24.   * Command Line
  25.       asf.exe [option] keyword filename(s)[Enter]
  26.       Sample Batch Files are included in this archive. 
  27.   * Format of text files
  28.     . PRT++
  29.         \i : Italics
  30.         \f : Bold
  31.         \t : Superscript
  32.         \s : Subscript
  33.         \u : Underline
  34.     . HTML
  35.         <I> : Italics
  36.         <B> : Bold
  37.         <U> : Undrline
  38.         <S> : Strike
  39.         <SUP> : Superscript
  40.         <SUB> : Subscript
  41.     . TEXT
  42.         Strings between '_' : Italics
  43.     . Format to be going to be supported
  44.       TeX/LaTeX/RTF
  45.   * Options
  46.     . Format of input text
  47.       -fh : HTML
  48.       -fp : PRT++[DEFAULT]
  49.       -fr : RTF(Not implemented)
  50.       -ft : TEXT
  51.       -fl : LaTeX(Not implemented)
  52.     . Format of output
  53.       -n : Linenumber
  54.       -t : Filename
  55.     . Mode
  56.       -ms : [Strict]All attributes should match if multiple attributes are 
  57.             assigned
  58.       -m  : [Default]At least one attribute should match
  59.       -mi : Ignore Case
  60.     . Word Search
  61.       -w : 
  62.              -w   : Recognize as a word
  63.              -w0  : Recognize as a word
  64.              -w1  : Recognize as a head of a word
  65.              -w2  : Recognize as a tail of a word
  66.     . Attributes of keyword
  67.       -b : [BOLD]
  68.       -i : [ITALICS]
  69.       -s : [STRIKE]
  70.       -u : [UNDERLINE]
  71.       -sp : [SUPERSCRIPT]
  72.       -sb : [SUBSCRIPT]
  73.  
  74. * Others
  75. . One line should be shorter than 1024 bytes.
  76. . This tool doesn't use system date, so this is free from Y2K problems.
  77. . Output strings don't include attributes.
  78.  
  79. * User Support
  80.       
  81.  
  82. * History
  83.   ver.0.03  1999-Sep-03
  84.     . Text Format (_italics_) supported.
  85.     . Ignore Case Option supported.
  86.     . Regular Expressions supported.(OS/2 Warp ONLY)
  87.   ver.0.02  1999-Aug-24
  88.     . CTRL-C always stops this program
  89.   ver.0.01  1999-Aug-22
  90.     . HTML Supported.
  91.     . Word Search Implemented
  92.     . Tag Format available.
  93.   ver.0.00  1999-Aug-21
  94.     . Prototype version. PRT++ Supported.
  95. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  96. [Acknowledgement]
  97.   JRE32.DLL is Mr Yamada Kazuo's copyrighted material.
  98. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  99.