home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / WorldEng / Installation.txt < prev    next >
Text File  |  1998-09-15  |  2KB  |  74 lines

  1. The installation of the worldengine.class is easy.
  2.  
  3. An example of use is shown when you look at the preview.html
  4. wich is in the distibution.
  5.  
  6. You will first have to decide on what sitepage you 
  7. would like to have the engine.
  8.  
  9. On that page you can paste the following code.
  10.  
  11. <APPLET code=worldengine.class width=525 height=110>
  12.     <PARAM NAME=pic Value="background.gif">
  13.     <PARAM NAME=target Value="lower">
  14. </APPLET>
  15.  
  16. The width and height in the first line is a minimum size.
  17. This will enable the applet to be shown correctly. You can
  18. increase the size by editing it.
  19.  
  20. The parameter on the second line of the code enables you
  21. to have a picture as a background on the applet. You will 
  22. have to resize any pictures you will use to fit the 
  23. applets size. Examples of background pictures can be found
  24. at my site (see bellow) If you don't want to use one then 
  25. leave the param empty.  
  26.  
  27.  
  28. <PARAM NAME=pic Value="">
  29.  
  30. Both Gif and JPg pictures are allowed.
  31.  
  32. The Third line (the target parameter) makes it possible for
  33. you to show the results on a frame or the same page the engine 
  34. is located.
  35.  
  36. Possible value's are
  37.  
  38.     "_top"        Will put the result in the topwindow.
  39.     "framename"    Will display the results in the frame.
  40.  
  41. If you give a framename wich is not correct the results will be shown
  42. in a new window with that name.
  43.  
  44. The engine has been tested on several platforms:
  45.  
  46.     Microsoft Windows 95/98
  47.     PowerMac
  48.     Linux
  49.     Irix
  50.  
  51. This will ensure that a lot of people is able to search from your site.
  52.  
  53. If for some reason you have trouble implementing the applet then please 
  54. notify me by email. ( h.wolters@gelrevision.nl )
  55.  
  56. Finally I would like to ask if you will place a button or banner on your
  57. site with a link to my site.
  58.  
  59. I have them both included in the zip file.
  60.  
  61. the code for linking it to my site is here:
  62.  
  63. <A HREF="http://home.gelrevision.nl/~h.wolter/" target="under">
  64. <IMG SRC="Sbanner.gif" BORDER=0 ALT="Searchbanner"></a><BR><BR>
  65.  
  66. <A HREF="http://home.gelrevision.nl/~h.wolter/" target="under">
  67. <IMG SRC="Sbutton.gif" BORDER=0 ALT="Searchbutton"></a><BR><BR>
  68.  
  69.  
  70.  
  71. Enjoy, Hans Wolters
  72.  
  73. http://home.gelrevision.nl/~h.wolter/
  74.