...
|
...
|
@@ -10,9 +10,11 @@ xdot.py can be used either as a standalone application from command line, or as
|
10
|
10
|
Status
|
11
|
11
|
======
|
12
|
12
|
|
13
|
|
-xdot.py script became much more popular than I ever anticipated, and it there is potential for further enhancements. However xdot.py already meets my own needs as it is now, 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 maintain it myself.
|
14
|
14
|
|
15
|
|
-If this version of xdot.py does not meet your needs then take a look at the [outstanding issues](https://code.google.com/p/jrfonseca/issues/list?q=xdot) or the comments below, for patches and links for other forks. xdot.py is small and self contained, so feel free to include it in your own projects.
|
|
15
|
+So I'm looking into transition xdot.py maitenance to others: either hand over the maintenance xdot.py to a community or indicate an official fork of xdot.py.
|
|
16
|
+
|
|
17
|
+I encourage people interested in development of xdot.py to fork the (GitHub repository)[https://github.com/jrfonseca/xdot.py], and join the new (mailing list)[https://groups.google.com/d/forum/xdot-py].
|
16
|
18
|
|
17
|
19
|
Features
|
18
|
20
|
========
|
...
|
...
|
@@ -74,7 +76,11 @@ Known Issues
|
74
|
76
|
|
75
|
77
|
* 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.
|
76
|
78
|
|
77
|
|
-See also the [googlecode issue tracker](https://code.google.com/p/jrfonseca/issues/list?q=xdot).
|
|
79
|
+See also:
|
|
80
|
+
|
|
81
|
+ * [github issue tracker](https://github.com/jrfonseca/xdot.py/issues)
|
|
82
|
+
|
|
83
|
+ * [googlecode issue tracker](https://code.google.com/p/jrfonseca/issues/list?q=xdot).
|
78
|
84
|
|
79
|
85
|
Screenshots
|
80
|
86
|
===========
|
...
|
...
|
@@ -86,7 +92,7 @@ Screenshots
|
86
|
92
|
Requirements
|
87
|
93
|
============
|
88
|
94
|
|
89
|
|
- * [Python](http://www.python.org/download/) (2.4 or greater)
|
|
95
|
+ * [Python](http://www.python.org/download/) (2.6 or 2.7)
|
90
|
96
|
|
91
|
97
|
* [PyGTK](http://www.pygtk.org/downloads.html) (2.10 or greater)
|
92
|
98
|
|