home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / tg120.zip / INFO.NEW < prev    next >
Text File  |  1993-03-24  |  11KB  |  230 lines

  1.  
  2. %t Guide! Information
  3. %n 2R0
  4. %s Short blurb about this THHGTTKG reader program
  5. %a Steve Baker  (swbaker@vela.acs.oakland.edu)
  6. %d 19930324
  7. %x Article Writing Guide For Field Researchers And Guide Editors
  8. %x Guide! Documentation File
  9. %f 10
  10. %i New Features in this version of The Guide!
  11. %e
  12. This is one of the first enhanced releases of The Guide!, an article
  13. display, query, print, etc. system for Project Galactic-Guide (bringing to
  14. life "The HitchHiker's Guide to the Known Galaxy").
  15.  
  16. The current version number is 1.20, compiled 03/24/93.
  17.  
  18. The Guide! is distributed as [ TGxxx.ZIP ] where the xxx represents the
  19. current version number.  In this case, the filename is: TG120.ZIP
  20. This .ZIP file contains these files:
  21.  
  22.      GUIDE.EXE      -- the main program
  23.      GUIDE.DOC      -- short intro/documentation file
  24.      UPDATE.EXE     -- GuideNET update/report/delete utilities
  25.      READ.ME        -- quickie start-up dox for the impatient
  26.      *.NEW          -- sample entries and articles
  27.  
  28. *****************************************************************************
  29.  
  30.                       R E V I S I O N   H I S T O R Y
  31.  
  32. Version 1.20, 03/24/93
  33.  
  34.      * Enhancements to both GUIDE.EXE and UPDATE.EXE:
  35.  
  36.          - Began support for an .INI file (similar to ones used by Windows
  37.              and other apps).  This one's called GUIDE.INI, and in it you
  38.              can specify all sorts of cool toggles.  Here's the variables
  39.              you can mess with (most are booleans, either "TRUE" or "FALSE"):
  40.  
  41.                PageCompress     ; if print should be compressed or not
  42.                PageGraphics     ; if print should use extended ASCII
  43.                PageLaser        ; if output to laser, not dot matrix
  44.                PageNumbers      ; if want page numbers or not
  45.  
  46.                AutoZoom         ; if want every window zoomed when opened
  47.                ShowBanner       ; if display opening "Don't Panic" banner
  48.                ShowReality      ; if show reality level in article header
  49.                StartWithTOC     ; if use Table of Contents instead of Index
  50.  
  51.                VideoMode        ; either "Color," "43/50," or "Mono"
  52.                PrinterPort      ; either "LPT1," "LPT2," or "LPT3"
  53.  
  54.              Note that some of these are new, never-before-featured options
  55.              like the AutoZoom and the ShowReality.  Cool stuff.
  56.  
  57.              If you use the parameters (like /NOBANNER or /TOC or /50) then
  58.              the .INI file will be updated upon exit, so you won't have to
  59.              use them any longer (the parameters will update the .INI).
  60.         
  61.              GUIDE.INI is a regular ASCII file, so you can edit it with
  62.              just about anything (as long as you save it as an ASCII file).
  63.              This file gets rewritten every time you exit either program,
  64.              with the updated variables.  Later on, I'll fix this thing to
  65.              not *rewrite* the file, but instead *update* the file with the
  66.              changes (a subtle but important difference).
  67.  
  68.          - When displaying and printing an article, the system will no
  69.              longer waste space with blank fields.  For example, if an
  70.              article does not have a summary, the (blank) summary field is
  71.              omitted from the article display.  This also applies to the
  72.              Date and the Author fields.  (Approved PGG articles will
  73.              always have all the fields, but for specialized uses like
  74.              Ron Larsen's SSIL System, this should come in very handy!)
  75.  
  76.      * UPDATE.EXE Enhancements:
  77.  
  78.          - I finally nailed that non-cross-cross-reference glitch, and
  79.              now all is good with the world.  (Well, almost, anyway.)
  80.              If article B has a cross-reference to article A, then
  81.              automagically article A will have a link back to article B.
  82.              Wow.  Too bad it wasn't working before, but at least now it
  83.              seems to be OK.  Lemme know if you find problems <sigh>.
  84.  
  85.              You'll need to scrap your existing GuideNET's and start over
  86.              for this wonderful feature to work (thus, delete the following
  87.              wildcards: *.DAT, *.HDR, *.XRF, and *.IDX in your Guide dir).
  88.  
  89.          - The IAE now actually saves the article if you click the correct
  90.              buttons.  Only the header information definable in the dialog
  91.              box is currently saved, since the actual editor is not yet
  92.              wired in.  However, you can load this complete article "shell"
  93.              into an ASCII text editor, and just supply the contents of the
  94.              article itself in the middle, and you're all set!
  95.  
  96.              Note that the dialog box is now intelligent enough to detect
  97.              that if its suggested filename already exists, it "auto-
  98.              increments" the filename (with numbers at the end) until it
  99.              finds one it can use.  For example, if the file 'LAUGHING.ART'
  100.              already exists, it will first try 'LAUGHIN0.ART' and then
  101.              'LAUGHIN1.ART', etc.
  102.  
  103.      * GUIDE.EXE Enhancements:
  104.  
  105.          - Added nifty "context-sensitive" Status Line buttons for when you
  106.              hold down the Alt key, or the Shift key, or the Ctrl key (when
  107.              you're not in a dialog box, etc).  The bottom status line gets
  108.              updated with whatever hot-key set is applicable, based on which
  109.              key (ie, Shift, Ctrl, or Alt) you're currently pressing.
  110.              Pretty cool; give it a try!
  111.  
  112.          - Added extra blank lines to the Shell to DOS message, per request.
  113.              (This was actually done a few releases ago, but I had never
  114.              remembered to mention it before... let's see, what *else* have
  115.              I been playing with lately?!  Humm...)
  116.  
  117.          - More little things, tinkerings, and other junk.
  118.              (There, that should cover just about everything!)
  119.  
  120.      * The NEXT release should be a *big* one, with the following stuff:
  121.  
  122.          - Data compression, to reduce the size of the .DAT data file
  123.          - The full and complete Internal Article Editor (IAE) system
  124.          - INI file support for UPDATE.EXE's specific controls, etc.
  125.              (Currently, only GUIDE.EXE's controls and settings are saved,
  126.              some of which are shared and used by UPDATE.EXE as well.)
  127.          - More little suggestions and other "pocket-calculator" type stuff.
  128.              (Please keep those ideas, bug detections, and comments coming!)
  129.  
  130.          I'm thinking on calling this upcoming release 1.50, because it does
  131.          signify a pretty big jump in features and power.  'Till then!
  132.  
  133. Version 1.16, 03/07/93  (Maintenance release)
  134.  
  135.      * IAE (Internal Article Editor) Enhancements:
  136.  
  137.          - The system now automatically detects the current date, and
  138.            inserts the string as the default in the date field, using the
  139.            conventional format YYYYMMDD (instead of MM/DD/YY).
  140.  
  141.          - The system automatically suggests a suitable output file name for
  142.            the article by examining its title.  All unedited article files
  143.            have the extension .ART (for ARTicle, I suppose).  The system
  144.            uses the first 8 characters of the first "important" word of the
  145.            title (thus, initial 'THE ' words are ignored).
  146.  
  147.            For example, the title "Sammy Gets His Wish" would come up as
  148.            SAMMY.ART; likewise, the title "The Meglomaniac Monsters of Beta
  149.            Hurgleplex IV" would come up as MEGLOMAN.ART.  You can, of course,
  150.            override the suggested filename with anything you want (so long
  151.            as it is a valid DOS filename, etc).
  152.  
  153.            Note that the actual editing and saving of the article is still
  154.            under construction, but this is still a pretty nifty feature.
  155.  
  156.          - I didn't mention this before, but after you define a new Index
  157.            and/or Cross-Reference item, you can then edit the item in its
  158.            associated list box by either double-clicking the item, or by
  159.            pressing the spacebar after highlighting the desired item.  In
  160.            addition, you can remove an item by pressing the Delete key.
  161.            Note that duplicate items in the same category are ignored.
  162.  
  163.          - SOMEBODY PLEASE SEND ME SOME FEEDBACK ON THIS IAE STUFF!
  164.  
  165.      * The system now inserts a blank line at the bottom of every article
  166.          when displaying on-screen, per a suggestion I received last week.
  167.          This is done with both Guide's articles and in Update's reports.
  168.  
  169. Version 1.16, 03/02/93
  170.  
  171.      * GUIDE Enhancements:
  172.  
  173.          - Added new Window commands: Tile All and Cascade All.  These will
  174.            arrange the open articles on your desktop in nifty fashons, and
  175.            are available in the Window pull-down menu.
  176.  
  177.          - Improved the /LOAD= command-line parameter to include full paths;
  178.            thus, to load GuideNET Sammy from the D:\Junk directory, type:
  179.  
  180.              GUIDE /load=d:\junk\sammy
  181.  
  182.      * UPDATE Enhancements:
  183.  
  184.          - Began construction of the Internal Article Editor (IAE).  The
  185.            dialog box is in place and mostly operational (you can not edit
  186.            or clear the text, nor save the finished product yet).  I mention
  187.            this now for those who are curious and want to play around with
  188.            the dialog box -- let me know what you think!
  189.  
  190.            This feature is available in the Utility pull-down menu, and
  191.            also by just pressing [ Alt-C ] for Create.
  192.  
  193. *****************************************************************************
  194.  
  195. I encourage everyone to respond to this program; I'm open to receiving --
  196.  
  197.      * compliments on what a cool frood I must be for writing this
  198.      * complaints on how this is worse that Vogon poetry, and how I must
  199.          be "a jerk, a complete knee-biter"
  200.      * suggestions for everything from hot-key reassignments, to features
  201.          that you want added or removed, and anything else that your roving
  202.          minds can contrive
  203.      * bug detections, and other dastardly things
  204.  
  205. Please contact me at [ swbaker@vela.acs.oakland.edu ] or on local bulletin
  206. board systems (in the 313 area of Michigan, USA) -- handle 'swbaker'.
  207.  
  208. The FTP site where this sucker can be found is --
  209.  
  210. lexical:    vela.acs.oakland.edu
  211. numeric:    141.210.10.2
  212.  
  213. in the [ /pub/galactic-guide/theguide ] directory.
  214.  
  215. Be sure to 'login anonymous' and be in BINARY mode (ie, type [ binary ])
  216. before you 'get tgxxx.zip'....
  217.  
  218. Share and Enjoy!!!!
  219.  
  220. Steve
  221. swbaker@vela.acs.oakland.edu
  222. "Gravity brings me down..."
  223. %e
  224. *EOA*
  225.  
  226.  
  227. *
  228. * End of INFO.NEW
  229. *
  230.