home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / doc / hypertex / file67 < prev    next >
Text File  |  1988-02-01  |  4KB  |  74 lines

  1.                     Next update to PC-Hypertext
  2.                     ===========================
  3.  
  4. I've recently read "Thriving on Chaos" . . . and as a result, I'll release my
  5. next update to PC-Hypertext in early Spring.  Why so soon?
  6.  
  7. The central thesis of "Thriving on Chaos" is that mass production capabilities,
  8. major market positions, and elaborate planning are easily vulnerable to products
  9. using rapid innovation, customer awareness, and niche distribution.  I've done
  10. some of that with MaxThink and HOUDINI (new updates every 9 months); but you'll
  11. see even more -- starting with PC-Hypertext.
  12.  
  13. While I'll keep the network and file-branching (ASCII) formats the same,
  14. the portions of the program I'd like to expand are:
  15.  
  16. Memory Resident     The current DOS and program calls leave all memory
  17. ===============     free for whatever needs it.  If I keep PC-Hypertext in
  18.                     memory, there's less space, but faster calls.  If I
  19.                     keep the current network also in memory, it's even
  20.                     faster, but with less memory available for other
  21.                     programs.  So . . . I'll make an option for what you
  22.                     want.
  23.  
  24. Word Processor      Editing of hypertext files requires a different type
  25. ==============      of word processor than is currently available.  I want
  26.                     to include one with the next PC-Hypertext update.
  27.  
  28. Simple Linker       I'd like to include a link editor for minor additions
  29. =============       and modification to existing networks similar to the
  30.                     F8-F9-F10 commands of HOUDINI and MaxThink.
  31.  
  32. Picture Browsing    I've worked out a way to use a mouse to select
  33. ================    branching points linked to areas of displayed graphics.
  34.  
  35. Smooth Scroll       In the ASCII modes, I use fixed jumps in both my
  36. =============       vertical and horizontal scroll motions.  If needed,
  37.                     I'll add a smooth scroll option for large diagram
  38.                     displays (several screens wide and deep).
  39.  
  40. Structure Diagrams  I'd like a program that rapidly creates flow charts,
  41. ==================  structure diagrams, and mind-maps using the
  42.                     multi-screen format of PC-Hypertext.
  43.  
  44. ASCII Jumps         Right now, the angle bracket jumps to the first line of
  45. ===========         an ASCII file.  I'm interested in adding interior
  46.                     jumps to specific text within a file.
  47.  
  48. I'd like to support recognition of more file formats such as PC-Paint,
  49. Dr. Halo, EGA-Paintbrush, and Lotus files.  The approaches are:
  50.  
  51. Include in Code     My file parser already untangles eight different
  52. ===============     formats.  Adding more will slow the system down.
  53.  
  54. Standardize         One approach uses the file spec as the type indicator
  55. ===========         to simplify the angle-bracket parser such as:
  56.  
  57.                             .TXT  Always ASCII
  58.                             .NET  Network format
  59.                             .PTC  Paintbrush format (CGA)
  60.                             .PTE  Paintbrush format (EGA)
  61.                             .CTX  ColorTX format
  62.                             .BAT  Batch files
  63.                             .EXE  Programs
  64.                             .COM  Programs
  65.  
  66. Program Calls       Speed up the calling process to other programs without
  67. =============       loading the program or angle-bracket parser.
  68.  
  69. Interesting.  Let me know your thoughts on the evolution of PC-Hypertext.
  70.  
  71. Neil Larson  1/14/88  FILE67
  72. 44 Rincon Rd., Kensington, CA  94707
  73. Copyright MaxThink 1988 -- Call 415-428-0104 for permission to reprint
  74.