|
RecipeFileFormat
File format for Bites recipe files.
Featured Recipe FilesBites recipes are very simple .xml files. Just create your file from the following template and post it on the web, then anyone with Bites on their phone can download and use your recipe. Make sure you don't include any special characters (e.g. &) in your recipe text Recipe File Template<?xml version="1.0"?> <recipe name="Your Recipe Name" author="Your Name"> <description>A short paragraph describing your recipe</description> <ingredient>Your first ingredient</ingredient> <ingredient>Your second ingredient</ingredient> <method step="1">Your first method step</method> <method step="2">Your second method step</method> </recipe> Simply replace the relevant fields and copy and paste as many ingredient and method rows as you need for your recipe. Make sure you save your file with a .xml extension then upload the file to your homepage or blog to share your recipe with the world! |
► Sign in to add a comment
Hi this apps is nice , but a volume /quantity information would nice especially to export to trolly i.e ( 1 recipe needs 3 eggs and the other 4 eggs ) a total of 7 eggs is needed. for now we ll have 2 separates lines instead of the total
Adding quantity is actually a bit tricky e.g. some recipes will ask for a teaspoon of an ingredient, while others ask for a tablespoon, a cup or even 150 grams. I made the decision to keep my applications more simple/reliable and just make the quantity part of the text. It will stay that way for now...
Greta app. Why don't you make it compatible with RecipeXML? http://www.happy-monkey.net/recipebook/
I would love to see it support one of the more standard open recipe xml formats, and would be willing to provide a donation/paid if it is included.
another vote for RecipeXML comparability
Can't find it in the android market... :S
How do you guys feel about a RecipeXML importer? I can pull one together if there's interest in it.
Hi Bryce, a RecipeXML importer would be fantastic! There are a few different options for contributing depending on how familiar you are with android, svn and creating patches. Drop me a line if you are keen to discuss.
Seems silly to build a RecipeXML converter/importer when there are no real recipexml catalogs or large download sites (none that I've found). I'm working on building a large recipe catalog of about 10K+ recipes from freely available sources I've found. Also, Benny, I saw you put up a bites recipe website. I stumbled across http://www.maianscriptworld.co.uk/free-php-scripts/maian-recipe/free-recipe-system/index.html which seems to have promise and may help you out. There seems to be a current export extension which you could probably make work for you.