welcome to the kure.
(check out our forums for support, styles and plugins,
or run on and download Kure from our Google Code site)
Kure is a very simple and portable blogging engine written in PHP. It requires no database or advanced configuration. Kure blogs; that's it.
Blog posts are stored in text files (one per) in a
/posts directory. The name of the text file is the title of the post and the content of the text file is the post content. Kure gets the post date from the file's
last modified date, so there's no complex format to the file.
Which means it's always easy to post. Use the online administration interface or make a text file in the
posts directory via FTP. A
docs mode/directory also exists; docs are treated just like posts, except they appear as a list on their own page rather than on the front page.
Kure can also adapt to any custom style. A single CSS file controls all its cosmetic features, so users can easily create new styles to run with.
A new plugin system is also in place, which allows custom-made plugins in the form of a single PHP file to be dropped into a
plugins directory and start being processed immediately, without any code modifications needed (
visit the plugin forums).
Kure is still in beta, but you can help develop it further by reporting any bugs you see crawling around. You can do this either through the
forums or through our Google Code
issue tracker.
The forums can also be used for comments and suggestions.
If you'd prefer, though, you can also contact me directly at
skoh.fley+kure@gmail.com.