home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / submit11.zip / ReadMe < prev    next >
Text File  |  1998-02-18  |  3KB  |  68 lines

  1. Submission for OS/2 V1.1
  2. 18 Feb 1998
  3.  
  4. Submission for OS/2 is a site submitter.
  5. I was reading the newsgroups and saw that someone asked for a site submitter - so I decided to write one.
  6. Currently, although the dialog has space for catagory and keywords, these fields are not being used.
  7. It is easy to write new extention - for different search engines - if your a rexx programmer have a look at the engine.lst
  8. The entire application is written in DrRexx, a neat IBM tool that IBM have never done anything with.
  9. If you use this program, send an email to os2software@yoursite.co.uk
  10. if you write a new search engine thingo - send an email to os2software@yoursite.co.uk
  11. if you want to get a new list of search engines then try http://www.yoursite.co.uk/os/2/
  12.  
  13. Please understand that it is a condition of usage that you send an email to os2software@yoursite.co.uk
  14. No emails and I will decide that No one download it
  15. No one downloads and so No improvements...
  16. I am not asking for a cheque - just an email.
  17.  
  18. Technical
  19. Currently the system only uses GET rather than POST type forms, that is  it works with any site where you can see the details 
  20. on the url rather than being hidden (why I am telling a group of web developers this I don't know).
  21.  
  22. I promise the next major release will support POST.
  23.  
  24. To design a new engine - the following needs adding to the file engine.lst
  25. Name of Site
  26. DNS Name of Submission engine
  27. rc=SockSendTo(socket,'get /cgi-bin/whateverthe.cgi?query='||url||'&email='||email,address.!)
  28. A single line - currently used for TTL but their just in case.
  29.  
  30. for example
  31. Lycos
  32. www.Lycos.com
  33. rc=SockSendTo(socket,'get /cgi-bin/spider_now.pl?query='||url||'&email='||email,address.!)
  34. 14 Days
  35.  
  36. keywords for inclusion in the above are
  37.  
  38. baseurl    inserts url in form www.yoursite.co.uk/os/2
  39. url    inserts url in form http://www.yoursite.co.uk/os/2/
  40. email    inserts your email address me@here.com
  41. catagory inserts the selected catagory
  42. keywords inserts the keywords (upto 20)
  43.  
  44. So a possible site could look like
  45. Test
  46. www.testsubmit.com
  47. rc=SockSendTo(socket,'get /cgi-bin/submit.pl?query='||url||'&email='||email||'&catagory='||catagory||'&keywords='||keywords,address.!)
  48. 14 Days
  49.  
  50. catagory.lst
  51. this is a list of the catagories.
  52. See file - but Format is
  53. Catagory Name and Engines Compatibility
  54. Catagory Format
  55.  
  56. You can add catagories by changing the file
  57.  
  58. Legal...
  59. The software is copyright and remains the property of PowerDale IT Ltd.
  60. We ask no money - but don't sue us if it goes wrong.
  61. Usage is conditional on you sending an email to os2software@yoursite.co.uk
  62.  
  63. History
  64.  15/Feb/98  Decided to write site submitter - V1.0 written.
  65. 16/Feb/98  Double number of scripts (4)
  66. 18/Feb/98  Improved Documentation - made keywords and catagory functional
  67.        Released 1.1, which has a minor modification to the application
  68.