bot.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <html>
  2. <head>
  3. <title>
  4. Information on the Plait bot
  5. </title>
  6. <link rel="stylesheet" type="text/css" href="style.css" />
  7. </head>
  8. <body>
  9. <div class="content">
  10. <div>
  11. </div>
  12. <h1>Information on the Plait bot</h1>
  13. <p>Plait is a command line jukebox and music player front-end. From the
  14. programmer's perspective, it is a script written in Awk and UNIX shell
  15. which acts as a front end to the find, grep, and wget commands. Users
  16. use it to generate playlists containing audio files and streams and
  17. then submit the playlists to a music player.
  18. <p>The Plait bot (a part of Plait) is an HTML screen scraper which
  19. finds audio streams by accessing the Shoutcast directory. In order to
  20. respect the Shoutcast terms of service, it observes the following
  21. rule: no content downloaded from the directory is stored permanently
  22. or collected in any way.
  23. <p>The Plait bot does not perform mass downloads. When a user runs a
  24. Plait command which uses the Plait bot, the process that unfolds is
  25. similar to what would happen if the same user performed a search
  26. manually using the Shoutcast directory.
  27. <p>The Plait bot obeys the robots.txt exclusion protocol. To prevent
  28. the Plait bot from scraping your site, you could use the following in
  29. robots.txt: <br/>
  30. User-agent: Plait <br/>
  31. Disallow: / <br/>
  32. <p>For more information, including author contact information, see
  33. <a href="http://plait.sourceforge.net/">The Plait Home Page</a>.
  34. </div>
  35. </body>
  36. </html>