I'm looking for a very simple php/mysql solution that will let me host an online document/article library. Basically I want to store metadata like
title, description, URL, author, category, file type, etc
and then display web pages with listings of the entries, perhaps broken out by category, etc.
A search function would be nice, along with a simple interface for non-techies to create new entries (although I could code that myself).
There seem to be hundreds of php/mysql CMS/portal-in-a-box things like Miraserver, php-nuke, TikiWiki, etc out there, but all of these are over-over-overkill for what I want to do. On the other end of the spectrum, I could just code this all by hand, but I have to believe that someone has done something similar before.
Any pointers?
Thanks!
-- Bowen