June 26, 2007...8:42 am

Linkr, the host it yourself link sharing site

Jump to Comments

Are you using e-mail to share links with your friends and coworkers ? Soooooo 2006 !

But you don’t want to use digg, reddit or delicious because you want to keep it private and pertinent. Sadly none of these are open-source.

Enter Linkr!

Linkr is…

  1. built on Camping, the 4K framework by _why
  2. open source
  3. about 400 LOC, so easy to hack
  4. easy to install
  5. tag, rss, ajax buzzword compliant
  6. easy to use (has a one-click-submit shortcut that you can put in your toolbar)
  7. relying on your own Apache/LDAP/Whatever authentication (no extra login)
  8. cool because I said so!!!

Quick install

gem install camping --source http://code.whytheluckystiff.net
svn co http://code.macournoyer.com/svn/linkr/trunk linkr
cd linkr
rake server

Installing with FastCgi is pretty easy too, check the README file.

Happy Linkr-ing!

[EDIT] Due to popular request (heri), a demo version is now live at http://linkr.macournoyer.com. But it runs on CGI, so super slow, I didn’t manage to install it with FastCGI on my DreamHost account. But I swear, It was a lot easier on our dedicated StandoutServer™ with the one line ScriptAlias directive! Plus, note that because it’s designed to be used in your intranet there’s no login page, it usually uses Apache environment variable to set the current user, so the demo version will stay as anonymous.

8 Comments


Leave a Reply