...
|
...
|
@@ -3,14 +3,14 @@ About _xdot.py_
|
3
|
3
|
|
4
|
4
|
_xdot.py_ is an interactive viewer for graphs written in [Graphviz](http://www.graphviz.org/)'s [dot language](http://www.graphviz.org/doc/info/lang.html).
|
5
|
5
|
|
6
|
|
-It uses internally the graphviz's [xdot output format](http://www.graphviz.org/doc/info/output.html#d:xdot) as an intermediate format, and [PyGTK](http://www.pygtk.org/) and [Cairo](http://cairographics.org/) for rendering.
|
|
6
|
+It uses internally the GraphViz's [xdot output format](http://www.graphviz.org/doc/info/output.html#d:xdot) as an intermediate format, and [PyGTK](http://www.pygtk.org/) and [Cairo](http://cairographics.org/) for rendering.
|
7
|
7
|
|
8
|
|
-_xdot.py_ can be used either as a standalone application from command line, or as a library embedded in your python application.
|
|
8
|
+_xdot.py_ can be used either as a standalone application from command line, or as a library embedded in your Python application.
|
9
|
9
|
|
10
|
10
|
Status
|
11
|
11
|
======
|
12
|
12
|
|
13
|
|
-_xdot.py_ script became much more popular than I ever anticipated, and there are several interested in improving it further. However, for several years now, _xdot.py_ already meets my own needs, and unfortunately I don't have much time for maintain it myself.
|
|
13
|
+_xdot.py_ script became much more popular than I ever anticipated, and there are several interested in improving it further. However, for several years now, _xdot.py_ already meets my own needs, and unfortunately I don't have much time for maintaing it myself.
|
14
|
14
|
|
15
|
15
|
So I'm looking into transition _xdot.py_ maitenance to [others](https://github.com/jrfonseca/xdot.py/wiki/Forks): either hand over the maintenance _xdot.py_ to a community or indicate an official fork of _xdot.py_.
|
16
|
16
|
|
...
|
...
|
@@ -31,14 +31,12 @@ Known Issues
|
31
|
31
|
|
32
|
32
|
* Not all xdot attributes are supported or correctly rendered yet. It works well for my applications but YMMV.
|
33
|
33
|
|
34
|
|
- * Text doesn't scale properly to large sizes if font hinting is enabled. I haven't find a reliable way to disable font hinting during rendering yet.
|
|
34
|
+ * Text doesn't scale properly to large sizes if font hinting is enabled. I haven't found a reliable way to disable font hinting during rendering yet.
|
35
|
35
|
|
36
|
36
|
See also:
|
37
|
37
|
|
38
|
38
|
* [github issue tracker](https://github.com/jrfonseca/xdot.py/issues)
|
39
|
39
|
|
40
|
|
- * [googlecode issue tracker](https://code.google.com/archive/p/jrfonseca/issues).
|
41
|
|
-
|
42
|
40
|
Screenshots
|
43
|
41
|
===========
|
44
|
42
|
|