Difference between revisions of "Rewrite PageCreationBot"
Line 19: | Line 19: | ||
* Monitoring and logging have been added (tests whether or not the bot succeeds) | * Monitoring and logging have been added (tests whether or not the bot succeeds) | ||
* Hooked in to all the old points Bot was | * Hooked in to all the old points Bot was | ||
+ | * Checks robots.txt before spidering the website. | ||
[[Category:DevelopmentTeamProject]] | [[Category:DevelopmentTeamProject]] | ||
</noinclude> | </noinclude> |
Revision as of 17:31, 15 August 2007
What (summary)
- New page-building bot
- Still relies on Java/Tomcat to do crawling (for now)
- Carefully tested
Why this is important
- We need to have control over the pages that our created on our site.
- The old bot was known to pollute the database; we need control over all the access points that could screw up our data.
DoneDone
- Creates news pages based on a template
- Monitoring and logging have been added (tests whether or not the bot succeeds)
- Hooked in to all the old points Bot was
- Checks robots.txt before spidering the website.