2019-02-11 00:14:30 -06:00
|
|
|
===============================================================================
|
|
|
|
BLAGOBLAG Simple blogsphere-ish system
|
|
|
|
===============================================================================
|
|
|
|
|
|
|
|
Blagoblag is a pretty simple system that'd be perfectly at home in the
|
|
|
|
blogosphere.[1]
|
|
|
|
|
|
|
|
TL;DR, registered users can create date-stamped posts. Someone can browse
|
|
|
|
posts by date (from all users) in a format resembling a “newsletter,” or
|
|
|
|
by user.
|
|
|
|
Users can create comments on any post after filling out a simple CAPTCHA.
|
|
|
|
|
|
|
|
Y'know, stuff along those lines.
|
|
|
|
|
|
|
|
[1] https://xkcd.com/181/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------
|
|
|
|
PRE-REQUISITES
|
|
|
|
----------------------------------------
|
|
|
|
* PHP 7.0
|
|
|
|
* Webserver with CGI enabled
|
2019-02-23 01:15:14 -06:00
|
|
|
* Composer
|
2019-02-11 00:14:30 -06:00
|
|
|
* A paper-clip and soldering-iron
|
|
|
|
* Also a lighter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------
|
|
|
|
INSTALLATION
|
|
|
|
----------------------------------------
|
|
|
|
Drop Blagoblag in any directory on your webserver, then create an SQL
|
2019-02-23 01:15:14 -06:00
|
|
|
database for Blagoblag-- UTF-8 character encoding, preferably.
|
|
|
|
|
|
|
|
Then, make a "config.ini" file (from "config.ini.example")-- at the
|
|
|
|
minimum, you need to configure the SQL connection settings.
|
|
|
|
|
|
|
|
After that, just run "composer intall", then you should be running!
|
|
|
|
|
|
|
|
As for setup, you should make your own user-account, then use the "root"
|
|
|
|
account to elevate your account to archmage (highest login class)-- after
|
|
|
|
that, delete the "root" account. :)
|
2019-02-11 00:14:30 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------
|
|
|
|
BORING STUFF
|
|
|
|
----------------------------------------
|
|
|
|
License is AGPLv3, copyleft.
|
|
|
|
TL;DR, do whatever, but share the source-code. :)
|