The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
6.9 KiB

  1. THE BABYLON 5 RANDOM QUOTE GENERATOR FAQ
  2. http://www.reed.edu/~horde/b5/b5quote.html
  3. Last modified: Friday, 21-Jul-95 10:39:00 PDT
  4. By: Mr. Heiji Horde, horde@reed.edu
  5. The Babylon 5 Quote FAQ was originally maintained by:
  6. Michael "The Admiral" Zecca, zecca@starfury.cgd.ucar.edu
  7. Upcoming Releases
  8. It's the *long* wait until October. I'll probably wait until the first
  9. break during the third season before releasing a new version.
  10. The current version is 2.2
  11. This contains quotes from the TV movie "The Gathering" through the
  12. second season episode "Confessions and Lamentations".
  13. _________________________________________________________________
  14. Topics:
  15. * What is it?
  16. * Why did/didn't you include this line?
  17. * Where can I get my copy?
  18. * How do I unpack the program?
  19. * Why this strange program?
  20. * What are all these other files?
  21. * Release schedule
  22. * What about my Macintosh or DOS box?
  23. * Possible problems
  24. _________________________________________________________________
  25. What is it?
  26. A homemade fortune program that will generate a random quote from an
  27. episode of Babylon 5. The program is currently designed to run under
  28. standard Unix and DOS environments.
  29. _________________________________________________________________
  30. Why did/didn't you include this line?
  31. I try to capture quotes that:
  32. seem significant to the overall Babylon 5 plotline,
  33. tell us something about one of the characters,
  34. sound really funny, or
  35. sound really cool.
  36. Of course, I might be a little biased towards the lines that I pick.
  37. So if you'd like to make your own modifications for your own personal
  38. use, I have no problem with that.
  39. _________________________________________________________________
  40. Where can I get my copy?
  41. If you want the complete distribution of the B5 random quote generator
  42. can be found at either of the following anonymous FTP sites:
  43. * ftp.hyperion.com:/pub/Babylon-5
  44. * ftp.uml.edu:/Babylon-5
  45. * ftp.ctrl-c.liu.se:/babylon5
  46. The filenames you're interested in are:
  47. "b5quotes.tar" - if you're a Unix user
  48. "b5quotes.zip" - if you're a DOS user
  49. They contain the *SAME* files. So you don't need both of them.
  50. If you just want the updated quotes, you can get them from:
  51. ftp.reed.edu:/users/horde/quote
  52. The updated files are be there in various formats for you to
  53. download. Get the one that is appropriate for you.
  54. _________________________________________________________________
  55. How do I unpack the program?
  56. To extract the files from the TAR file, type the following:
  57. tar -xvf B5quotes.tar
  58. For more information on tar, see your man pages.
  59. To extract the files from the ZIP file, type the following:
  60. unzip b5quote.zip
  61. _________________________________________________________________
  62. What are all these other files?
  63. Version 2.2 contains several other files:
  64. * General Files
  65. + HISTORY: the version history of the B5 quote generator
  66. + README: a little info for you to help you get set up.
  67. + list-b5.cnf: the configuration file needed by quote ,quotesh,
  68. or quote.exe
  69. + quot-b5.0: (uncompressed) quotes from the TV movie
  70. + quot-b5.1: (uncompressed) quotes from the 1st season
  71. + quot-b5.2: (uncompressed) quotes from the 2nd season
  72. * For Unix Users
  73. + quotesh: the shell executable for a quote files.
  74. + Makefile and quote.c: C source code for an alternate way to
  75. generate the random quotes. This runs much faster than
  76. quotesh.
  77. * For DOS Users
  78. + quote.exe: The quote executable
  79. + b5.bat: A batchfile to run quote.exe with the B5 quotes
  80. Depending which program you decide to use, you'll have you make some
  81. changes to quotesh, quote.c, or b5.bat to make them run properly on
  82. your machine. This is covered in the README file.
  83. _________________________________________________________________
  84. Why this strange program?
  85. The template for the quote generator is based on an old Star Trek: The
  86. Next Generation quote generator I wrote several years ago. Over the
  87. years I've played with various formats for the quote files, trying to
  88. figure out the best way to get what I wanted done. What you see in
  89. this program is the result of all that.
  90. The new format I'm using for the quotes files should make it easy to
  91. port them into the standard Unix fortune program. Why not just use the
  92. standard fortune program? Because when I release updates, I want
  93. people to be able to just drop the new files in and not worry about
  94. rehashing a database like you do with the standard fortune
  95. distribution.
  96. _________________________________________________________________
  97. Release Schedule
  98. v 1.0, March 1994
  99. First release by zecca@starfury.cgd.ucar.edu
  100. Added quotes from TV movie "The Gathering"
  101. Added quotes from first season episodes "Midnight on the Firing
  102. Line" through "And the Sky Full of Stars"
  103. v 1.1, June 1994
  104. Added quotes from first season episodes "Deathwalker" through
  105. "TKO"
  106. v 1.2, December 1994
  107. Added quotes from first season episodes "Grail" through "The
  108. Quality of Mercy"
  109. v 1.99, December 1994
  110. Taken over by horde@reed.edu
  111. Added quotes from first season episode "Chrysalis"
  112. Added quotes from second season episodes "Points of Departure"
  113. through "Soul Mates"
  114. v 2.0, January 1995
  115. Cleanup and actual release of version 1.99
  116. v 2.1, March 1995
  117. Add quotes from second season episodes "A Race Through Dark
  118. Places" through "Hunter, Prey"
  119. Starting this version there will be 2 distributions. One for
  120. Unix platforms (.tar) and one for DOS platforms (.zip). The
  121. distributions contain the same files, it's just that not all
  122. DOS users have tar and not all Unix users have zip.
  123. v 2.2, July 1995
  124. Add quotes from second season episodes "There All The Honor
  125. Lies" through "Confessions and Lamentations"
  126. _________________________________________________________________
  127. What about my Macintosh or DOS box?
  128. It's been a while since I did any programming on a Mac, but if I get a
  129. chance I might do a port...but then, I might not.
  130. Starting with release 2.0, there is a DOS executable which will read
  131. the same quote files as the Unix version.
  132. _________________________________________________________________
  133. Possible Problems
  134. Problems? What Problems?