home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / mmconv14.zip / WHATSNEW.140 < prev   
Text File  |  1993-09-03  |  4KB  |  110 lines

  1.  
  2.     This version owes a debt to Fran McGee on FIDO.  She made a comment
  3. about the amount of work that got me thinking.  I think you will find
  4. MMCONV version 14 to be much more user friendly than preceding versions as
  5. a result.  It also means that MMCONV13 will have only a brief career...
  6.  
  7.  
  8. The conclusion was:
  9.  
  10.         And you got me thinking with your comment...
  11.  
  12.         I think I can modify MMCONV to handle any length ingredient
  13.         line.  Just have to require no spaces between ingredients line
  14.         and one space before directions.  This would be generally
  15.         present in most recipes anyway.  If not present would be much
  16.         more straightforward than figuring out if the removing 10 blanks
  17.         or so at start of line (which MMCONV does) would make the
  18.         ingredient line less than 45 characters.
  19.  
  20.         Also would avoid the problem of short initial direction lines
  21.         like: Preheat oven to 350.  (MMCONV thinks its an ingredient
  22.         which is not too horrible, but not 'neat').
  23.  
  24.         I like it!  Thanks for getting me started thinking about this.
  25.  
  26.         But couldn't you have sent this before I put MMCONV13.zip on
  27.         Sempervirens last night?
  28.  
  29.         User (and non-user even) suggestions are great.  I modified
  30.         MMCONV13 to support a -x parameter that makes it just look for
  31.         From: and Date: (caseblind) in the file to determine origin and
  32.         date based on someone else's complaint and suggestion.  This
  33.         should enable it to handle most message formats. At worse, you
  34.         just have to change some field to be From: or Date: rather than
  35.         an alternative.  I had been avoiding pursuing a more difficult
  36.         suggestion of user defined headers in a file.  This approach was
  37.         simple.
  38.  
  39.         Both of you gave me that "Now why didn't I think of that?" or
  40.         "why the heck did I do it that way?" feeling.
  41.  
  42.         Above was this morning.
  43.  
  44.         I just modified MMCONV as discussed above.  It is wonderful!!
  45.         You've cut the editing required down to a minimum.  Basically
  46.         just put in needed headers (on unmarked recipes) and add a
  47.         couple of blank lines.  I need to test this for a few days on a
  48.         variety of recipes.  But thanks for a great notion!!
  49.  
  50.  
  51.   ---------------------------------------------------------------------
  52.  
  53.     You must have some sort of ingredients.  If there are none in the
  54. recipe, just stick in none with a blank line following before the
  55. directions and you're set.
  56.  
  57.  
  58.  
  59.      ver 1.4
  60.  
  61.                 - Eliminate character count as guide to ingredient line;
  62.                   instead use first blank line as demarcation.
  63.                 - Skip Pileggi headings:
  64.                        Qty    Measurement       Ingredient
  65.                        ___----  --------
  66.                 - Recognize Pileggi ____ as end of recipe
  67.                 - combine clove or cloves with following word correctly
  68.  
  69.  
  70.      A point by point discussion of these items:
  71.  
  72.  
  73.  
  74.                 - Eliminate character count as guide to ingredient line;
  75.                   instead use first blank line as demarcation.
  76.  
  77.     You no longer have to divide up long ingredient lines.  MMCONV will
  78. format them for you.  If there are blank lines within ingredients, they
  79. should be removed.  If there is no blank between ingredients and
  80. directions, add one.
  81.  
  82.     You must have some sort of ingredients.  If there are none in the
  83. recipe, just stick in none with a blank line following before the
  84. directions and you're set.
  85.  
  86.  
  87.  
  88.                 - Skip Pileggi headings:
  89.                        Qty    Measurement       Ingredient
  90.                        ___----  --------
  91.  
  92.     Pileggi puts a lot of recipes out with these two odd headings.  MMCONV
  93. will now skip them and process ingredients.
  94.  
  95.                 - Recognize Pileggi ____ as end of recipe
  96.  
  97.     Pileggi uses ___ rather than --- at end of his recipes.  Difficult to
  98. spot as not a match.  So changed MMCONV to respond to it.
  99.  
  100.                 - combine clove or cloves with following word correctly
  101.  
  102.     I got tired of clove(s) followed by several spaces splitting the
  103. line.  Or having to take out the spaces.  I don't want to use CL for
  104. cloves since MM regards as centiliters.  So I added processing to close up
  105. the spacing for cloves.  That is:
  106.  
  107. 3 cloves    garlic     processes to 3     cloves garlic appropriately
  108. spaced.
  109.  
  110.