|
||||
Introduction | Requirements | Downloads | Instructions | Version history | License | About | Forums Introductionar.icio.us is a PHP script that allows different sorting methods for your del.icio.us RSS feeds. I was pleased to discover del.icio.us as a way to have my bookmarks accessible from anywhere through RSS feeds. Especially with Mozilla Firefox's support for Live Bookmarks. Unfortunately, I got a little bit disappointed when I saw that del.icio.us had only one sorting method for the bookmarks (by date, most recent first).
Instead of linking to a del.icio.us feed, you can link to ar.icio.us. The script connects to del.icio.us with your user account, fetch the bookmarks, sort them and send them to you as an RSS feed. ar.icio.us uses a cache directory to store your bookmarks so that they are not fully downloaded from del.icio.us each time you make a request. The cache is automatically refreshed if you add a bookmark to your del.icio.us collection. Please note that ar.icio.us is not a public service, like del.icio.us. You have to run your own copy of ar.icio.us on a web server. RequirementsTo use ar.icio.us, you need to have access to a web server supporting PHP 5. DownloadsInstructionsInstallation
Using ar.icio.usAdd Live Bookmarks in Firefox using the following URL: Replace your.server.com with your server name and ar.icio.us.folder with the folder you uploaded the files to. Replace your_tag with the del.icio.us tag you want to list, and your_sort_criteria with the sorting method you wish. Allowed sort criteria are:
The sort parameter is optional. The default value is description. Version history2005-10-12 - version 0.1
LicenseThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA See the GNU General Public License for more details. Aboutar.icio.us was written in PHP 5 using SciTE editor. It uses the del.icio.us API to get the bookmarks then an XSLT stylesheet to sort them and convert the data to an RSS feed. The name of this script is a lame phonetic mix of "RSS" and "del.icio.us". ar.icio.us is part of the Wistinga Projects. |