Vesiblog is written fully in PHP (version 4). It works out of the box with Apache on Linux,
but I imagine that it will run on other *nices just as easy.
Some features
- Fully written in PHP
- Very easy installation, just drop it in a directory and configure the common.php script (set up the database, okay....).
- Everyone can read the blog, but only few can write to it. No read user management.
- No user subscription system (see above).
- No catagories, no threads.
- Upload an attachment (picture, file) of 5MB (settable, ofcourse).
- Uses one table in an existing MySQL database (SQLite is not supported in PHP 4).
- Writer's logon is accomplished by HTTP Authentication via PHP, no Apache configs needed.
- You can set up multiple blogs, just take another directory in your web server and use another blogname in the database.
- Uses a file templating system for easy adaption of your blog layout.
- Creates a RSS Feed from the database (upcoming release). Use your favorite aggregator.
- It's GPL'ed.