]> git.openstreetmap.org Git - rails.git/blobdiff - script/misc/update-wiki-pages
This script no longer screen-scrapes and supports >500 key/values
[rails.git] / script / misc / update-wiki-pages
index 15dd1b6a0a1767ffcb42a3b6c22d2a3677421f25..f6348b625cef7bfb8a575e6d2020d06f7e5a6d51 100644 (file)
@@ -19,20 +19,12 @@ use Test::More 'no_plan';
 
 =head1 NAME
 
 
 =head1 NAME
 
-update-wiki-pages - Screen-scrape the wiki for key/value wiki description pages
+update-wiki-pages - Scrape the wiki for key/value wiki description pages
 
 =head1 SYNOPSIS
 
     perl script/misc/update-wiki-pages config/wiki_pages.yml 
 
 
 =head1 SYNOPSIS
 
     perl script/misc/update-wiki-pages config/wiki_pages.yml 
 
-=head1 BUGS
-
-This will break if there are more than 500 key or value pages. Paging
-needs to be implemenented.
-
-That or using a proper API or something (if it's there) or making a
-direct query to the wiki database.
-
 =cut
 
 # Get the command-line options
 =cut
 
 # Get the command-line options