We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Guerilla patch RDoc: use Bitstream Vera Sans as diagram font.
Hongli Lai (Phusion) (author)
Mon Feb 25 16:35:31 -0800 2008
commit  6320fa63d400a56a3e4065bb52b1f1f6fc88b217
tree    696a9195358ea44fdcf8939d422fbd67bc66440e
parent  557fcb49e8586618d455bfda904908e78b59eb56
0
...
123
124
125
 
126
127
128
...
123
124
125
126
127
128
129
0
@@ -123,6 +123,7 @@ The following software is optional:
0
 * RDoc, for generating HTML Ruby API documentation
0
 * Doxygen, for generating HTML C++ API documentation
0
 * dot, for generating diagrams in HTML API documentation
0
+* The font "Bitstream Vera Sans", used in the class diagrams. See http://www.gnome.org/fonts
0
 
0
 === Compilation, unit tests and other tasks
0
 
...
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,3 +1,10 @@
0
+if defined?(RDoc::Diagram)
0
+ RDoc::Diagram.class_eval do
0
+ remove_const(:FONT)
0
+ const_set(:FONT, "\"Bitstream Vera Sans\"")
0
+ end
0
+end
0
+
0
 module RDoc
0
 module Page
0
 

Comments

    No one has commented yet.