Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
<?php
/**
 * Returns the list of one set of instructions for a given instruction
 * group as a self-contained HTML document. The HTML document is edited
 * using a WYSIWYG text processor.
 */
namespace com\whitemagicsoftware;

require "../common/php/class.Instructions.php";

$instructions = new Instructions();
$instructions->run();