]> gitweb.factorcode.org Git - factor.git/commitdiff
robots: Rename
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 17:07:31 +0000 (10:07 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 17:11:18 +0000 (10:11 -0700)
extra/robots/robots.factor

index 1afdb3f027a9d057cbade8d0de3c289f34a8c20a..e99a51e6409704d346485078e11d8738c9989835 100644 (file)
@@ -97,6 +97,6 @@ PRIVATE>
         [ <rules> dup ] dip [ parse-robots.txt-line drop ] with each
     ] map ;
 
-: robots ( url -- robots )
+: url>robots ( url -- robots )
     >url
     dup get-robots.txt nip parse-robots.txt <robots> ;