RFC2396 URL for .NET
As I stated before, I'm working on Subkismet project smoothly to implement Google Safe Browsing API in it.
One of main parts of this implementation is to write a component for URL canonicalization based on RFC2396 specification.
Unfortunately .NET Framework doesn't have a good support for RFC2396 URLs and there isn't any third party component to use. While looking for a component and implementing Google Safe Browsing API in Subkismet, I belief that it would be a good idea to have such a library as a stand alone component to be used by developers for other projects.
So I finally ended with creating a separate project for RFC2396 URL manipulation on CodePlex with New BSD license to implement my code there then port it into Subkismet. I've already done some coding for this component and hopefully will finish it in near future. If you're interested to help me, just reply to this thread on project forums. This library will be written with C# and most likely I'll only implement the canonicalization part in mean time so other helps would be great to have something better.
For your information, I have to note that I've used the Mozilla canonicalization algorithm for canonicalization process that is already used in Firefox for phishing protection.
[advertisement] Axosoft OnTime 2008 is four developer tools in one: bug tracking, project wiki, feature management, and help desk. It manages your development process so developers can focus on coding. Installed or Hosted – Free Single-user license -- Free 30-day team trial.
2 Comments : 07.20.07
Feedbacks
Back in July 2007 and as a requirement for my implementation of Google Safe Browsing API in Subkismet

#1
Keyvan Nayyeri
08.11.2007 @ 7:58 AM