Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 416 Bytes

RobotsTxt

A quick and dirty C# port of Google's robots.txt parser. The methods not used by the example program and tests are not currently implemented.

Notes

Please see the Notes section of the original.

License

Like Google's robots.txt parser and matcher C++ library, this port is licensed under the terms of the Apache license. See LICENSE for more information.