Skip to content

Latest commit

 

History

History
executable file
·
18 lines (18 loc) · 943 Bytes

README.markdown

File metadata and controls

executable file
·
18 lines (18 loc) · 943 Bytes

Kengal

Distributed Blog System.

Features

  • Based on Golang http Package for being responsive
  • Using a minimal blog oriented subset of golang's template system to quickly adapt free templates
  • Out of the Box Master Slave replication via native mysql tools
  • centralized server and sitewide administration - TODO>

Applications

A Blog System structures its content as Category/Article Structure, while typical Articles do have a title , text, teaser, keywords etc. make this tool interesting for someone who needs customized templating for small amounts of articles which rules out a wiki approach.

Usage

	-h="": set Host MySql Adress like so -h myserver.com
	-p="password": set Mysql Password for selected User here
	-u="root": set Mysql User here, default is root
	-db="mysql": set Database that MySql is supposed to connect to here