Changes between Version 19 and Version 20 of DjangoGraphviz
- Timestamp:
- Nov 1, 2006, 3:42:45 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoGraphviz
v19 v20 9 9 == Examples == 10 10 11 '''Nota bene''': this samples are generated from an old version of the script, 0.4, which you can download from [http://code.djangoproject.com/wiki/DjangoGraphviz?version=10 here]. The script is currently undergoing some refactoring.12 13 === Camera website (yet unpublished) ===14 15 {{{16 #!html17 <img src="http://code.djangoproject.com/attachment/wiki/DjangoGraphviz/camera-001.png?format=raw" alt="camera example" />18 }}}19 20 11 === [http://www.mincer.it/ MC Minerali Ceramici] === 21 12 22 13 {{{ 23 14 #!html 24 <img src="http://code.djangoproject.com/attachment/wiki/DjangoGraphviz/mincer- 001.png?format=raw" alt="mincer example" />15 <img src="http://code.djangoproject.com/attachment/wiki/DjangoGraphviz/mincer-modelviz-0.6.png?format=raw" alt="mincer example" /> 25 16 }}} 26 27 === Other examples ===28 29 * [http://zyons.com/ Zyons project]30 * Graphviz DOT files for the Zyons project: [http://cavedoni.com/2006/08/zyons-comment.dot comment] [http://cavedoni.com/2006/08/zyons-event.dot event] [http://cavedoni.com/2006/08/zyons-forum.dot forum] [http://cavedoni.com/2006/08/zyons-openid.dot openid] [http://cavedoni.com/2006/08/zyons-prefs.dot prefs] [http://cavedoni.com/2006/08/zyons-sessions.dot sessions] [http://cavedoni.com/2006/08/zyons-tag.dot tag]31 * Resulting graphs in PDF: [http://cavedoni.com/2006/08/zyons-comment.pdf comment] [http://cavedoni.com/2006/08/zyons-event.pdf event] [http://cavedoni.com/2006/08/zyons-forum.pdf forum] [http://cavedoni.com/2006/08/zyons-openid.pdf openid] [http://cavedoni.com/2006/08/zyons-prefs.pdf prefs] [http://cavedoni.com/2006/08/zyons-sessions.pdf sessions] [http://cavedoni.com/2006/08/zyons-tag.pdf tag]32 17 33 18 == Other References ==