├── README.markdown └── recipe.markdown /README.markdown: -------------------------------------------------------------------------------- 1 | ### The Coca-Cola secret recipe. 2 | > "Many third parties have tried to crack our secret formula. Try as they might, they've been unsuccessful," Coca-Cola's Kerry Tressler 3 | 4 | Here are the Coca-Cola instructions from [This American Life.](http://www.thisamericanlife.org/radio-archives/episode/427/original-recipe/recipe) 5 | 6 | 7 | #### Cube-Cola 8 | * [Cube-Cola](http://sparror.cubecinema.com/cube/cola/) 9 | * [Ingredients](http://sparror.cubecinema.com/cube/cola/finance/) 10 | * [Original Ingredients / Recipe](http://sparror.cubecinema.com/cube/cola/cola_ingredients/) 11 | * [Cube-Cola KIT VERSION 2.0](http://sparror.cubecinema.com/cube/cola/kit/) 12 | 13 | #### OpenCola 14 | [OpenCola](http://www.colawp.com/colas/400/cola467_recipe.html) is an open source Coca-Cola project worth looking into. 15 | 16 | -------------------------------------------------------------------------------- /recipe.markdown: -------------------------------------------------------------------------------- 1 | ### 7X flavoring formula: 2 | 3 | * orange oil: 3.50 ml 4 | * lemon oil: 1.00 ml 5 | * nutmeg oil: 1.00 ml 6 | * cassia oil: 1.25 ml 7 | * coriander oil: 0.25 ml 8 | * neroli oil: 0.25 ml 9 | * lime oil: 2.75 ml 10 | * lavender oil: 0.25 ml 11 | * gum arabic: 10.0 g 12 | * water: 3.00 ml 13 | 14 | ### OpenCola syrup: 15 | 16 | * 7X formula: 2.00 tsp. 17 | * 75% phosphoric acid or citric acid: 3.50 tsp. 18 | * water: 2.28 l 19 | * plain granulated white table sugar: 2.36 kg 20 | * caffeine (optional): 0.50 tsp. 21 | * caramel color: 30.0 ml --------------------------------------------------------------------------------