| Author | Dave Jarvis <email> |
|---|---|
| Date | 2013-04-01 13:59:38 GMT-0700 |
| Commit | 33a22862437d3c398f06213d34a1458ea055cdec |
| Parent | 64d8c44 |
| \providetranslation{CC-BY-SA}{Creative Commons Attribution-ShareAlike License} | ||
| -\providetranslation{generatedWith}{Generated using \href{http://recipezeal.com}{Recipe Zeal} and \LaTeX.} | ||
| +\providetranslation{generatedWith}{Generated using \href{http://recipefiddle.com}{Recipe Fiddle} and \LaTeX.} | ||
| \providetranslation{designsBy}{Book design and themes by \href{http://liantze.penguinattack.org}{Lian Tze Lim}.} | ||
| \providetranslation{CookingInstructions}{Cooking Instructions} | ||
| \providetranslation{Substitutes}{Substitutes} | ||
| + | ||
| <!-- | ||
| - | "Muenchian Method" as described in | ||
| - | XSLT Cookbook, by Sal Mangano, O'Reilly, pg195 | ||
| - | for sorting tagged recipes into "chapters" | ||
| + | "Muenchian Method" for sorting tagged recipes into chapters, described in | ||
| + | XSLT Cookbook, by Sal Mangano, O'Reilly, pg195. | ||
| +--> | ||
| <xsl:for-each select="recipe[count(. | key('recipe-by-category',tags/tag[1])[1]) = 1]"> | ||
| <!-- | ||
| - | Meta information about the book. | ||
| + | Book meta information. | ||
| +--> | ||
| <xsl:template match="book"> | ||
| Delta | 5 lines added, 5 lines removed |
|---|