At the moment I'm working on a project called Limbus. It is a social link archiving service that allows you to storage and share your links with others. I know there is del.icio.us already but I believe in free trade and the laws of the jungle. I try to make it better than delicious and at the moment it indeed does look a lot better - almost any site does in my opinion.
The features that I've coded already (PHP+MySQL) are:
- Registering and logging in
- Adding links via the service
- Adding links via a quick bookmarklet on the site you wish to link
- Adding private links which are shown only for you when you're logged
- Quick permanent links on the side of the link page to everyday pages
- Viewing links in a chronological order
- Tagging links and tag clouds
- Deleting links
- Changing your personal settings
- Favorite channels for viewing your friends' and hot tags at the same page. This could be your home page - also includes the Quick Permanent links on it.
The trick of the software I've coded is that it is suitable for a lot more than as a link manager. It is based on a MySQL database and uses meta and extra info for both entries and user details. This means you can create almost any fields you want to attach with an entry just by adding form tags to the Smarty templates and you're done. The script handles the rest. The same thing with user details. I can add for instance fields for user's hobbies, interests, location, bio and Skype contacts just by adding the input HTML in one template file. I think it's pretty wicked, eh?
Just by now I haven't translated the service in English - just Finnish version is available, though the code is commented all in English - but I think my ambition pulls me to publish it for global markets, too.
Would you find this kind of service as welcomed?
Recent Comments