home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / tokenvm.zip / TOKENVM.DOC next >
Text File  |  1992-05-13  |  5KB  |  133 lines

  1.  
  2. Tokenvm    Vs.  1.0                    (c) FSP              13/05/1992
  3.  
  4. Description.
  5. ~~~~~~~~~~~~
  6. Tokenvm permits to change an ICON token of a VM document (i.e. a 
  7. document created by an applecation of PC/GEOS).
  8.  
  9. About Icons.
  10. ~~~~~~~~~~~~
  11. ICONS are stored in the GEOS applications, but wenn GEOS is lanced,
  12. all ICONS GEOS founds, will be stored in the file system\token.db.
  13. Each ICON is identified by his TOKEN, made of 4 bytes of type character 
  14. an 2 bytes of type unsigned integer. They are stored in the "GEOSheader" [1].
  15. After the ICONs are stored in system\token.db, GEOS will only look there,
  16. for displaying it on screen.
  17.  
  18. Usage of tokenvm.
  19. ~~~~~~~~~~~~~~~~~
  20. tokenvm [?] VM document
  21.  
  22. The options:
  23.         ? ..................... a help message
  24.  
  25. What's on screen?
  26. ~~~~~~~~~~~~~~~~~
  27. If the file exists, tokenvm will display the old ICON token, and asks
  28. for a new token.
  29. An ICON token builds as follows:   XXXX.###
  30.                                    \~~/|\~/
  31.                                     |/ | |unsigned integer (0-65535)
  32.                                     |  |obligate in for input, not stored
  33.                                     |4 characters
  34.  
  35. After your confirmation, that you really like to change the ICON token,
  36. well, believe it or not, it will be changed...  :-)
  37.  
  38. If the ICON is unknown (i.e. not stored in system\token.db), the standard
  39. GEOS-Logo will be shown as ICON.
  40.  
  41. Even if you edit this document, GEOS will not change the ICON token anymore!
  42. (Geos only inserts the ICON token, when the document is first created :-).
  43.  
  44. Purpose.
  45. ~~~~~~~~
  46. Why should you change ICON token of your VM documents?
  47. Well, now you can give a specifik ICON to your document, for example:
  48.  
  49. - The statute of your association as a GEOWRITE document can now
  50.   have the logo of your association as ICON [2]
  51.  
  52. - You have created an GEOPLAN document, which holds only all birthdays
  53.   of your friends, family, ... Instead of the "simple" ;-) GEOPLAN-ICON,
  54.   you can give it a Cake ICON. [3]
  55.  
  56. - You have a special GEODEX document; why shouldn`t it have a special
  57.   ICON?? [2]
  58.  
  59. BTW, now we have more possibilities: ICONs will not only usefull for
  60. DOS applications, but also for special documents.  :-))
  61.  
  62. Copyright.
  63. ~~~~~~~~~~
  64. Tokenvm is CardWare! It may be distributed free of charge, as long as 
  65. all files are distributed together. No files may be added to this 
  66. package and it is stricktly prohibit to distribute a modified (hacked)
  67. copy, or a copy without this documentation.
  68.  
  69. Tokenvm may not be distributed in a software library or equivalent on
  70. commercial interest without a formal written permission by FSP before
  71. any activities.
  72.  
  73. Tokenvm.arj contains: tokenvm.exe  program
  74.                       tokenvm.doc  this documentation
  75.               tokenvm.geo  ICON for this program
  76.  
  77. If you find tokenvm useful, please send me a PostCard with your 
  78. address, this programname and versionnumber and - if possible -
  79. your e-mail address. Only this way I can inform you about new releases!
  80. (and new stuff in the near future)
  81.  
  82. Disclaimer and warranty.
  83. ~~~~~~~~~~~~~~~~~~~~~~~~
  84. This software is provided as-is, without warranty of any kind.
  85. The author shall not be liable to the user for any direct, indirect or
  86. consequential loss arising from the use of or inability to use, any
  87. program or file howsoever caused. No warrenty is given that the software
  88. will work under all circumstances. The only warrenty is that this stuff
  89. will use some space on your harddisk and, if executing, in your computers
  90. memory!
  91.  
  92. Names of products mentioned in this text are trademarks of their respective
  93. owners.
  94.  
  95. Final.
  96. ~~~~~~
  97. [1] More information about GEOS structures can be found in:
  98.     - geoanal2.arj compounded by Marcus Groeber (which includes
  99.       a "geos.h" file for C programmers :-)
  100.     - PC/GEOS System Software Overview (SSOB) of GEOWORKS (70pages)
  101.  
  102. [2] ICONs can be created with following programs:
  103.     - ICNEE02B.ARJ of Thomas Wachsmann
  104.     - ICONMAKE of Marcus Groeber comming soon!
  105.  
  106. [3] The CAKE Icon is one of 15 Icons that Jim Kirkpatrick has released,
  107.     with more information about ICONs. This is stored in N_ICON_1.arj.
  108.  
  109. tokenvm.arj, geosanal2.arj, icnee02b.arj, n_icon_1.arj and a lot of free
  110. stuff for PC/GEOS are (f)requestable at
  111.    ********* C.O.N. Project Cologne 2:241/5005@fidonet.org **********
  112. (of cource, when avialable, iconmake too!)
  113.  
  114.  
  115. If you have any ideas, suggestions, bugreports,... please feel free to
  116. contact me:
  117.  
  118. Snail:  FSP              Email: Fidonet:  Rudi Ferrari at 2:241/5005.7
  119.         Rudi Ferrari           Internet:  Rudi_Ferrari@con.fido.de
  120.         Postfach 400 209 
  121.         D W 5000 Koeln 40
  122.  
  123.  
  124.               *** SUPPORT CARDWARE ***
  125.                          *** My son will be pleased about it! ***
  126.  
  127. History.
  128. ~~~~~~~~               
  129. /*------------------------------------------------------------------*/
  130. /* 13/05/1992  Vs 1.0                                               */
  131. /*   This Proggi begins to live!                                    */
  132. /*------------------------------------------------------------------*/
  133.