Changes between Version 1 and Version 2 of VisualizingDjangoChangesetDependencies
- Timestamp:
- May 7, 2007, 11:42:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisualizingDjangoChangesetDependencies
v1 v2 73 73 ramiro@tabaqui:~/src/django/inmutable $ cd 74 74 75 ramiro@tabaqui:~ $ ps2pdf django-deps.ps 75 ramiro@tabaqui:~ $ poster -p1x3A4 -o django-deps-mpage.ps django-deps.ps 76 77 ramiro@tabaqui:~ $ ps2pdf django-deps-mpage.ps django-deps.pdf 76 78 }}} 77 79 … … 83 85 84 86 And finally we feed the result to {{{dot(1)}}} (also part of {{{Graphviz}}}) to get our final output. In the case 85 of some output methods (PDF [via Postscript], server and client side image maps) we'll be able to click on the nodes and get our Web browser to go to the Django Trac page associated with the changeset at hand. 87 of some output methods (PDF [via Postscript] and server/client side image maps) we'll be able to click on the nodes and get our Web browser to go to the Django Trac page associated with the changeset at hand. 88 89 For the PDF output we use {{{poster(1)}}} in the intermediate Postcript output to crate a legible non-cropped multi-page output. 86 90 87 91 == Example output == … … 97 101 4. [http://www.graphviz.org/ GraphViz] 98 102 5. [http://www.cs.wisc.edu/~ghost/ Ghostscript] 99 103 6. [ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/poster.tar.gz poster] 100 104 == Feedback == 101 105