summaryrefslogtreecommitdiff
path: root/graphics/py-nwdiag
AgeCommit message (Collapse)AuthorFilesLines
2011-12-07Update py-nwdiag to 0.7.0.obache3-16/+63
History ======= 0.7.0 (2011-11-19) ------------------ * Accept N/A rack-unit * Add fontfamily attribute for switching fontface * Fix bugs 0.6.1 (2011-11-06) ------------------ * [rackdiag] Support multiple racks rendering * [rackdiag] Add rack attribute: unit-height, weight, ampere, ascending * [rackdiag] Support putting multiple items to same rack-unit 0.6.0 (2011-11-06) ------------------ * Add rackdiag which supports genarating rack-structure diagram * Add docutils extension * Fix bugs 0.5.3 (2011-11-01) ------------------ * Add class feature (experimental) 0.5.2 (2011-11-01) ------------------ * Follow blockdiag-0.9.7 interface 0.5.1 (2011-10-19) ------------------ * Follow blockdiag-0.9.5 interface 0.5.0 (2011-10-07) ------------------ * Change shape of trunkline like a pipeline * Add network attribute: color * Add diagram attribute: default_network_color
2011-10-06Update py-nwdiag to 0.4.2.obache3-8/+11
History ======= 0.4.2 (2011-09-30) ------------------ * Add diagram attributes: default_text_color * Fix bugs 0.4.1 (2011-09-26) ------------------ * Add diagram attributes: default_node_color, default_group_color and default_line_color * Fix bugs
2011-08-11Update nwdiag to 0.4.0.obache2-6/+6
0.4.0 (2011-08-09) * Add syntax for peer network
2011-08-07Import py-nwdiag-0.3.3 as graphics/py-nwdiag.obache4-0/+75
`nwdiag' generate network-diagram image file from spec-text file. * Generate network-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).