Skip to content

joejcollins/harmony-angel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food File

Provides a standardized format for laying out recipes using XML and then compiling shopping lists using XSLT. For example:

<Recipe Title="Meat stew and dumplings" Meals="2" >
  <Index>
    Stew<Sub>Meat and dumplings</Sub>
  </Index>
  <Index>Dumplings</Index>
  <Stage>
    <Staple Name="potatoes" />
  </Stage>
  <Stage>
    In a <Utensil Name="wok" /> fry
    (in <Check Quantity="4" Name="oil" Unit="tbsp" />)
    <Vegetable Process="chopped" Quantity="320" Name="onions" Unit="g" />,
    <Meat Process="sliced" Quantity="400" Name="meat" Unit="g" />,
    <Vegetable Process="chopped" Quantity="400" Name="carrots" Unit="g" />
    and
    <Vegetable Process="chopped" Quantity="400" Name="celery" Unit="g" />
    until the meat is done.
  </Stage>

Open in Gitpod

Run make to see options.

.NET fix

See gitpod-io/gitpod#8901 (comment) for workaround reason.

wget "https://dot.net/v1/dotnet-install.sh"
chmod +x dotnet-install.sh
./dotnet-install.sh --install-dir /workspace/dotnet
rm dotnet-install.sh
sudo ln -s /workspace/dotnet/dotnet /usr/bin/dotnet

Releases

No releases published

Packages

No packages published