Changes between Version 1 and Version 2 of VisualizingDjangoChangesetDependencies


Ignore:
Timestamp:
May 7, 2007, 11:42:39 PM (17 years ago)
Author:
Ramiro Morales < >
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisualizingDjangoChangesetDependencies

    v1 v2  
    7373ramiro@tabaqui:~/src/django/inmutable $ cd
    7474
    75 ramiro@tabaqui:~ $ ps2pdf django-deps.ps
     75ramiro@tabaqui:~ $ poster -p1x3A4 -o django-deps-mpage.ps django-deps.ps
     76
     77ramiro@tabaqui:~ $ ps2pdf django-deps-mpage.ps django-deps.pdf
    7678}}}
    7779
     
    8385
    8486And 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.
     87of 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
     89For the PDF output we use {{{poster(1)}}} in the intermediate Postcript output to crate a legible non-cropped multi-page output.
    8690
    8791== Example output ==
     
    97101 4. [http://www.graphviz.org/ GraphViz]
    98102 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]
    100104== Feedback ==
    101105
Back to Top