home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / hardware / 22646 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.7 KB

  1. Xref: sparky comp.sys.amiga.hardware:22646 comp.sys.amiga.misc:19637
  2. Organization: Carnegie Mellon, Pittsburgh, PA
  3. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
  4. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.misc
  5. Message-ID: <kfHRqRi00hsBB6hGEN@cs.cmu.edu>
  6. Date: Fri,  8 Jan 1993 15:01:33 -0500 
  7. From: Michael Witbrock <mjw+@cs.cmu.edu>
  8. Subject: Re: WorkBench 2.1?
  9. In-Reply-To: <jperkski.02ki@kentcomm.UUCP>
  10. References: <C0BzvM.DE5@newcastle.ac.uk> <1ic777INNfu6@mercury.kingston.ac.uk> <C0Ft0r.1rr@csugrad.cs.vt.edu> <C0FzA4.Jt0@news.cso.uiuc.edu>
  11.     <jperkski.02ki@kentcomm.UUCP>
  12. Distribution: world
  13. Lines: 31
  14.  
  15. Excerpts from netnews.comp.sys.amiga.misc: 6-Jan-93 Re: WorkBench 2.1?
  16. Jim Perkowski@kentcomm.U (1158)
  17.  
  18. >  Interesting. I got mine with Ami-Back 2.0 and it is really nothing more than a
  19.  library and *.guide files. Is there a program for making AmigaGuide files?
  20.  
  21. There is a program (Called makeguide I think) that will turn gnu info
  22. files into amigaguide files. BUT
  23. you don't really need a program at all. 
  24. Take an amigaguide file.
  25. Look at it in a text file.
  26.  
  27. it's pretty straightforward:
  28.  
  29.  
  30. @database "Example.guide"
  31. @node Main "Example"
  32. @endnode
  33. @node "NameOfLink"
  34.     Stuff I want to appear when I hit a button linked to this node
  35. @endnode
  36. @node "AnotherNode"
  37.   This is a node that wants to go to the other one when the button
  38.     @{"Hit this button to go to the other node" link NameOfLink} is pressed
  39. @endnode
  40.  
  41. I'm not near my amiga, but this, and a real guide file should tell you
  42. what you need to know.
  43. Now, what it needs is something like:
  44. @{datatype  <dimensions in ems and lines> "Filename"}
  45.   to include pictures, sounds, etc!
  46.