home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / hyperbole / README next >
Encoding:
Text File  |  1991-12-16  |  14.9 KB  |  385 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:     13-Dec-91 at 15:44:09 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.
  16.  
  17.  
  18.            Outline
  19. ================================
  20. * Beta Tester Quotes
  21. * What is Hyperbole?
  22. * How to Obtain
  23. * Installation / Configuration
  24. * Quick Reference
  25. * Why was Hyperbole developed?
  26. * Mail Lists
  27. * Copyright
  28. ================================
  29.  
  30.  
  31. * Beta Tester Quotes
  32.  
  33.  "In general, Hyperbole is an embeddable, highly extensible hypertext
  34.   tool.  As such, I find it very useful. As it stands now, Hyperbole is
  35.   particularly helpful for organizing ill-structured or loosely coupled
  36.   information, in part because there are few tools geared for this purpose.
  37.   Hyperbole also possesses a lot of potentials in supporting a wider
  38.   spectrum of structuredness, ranging from unstructured to highly
  39.   structured environments, as well as structural changes over time.
  40.  
  41.   Major Uses:
  42.  
  43.   * Menu interface to our own Epoch-based collaborative support environment
  44.     called CoReView: This interface brings together all top-level user
  45.     commands into a single partitioned screen, and allows the end user to
  46.     interact with the system using simple mouse-clicking instead of the
  47.     meta-x key.
  48.  
  49.   * Gateway to internet resources: this includes links to major Internet
  50.     archive sites of various types of information. Links are made at both
  51.     directory and file levels.
  52.  
  53.   * Alternative directory organizer: The hierarchical nature of the Unix
  54.     file system sometimes makes it difficult to find things quickly and
  55.     easily using directory navigational tools such as dired. Hyperbole
  56.     enables me to create various "profile" views of my directory tree, with
  57.     entries in these views referring to files anywhere in the hierarchy.
  58.  
  59.   * Organizing and viewing online documentation: using Hyperbole along with
  60.     Hyper-man and Info makes it truly easy to look up online documentation.
  61.       
  62.   * Other desktop organization tasks: including links to various mail
  63.     folders, saved newsgroup conversation threads, online note-taker,
  64.     emacs-command invocations, etc."
  65.  
  66.                         -- Dadong Wan
  67.  
  68. -------
  69.  
  70.  "Hyperbole is the first hyper-link system I've run across that is
  71.   actually part of the environment I use regularly, namely Emacs. The
  72.   complete flexibility of the links is both impressive and expected -- the
  73.   idea of making the link itself programmable is clever, and given that one
  74.   assumes the full power of emacs.  Being able to send email with buttons
  75.   in it is a very powerful capability.  Using ange-ftp mode, one can make
  76.   file references "across the world" as easily as normal file references."
  77.  
  78.                         -- Mark Eichin
  79.  
  80. -------
  81.  
  82.  "The Hyperbole system provides a nice interface to exploring corners of
  83.   Unix that I didn't know existed before."
  84.  
  85.                     -- Craig Smith
  86.  
  87. -------
  88.  
  89.  
  90. * What is Hyperbole?
  91.  
  92. Hyperbole is an open, efficient hypertext system that can be used for
  93. everyday work on any UNIX platform supported by GNU Emacs.  Hyperbole
  94. consists of three parts:
  95.  
  96.    1.  an interactive hypertext management interface which anyone can use;
  97.  
  98.    2.  a set of programming library classes for system developers who
  99.        want to integrate Hyperbole with another user interface or as a
  100.        back-end to a distinct system.  (All of Hyperbole is written in
  101.        Lisp for ease of modification.  Although Hyperbole is a
  102.        prototype, it has been engineered for real-world usage and is
  103.        well structured.)
  104.  
  105.    3.  A set of hyper-button-action types that provides core hypertext
  106.        and other behaviors.  Users can make simple changes to button
  107.        types and those familiar with Emacs Lisp can quickly prototype
  108.        and deliver new types.
  109.  
  110. A Hyperbole user works with hypertext buttons; he may create, modify,
  111. move or delete buttons.  Each button performs a specific action, such as
  112. link to a file or execute a UNIX shell command.
  113.  
  114. Presently, there are two distinct categories of Hyperbole buttons:
  115. explicit buttons (the ones that Hyperbole creates) and implicit buttons
  116. (buttons created and managed by other programs or embedded within the
  117. structure of a document and recognized contextually by Hyperbole).
  118. Explicit Hyperbole buttons may be embedded within any type of text file.
  119.  
  120. Hyperbole buttons may be clicked upon with a mouse to activate them or
  121. to describe their actions.  Thus, a user can always check how a button
  122. will act before activating it.  Buttons may also be activated from a
  123. keyboard.  (In fact, all Hyperbole operations, including menu usage, may
  124. be performed from any standard character terminal interface, so one need
  125. not be anchored to a workstation all day).
  126.  
  127. Hyperbole does not enforce any particular hypertext or information
  128. management model, but instead allows you to organize your information in
  129. large or small chunks as you see fit.  Some of its most important
  130. features include:
  131.  
  132.     Buttons may link to information or may execute procedures, such as
  133.     starting or communicating with external programs;
  134.  
  135.     Buttons may be embedded within electronic mail messages;
  136.  
  137.     Other hypertext and information retrieval systems may be
  138.     encapsulated under a Hyperbole user interface (a number of samples
  139.     are provided).
  140.  
  141. Typical Hyperbole applications include:
  142.  
  143.     personal information management
  144.        Overlapping link paths provide a variety of views into an
  145.        information space.
  146.  
  147.        A search facility locates buttons in context and permits quick
  148.        selection.
  149.  
  150.     documentation browsing
  151.        Embed cross-references in your favorite documentation format.
  152.  
  153.        Add a point-and-click interface to existing documentation.
  154.  
  155.        Link code and design documents.  Jump to the definition of an
  156.        identifier from its use within code or its reference within
  157.        documentation.
  158.  
  159.     help/training systems
  160.        Create tutorials with embedded buttons that show students how
  161.        things work while explaining the concepts, e.g. an introduction
  162.        to UNIX commands.  This technique can be much more effective than
  163.        descriptions alone.
  164.  
  165.     archive managers
  166.        Supplement programs that manage archives from incoming
  167.        information streams by having them add topic-based buttons that
  168.        link to the archive holdings.  Users can then search and create
  169.        their own links to archive entries.
  170.  
  171.  
  172. * How to Obtain
  173.  
  174. Hyperbole is available across the Internet via anonymous ftp.  Do not send
  175. requests to have it mailed to you since it won't be.  Instead have another
  176. party who has Internet access obtain it for the both of you.
  177.  
  178. A server which sends the Hyperbole distribution in response to mail
  179. requests may be put into service sometime in the first quarter of 1992.
  180. The Free Software Foundation has expressed interest in distributing
  181. Hyperbole as a separate add-on to GNU Emacs, once Hyperbole reaches a
  182. stable point of maturation, so you may eventually be able to get it from
  183. them.  Here is how to obtain it from the Brown softre archive:
  184.  
  185. Move to a directory below which you want the 'hyperbole' directory to
  186. be created.  Unpacking the Hyperbole archive will create this
  187. directory and place all of the files below it.
  188.  
  189.    cd <LOCAL-LISP-DIR>
  190.  
  191. Ftp to wilma.cs.brown.edu  (Internet Host ID = 128.148.31.66):
  192.  
  193.    prompt> ftp wilma.cs.brown.edu
  194.  
  195. Login as 'anonymous' with your own <user-id>@<site-name> as a password.
  196.    
  197.    Name (wilma.cs.brown.edu:rsw): anonymous
  198.    331 Guest login ok, send EMAIL address (e.g. user@host.domain) as password.
  199.    Password:
  200.    230 Guest login ok, access restrictions apply.
  201.  
  202. Move to the Hyperbole directory:
  203.  
  204.    ftp> cd pub/hyperbole
  205.  
  206. Set your transfer mode to binary:
  207.  
  208.    ftp> bin
  209.    200 Type set to I.
  210.  
  211. Turn off prompting:
  212.  
  213.    ftp> prompt
  214.    Interactive mode off.
  215.  
  216. Either choose from the files with a 'dir' command or retrieve them all
  217. (the individual files are also included in the tar archive):
  218.  
  219.    ftp> mget *
  220.  
  221. Close the ftp connection:
  222.  
  223.    ftp> quit
  224.    221 Goodbye.
  225.  
  226. Unpack the *tar.Z archive:
  227.  
  228.    uncompress *tar.Z; tar xvf *tar
  229.  
  230.  
  231. * Installation / Configuration
  232.  
  233. The Hyperbole Manual is included in three forms:
  234.     "hypb.info"       - online version
  235.      hypb.ps          - Postscript form
  236.     "hypb.texinfo"    - source form
  237.  
  238. If you have just retrieved Hyperbole, see "hsite-ex.el" for installation
  239. and setup instructions.  If Hyperbole has already been installed for
  240. use at your site, you can manually invoke it from within GNU Emacs or Epoch by
  241. loading the "hsite.el" code library file:  {M-x load-lib RTN hsite RTN}.  See
  242. the section on 'Initializing' in the Hyperbole Manual for information on how to
  243. set up for permanent Hyperbole use.
  244.  
  245. To add a pointer to the Info version of the Hyperbole manual within your Info
  246. directory file, add the following two lines (the '*' should be in the first
  247. column) to the menu within that file, substituting for <HYP-DIR>:
  248.  
  249.     * Hyperbole: (<HYP-DIR>/hypb.info).
  250.         GNU Emacs-based extensible hypertext management system.
  251.  
  252. When used with a mouse, Hyperbole uses your middle and right mouse buttons by
  253. default.  The bindings are set in "hmouse-key.el".  What the mouse
  254. buttons do is set in the 'smart-key-alist' variable in "hui-mouse.el"
  255. and is summarized in "hmouse-doc".
  256.  
  257.  
  258. * Quick Reference
  259.  
  260. "MANIFEST" summarizes most of the files in the distribution.
  261.  
  262. See "DEMO" for a demonstration of standard Hyperbole button
  263. capabilities.
  264.  
  265. Naming conventions:
  266.   All Hyperbole-specific code files begin with an 'h'.
  267.   Hyperbole user-interface files begin with 'hui-' or 'hmous'.
  268.   Files that define implicit button types begin with 'hib'.
  269.   Encapsulations of foreign systems begin with 'hsys-'.
  270.  
  271. Most of the standard Emacs user interface for Hyperbole is located in
  272. "hui.el".  Most of the Hyperbole application programming interface can be
  273. found in "hbut.el".  "hbdata.el" encapsulates the button attribute storage
  274. handling presently implemented by Hyperbole.  "hmail.el" provides a basic
  275. abstract interface for folding mail readers other than Rmail into Hyperbole.
  276.  
  277.  
  278. * Why was Hyperbole developed?
  279.  
  280. The present version of Hyperbole has been designed to aid in research
  281. aimed at personalizing information production/retrieval environments
  282. (PIEs).   Hyperbole is a backend manager to be used in prototyping an
  283. initial PIE.
  284.  
  285. An examination of many hypertext environments as background research did
  286. not turn up any that seemed suitable for the research envisioned, mainly
  287. due to the lack of rich, portable programmer and user environments.  We also
  288. tired of trying to manage our own distributed information pools with standard
  289. UNIX tools.  And so Hyperbole was conceived and raved about until it
  290. got its name.
  291.  
  292.  
  293. * Mail Lists
  294.  
  295. There are several Hyperbole-related mail addresses.  Learn what each is
  296. for before you contemplate mailing to any of them.
  297.  
  298.  
  299. hyperbole-request@cs.brown.edu
  300.  
  301.    ALL mail concerning administration of the Hyperbole mailing lists
  302.    should be sent here.  That includes addition, change, or deletion
  303.    requests.  Don't EVER consider sending such a request to a Hyperbole
  304.    mail list or people will think you can't read.  ONLY FULLY
  305.    DOMAIN-BASED ADDRESSES WILL BE ACCEPTED (no UUCP '!' characters nor
  306.    .UUCP pseudo-domain).  If you don't have such an address by now, you
  307.    should get one.  Anyone else who wants to handle these other
  308.    addresses is free to forward the contents of the lists to them.
  309.  
  310.    Use the following formats on your subject line to execute requests,
  311.    where you substitute your own values for the <> delimited items.
  312.  
  313.    Subject: Add <user>@<domain> to <mail-list-name-without-domain>.
  314.    Subject: Remove <user>@<domain> from <mail-list-name-without-domain>.
  315.    Subject: Change <user>@<domain> to <newuser>@<newdomain> in <mail-list-name-without-domain>.
  316.  
  317.    For example:
  318.      Subject: Add joe@mot.com to hyperbole.
  319.  
  320.  
  321. hyperbole@cs.brown.edu
  322.  
  323.    Mail list for discussion of all Hyperbole issues.  Bug reports and
  324.    suggestions may also be sent here.
  325.  
  326.    Always use your Subject and/or Summary: lines to state the position
  327.    that your message takes on the topic that it addresses, e.g. send
  328.    "Subject: Basic bug in top-level Hyperbole menu." rather than
  329.    "Subject: Hyperbole bug".  Statements end with periods, questions
  330.    with question marks (typically), and high energy, high impact
  331.    declarations with exclamation points.  This simple rule makes all
  332.    e-mail communication much easier for recipients to handle
  333.    appropriately.
  334.  
  335.    If you ask a question, your subject line should include the word
  336.    'question' or 'query' or should end with a '?', e.g. "Subject: How
  337.    can man page SEE ALSOs be made implicit buttons?"  A "Subject: Re:
  338.    How can ..." then indicates an answer to the question.  Question
  339.    messages should normally include your Hyperbole and Emacs version
  340.    numbers and clearly explain your problem and surrounding issues.
  341.    Otherwise, you will simply waste the time of those who may want to
  342.    help you.  (Your top-level Hyperbole menu shows its version number
  343.    and {M-x emacs-version RTN} gives the other.)
  344.  
  345.    If you ask questions, you should consider adding to the discussion by
  346.    telling people the kinds of work you are doing or contemplating doing
  347.    with Hyperbole.  In this way, the list will not be overwhelmed by
  348.    messages that ask for but provide no information.
  349.  
  350.    We will not be archiving this list.  If someone wants to do so, just
  351.    set it up and then mail to the list to explain how people can access it.
  352.  
  353.  
  354. hyperbole-announce@cs.brown.edu
  355.  
  356.    Those who don't want to participate in the discussion but want to
  357.    hear about bug fixes and new releases of Hyperbole should subscribe
  358.    to this list.  Anyone on the 'hyperbole' list is automatically on
  359.    this one too, so there is no need to subscribe to this one in that
  360.    case.  This list is for official fixes and announcements so don't send
  361.    your own fixes here.  Send them to 'hyperbole' instead.
  362.  
  363.  
  364. * Copyright
  365.  
  366. The following copyright applies to the Hyperbole system as a whole.
  367. Each file also bears its own copyright, e.g. the files based upon GNU
  368. copyrighted code bear the same copyright as GNU Emacs.
  369.  
  370. Copyright (C) 1991, Brown University, Providence, RI
  371.  
  372. Permission to use, modify and redistribute this software and its
  373. documentation for any purpose other than its incorporation into a
  374. commercial product is hereby granted without fee.  A distribution fee
  375. may be charged with any redistribution.  Any distribution requires
  376. that the above copyright notice appear in all copies, that both that
  377. copyright notice and this permission notice appear in supporting
  378. documentation, and that neither the name of Brown University nor the
  379. author's name be used in advertising or publicity pertaining to
  380. distribution of the software without specific, written prior permission.
  381.  
  382. Brown University makes no representations about the suitability of this
  383. software for any purpose.  It is provided "as is" without express or
  384. implied warranty.
  385.