Fri Jan 20 11:59:11 WET 2006 Miguel Vilaca <jmvilaca@di.uminho.pt>
* Webpage
Introduce the webpage file.
{
addfile ./INblobs.png
binary ./INblobs.png
addfile ./index.html
hunk ./index.html 1
+<html>[_^M_][_$_]
+<head>[_^M_][_$_]
+ <title>INblobs editor</title>[_^M_][_$_]
+</head>[_^M_][_$_]
+[_^M_][_$_]
+<body>[_^M_][_$_]
+ <center>[_^M_][_$_]
+ <h1>INblobs editor</h1>[_^M_][_$_]
+ <h2>an editor for Interaction Nets</h2>[_^M_][_$_]
+ <a href="INblobs.png"><img src="INblobs.png" alt="INblobs editor" width=431.5px weight=406.5px caption="click on picture to enlarge"/></a>[_^M_][_$_]
+ </center>[_^M_][_$_]
+[_^M_][_$_]
+ <p/>[_^M_][_$_]
+ INblobs is an editor for Interaction Nets. It is in its beginings so only some features are already implemented.<p/>[_^M_][_$_]
+ It's built on top of the front-end <a href="http://www.cs.york.ac.uk/fp/darcs/Blobs/">Blobs</a> from Arjan van IJzendoorn, Martijn Schrage and Malcolm Wallace.[_^M_][_$_]
+[_^M_][_$_]
+ <h3>Download</h3>[_^M_][_$_]
+ To use INblobs you must make a copy of the <a href="http://abridgegame.org/darcs/">darcs</a> repository.<p/>[_^M_][_$_]
+[_^I_][_^M_][_$_]
+ <code> darcs get http://haskell.di.uminho.pt/jmvilaca/INblobs</code>[_^M_][_$_]
+ <p/>[_^M_][_$_]
+ or copy the tarball <a href="INblobs.tar.gz">INblobs.tar.gz</a> generated at 20<sup>th</sup> january 2006.[_^M_][_$_]
+[_^M_][_$_]
+ <h3>Necessary Tools</h3>[_^M_][_$_]
+[_^M_][_$_]
+ INblobs uses the following tools and/or libraries:[_^M_][_$_]
+ <ul>[_^M_][_$_]
+ <li> <a href="http://haskell.org/ghc/">GHC</a> 6.2.2 or later[_^M_][_$_]
+ <li> <a href="http://wxhaskell.sourceforge.net/">wxHaskell</a> 0.9.0 or later[_^M_][_$_]
+ <li> <a href="http://www.cs.york.ac.uk/fp/HaXml-1.14/">HaXml</a> 1.15[_^M_][_$_]
+ </ul>[_^M_][_$_]
+[_^I_][_^M_][_$_]
+ <h3>Bugs</h3>[_^I_] [_^M_][_$_]
+ If you find a bug please report it to <a href="mailto:jmvilaca@di.uminho.pt?subject=INblobs bug">jmvilaca@di.uminho.pt</a> with subject <i>INblobs bug</i>.[_^M_][_$_]
+ <p/>[_^M_][_$_]
+ <!--[_^M_][_$_]
+ <h4>Known bugs </h4>[_^M_][_$_]
+ <ul> [_^M_][_$_]
+ <li>[_^M_][_$_]
+ </ul>[_^M_][_$_]
+ -->[_^I_][_^M_][_$_]
+ <h3>To Do list</h3>[_^M_][_$_]
+ <ul>[_^M_][_$_]
+[_^M_][_$_]
+ <li> implement the suport to define rules graphically; lhs, rhs[_^M_][_$_]
+[_^M_][_$_]
+ <li> implement tree of rules[_^M_][_$_]
+[_^M_][_$_]
+ <li> implement archtypes like in the paper of LOPSTR05 [_^M_][_$_]
+[_^M_][_$_]
+ <li> automatic align of nodes[_^M_][_$_]
+ </ul>[_^M_][_$_]
+[_^I_][_^M_][_$_]
+[_^M_][_$_]
+[_^I_][_^M_][_$_]
+</body>[_^I_][_^M_][_$_]
+</html>[_^M_][_$_]
}