Sha256: 19f4cf390dec7cd83999579af978a2c87707ffaa0a12dc5c86598d85ce7ac2a2

Contents?: true

Size: 809 Bytes

Versions: 6

Compression:

Stored size: 809 Bytes

Contents

<html>
  <head>
    <title>Spidr :: Web-Spider Obstacle Course :: Remote Links</title>
  </head>

  <body>
    <p>Remote links.</p>

    <ul>
      <li class="nofollow">
        <a href="http://spidr.rubyforge.org/course/remote/start.html">should not follow remote links to the same page</a>
      </li>

      <li class="nofollow">
        <a href="http://spidr.rubyforge.org/course/loop/../remote/start.html">should not follow remote links with a relative path to the same page</a>
      </li>

      <li class="follow">
        <a href="http://spidr.rubyforge.org/course/remote/next.html">should follow remote links to unvisited pages</a>
      </li>

      <li class="fail">
        <a href="http://spidr.rubyforge.org:1337/path/">should ignore links that fail</a>
      </li>
    </ul>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spidr-0.2.1 static/course/remote/start.html
spidr-0.2.0 static/course/remote/start.html
spidr-0.1.6 static/course/remote/start.html
spidr-0.1.8 static/course/remote/start.html
spidr-0.1.9 static/course/remote/start.html
spidr-0.1.7 static/course/remote/start.html