URL Rewriting and Syndication in linkibol

 

note to self: those mappings have changed in the new version. I'll update this post and put a link to the updated mappings.

 

Finally linkibol's url rewriting module is up ad runing Smile.

With the help of this module you can...

Aside from the above link patterns, in the upcoming releases, we plan to implement...

  • A filter mechanism o get links by invididual users (like http://www.linkibol.com/link.bul/linkibolcu/{username} (this feature is already present, however there is a tiny little bug, that prevents this from working properly -- will be working on this soon)
  • A filter mechanism to get links by multiple users (like http://www.linkibol.com/link.bu/linkibolcu/{username1}/{username2}
  • A filter mechanism to get links by multiple tags (like http://www.linkibol.com/link.bul/etiket/{tag1}/{tag2}
  • A filter mechanism to get links by a combination of the two (like http://www.linkibol.com/link.bul/linkibolcu/{username1}/{username2}/etiket/{tag1}/{tag2} )

I'd appreciate any comments and suggestions on these.

...

For the techy geeks out there, all of these are possible by implementing an Http Module to IIS. I'll elaborate on it in the followng post. Just keep tuned in Wink