arachne.git
2009-03-16 David ‘Bombe... Log hash after fetching. master
2009-03-16 David ‘Bombe... Don’t try to parse when no parser was found.
2009-03-16 David ‘Bombe... Use different executor for URL fetcher.
2009-03-16 David ‘Bombe... Remember crawled pages and don’t crawl them again.
2009-03-15 David ‘Bombe... Don’t add a page if it’s not a valid freenet page.
2009-03-15 David ‘Bombe... Add collected pages after URL fetcher is done.
2009-03-15 David ‘Bombe... Implementated adding a page by URL.
2009-03-12 David ‘Bombe... Fix javadoc tags.
2009-03-10 David ‘Bombe... Add SQL table creation scripts.
2009-03-10 David ‘Bombe... Use a default parser factory in the core and hand it...
2009-03-10 David ‘Bombe... Add parser factory.
2009-03-10 David ‘Bombe... Use lower-case project name.
2009-03-09 David ‘Bombe... Remember title when parsing URL.
2009-03-09 David ‘Bombe... Remove core dependency.
2009-03-09 David ‘Bombe... Move methods to convert to and from URL to Page.
2009-03-09 David ‘Bombe... Create message digest in core and hash fetched URLs.
2009-03-09 David ‘Bombe... Add new links to core.
2009-03-09 David ‘Bombe... Use new method names from Page and Edition.
2009-03-09 David ‘Bombe... Rename method “getSite” to “getEdition”.
2009-03-09 David ‘Bombe... Rename member “edition” to “number”.
2009-03-09 David ‘Bombe... Simplify link title extraction.
2009-03-09 David ‘Bombe... Basic implementation of HTML parser.
2009-03-09 David ‘Bombe... Fix construction of URL from page.
2009-03-09 David ‘Bombe... Fix validation of input parameter.
2009-03-09 David ‘Bombe... Add method to set the node’s hostname.
2009-03-09 David ‘Bombe... Use HTMLEditorKit parser in URL fetcher.
2009-03-09 David ‘Bombe... Enhance parser listener with title attributes for links.
2009-03-09 David ‘Bombe... Add charset parameter to parse method.
2009-03-09 David ‘Bombe... Stub implementation of page fetching.
2009-03-09 David ‘Bombe... Add HTML parser stub.
2009-03-09 David ‘Bombe... Add URL fetcher.
2009-03-09 David ‘Bombe... Add interfaces for content parser.
2009-03-09 David ‘Bombe... Ignore “.settings” directory.
2009-03-09 David ‘Bombe... Ignore “bin” directory.
2009-03-09 David ‘Bombe... First implementation of the Arachne core.
2009-03-09 David ‘Bombe... Override toString() to output sensible information.
2009-03-09 David ‘Bombe... Use an edition instead of a site.
2009-03-09 David ‘Bombe... Add container for an edition.
2009-03-09 David ‘Bombe... Add validation.
2009-03-09 David ‘Bombe... Add page container.
2009-03-09 David ‘Bombe... Add site container.
2009-03-09 David ‘Bombe... Add Eclipse project files.