A blogging software that is currently in (limited) beta testing. To setup, you must place these files in whichever directory you please, and run the command:
./blogsetupThis will run the setup program, creating everything required to begin blogging!
Some users are experiencing problems with not having permission to run the blogsetup program, this is precisely why we include the source to fix this, you must recompile the source. Run these two commands to run the setup program:
g++ blogsetup.cpp
./a.outThis will run the setup program exactly as it should
It currently lacks the promised plugin API. Everything else up-n-running however.