]> Tony Duckles's Git Repositories (git.nynim.org) - delicious-utils.git/blob - delicious-dump/php-delicious/readme.txt
Initial commit
[delicious-utils.git] / delicious-dump / php-delicious / readme.txt
1 PhpDelicious v2 - a library for accessing the del.ico.us API
2 ============================================================
3
4 Overview
5 --------
6
7 Support for:
8
9 * PHP 5 (PHP 4 support dropped in the latest version)
10 * adding, updating, deleting posts
11 * viewing posts, post date statistics
12 * adding, deleting, renaming tags
13 * adding, updating, deleting bundles
14 * returning last update date
15 * retrieving URL details, network and fans
16 * returning error numbers and messages
17 * caching and automatic protection against throttling of API
18 * HTTP requests through CURL or fopen (automatic selection from supported methods)
19 * Backup and restore to/from MySql (implemented in example files)
20
21 Site URL
22 --------
23
24 http://www.phpdelicious.com/
25
26 License
27 -------
28
29 Software License Agreement (BSD License)
30
31 Copyright (C) 2005-2008, Edward Eliot.
32 All rights reserved.
33
34 Redistribution and use in source and binary forms, with or without
35 modification, are permitted provided that the following conditions are met:
36
37 * Redistributions of source code must retain the above copyright
38 notice, this list of conditions and the following disclaimer.
39 * Redistributions in binary form must reproduce the above copyright
40 notice, this list of conditions and the following disclaimer in the
41 documentation and/or other materials provided with the distribution.
42 * Neither the name of Edward Eliot nor the names of its contributors
43 may be used to endorse or promote products derived from this software
44 without specific prior written permission of Edward Eliot.
45
46 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND ANY
47 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
48 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
49 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY
50 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
51 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
52 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
53 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
55 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.