Added note about GUI architecture to doc/hacking.txt + doc/img/gui_flow/.
authorW. Trevor King <wking@drexel.edu>
Sun, 1 Aug 2010 20:32:57 +0000 (16:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 1 Aug 2010 20:32:57 +0000 (16:32 -0400)
commit972658fa2adb8e97199368a8bd734edaad5d9666
tree10caf4b4f81bef287f18ea15cda683aac71ebe16
parentea51312ae430c5f0d0c5f8e75b7d3667fd2210f6
Added note about GUI architecture to doc/hacking.txt + doc/img/gui_flow/.

doc/img/gui_flow/
|-- gui_flow.xml              XML definition of the information-flow graph.
|-- graph.xsl                 XSLT translating gui_flow.xml -> gui_flow.svg
`-- math.sqrt.template.xsl    Template for calculating sqrt(x) in XSLT.

Periodically I get the hare-brained idea that I want to do something
with XSLT.  I'm not sure what I was thinking ;).  It's done now though,
and it seems a shame to waste it.
doc/hacking.txt
doc/img/gui_flow/graph.xsl [new file with mode: 0644]
doc/img/gui_flow/gui_flow.xml [new file with mode: 0644]
doc/img/gui_flow/math.sqrt.template.xsl [new file with mode: 0644]