home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / mmconv14.zip / WHATSNEW.130 < prev    next >
Text File  |  1993-09-01  |  5KB  |  115 lines

  1.  
  2.      ver 1.3
  3.                 - fix dash handling, e.g., 4-6 pounds not split right
  4.                 - fix 2 6-1/4 oz cans handling
  5.                 - mix case categories
  6.                 - make sure space after servings in all cases
  7.                 - skip extra blank or '.' lines in directions- always
  8.                   keep at least one of the spaces between sections
  9.                 - in real MM recipe, don't stop on stars as CCHEF marker
  10.                 - make sure --MM marker aligns with margin:  H Peagram
  11.                   MM header includes a --MM sequence
  12.                 - handle Title:Spinach Tofu Lasagne - provide space
  13.                 - added PINT to PT, DASH to DS, fluid oz to FL & several
  14.                   additional variant spellings on existing
  15.                 - fix From Scratch to actually work with real recipe;
  16.                   used bad example to develop handling
  17.                 - take out leading blanks in DIRECTIONS: consistency &
  18.                   avoids being interpreted as ingredient.
  19.                 - set own default category - handy on ZIP files -D or -d
  20.                 - look for YIELD for servings
  21.                 - option to save what not seen as recipe -S or -s
  22.                 - fix to skip DIRECTIONS ----- and INGREDIENTS --- lines
  23.                   regardless of length
  24.                 - generic header: look for NAME: & DATE: -x -X
  25.                 - pick up KEY WORDS as category:  (Alvin Broughton)
  26.                 - must have at least one direction line, otherwise ---
  27.                   treated as normal rather than end of recipe
  28.                 - end marker of at least 3 hyphens need not be aligned
  29.                   with margin - but only hyphens and blanks allowed on
  30.                   the line
  31.                 - zap categories:
  32.                        ",MINE",
  33.                        " BEST",
  34.                        ",BEST",
  35.                        ",MOM'S",
  36.                        " MOM'S",
  37.                        ",ECHO",
  38.                        " ECHO",
  39.                        "CYBEREALM",
  40.                        "MY FAVORITE",
  41.                        "FAVORITE",
  42.                        ",MY",
  43.                        " MY",
  44.                        "*,"
  45.  
  46.     Most of this seems straightforward to me.  Some things work a little
  47. better in this version of MMCONV basically.  More abbreviations handled and
  48. that sort of thing.  Category names are now going to all be uppercase
  49. followed by lower case.  Directions will all be aligned at the left margin.
  50.  
  51.     INGREDIENTS and DIRECTIONS lines are skipped.  Many of these exceeded
  52. the 45 char limit.  I got tired of taking them out manually.  So now the
  53. program does it.
  54.  
  55.     Modified detection of hyphens as end markers.  Now can have dash lines
  56. in ingredients as separator.  Only in directions is it taken as an end
  57. marker.  This may cause problems for recipes without directions - but this
  58. seems likely to be a real rare case.  Also don't have to align end marker
  59. hyphens with margin any more.  You still can't have other characters than
  60. blanks or hyphens on the line.
  61.  
  62.     Some of the categories are automatically cleared.  They are listed
  63. above.  Excess commas are removed from the category list.  This is one of
  64. the few items in MMCONV which will change Meal-Master formatted recipes as
  65. well as non-MM recipes.  The intent is to remove categories which seem
  66. likely to be idiosyncratic and not apply to most people's needs in a
  67. recipe.
  68.  
  69.     The three new parameters may need some explanation.  You don't have to
  70. use any of these.  They are just additional possible controls you may
  71. choose to use.
  72.  
  73.  
  74.      - set own default category - handy on ZIP files -D or -d
  75.  
  76.     Currently, MAINDISH is used for any recipe that does not have category
  77. information.  The -d option lets you substitute something else.  You could
  78. use -dMMCONV so you could later find the recipes you missed editing with a
  79. category search and fix in MM.  If you get a zip file of DESSERT recipes,
  80. use -dDesserts to set them all to Category: Desserts.  Otherwise, you have
  81. to type in by hand or they end up as Maindish.
  82.  
  83.     This came about when I got a zip file of drink recipes.
  84.  
  85.  
  86.  
  87.      - option to save what not seen as recipe -S or -s
  88.  
  89.     This was added to aid in my testing.  However, you might find it handy.
  90.  
  91.     If you add -s, any lines not written to the recipe file are written to
  92. a file XTRAmmdd.n (mm=month; dd=day; n=1..999).  Repeated runs will use
  93. successive files just like is done with the other output file names.
  94.  
  95.     Perusing this may spot recipes you missed flagging.  Or sections of
  96. recipes that got dropped.
  97.  
  98.  
  99.  
  100.      - generic header: look for NAME: & DATE: -x -X
  101.  
  102.     For Lawrence Kellie on FIDO, I have added a simple looking for NAME:
  103. and DATE:  to set the credit info.  This is a caseblind search, so any
  104. combination of these characters is recognized.  This will expand the
  105. message formats that MMCONV will work with.  For now it is a separate
  106. selectable option.  If my testing shows no problem, I may switch to just
  107. using this for all Name & Date processing.
  108.  
  109.  
  110.     (Unfortunately, my documentation still is probably too poorly done for
  111. him.  But maybe the program doing what he expects will make that
  112. acceptable.)
  113.  
  114.  
  115.