kure |
|
|
Tell me more about this flat-file thing. Typically websites store information in advanced database systems like MySQL or Oracle. The concept of a flat-file database instead uses plain text files to store information. This method has its disadvantages, of course, but it is both extremely portable and, in many cases, very simple to understand. For instance, if you wanted to you could open up Kure's posts directory and see all the posts you've made as text files. You can open them and change them just as you would a normal text file without messing anything up in the process. This is one of the appealing simplicities of the flat-file structure. What do I do if I have a problem with Kure? If you're having trouble with Kure, visit the support section of the forums and make a topic describing your problem and how you encountered it. If you'd like, you can also email me directly at skoh.fley+kure@gmail.com. How can I contribute? If you know your way around PHP, we'd be glad to have you help out with development over at the forums. Code changes, improvements, bugfixes, whatever — we can always use the help. Don't be afraid to try your hand at making plugins as well. If you're good with design, feel free to make some templates. It's as simple as making an HTML page. Well, almost. If you spot a bug, it'd be awesome if you could report it at the Google Code project site, or (if you're feeling social) at the bugs / suggestions forum. And finally, if you'd like to donate, check out the donate page. How do I go about making a plugin and/or template? For plugins, check out the plugin documentation, and for templates, the template documentation. Don't hesitate to use the forums to ask questions as well. |