]> projects.mako.cc - scuttle/blob - readme.txt
updated readme with information on a series of bugs I know exist
[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
18
19 =====================
20 PHP 8 Transition/Bugs
21 =====================
22
23 Notes:
24
25 - Things are working but (a) I have not touched the RSS code.
26
27 - The search.in.php stuff seems broken such that if you search in subsets the selection is totally broken when it comes back.
28
29 - There are still a number of errors that show up.

Benjamin Mako Hill || Want to submit a patch?