Closed
Description
All things Onigumo need to be inside the Onigumo namespace to avoid name clashes. The Mix project itself is Onigumo.MixProject. No submodules should pollute the global namespace. That results in the following steps:
- Move the Downloader module under a new Kernel namespace.
- Move the Hash module too into Onigumo.Kernel.
- Put the HTML module from Add parser of html links #87 into Onigumo.Spider.