myCookbook.revive() Sunday, October 23, 2005
Wow. So things have been really, really slow around here. Over the past weekend, I have added some features like a bit more help with automated setup. You will still need to create your own database in MySQL and a user, but the code can create the table needed now. More information is stored in the database now like "Preperation Time". You will need to create an inital config.php file. (It is not in CVS because it contains a password, and I would accidently commit it.)
<?phpPlease download it and try it out. We have KFX working on a design for the site. The next feature for the backend is most likely the ability to import recipes from different existing sources. We will be looking into that and ways to enhance the user experience by incorporating SAJAX so that the pages will only reload when absolutely required.
/**
* Please change this to "yes" after checking the values in this file.
*/
$config_done = "no";
/**
* MySQL server configuration
*/
$sql_server = "localhost";
$sql_database = "mycookbook";
$sql_user = "cook";
$sql_pass = "";
?>