kure 0.1
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 form for admins, or just make a text file in the /posts directory. A /docs mode/directory also exists. Docs are treated just like posts, excluding the fact that they appear as a list on their own docs 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.
Kure starts as a single PHP file. All that's required is to put this file, which we'll call Kure's seed, in a directory on your web server and run it. The seed will create three directories: /css, /docs and /posts. The default css file will be created and filled automatically, and you'll be good to go.
After all this, it's easy to say that kure is, in a sense, simply simple.


| Price: | N/A FREE | Hits: | 68 |
| File Size: | Platforms: | Linux Windows | |
| Ratings: | Last Updated: | 2006-11-13 |
VIEW ALL
PHP