Datalinks

Datalinks is a web-based application for storing a collection of links (bookmarks), written in PHP. It allows you to store all your bookmarks in one place and access them in the same way, regardless if you work on your home computer, at school, at work, or in an Internet cafe. Links are assigned to categories, which can be arranged in a tree hierarchy. Information about links and categories is stored in two tables in a MySQL database.

After logging in you can add, edit and delete categories and links, and you can move links and categories from one category to another. Most of these actions are done through an AJAX request and do not require reloading of the page. You can also search the database for links and categories containing a given phrase (this doesn't require logging in).

Screenshot

Demo

If you want to see Datalinks in action, see Datalinks Demo - you can log in and do whatever you want (password is "pass")

Download

If you want to install the application on your server, you need to have Apache web server with PHP and a MySQL database. Download the zip file below, unpack the application, and follow the instructions in doc/README file.

This program uses GPL license. Full license text is available here, for human-readable version see Wikipedia.

Let me know if it works :)