phphatesme / LiveTest

http://livetest.phphatesme.com
MIT License
26 stars 10 forks source link

sitemap.xml parser #54

Open luckyduck opened 13 years ago

luckyduck commented 13 years ago

A sitemap.xml parser would be very nice. The sitemap.xml url could be passed as a command line argument for monitoring a hole website.

NilsLangner commented 13 years ago

We had a similar idea. We want to check the top 100 google results. I guess the mechanism will be the same. In both cases we have to define a script that generates a list of pages.

phphatesme commented 13 years ago

Perhaps it is possible to use an Event for this.

luckyduck commented 13 years ago

Sounds interesting! Is there some kind of event dispatcher? I've already looked around a little bit and seriously would like to contribute. I hope to have some spare time on the weekend for taking a deeper look at LiveTest.

NilsLangner commented 13 years ago

There will be a config tag for doing this.

luckyduck commented 13 years ago

Nice! I still havn't had much spare time for LiveTest, though :/

phmLabs commented 13 years ago

Can somebody add a link to the sitemap schema or/and an example list?

luckyduck commented 13 years ago

Where do you want the link exactly? In the Wiki? The xsd can be found here:

Which list do you mean? I had something in mind like using the sitemap.xml file of production websites. Would make it easy to implement basic monitoring of each single page.