mozilla / spade

Automated scraping markup+CSS from a list of relevant URLs, using a variety of user-agent strings. Provides reporting on usage of CSS properties and apparent user-agent sniffing.
22 stars 9 forks source link

Decouple local file access from the UI #50

Open maurodoglio opened 11 years ago

maurodoglio commented 11 years ago

UI should not be requiring access to files on disk (i.e. if we want to have several workers that do scraping and analysis and then upload their data into a master database, the UI will not necessarily have access to the files on those workers, so this is where that requirement comes from)