Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2012-02-25 | 1.5 kB | |
touchrecipe_0.4.zip | 2012-02-25 | 18.7 kB | |
touchrecipe_0.3.zip | 2010-11-01 | 18.7 kB | |
touchrecipe_0.2.7z | 2010-09-20 | 9.0 kB | |
touchrecipe_0.1.7z | 2010-09-08 | 8.1 kB | |
Totals: 5 Items | 56.0 kB | 0 |
TouchRecipe Created by - Chris Allison License - GPL TouchRecipe is designed as a recipe storage database that is friendly to touch-screen computers. I designed this with the intention of mounting a tablet computer in my kitchen. The navigation can all be accomplished by touching the oversized buttons. The recipe screen allows you to touch either the photo, ingredients, or preparation steps list to bring it to full screen (eliminating the need to scroll on all but the lengthy recipes. Requirements: Web server (Apache) MySQL PHP5 Installation: Unzip file to someplace accessible to your web server. Edit the dbvars.php file to match your connection settings to your MySQL database. In your browser, go to http://yourserver/setupdb.php to create the databases. Changelog: version 0.4 Bugfix - Fixed issue with adding/editing ingredients and prep steps. version 0.3 Bugfix - Fixed issue where deleting a recipe orphaned ingredients and prep steps for that recipe. Now all are deleted. Enhancement - Changed ingredient and preparation adding/editing to take place directly on the page instead of the popup form. version 0.2 Enhancement - Added print button to recipe screen to display a printer friendly layout. Enhancement - Separated database connection variables into a separate file to make setup easier. Bugfix - Changed Preparation step field to a LONGTEXT so it won't cut off after 255 characters. version 0.1 First released version.