Changes between Version 3 and Version 4 of VisualizingDjangoChangesetDependencies


Ignore:
Timestamp:
May 8, 2007, 12:16:13 AM (17 years ago)
Author:
Ramiro Morales < >
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • VisualizingDjangoChangesetDependencies

    v3 v4  
    4747#!/bin/sh
    4848
    49 # This filter modifies the properties of the nodes of a Graphviz dot
     49# This filter modifies the properties of the nodes of a Graphviz dot file
    5050# to add a relative "href" property with the same value as the node label.
    5151#
     
    8989{{{darcs-deps}}} is ran on the {{{inmutable}}} {{{darcs}}} repository (please refer to '''![1]''' to see what that repository is and how to create it), it generates a {{{Graphviz}}} dot language description of the dependancy graph.
    9090
    91 We filter that otput first through our two custom filtering scripts (see above) to change some graph node attributes, and then through {{{unflatten(1)}}} (part of {{{Graphviz}}}) to enhance the layout of the graphic representation.
     91We filter that output first through our two custom filtering scripts (see above) to change some graph node attributes, and then through {{{unflatten(1)}}} (part of {{{Graphviz}}}) to enhance the layout of the graphic representation.
    9292
    9393And finally we feed the result to {{{dot(1)}}} (also part of {{{Graphviz}}}) to get our final output. For 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.
     
    9999Status as of [5165] (May 8 2007 3:43 UTC):
    100100
    101 Files hosted eslsewhere while the Trac guys solve the [http://trac.edgewall.org/ticket/4087 bug] that keeps us from attaching binary files to the Wiki and tickets:
     101Files hosted elsewhere while the Trac guys solve the [http://trac.edgewall.org/ticket/4087 bug] that keeps us from attaching binary files to the Wiki and tickets:
    102102
    103103 * PNG output: [http://rmorales.net/media/django-deps/django-deps-r5165.png django-deps-r5165.png]
Back to Top