Skip to content

Commit

Permalink
changing pathsorter name
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Apr 25, 2012
1 parent 9aaa308 commit 84c12e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion funnelweb/remote.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pipeline =
blueprint = transmogrify.webcrawler
@doc = Crawls site or cache for content
@url = URL: the top url to crawl
@start-urls = LIST: additional urls to crawl at the start
@ignore = LIST: list of regex for urls to not crawl
@cache = DIR: local directory to read crawled items from instead of accessing the site directly
@patterns = LIST: Regular expressions to substitute before html is parsed. New line seperated
Expand Down Expand Up @@ -226,7 +227,7 @@ use_title = python:False
[addfolders]
blueprint = transmogrify.pathsorter
blueprint = transmogrify.siteanalyser.pathsorter
@default_pages = LIST: names that indication page should be a defaultpage
@default_containers = TYPE: Type to set when creating folders
@debug = show extra debug information
Expand Down

0 comments on commit 84c12e8

Please sign in to comment.