A self hosted Delicious (with del.icio.us import).
Now that Delicious is rumored to be shut down / merged (or at least something funky will be happening to it any time soon) I found it necessary to keep my bookmarks safe and have a local, browsable copy of them.
This little app does exactly that: After having created a backup of your bookmarks this app will import your bookmarks into a local database. Once imported you are able to browse through them, in a true Delicious style.
- Download the source code as located within this repository.
- Edit
core/includes/config.php
to reflect your settings and upload all files to your web server. - Import
yummy.sql
in a MySQL database of choice to create the necessary tables. - Point your browser to
index.php
and continue with the installation.
Unfortunately Yummy 2.1.1 is not a drop in replacement as the DB schema has changed a tad. You'll need to re-import a Delicious export for this version to work properly.
Currently Yummy only allows you to browse your links. Soon, more features will be added:
- ability to add new links
- ability to edit links
- etc.
— Bramus!