home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / misc / pubby1.0.lha / Pubby.doc next >
Encoding:
Text File  |  1995-02-06  |  4.0 KB  |  123 lines

  1. Short: Small shell-based pubscreen utility
  2. Type: os20/shell
  3. Author: Petter Nilsen (pettern@powertech.no)
  4. Uploader: Petter Nilsen (pettern@powertech.no)
  5.  
  6. ------------------==================================------------------
  7. 950205
  8.                         Pubby release 1.0
  9.  
  10.                     Requires AmigaDOS 2.04 (V37) 
  11.                    (V38 for screenmode selection).
  12.  
  13.      Copyright © 1995 Ultima Thule Software, All Rights Reserved.
  14.              Author: Petter Nilsen (pettern@powertech.no)
  15.  
  16. ------------------==================================------------------
  17.  
  18. Disclaimer
  19. ~~~~~~~~~~
  20. This  software  entitled  "Pubby"  is  not  public  domain  but freely
  21. distributable (FreeWare).  This means that you can copy it and give it
  22. to all your friends, upload it to a BBS or include it in a PD-library.
  23. The  only  restrictions  are:   All the files included in this archive
  24. must  be  in  their  original  form  without  additions,  deletions or
  25. modifications  of  any  kind.  The software may not be distributed for
  26. profit.    Only   a   nominal   charge  may  be  associated  with  its
  27. distribution.   If  you  want  to  distribute  this  software with any
  28. commercial  product, you will need written permission from the author.
  29. This  software  is  provided "AS IS" without warranty of any kind, and
  30. the  author  is  not  responsible for any damage this software may do.
  31. (Just in case :-)
  32.  
  33.  
  34. What is Pubby ?
  35. ~~~~~~~~~~~~~~~
  36. Pubby  is a very small pubscreen utility that can only be run from the
  37. command  line  interface  (shell).   Its real strenght lies in the way
  38. Pubby  interacts  with the user via the different options available on
  39. the  command line.  When I wrote this, it was intended to be used with
  40. ZedRexx,  the excellent object oriented GUI-creation system for ARexx.
  41. ZedRexx  can  not  open  any  screens by itself, so here's where Pubby
  42. comes  to  the  rescue!   Pubby offers several useful options like the
  43. possibility  to  define  font,  screenmode, public screen name, screen
  44. depth  etc.   on  the command line, which makes it suitable for use in
  45. ARexx scripts, dos scripts, etc.
  46.  
  47. Command line options
  48. ~~~~~~~~~~~~~~~~~~~~
  49.  
  50. SCREENNAME
  51.     This is the name of the public screen Pubby is to open. 
  52.  
  53.     Default: PUBBY
  54.  
  55. FONTNAME
  56.     This is the name of the font Pubby will use as screen font on the
  57.     newly created screen.
  58.  
  59.     Default: topaz.font
  60.  
  61. FONTSIZE
  62.     This is the size of the font previously defined with the FONTNAME
  63.     argument.
  64.  
  65.     Default: 8
  66.  
  67. GETSCREENMODE
  68.     This option will make Pubby open a ASL screenmode requester where
  69.     the user can select the screenmode to use on the screen Pubby
  70.     opens.  Note:  This option requires asl.library V38+ installed on
  71.     the system.  AmigaOS 2.1 and higher includes the required version.
  72.  
  73.     Default: Not used.
  74.  
  75. MODEID
  76.     This is a number that corresponds to the screenmode ID to be used
  77.     on the screen Pubby opens.  Use the QUERYMODE option to get a
  78.     suitable screenmode ID to be used with this option.
  79.  
  80.     Default: The screenmode ID of your Workbench screen
  81.  
  82. DEPTH
  83.     This is the number of bitplanes Pubby will use for the screen.
  84.  
  85.     Default: The number of bitplanes used on your Workbench screen.
  86.  
  87. QUERYMODE
  88.     This option will simply open a screenmode requester and output
  89.     the screenmode ID to the shell where Pubby was started. Useful
  90.     for finding a suitable screenmode ID for use with the MODEID
  91.     option.
  92.  
  93. QUIT
  94.     This option will signal the current running Pubby to close its
  95.     screen and shutdown. Use this option after you're finished using
  96.     the screen Pubby has opened. If visitor windows are still present
  97.     on this screen, Pubby will wait until these windows has been 
  98.     closed before closing down the screen.
  99.     Ctrl-C in the shell that started Pubby will do the same thing.
  100.  
  101. History
  102. ~~~~~~~
  103.  
  104. 950205 - Initial release 1.0.
  105.  
  106. FeedBack
  107. ~~~~~~~~
  108. Please  send  donations,  bug  reports or a list of features you would
  109. like to have included in future releases to:
  110.  
  111. Petter Nilsen
  112. Strandveien 59B
  113. N-9007 Tromsø
  114. Norway
  115.  
  116. Email: pettern@powertech.no
  117.  
  118. Ultima Thule BBS: +47-776-81999 / +47-776-13205 / +47-776-39830
  119.  
  120. BTW: Look out for THOR 2.0, the ultimate offline reader, coming
  121.      out soon! :-)
  122.  
  123.