<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<?php 

require("common_ecasound_style.inc");
ecasound_subpage_header("List of Ecasound Development Items (edi-tags)");

?>

<pre>
<?php
readfile("./srcdir-files/edi-list.txt")
?>
</pre>

<?php
ecasound_subpage_tail();
?>

</html>
