Added functionality to keep privacy settings when bookmarks exported via API.
[scuttle] / readme.txt
1 Scuttle (Development Snapshot)
2 http://scuttle.org/
3
4 Copyright (C) 2004 - 2010 Marcus Campbell
5 Copyright (C) 2011 Thomas Niepraschk
6 Copyright (C) 2011 Benjamin Mako Hill
7 Available under the GNU General Public License
8
9 ============
10 INSTALLATION
11 ============
12
13 * Use the SQL contained in tables.sql to create the necessary database tables. This file was written specifically for MySQL, so may need rewritten if you intend to use a different database system.
14
15 * Edit config.inc.php.example and save the changes as a new config.inc.php file in the same directory.
16
17 * Set the CHMOD permissions on the /cache/ subdirectory to 777

Benjamin Mako Hill || Want to submit a patch?