CHANGELOG.txt |
CHANGELOG.txt |
|
2010-05-12 by jvandervort
* Single recipe import should use "normal" preview function, not its own mini one.
* Preview ingredient quantities were not showing fractions.
* Recipe edit screen ingredient quantities had a leading space… |
node-recipe.tpl.php |
node-recipe.tpl.php |
|
node-recipe.tpl.php |
README.txt |
README.txt |
|
// $Id:
CONTENTS OF THIS FILE
---------------------
* Introduction
* Install
* TODO
* Database Information
INTRODUCTION
------------
Current Maintainers: brdwor, drawk, marble, tzoscott and jvandervort.
Original Author: Moshe Weitzman… |
recipe.admin.inc |
recipe.admin.inc |
|
recipe.admin.inc -contains all admin pages, settings, and validate. |
recipe.css |
recipe.css |
|
/* Summary Box */
.recipe-summary {
float: right;
width: 20em;
margin: 0 0 1em 1em;
}
.recipe-summary table {
border-collapse: collapse;
}
.recipe-summary td,
.recipe-summary th {
border: 1px solid #aaa;
padding: .2em;
}
.recipe-summary th… |
recipe.info |
recipe.info |
|
name = Recipe
description = Collect and display recipes.
dependencies[] = taxonomy
package = Recipe
core = 6.x |
recipe.install |
recipe.install |
|
Install, update and uninstall functions for the recipe module. |
recipe.landing.page.inc |
recipe.landing.page.inc |
|
Page callbacks for recipe index page. |
recipe.module |
recipe.module |
|
recipe.module - share recipes |
recipe.pages.inc |
recipe.pages.inc |
|
recipe.admin.inc -contains all pages, settings, and validate |
recipe.views.inc |
recipe.views.inc |
|
recipe.views.inc - Views2 support for Recipe. |
recipe_category_index.css |
recipe_category_index.css |
|
/*
*/
/* Headers for "Categories" and "Recipes..." sections */
.recipe_index_category_list {
font-weight: bold;
float: left;
width: 40%;
}
.recipe_index_category_parents {
font-weight: bold;
font-size: 100%;
… |
recipe_category_index.inc |
recipe_category_index.inc |
|
recipe_category_index.inc - This is an include file containing most all of the recipe category index page functionality. |
recipe_html.info |
plugins/recipe_html.info |
|
name = Recipe html
description = Enables importing and exporting of html format recipes.
dependencies[] = recipe
package = Recipe
core = 6.x |
recipe_html.module |
plugins/recipe_html.module |
|
recipe_recipeML.module - Enables importing and exporting of recipeML format recipes. |
recipe_html_node.tpl.php |
plugins/recipe_html_node.tpl.php |
|
node-recipe.tpl.php |
recipe_ingredient_index.css |
recipe_ingredient_index.css |
|
/*
*/
.recipe-ingredient-alpha {
font-weight: bold;
margin: 20px;
}
.recipe-ingredient-list legend {
font-weight: bold;
}
.recipe-ingredient-nodes .box {
margin: 20px;
} |
recipe_ingredient_index.inc |
recipe_ingredient_index.inc |
|
recipe_ingredient_index.inc - This is an include file containing most all of the recipe category index page functionality. |
recipe_mastercook4.info |
plugins/recipe_mastercook4.info |
|
name = Recipe MasterCook4
description = Enables importing and exporting of the MasterCook4(.mxp) text format.
dependencies[] = recipe
package = Recipe
core = 6.x |
recipe_mastercook4.module |
plugins/recipe_mastercook4.module |
|
recipe_mastercook4.module - Enables importing and exporting of MasterCook4 format recipes. |
recipe_name_index.css |
recipe_name_index.css |
|
/*
*/
.recipe_name_alpha_list {
font-weight: bold;
margin: 20px;
}
.recipe_name_list legend {
font-weight: bold;
} |
recipe_name_index.inc |
recipe_name_index.inc |
|
recipe_name_index.inc - This is an include file containing most all of the recipe name index page functionality. |
recipe_pdf35.info |
plugins/recipe_pdf35.info |
|
name = Recipe pdf35
description = Enables exporting of 3x5" cards in pdf format.
dependencies[] = recipe
package = Recipe
core = 6.x |
recipe_pdf35.module |
plugins/recipe_pdf35.module |
|
recipe_pdf35.module - Enables exporting of 3x5" cards in pdf format.
This is incredibly rudimentary at this point. 1 and only 1 card and if you go over, the text is lost. |
recipe_plaintext.info |
plugins/recipe_plaintext.info |
|
name = Recipe plaintext
description = Enables importing of plain text recipes into recipe nodes.
dependencies[] = recipe
package = Recipe
core = 6.x |
recipe_plaintext.module |
plugins/recipe_plaintext.module |
|
|
recipe_recipeML.info |
plugins/recipe_recipeML.info |
|
name = Recipe recipeML
description = Enables importing and exporting of recipeML format recipes.
dependencies[] = recipe
package = Recipe
core = 6.x |
recipe_recipeML.module |
plugins/recipe_recipeML.module |
|
recipe_recipeML.module - Enables importing and exporting of recipeML format recipes. |