Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
diff 1__Development/6__Website/ApacheServer/developers.html @ 6:d18eee376f45
Persist graph works.. in middle of putting pointers back, adding OO
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Wed, 06 Aug 2014 00:16:19 -0700 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/1__Development/6__Website/ApacheServer/developers.html Wed Aug 06 00:16:19 2014 -0700 1.3 @@ -0,0 +1,38 @@ 1.4 +<html> 1.5 +<head> 1.6 +<title>Developers Corner</title> 1.7 +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.8 +</head> 1.9 + 1.10 +<body bgcolor="#FFFFFF"> 1.11 +<p> </p> 1.12 +<h2>Developers Corner</h2> 1.13 +<p> </p> 1.14 +<p>There are a number of projects in active development at the moment:</p> 1.15 +<blockquote> 1.16 + <p><a href="visualizer_project.html">Visualizer</a> -- the Visualizer takes 1.17 + in a syntax graph and puts out a list of GraphicalElements that represent 1.18 + the syntax graph</p> 1.19 + <p>Display -- the Display paints the GraphicalElements in a window, and gathers 1.20 + gestures input by the user</p> 1.21 + <p>Modifier -- the Modifier takes the gestures from the Display and turns them 1.22 + into modifications to the syntax graph</p> 1.23 + <p>Re-writer -- takes the original syntax graph and re-writes all the custom 1.24 + elements into primitives</p> 1.25 + <p> </p> 1.26 +</blockquote> 1.27 +<p>If you're new to the project, or thinking about joining, here are some things 1.28 + to get you started:</p> 1.29 +<blockquote> 1.30 + <p><a href="projecttools.html">Project.. setting up tools (SVN).. etc</a></p> 1.31 + <p>Notes on the code base (coming soon)</p> 1.32 + <p>Style guides (coming soon)</p> 1.33 +</blockquote> 1.34 +<p> </p> 1.35 +<p><a href="index.html">back</a></p> 1.36 +<p> </p> 1.37 +<blockquote> 1.38 + <p> </p> 1.39 +</blockquote> 1.40 +</body> 1.41 +</html>
