annotate 1__Development/6__Website/developers.html @ 3:32d17f6062cb
adding javascript code -- working on Display and Visualizer and srcHolder
| author |
Sean Halle <seanhalle@yahoo.com> |
| date |
Sun, 06 Jul 2014 12:02:12 -0700 |
| parents |
|
| children |
|
| rev |
line source |
|
Me@0
|
1 <html>
|
|
Me@0
|
2 <head>
|
|
Me@0
|
3 <title>Developers Corner</title>
|
|
Me@0
|
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
Me@0
|
5 </head>
|
|
Me@0
|
6
|
|
Me@0
|
7 <body bgcolor="#FFFFFF">
|
|
Me@0
|
8 <p> </p>
|
|
Me@0
|
9 <h2>Developers Corner</h2>
|
|
Me@0
|
10 <p> </p>
|
|
Me@0
|
11 <p>There are a number of projects in active development at the moment:</p>
|
|
Me@0
|
12 <blockquote>
|
|
Me@0
|
13 <p><a href="visualizer_project.html">Visualizer</a> -- the Visualizer takes
|
|
Me@0
|
14 in a syntax graph and puts out a list of GraphicalElements that represent
|
|
Me@0
|
15 the syntax graph</p>
|
|
Me@0
|
16 <p>Display -- the Display paints the GraphicalElements in a window, and gathers
|
|
Me@0
|
17 gestures input by the user</p>
|
|
Me@0
|
18 <p>Modifier -- the Modifier takes the gestures from the Display and turns them
|
|
Me@0
|
19 into modifications to the syntax graph</p>
|
|
Me@0
|
20 <p>Re-writer -- takes the original syntax graph and re-writes all the custom
|
|
Me@0
|
21 elements into primitives</p>
|
|
Me@0
|
22 <p> </p>
|
|
Me@0
|
23 </blockquote>
|
|
Me@0
|
24 <p>If you're new to the project, or thinking about joining, here are some things
|
|
Me@0
|
25 to get you started:</p>
|
|
Me@0
|
26 <blockquote>
|
|
Me@0
|
27 <p><a href="projecttools.html">Project.. setting up tools (SVN).. etc</a></p>
|
|
Me@0
|
28 <p>Notes on the code base (coming soon)</p>
|
|
Me@0
|
29 <p>Style guides (coming soon)</p>
|
|
Me@0
|
30 </blockquote>
|
|
Me@0
|
31 <p> </p>
|
|
Me@0
|
32 <p><a href="index.html">back</a></p>
|
|
Me@0
|
33 <p> </p>
|
|
Me@0
|
34 <blockquote>
|
|
Me@0
|
35 <p> </p>
|
|
Me@0
|
36 </blockquote>
|
|
Me@0
|
37 </body>
|
|
Me@0
|
38 </html>
|