View the portfolio entry for this post. (The portfolio contains download links, better previews, more theme information, etc.)
Quoit is a small, lightweight PHP-based quotes database. Install is slightly less user-friendly than normal, but it’s nothing terribly drastic–just edit config.php to point to your database and access http://yoursite.com/quoit/setup.php to set up the tables. Once you’ve installed, you’ll need to delete or rename setup.php since users can potentially alter your database tables and create alternative admin accounts by running setup again. I tried to minimize the risk there, but nothing is foolproof.
There’s very little UI-based control over Quoit from an administration standpoint. There’s a link to delete a quote of your choosing (visible only to admins, of course) and that’s about it. If you want to make another user an admin, change the “level” field in their row in your database to 4. (To be honest there are only two user levels, represented by 1 and 4, but I wanted to keep my options open.)
There’s also no easy way to change your password. This will be coming in a future release, once I’m not sick of the sight of opening and closing processing instructions.
Enjoy! Download is here.
Check out Quoit live here.