close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 5, 2009, 6:25:12 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 2 | 2 | |
| 3 | 3 | * [http://events.linuxfoundation.org/events/linuxcon LinuxCon 2009 Call for Paper] |
| | 4 | |
| | 5 | * [備忘] 讓 Trac 的 graphviz 支援中文字 |
| | 6 | * [參考] http://www.debian.org.tw/index.php/graphviz |
| | 7 | * [改法] (1) 安裝中文字型 (2) 修改 trac.ini |
| | 8 | {{{ |
| | 9 | $ sudo apt-get install ttf-arphic-uming |
| | 10 | }}} |
| | 11 | {{{ |
| | 12 | #!diff |
| | 13 | --- conf/trac.ini.org 2008-06-06 18:38:25.000000000 +0800 |
| | 14 | +++ conf/trac.ini 2009-02-05 18:18:22.000000000 +0800 |
| | 15 | @@ -48,20 +45,20 @@ |
| | 16 | [graphviz] |
| | 17 | -default_graph_fontname = "Andale Mono" |
| | 18 | +default_graph_fontname = "/usr/share/fonts/truetype/arphic/uming.ttf" |
| | 19 | default_graph_fontsize = 10 |
| | 20 | }}} |
| 4 | 21 | |
| 5 | 22 | == Open Source Enterprise == |