Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.31 KB

Yummy — Version 2.2

A self hosted Delicious (with del.icio.us import).

Say What?

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.

Installation

  1. Download the source code as located within this repository.
  2. Edit core/includes/config.php to reflect your settings and upload all files to your web server.
  3. Import yummy.sql in a MySQL database of choice to create the necessary tables.
  4. Point your browser to index.php and continue with the installation.

Upgrading from 2.1 or older

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.

Note

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!