DeliciousLinkroll 1.0
DeliciousLinkroll is a free (MIT Licensed) PHP script which outputs your latest Delicious bookmarks into a XHTML linkroll. Supports server side caching to significantly increase performance and reduce the toll on Delicious. You can view the DeliciousLinkroll source, A working demo is shown right below with my latest Delicious bookmarks:
Download
DeliciousLinkroll 1.0 (zip file - 8kb)
Live Demo:
Requirements
- Delicious Account
- Hosting which supports PHP 5+
- Hosting which allows CURL and fopen access
- Write access if you want to use caching
Technical
- Parses Delicious JSON feed to fetch bookmarks. No API access necessary
- Caches results to increase performance and decrease the load on Delicious
Installation
- Create an account on Delicious if you don't already have one. Save some bookmarks.
- Download DeliciousLinkroll 1.0
- Unzip the files to your local machine
- Open example.php in your text editing software. I suggest TextMate (OS X) or Programmers Notepad 2 (Windows) however any text editing software will work
- Replace 'dsenos' with your Delicious username in example.php
$linkroll = new DeliciousLinkroll('dsenos', 5);
- Connect to your server with your FTP software of choice. I recommend Transmit 3 (OS X) or SmartFTP (Windows)
- Upload all files in the DeliciousLinkroll zip excluding the Readme.txt
- Change the permissions on DeliciousLinkroll.cache to be Read/Write
- Check it out!
- If you're having troubles try setting
DEBUG_ACTIVE to true in inc/DeliciousLinkroll.php
Support
You can email me at dustin@dustinsenos.com. I read all emails, but might take a bit to respond. Hold tight.
Updates
March 1st 2009
Version 1.0 Released