home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / COXIST_3_2_MAB_DEV / README.Freebies < prev   
Encoding:
Text File  |  1994-07-19  |  7.4 KB  |  228 lines

  1.  
  2.                     PUBLICLY AVAILABLE SOFTWARE
  3.  
  4. All software in this package is available over the Internet somewhere
  5. in some form or fashion.  Pencom provides these solely as a FREE
  6. SERVICE to co-Xist customers, and is no way repsonsible for any
  7. of the software in this package.
  8.  
  9. We didn't write it.  We don't support it.  Almost everything in this
  10. package has been used by someone at Pencom, and if nobody cared
  11. for it or saw a use for it, it wouldn't be here.  The exceptions are
  12. a couple of things we can't remember if anyone liked, but we threw
  13. them in since there wasn't time to test.  You don't need any of
  14. these to use co-Xist, or do business with Pencom.  They're here
  15. just to (hopefully) make your life a little easier.
  16.  
  17. Nevertheless, it is UP TO YOU to determine which, if any, of these
  18. programs is of any use to you, and if so, what use that might be.
  19. Pencom makes no guarantees as to the usefulness, safety, or anything
  20. esle, regarding these programs.  If you have security/virus/etc.
  21. concerns, feel free to peruse the source.  Of course, building from
  22. source requires you to purchase the development packages.
  23.  
  24. Some of these are not the latest versions.  That's because we
  25. haven't needed the latest versions, or we haven't had time to
  26. get them and port them.  If you need something newer, you'll
  27. have to check around the net.  Sorry.
  28.  
  29. If you have ported an X client to NEXTSTEP you think others would
  30. be interested in using, send email to  co-Xist_info@pencom.com
  31. and we'll see about including it next time.
  32.  
  33. Many X clients are provided in both source and binary forms (in
  34. the (src/ and bin/ directories, respectively).  All copyrights,
  35. license notices, etc. are included with the source.  Please read
  36. them and pay attention to them.
  37.  
  38. There are also a few non-X programs that come in very handy for use
  39. with X, a few odd (we mean it) fonts, and a couple of docs that may
  40. prove useful.
  41.  
  42. Additionally, there are some extra resource files here you may wish
  43. to use with your standard clients.  These are in the app-defaults/
  44. directory .  To use them, either replace the standard system-wide
  45. files (in /usr/lib/X11/app-defaults) or in your home directory.  If
  46. you don't want lots of resource files cluttering your home directory,
  47. you might create a directory for them ($HOME/app-defaults) and add
  48. this to your resource variable (XAPPLRESDIR or XUSERFILESEARCHPATH)
  49. as in the following examples:
  50.  
  51. (csh)
  52. setenv XAPPLRESDIR $HOME/app-defaults/
  53. setenv XUSERFILESEARCHPATH $HOME/app-defaults:%D
  54.  
  55. (sh or ksh)
  56. XAPPLRESDIR=$HOME/app-defaults/ ; export XAPPLRESDIR
  57. XUSERFILESEARCHPATH=$HOME/app-defaults:%D ; export XUSERFILESEARCHPATH
  58.  
  59. XAPPLRESDIR is less flexible, but will work for most cases.  Note that
  60. the trailing slash in the example is required for XAPPLRESDIR.
  61.  
  62.  
  63.  
  64.                         PACKAGING & INSTALLING
  65.  
  66. Freebies.files is a tar package.  If the NEXTSTEP browser won't
  67. untar it for you, go to a terminal window, move to the directory
  68. you copied the file onto, and type
  69.  
  70.    tar xf Freebies.files
  71.  
  72. These are not in an official NEXTSTEP package because many people
  73. will not want to install everything.  The binaries need to be
  74. uncompressed with the "uncompress" command or "zcat" command (see
  75. NS docs).  Each source package is tar'd and compressed.  If the
  76. NS browser won't unpackage one for you, open a terminal window,
  77. move to the directory where you want the files, and use either
  78. uncompress or zcat, and tar, to put the source in a form you can
  79. access.
  80.  
  81. SOURCE
  82. ------
  83. If files are to be untar'd in place (obviously, this requires that
  84. the files have been copied from the CD to disk!):
  85.  
  86.    uncompress file.tar.Z
  87.    tar xf file.tar
  88.    rm file.tar
  89.  
  90. If you want to untar directly from the CD, go to the destination
  91. directory and type:
  92.  
  93.    zcat full_file_path_name | tar xf -
  94.  
  95.  
  96. BINARIES & RESOURCE FILES
  97. -------------------------
  98. Binaries & resource files have been compressed.  To uncompress
  99. them, in a terminal window, type
  100.  
  101.    uncompress filename
  102.  
  103. or
  104.  
  105.    zcat full_path_name > local_filename
  106.  
  107.  
  108. If you don't want/need binaries for multiple architectures, see
  109. the man page for lipo, and use lipo to extract the binary for the
  110. architecture you want.
  111.  
  112.  
  113.  
  114.                           PARTIAL CONTENTS
  115.  
  116. [NOTE: If the bullets don't line up, try a constant width font (such as
  117.  terminal or courier).]
  118.  
  119. User Utilities
  120. ==============
  121.  
  122. Desktop Stuff
  123. -------------
  124. bricons        - icon-based program launcher
  125. mrolo        - rolodex (Motif) package
  126.             mrolo - rolodex
  127.             prolo - prints rolodex
  128.             xr2mr - converts xrolo database to mrolo database
  129. xpostit        - PostIt(tm) notes
  130. xrooms        - xrooms package
  131.             xrooms    - partial implementation of Rooms for X
  132.             wallpaper - root background manager (use with xrooms)
  133.             xrset     - xset for xrooms properties
  134.  
  135. Color Programs
  136. --------------
  137. coloredit    - color editor (requires non-TrueColor visual class)
  138.           (Doug Young's Motif widget examples)
  139. palette        - color selection package
  140.             listcolors - lists system-wide RGB-based color names
  141.             palette    - color chooser program
  142. xco        - color chooser program
  143. xcolors        - color displayer program
  144. xtici        - TEK HVC color editor (requires non-TrueColor visual class)
  145.  
  146. Clocks & Calendars
  147. -----------------
  148. dclock        - digital clock (with alarm, etc.)
  149. xcal        - Peter Collinson's calendar package
  150.             xcal     - calendar with alarms and a notebook
  151.             xcal_cal - interface to calendar(1) for xcal
  152. xchrom        - color-based clock
  153. xclock        - (actually xmclock) spiffier xclock with famous cat wall clock
  154. xdaliclock    - color-melting clock
  155.  
  156. Comm & Network Interfaces
  157. -------------------------
  158. Mosaic        - WWW (WorldWide Web (hypertext net docs)) interface 
  159. chimera        - Mosaic-like WWW client using Athena widgets
  160.           (needs another package to display images)
  161. viola        - WWW (WorldWide Web (hypertext net docs)) interface 
  162. xarchie-2.0.6    - ftp location server and front end
  163. xarchie-1.3    - older version of xarchie (different UI)
  164. xgopher        - tunnel through internet to find designated docs
  165. xrn        - news reader
  166. ytalk        - multi-user chat/talk program (works with all others)
  167.  
  168. Screen Savers/Keyboard Locks
  169. ----------------------------
  170. xlock        - screen/keyboard locker with various graphics
  171. xnlock        - screen/keyboard locker with customizable messages
  172.  
  173. Drawing & Painting
  174. ------------------
  175. xfig        - interface to fig package
  176. xpaint        - paint program
  177. xpic        - interface to pic
  178.  
  179. Miscellaneous Utilities
  180. -----------------------
  181. xbiff        - spiffier version of xbiff
  182. xbmbrowser    - bitmap browser
  183. xfaces        - mail notifier which shows pictures of senders
  184. xfed        - font editor
  185. xhelp        - help & doc interface
  186. xlogout        - X logout button
  187. xmessage    - popup message
  188. xmore        - file displayer
  189. xpbiff        - fancy mail notifier
  190. xrwho        - rwho interface
  191. xshowfonts    - font display tool
  192. xv        - image viewer
  193.  
  194. Developer Utilities
  195. ===================
  196. xscope        - X protocol monitor
  197.  
  198. Developer Libraries
  199. ===================
  200. Xaw3d        - 3d version of Athena widgets
  201. Xpm        - pixmap library
  202.  
  203. Benchmarks
  204. ==========
  205. x11perf        - "comprehensive" server performance benchmark
  206. xbench        - "Xstones" server performance benchmark
  207.  
  208. Games, etc.
  209. ===========
  210. acm        - flight simulator
  211. dtop        - Mac desktop fakeout
  212. netrek        - multiplayer star trek game
  213. othello        - othello
  214. roach        - slightly spiffier, more optimized xroach
  215. svb        - Spy vs Bob
  216. vine        - draws vines on root window
  217. xasteroids    - like the arcade game
  218. xboing        - breakout game
  219. xmille        - mille card game
  220. xneko        - keep the mouse away from the cat
  221. xpt        - periodic table
  222. xtetris        - tetris
  223.  
  224. Handy Things That Are Not X Clients
  225. ===================================
  226. shar        - much better than version shipped w/ NeXTOS
  227. unshar        - much better than version shipped w/ NeXTOS
  228.