Archived
1
0
Disbranĉigi 0
Simple blog/CMS-sh thing? It’s an old school project. ¯\_(ツ)_/¯
Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
Iri al dosiero
Jenga Phoenix a987549ce8 Who knows? 2019-03-05 08:33:32 -06:00
admin Way too much for a single commit... 2019-02-18 23:24:07 -06:00
docs A slow-burn existential crisis 2019-02-23 01:15:14 -06:00
p Who knows? 2019-03-05 08:33:32 -06:00
res Who knows? 2019-03-05 08:33:32 -06:00
u Who knows? 2019-03-05 08:33:32 -06:00
README.txt A slow-burn existential crisis 2019-02-23 01:15:14 -06:00
about.php Way too much for a single commit... 2019-02-18 23:24:07 -06:00
composer.json A slow-burn existential crisis 2019-02-23 01:15:14 -06:00
config.php.sample A slow-burn existential crisis 2019-02-23 01:15:14 -06:00
index.php Way too much for a single commit... 2019-02-18 23:24:07 -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
	* Composer
	* A paper-clip and soldering-iron
	* Also a lighter



----------------------------------------
INSTALLATION
----------------------------------------
Drop Blagoblag in any directory on your webserver, then create an SQL
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. :)



----------------------------------------
BORING STUFF
----------------------------------------
License is AGPLv3, copyleft.
TL;DR, do whatever, but share the source-code. :)