home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / hyperbole / README < prev    next >
Encoding:
Text File  |  1995-08-29  |  21.3 KB  |  585 lines

  1. #
  2. # FILE:        README
  3. # SUMMARY:      Intro information on Hyperbole.  
  4. #
  5. # AUTHOR:       Bob Weiner
  6. # ORG:          Brown U.
  7. #
  8. # ORIG-DATE:    19-Oct-91 at 03:27:47
  9. # LAST-MOD:     29-Aug-95 at 11:07:53 by Bob Weiner
  10.  
  11. The author's work on this project has been sponsored by Motorola Inc.
  12. under the Distinguished Student-Employee program.
  13.  
  14. We hope you enjoy using and developing with Hyperbole.  Suggestions and bug
  15. reports are welcome, as described later in this document.  Feel free to
  16. mail or post news containing this file wherever it may be of use.
  17.  
  18.  
  19.            Outline
  20. ================================
  21. * Hyperbole Overview
  22. * What's New?
  23. * How to Obtain
  24. * Installation / Configuration
  25. * Quick Reference
  26. * Mail Lists
  27. * User Quotes
  28. * Why was Hyperbole developed?
  29. * Copyright
  30. ================================
  31.  
  32.  
  33. * Hyperbole Overview
  34.  
  35. Hyperbole is an open, efficient, programmable information management and
  36. hypertext system.  It is intended for everyday work on any UNIX platform
  37. supported by GNU Emacs.  It works well with the versions of Emacs that
  38. support multiple X or NEXTSTEP windows: GNU Emacs V19, XEmacs (formerly
  39. called Lucid Emacs) and Epoch.  Hyperbole allows hypertext buttons to be
  40. embedded within unstructured and structured files, mail messages and news
  41. articles.  It offers intuitive mouse-based control of information display
  42. within multiple windows.  It also provides point-and-click access to Info
  43. manuals, ftp archives, Wide-Area Information Servers (WAIS), and the
  44. World-Wide Web (WWW) hypertext system through encapsulations of software that
  45. support these protocols.
  46.  
  47. Hyperbole consists of four parts:
  48.  
  49.    1.  an interactive information management interface, including a powerful
  50.        rolodex, which anyone can use.  It is easy to pick up and use since it
  51.        introduces only a few new mechanisms and provides user-level
  52.        facilities through a menu interface, which you control from the
  53.        keyboard or the mouse;
  54.  
  55.    2.  an outliner with multi-level autonumbering and permanent ids attached
  56.        to each outline node for use as hypertext link anchors;
  57.  
  58.    3.  A set of hyper-button-action types that provides core hypertext
  59.        and other behaviors.  Users can make simple changes to button
  60.        types and those familiar with Emacs Lisp can quickly prototype
  61.        and deliver new types;
  62.  
  63.    4.  a set of programming library classes for system developers who
  64.        want to integrate Hyperbole with another user interface or as a
  65.        back-end to a distinct system.  (All of Hyperbole is written in
  66.        Emacs Lisp for ease of modification.  Although Hyperbole was initially
  67.        designed as a prototype, it has been engineered for real-world usage
  68.        and is well structured.)
  69.  
  70. A Hyperbole user works with buttons; he may create, modify,
  71. move or delete buttons.  Each button performs a specific action, such as
  72. linking to a file or executing a shell command.
  73.  
  74. There are three categories of Hyperbole buttons:
  75.  
  76.    1.  explicit buttons  - created by Hyperbole, accessible from within a
  77.        single document; 
  78.  
  79.    2.  global buttons    - created by Hyperbole, accessible anywhere within a
  80.        user's network of documents; 
  81.  
  82.    3.  implicit buttons  - buttons created and managed by other programs or
  83.        embedded within the structure of a document, accessible from within a
  84.        single document.  Hyperbole recognizes implicit buttons by contextual
  85.        patterns given in their type specifications.
  86.  
  87. Hyperbole buttons may be clicked upon with a mouse to activate them or
  88. to describe their actions.  Thus, a user can always check how a button
  89. will act before activating it.  Buttons may also be activated from a
  90. keyboard.  (In fact, virtually all Hyperbole operations, including menu
  91. usage, may be performed from any standard character terminal interface, so
  92. one need not be anchored to a workstation all day).
  93.  
  94. Hyperbole does not enforce any particular hypertext or information
  95. management model, but instead allows you to organize your information in
  96. large or small chunks as you see fit.    The Hyperbole outliner organizes
  97. information hierarchies which may also contain links to external
  98. information sources.
  99.  
  100. Some of Hyperbole's most important features include:
  101.  
  102.     Buttons may link to information or may execute procedures, such as
  103.     starting or communicating with external programs;
  104.  
  105.     One simply drags between a button source location and a link destination
  106.     to create or to modify a link button.  The same result can be achieved
  107.     from the keyboard.
  108.  
  109.     Buttons may be embedded within electronic mail messages;
  110.  
  111.     Outlines allow rapid browsing, editing and movement of chunks of
  112.     information organized into trees (hierarchies);
  113.  
  114.     Other hypertext and information retrieval systems may be
  115.     encapsulated under a Hyperbole user interface (a number of samples
  116.     are provided).
  117.  
  118. Typical Hyperbole applications include:
  119.  
  120.     personal information management
  121.        Overlapping link paths provide a variety of views into an
  122.        information space.
  123.  
  124.        A search facility locates buttons in context and permits quick
  125.        selection.
  126.  
  127.     documentation browsing
  128.        Embed cross-references in your favorite documentation format.
  129.  
  130.        Add a point-and-click interface to existing documentation.
  131.  
  132.        Link code and design documents.  Jump to the definition of an
  133.        identifier from its use within code or its reference within
  134.        documentation.
  135.  
  136.     brainstorming
  137.        Capture ideas and then quickly reorganize them with the Hyperbole
  138.        outliner.  Link to related ideas, eliminating the need to copy
  139.        and paste information into a single place.
  140.  
  141.     help/training systems
  142.        Create tutorials with embedded buttons that show students how
  143.        things work while explaining the concepts, e.g. an introduction
  144.        to UNIX commands.  This technique can be much more effective than
  145.        descriptions alone.
  146.  
  147.     archive managers
  148.        Supplement programs that manage archives from incoming
  149.        information streams by having them add topic-based buttons that
  150.        link to the archive holdings.  Users can then search and create
  151.        their own links to archive entries.
  152.  
  153.  
  154. * What's New in V3.19.03 through V3.19.07?
  155.  
  156.   (See "ChangeLog" for more complete details of changes.)
  157.  
  158.   ACTION AND ASSIST KEYS
  159.  
  160.     - Action clicks on Fortran variables now jump to their definitions if an
  161.       appropriate TAGS table has been built for the Fortran source code.
  162.  
  163.   BUTTONS
  164.  
  165.     - New patch-msg implicit button type jumps to the source line associated
  166.       with output lines from the 'patch' program that begin with "Hunk" or
  167.       "Patching".
  168.  
  169.     - Grep-msg implicib button type now jumps to source lines associated with
  170.       Perl5 error messages.
  171.  
  172.     - Local world-wide-web file references of the form, file://localhost/ are
  173.       now treated by Hyperbole as implicit pathname buttons and displayed as
  174.       any other local file reference.
  175.  
  176.     - Improved recognition of URLs.
  177.  
  178.   EMACS VERSIONS
  179.  
  180.     - Setting hproperty:but-emphasize-p under Emacs 19 now highlights
  181.       explicit buttons when the mouse moves over them.  This feature already
  182.       existed for InfoDock and XEmacs.
  183.  
  184.   KOUTLINER
  185.  
  186.     - Added new outliner menu commands for InfoDock, XEmacs and Emacs 19:
  187.         Hide-Levels, Hide-Subtree, and Show-Subtree.
  188.     
  189.     - Added 'Below' (same as {C-x $}) and 'Kill' (same as {C-c C-k}) menu
  190.       items to Outliner minibuffer menu.
  191.  
  192.     - Enabled Copy-Before-Cell and Copy-After-Cell menu items.
  193.  
  194.     - {C-x $} prompts you for an outline level and hides any cells in the
  195.       outline below that level.
  196.  
  197.     - {C-M-h} hides a subtree, ignoring the root cell.
  198.       {M-x kotl-mode:show-subtree RET} is its inverse.
  199.  
  200.     - {M-s} now centers a line in the outliner.  {M-S} centers a paragraph.
  201.  
  202.     - Fixed problem that could leave internal outliner data exposed when a
  203.       new final cell was added to an outline.
  204.  
  205.   MISCELLANEOUS
  206.  
  207.     - "Hyperbole mail buttons accepted" messages now appear in your outgoing
  208.       mail only if you have loaded the full Hyperbole system.
  209.  
  210.     - Fixed a few minor bugs.
  211.  
  212.  
  213. * How to Obtain
  214.  
  215. Hyperbole is actually part of an integrated tool framework that we have
  216. developed called InfoDock.  InfoDock provides a modern user interface on top
  217. of Emacs, information management, and powerful software development tools,
  218. all in one package.  Get it via anonymous ftp from host ftp.cs.uiuc.edu in
  219. the /pub/xemacs/infodock directory.
  220.  
  221. Hyperbole is also available as a standalone package via anonymous ftp across
  222. the Internet.  Do not send requests to have it mailed to you since it won't
  223. be.  Instead have another party who has Internet access obtain it for the
  224. both of you.
  225.  
  226. Here is how to obtain Hyperbole as a standalone package on the Internet:
  227.  
  228. Move to a directory below which you want the 'hyperbole' directory to
  229. be created.  Unpacking the Hyperbole archive will create this
  230. directory and place all of the files below it.
  231.  
  232.    cd <LOCAL-LISP-DIR>
  233.  
  234. Ftp to ftp.cs.uiuc.edu  (Internet Host ID = 128.174.252.1):
  235.  
  236.    prompt> ftp ftp.cs.uiuc.edu
  237.  
  238. Login as 'anonymous' with your own <user-id>@<site-name> as a password.
  239.    
  240.    Name (ftp.cs.uiuc.edu): anonymous
  241.    331 Guest login ok, send EMAIL address (e.g. user@host.domain) as password.
  242.    Password:
  243.    230 Guest login ok, access restrictions apply.
  244.  
  245. Move to the Hyperbole directory:
  246.  
  247.    ftp> cd pub/xemacs/infodock
  248.  
  249. Set your transfer mode to binary:
  250.  
  251.    ftp> bin
  252.    200 Type set to I.
  253.  
  254. Turn off prompting:
  255.  
  256.    ftp> prompt
  257.    Interactive mode off.
  258.  
  259. Retrieve just the Hyperbole archive and any diff-based patches (there may not
  260. be any patches):
  261.  
  262.    ftp> mget hyperbole*
  263.  
  264. Close the ftp connection:
  265.  
  266.    ftp> quit
  267.    221 Goodbye.
  268.  
  269. Unpack the tar archive using the GNU version of the 'zcat' program:
  270.  
  271.    zcat h*tar.gz | tar xvf -
  272. or
  273.    gunzip h*tar.gz; tar xvf h*tar
  274.  
  275. Apply any patches you retrieved, also:
  276.  
  277.    cd hyperbole; patch < <patch-file>
  278.  
  279.  
  280. * Installation / Configuration
  281.  
  282. Edit the lines near the top of "Makefile" that set the actual executable to
  283. use to compile the Hyperbole Lisp files.  Then choose one of the Emacs
  284. version settings and set the EMACS variable to it.  You may also have to set
  285. SITE-PRELOADS; follow the instructions that precede the 'SITE-PRELOADS ='
  286. line.  Make these changes now and save the Makefile.
  287.  
  288. The following instructions use the term <HYP-DIR> to refer to the directory
  289. in which you placed Hyperbole, so substitute your own value.
  290.  
  291. To install Hyperbole for use with XEmacs or GNU Emacs V19, from a shell:
  292.  
  293.    cd <HYP-DIR>; make
  294.  
  295. All of the .elc compiled Lisp files are already built for V19, so this build
  296. will finish very quickly.  If you really want to rebuild all of the .elc
  297. files under Emacs V19, use:
  298.  
  299.    cd <HYP-DIR>; make all-elc
  300.  
  301. To produce the Postscript version of the Hyperbole manual:
  302.  
  303.    cd <HYP-DIR>; make ps
  304.  
  305. To install Hyperbole for use with GNU Emacs V18 or Epoch, you must first
  306. arrange for the Lisp variable `hyperb:dir' to be set to the full directory
  307. path where you have placed Hyperbole.  It must be set before Hyperbole is
  308. loaded into an Emacs session, e.g. in an Emacs initialization file add:
  309.  
  310.    (setq hyperb:dir "<HYP-DIR>/")
  311.    (load (expand-file-name "hyperbole" hyperb:dir))
  312.  
  313.  Then from a shell:
  314.  
  315.    cd <HYP-DIR>
  316.    make all-elc-v18
  317.  
  318. This will produce a complete set of Emacs V18 .elc files.
  319.  
  320. ----
  321.  
  322. (Note that the section on 'Initializing' in the Hyperbole Manual duplicates
  323. the information given below on how to load Hyperbole for use.  That
  324. section is more extensive, however.)
  325.  
  326. To set up so that all Emacs users have Hyperbole loaded for them, make the
  327. following changes in "lisp/default.el".  Otherwise, each user will have to
  328. add these lines to his own "~/.emacs" initialization file.
  329.  
  330.    To autoload Hyperbole so that it is only loaded when needed:
  331.  
  332.       (load "<HYP-DIR>/hversion")
  333.       (load "<HYP-DIR>/hyperbole")
  334.  
  335.    Alternatively, if you want Hyperbole to always completely load upon
  336.    startup, add the following lines instead: 
  337.  
  338.       (load "<HYP-DIR>/hversion")
  339.       (load "<HYP-DIR>/hyperbole")
  340.       (require 'hsite)
  341.  
  342. That's all there is to the installation.
  343.  
  344. ----
  345.  
  346. The Hyperbole Manual is included in two forms:
  347.     "man/hyperbole.info"   - online version
  348.     "man/hyperbole.texi"   - source form
  349.  
  350. Once Hyperbole has been installed for use at your site, you can manually
  351. invoke it from within GNU Emacs or Epoch by loading the "hyperbole.el" code
  352. library file: {M-x load-lib RTN hyperbole RTN}.  {C-h h} or {M-x hyperbole
  353. RTN} then brings up the Hyperbole main menu.  
  354.  
  355. To add pointers to the Info version of the Hyperbole manual within your Info
  356. directory, follow these instructions.  If 'Info-directory-list' is bound as a
  357. variable within your Emacs, you can simply set it so that <HYP-DIR> is an
  358. element in the list.  Otherwise, from a shell, cd to the directory
  359. given by your 'Info-directory' variable and execute the following command:
  360.       (rm hyperbole.info*; cp <HYP-DIR>/man/hyperbole.info* .)
  361.  
  362. Then add an Info menu entry for the Hyperbole manual in your Info "dir" file:
  363. (the '*' should be placed in the first column of the file):
  364.  
  365.     * Hyperbole: (hyperbole.info).
  366.         GNU Emacs-based everyday information management system.
  367.     Use {C-h h d d} for a demo.  Includes context-sensitive
  368.         mouse and keyboard support, a powerful rolodex, an autonumbered
  369.         outliner with hyperlink anchors for each outline cell, and extensible
  370.         hypertext facilities including hyper-links in mail and news messages.
  371.  
  372.  
  373. * Quick Reference
  374.  
  375. "MANIFEST" summarizes most of the files in the distribution.
  376.  
  377. See "DEMO" for a demonstration of standard Hyperbole button
  378. capabilities.
  379.  
  380. Naming conventions:
  381.   All Hyperbole-specific code files begin with an 'h'.
  382.   Hyperbole user-interface files begin with 'hui-' or 'hmous'.
  383.   Files that define implicit button types begin with 'hib'.
  384.   Encapsulations of foreign systems begin with 'hsys-'.
  385.  
  386. Most of the standard Emacs user interface for Hyperbole is located in
  387. "hui.el".  Most of the Hyperbole application programming interface can be
  388. found in "hbut.el".  "hbdata.el" encapsulates the button attribute storage
  389. handling presently implemented by Hyperbole.  "hmail.el" provides a basic
  390. abstract interface for folding mail readers other than Rmail into Hyperbole.
  391.  
  392. See the "(hyperbole.info)Questions and Answers" appendix in the
  393. Hyperbole manual for information on how to alter the default
  394. context-sensitive Hyperbole key bindings.
  395.  
  396.  
  397. * Mail Lists
  398.  
  399. There are several Hyperbole-related mail addresses.  Learn what each is
  400. for before you contemplate mailing to any of them.
  401.  
  402.  
  403. hyperbole-request@hub.ucsb.edu
  404. hyperbole-announce-request@hub.ucsb.edu
  405.  
  406.    ALL mail concerning administration of the Hyperbole mailing lists should
  407.    be sent to the appropriate one of these addresses.  That includes
  408.    addition, change, or deletion requests.  Don't EVER consider sending such
  409.    a request to a Hyperbole mail list or people will think you can't read.
  410.  
  411.    Use the following formats on your subject line to execute requests,
  412.    where you substitute your own values for the <> delimited items.
  413.  
  414.      Subject: Subscribe '<' <user@domain> '>' (<your name>).
  415.      Subject: Unsubscribe '<' <user@domain> '>'.
  416.  
  417.    To change your address, you must unsubscribe your old address in one
  418.    message and then subscribe your new address in another message.
  419.  
  420.    For example:
  421.  
  422.      To: hyperbole-announce-request@hub.ucsb.edu
  423.      Subject: Unsubscribe <joe@any.com>.
  424.  
  425.      To: hyperbole-announce-request@hub.ucsb.edu
  426.      Subject: Subscribe <joe@any.com> (Joe Williams).
  427.  
  428.  
  429. hyperbole@hub.ucsb.edu
  430.  
  431.    Mail list for discussion of all Hyperbole issues.  Bug reports and
  432.    suggestions may also be sent here.
  433.  
  434.    Always use your Subject and/or Summary: lines to state the position
  435.    that your message takes on the topic that it addresses, e.g. send
  436.    "Subject: Basic bug in top-level Hyperbole menu." rather than
  437.    "Subject: Hyperbole bug".  Statements end with periods, questions
  438.    with question marks (typically), and high energy, high impact
  439.    declarations with exclamation points.  This simple rule makes all
  440.    e-mail communication much easier for recipients to handle
  441.    appropriately.
  442.  
  443.    If you ask a question, your subject line should include the word
  444.    'question' or 'query' or should end with a '?', e.g. "Subject: How
  445.    can man page SEE ALSOs be made implicit buttons?"  A "Subject: Re:
  446.    How can ..." then indicates an answer to the question.  Question
  447.    messages should normally include your Hyperbole and Emacs version
  448.    numbers and clearly explain your problem and surrounding issues.
  449.    Otherwise, you will simply waste the time of those who may want to
  450.    help you.  (Your top-level Hyperbole menu shows its version number
  451.    and {M-x emacs-version RTN} gives the other.)
  452.  
  453.    If you ask questions, you should consider adding to the discussion by
  454.    telling people the kinds of work you are doing or contemplating doing
  455.    with Hyperbole.  In this way, the list will not be overwhelmed by
  456.    messages that ask for, but provide no information.
  457.  
  458. hyperbole-announce@hub.ucsb.edu
  459.  
  460.    Those who don't want to participate in the discussion but want to
  461.    hear about bug fixes and new releases of Hyperbole should subscribe
  462.    to this list.  Anyone on the 'hyperbole' list is automatically on
  463.    this one too, so there is no need to subscribe to this one in that
  464.    case.  This list is for official fixes and announcements so don't send
  465.    your own fixes here.  Send them to 'hyperbole' instead.
  466.  
  467.  
  468. * User Quotes
  469.  
  470.  
  471.   *** MAN I love Hyperbole!!!  Wow! ***
  472.  
  473.                         -- Ken Olstad
  474.  
  475. -------
  476.  
  477.   I *love* koutlines.
  478.  
  479.                        -- Bob Glickstein
  480.  
  481. -------
  482.  
  483.  "In general, Hyperbole is an embeddable, highly extensible hypertext
  484.   tool.  As such, I find it very useful. As it stands now, Hyperbole is
  485.   particularly helpful for organizing ill-structured or loosely coupled
  486.   information, in part because there are few tools geared for this purpose.
  487.   Hyperbole also possesses a lot of potentials in supporting a wider
  488.   spectrum of structuredness, ranging from unstructured to highly
  489.   structured environments, as well as structural changes over time.
  490.  
  491.   Major Uses:
  492.  
  493.   * Menu interface to our own Epoch-based collaborative support environment
  494.     called CoReView: This interface brings together all top-level user
  495.     commands into a single partitioned screen, and allows the end user to
  496.     interact with the system using simple mouse-clicking instead of the
  497.     meta-x key.
  498.  
  499.   * Gateway to internet resources: this includes links to major Internet
  500.     archive sites of various types of information. Links are made at both
  501.     directory and file levels.
  502.  
  503.   * Alternative directory organizer: The hierarchical nature of the Unix
  504.     file system sometimes makes it difficult to find things quickly and
  505.     easily using directory navigational tools such as dired. Hyperbole
  506.     enables me to create various "profile" views of my directory tree, with
  507.     entries in these views referring to files anywhere in the hierarchy.
  508.  
  509.   * Organizing and viewing online documentation: using Hyperbole along with
  510.     Hyper-man and Info makes it truly easy to look up online documentation.
  511.       
  512.   * Other desktop organization tasks: including links to various mail
  513.     folders, saved newsgroup conversation threads, online note-taker,
  514.     emacs-command invocations, etc."
  515.  
  516.                         -- Dadong Wan
  517.  
  518. -------
  519.  
  520.  "Hyperbole is the first hyper-link system I've run across that is
  521.   actually part of the environment I use regularly, namely Emacs. The
  522.   complete flexibility of the links is both impressive and expected -- the
  523.   idea of making the link itself programmable is clever, and given that one
  524.   assumes the full power of emacs.  Being able to send email with buttons
  525.   in it is a very powerful capability.  Using ange-ftp mode, one can make
  526.   file references "across the world" as easily as normal file references."
  527.  
  528.                         -- Mark Eichin
  529.  
  530. -------
  531.  
  532.    I just wanted to say how much I enjoy using the Hyperbole outliner.
  533.    It is a great way to quickly construct very readable technical documents
  534.    that I can pass around to others.   Thanks for the great work.  
  535.  
  536.                         -- Jeff Fried
  537.  
  538. -------
  539.  
  540.    The Hyperbole system provides a nice interface to exploring corners of
  541.    Unix that I didn't know existed before.
  542.  
  543.                     -- Craig Smith
  544.  
  545. -------
  546.  
  547.  
  548. * Why was Hyperbole developed?
  549.  
  550. Hyperbole has been designed to aid in research aimed at Personalized
  551. Information production/retrieval Environments (PIEs).  Hyperbole is a
  552. backend manager to be used in prototyping an initial PIE.
  553.  
  554. An examination of many hypertext environments as background research did
  555. not turn up any that seemed suitable for the research envisioned, mainly
  556. due to the lack of rich, portable programmer and user environments.  We also
  557. tired of trying to manage our own distributed information pools with standard
  558. UNIX tools.  And so Hyperbole was conceived and raved about until it
  559. got its name.
  560.  
  561.  
  562. * Copyright
  563.  
  564. The following copyright applies to the Hyperbole system as a whole.
  565.  
  566. Copyright (C) 1989-1995, Free Software Foundation, Inc.
  567.  
  568. Available for use and distribution under the terms of the GNU Public License,
  569. version 2 or higher.
  570.  
  571. Hyperbole is free software; you can redistribute it and/or modify
  572. it under the terms of the GNU General Public License as published by
  573. the Free Software Foundation; either version 2, or (at your option)
  574. any later version.
  575.  
  576. Hyperbole is distributed in the hope that it will be useful,
  577. but WITHOUT ANY WARRANTY; without even the implied warranty of
  578. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  579. GNU General Public License for more details.
  580.  
  581. You should have received a copy of the GNU General Public License
  582. along with GNU Emacs; see the file COPYING.  If not, write to
  583. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  584.  
  585.