home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PLINE046.ZIP / PLINER.DOC < prev    next >
Encoding:
Text File  |  1996-05-01  |  8.8 KB  |  232 lines

  1. Psych0Liner version 0.46
  2. Copyright (C) 1995,1996 by Andrew Ziem
  3.  
  4. -= What is Psych0Liner?
  5.      Psych0Liner is a oneliner program, and it's free.   It's like a graffiti
  6. board where users write whatever, but it's only one line per entry.
  7.  
  8. -= Disclaimer / Legal stuff
  9.      I've done my best to make Psych0Liner bug-free and safe to use which
  10. doesn't mean it couldn't cause a problem.  If you agree to use this program
  11. you agree that I am not liable for damages that may result in
  12. Psych0Liner's use.
  13.  
  14. -= Licence
  15.      Psych0Liner is the copyrighted material of Andrew Ziem. It may only be
  16. used in accordance with the conditions set out in this license agreement.
  17.  
  18.      You are encouraged to distribute Psych0Liner provided that no fee is
  19. charged for its distribution, and that the distribution archive is not
  20. modified in anyway.  A fee may be charged only for physical distribution,
  21. only to recover your actual costs which occured in the transfer.
  22.  
  23.      You may not modify or otherwise reverse-engineer Psych0Liner.
  24.  
  25. -= Important for this version
  26.  Bulletins are under construction.
  27.  Not all of the new language file is in use, such as the command keys.
  28.  Some of the lower security level definitions don't do anything.
  29.  @ does not work in the language file as does external texts.
  30.                      
  31. -= Packing list
  32.  PLINER.DOC       This file
  33.  WHATS.NEW        What's new in the world of Psych0Liner
  34.  
  35.  PLINER.EXE       Psych0Liner executable
  36.  PLINETXT.DAT     Default language and menus
  37.  
  38.  DESC.SDI         Oneline description
  39.  FILE_ID.DIZ      Full description
  40.  PLINER1.ANS      ANSI by ZyMist, not used by Psych0Liner yet
  41.  PSYCH0.LST       Mostly Psych0Software and how to get the latest versions
  42.  
  43. -= Files used and/or made by Psych0Liner
  44.      Some of these files can only created in setup mode.
  45.  
  46.  LINERS.DAT       oneliners
  47.  NODE.DAT         specific data for each node.
  48.  PLINETXT.DAT     raw string and screen data
  49.  PLINER.CFG       main configuration
  50.  PLINER.PLL       compiled language data
  51.  USERS.DAT        individual user setup
  52.  
  53. -= Features
  54.    * it's free
  55.    * `x, |nn and ~xx style MCI codes
  56.    * integrated support to import taglines via Psych0Tag
  57.    * on-line configuration editing
  58.       * security limits
  59.       * oneliners editor
  60.       * customizable colors w/ cool pre-set color schemes
  61.    * file locking support (when share is loaded)
  62.    * fully customizable langauge file
  63.    * customizable user handles with color
  64.         
  65.   -= things made possible by DDPlus =-
  66.    * internal, fossil and DigiBoard speeds up to 115,200
  67.    * IRQs 0-15, com ports 1-4, and selectable port addresses
  68.    * OS/2, Windows, Windows/NT, Desqview and DOS timeslicing
  69.    * local video can be toggled off (saves time in multitasking)
  70.    * ANSI.SYS or equvilant not required
  71.     
  72. -= Installing Psych0Liner
  73.    1) make a directory for Psych0Liner, lets use C:\DOOR\PLINER as an example.
  74.    2) unARJ the PLINER???.ARJ into the C:\DOOR\PLINER directory.
  75.    3) run "PLINER /CL" (no qoutes) to compile the language text (PLINETXT.DAT
  76.        into PLINER.PLL).
  77.    4) run "PLINER /S" (no qoutes) to enter the configuration editor, browse
  78.        the options and change whatever is important to your setup.
  79.  
  80. -= Running Psych0Liner
  81.    Command line switches (override all other settings)
  82.  
  83.    /L           local mode
  84.    /B[n]        locked baud
  85.    /C[n]        comport
  86.    /CL[p]       compile langauge text (defaults to PLINETXT.DAT)
  87.    /M           maintenace mode (maintenace under construction)
  88.    /N[n]        node number
  89.    /P[p]        path to drop files
  90.    /T           import tagline
  91.    /V           turn off local screen (speeds up multitasking, especailly DV)
  92.    /?           shows command line options 
  93.  
  94.    SysOp Function Keys
  95.  
  96.    F1  Display availabe Fx keys and what they do
  97.    F2  Starts user<->sysop scrolling chat
  98.    F7  Increments user time by 5 minutes
  99.    F8  Decrements user time by 5 minutes
  100.    F10 Kick user
  101.  
  102. -= MCI Color Pipe Codes
  103.      Psych0Liner uses the same simple color code system as many other BBS
  104. programs.  A pipe | is followed after two numbers, two numbers are always
  105. required.  00 through 15 affect the foreground.  00 is black and 15 is white.
  106. 16 through 23 affect the background.  16 is black and 23 is white.
  107.   
  108.   examples:
  109.   |21|05Dark Purple on Light Purple
  110.   |00INVISABLE!?!?|15YES! |05W|13OW!
  111.  
  112.      Psych0Liner's other MCI code system, which is designed mainly for the
  113. user's use, uses `x.  x is a character from 1 to 9, 0 or ! through %.  1 being
  114. dark blue and % being white.  This method can't change the background color.
  115.  
  116.   examples:
  117.   `5Dark Purple
  118.   `%YES! `5W`#OW!
  119.  
  120. -= Psych0Liner's Unique Extended MCI
  121.      These only affect the foreground, and are used mostly internally by
  122. Psych0Liner, the purpose is to easily change your color scheme. You can change
  123. what they represent in the colors section of the configuration.
  124.  
  125. 50 UpperCase     51 LowerCase    52 Numbers      53 Punctuation  54 Hibit
  126. 55 Oneliners     56 Errors       57 Menu HotKeys 58 Menu Text    
  127. 59 Menu Brackets 60 Light Lines  61 Medium Lines 62 Dark
  128.  
  129. -= Other MCI
  130.    These follow the ~xx pattern. Example: ~TR (total runs).
  131.  
  132.    TR     total runs
  133.    TW     total oneliners written
  134.  
  135.    SA     system name (from config)
  136.    SC     clear screen
  137.    SG     beep (ASCII code 7)
  138.    SM     <CR> + <LF> (ASCII codes 13 and 10)
  139.    SU     environment & version
  140.    SV     Psych0Liner version
  141.    SY     | (not translated as an MCI code, used for examples)
  142.    SZ     ` (not translated as an MCI code, used for examples)
  143.  
  144.    UF     first name
  145.    UH     handle (name selected for use)
  146.    UL     last name
  147.    UR     realname (full)
  148.  
  149. -= Psych0Tag
  150.      Psych0Liner has support for my tagline program, Psych0Tag.  Psych0Liner
  151. calls Psych0Tag to put a tagline to a file then reads it and adds it to the
  152. oneliners.  Psych0Liner interally passes a command line to Psych0Tag.
  153.  
  154.      To turn on support for Psych0Tag put Psych0Tag's full path and filename
  155. in the main configuration.  A tagline can be imported from the miscellaneous
  156. section of the config or by runing "PLINER /T".
  157.  
  158.      See the PSYCH0.LST file on how to get a copy of Psych0Tag.
  159.  
  160. -= Thank you Mr. Psych0
  161.      If you like Psych0Liner, it would make me very happy if you let me know.
  162. Postcards, emails, netmails, and yes, even money are greatly appreciated.  If
  163. you wish to send money, $5 to $15 in US currency (cash/check/moneyorder made
  164. out to "Andrew Ziem") only.  There are no keys yet, you only get that warm
  165. fuzzy feeling deep down in your heart for now.  =)
  166.  
  167.  Andrew Ziem
  168.  3080 Woodview Ct.
  169.  Colorado Springs, CO 80918-4635
  170.  
  171. -= Bugs
  172.      I've spent many long hours trying to make programs that everyone can use
  173. and enjoy.  I do my very best to make it bug-free and work with many diffrent
  174. setups.  If you find a bug, please tell me.  I can't fix it if I don't know
  175. enough about it.
  176.  
  177.      Please make all bug reports as thorough as you can.  Detail when the
  178. problem occurs, what it does and doesn't do, and what it says when it
  179. happens.  All this information can make it a LOT easier to locate and fix the
  180. bug.  Also, please give a detailed description of your setup as possible.
  181. Things like CPU, modem, BBS software, dropfile type, operating system name,
  182. version etc really help!
  183.  
  184. -= Where in the world is Psych0 (Andrew Ziem)?
  185.      I will not reply to LD netmail, if you want a reply use Internet email
  186. or echomail.
  187.  
  188. email ziem@rmii.com
  189.       andrew.ziem@watchman.commctr.com
  190. fido  1:128/234 : BBS_DOORS, RA_UTIL, RENEGADE_BBS, TG_SUPPORT
  191. rgs   50:610/7  : RGS_DOORS
  192. BBS   Psychosis 719.532.0053
  193.  
  194. -= Acknowledgements and credits
  195.  DDPlus Toolkit made by Scott Baker, Derrick Parkhurst, Steve Lorenz and
  196.   Bob Dalton
  197.  DESQview is a registered trademark of Quarterdeck office Systems
  198.  Ripscript & Ripterm are registered trademarks of TeleGarfix 
  199.    Communications
  200.  Windows is a registered trademark of Microsoft Corporation
  201.  OS/2 is a registered trademark of IBM Corporation
  202.  
  203.  All other programs are copyright and/or trademarked by thier respective
  204.   author unless otherwise noted.
  205.  
  206. -= Distribution
  207. UUencoded updates and announcements are available via Internet email, write
  208.  me at ziem@rmii.com if interested.
  209.  
  210.  [BBS]
  211. Psychosis              Andrew Ziem         719.532.0053 8ßFG 1:128/234
  212. Extravagance BBS       C. Josh Doll        719.573.5674 4    1:128/236
  213. International Palace   Digant Kasundra     214.524.3636 4ß   1:124/3286
  214. Nuclear Disaster       Atomsmasher         615.834.8448 8ß
  215.  
  216. key
  217.  8 28800 modem           4 14400 modem
  218.  F Psych0Liner freqable as PLINE
  219.  G guest account (login guest, password guest)
  220.  ß beta test site
  221.  
  222.  [filebone]
  223. echo tag   network
  224.  
  225. RGS_DOORS  RGSNet  [not every version will be sent here]
  226. DDSDOORS   FidoNet [off, can't reach the cordinator guy]
  227.  
  228.  [anonymous ftp]
  229. rmii.com : /pub2/ziem
  230.  
  231. // End of file "PLINER.DOC"
  232.