GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Motto-mysql is a complementary library to enhance and make faster 'mysql-ruby' library.
Clone URL: git://github.com/kwatch/motto-mysql.git
Update README.txt.
kwatch (author)
Mon Oct 06 09:55:47 -0700 2008
commit  3c96635c3c991fcb20c05df6c4557510153d48a4
tree    4343a7ced41ff5720e43f5b56aaddfb1e9da1c90
parent  388f4e8edd2df0b7cdbc9f4f623ba92c8a14b570
...
4
5
6
7
 
 
 
 
8
9
10
...
4
5
6
 
7
8
9
10
11
12
13
0
@@ -4,7 +4,10 @@ Release: $Release$
0
 
0
 $Copyright$
0
 
0
-http://rubyforge.org/projects/motto-mysql/
0
+* website: http://motto-mysql.rubyforge.org/
0
+* download: http://rubyforge.org/projects/motto-mysql/
0
+* repository: http://github.com/kwatch/motto-mysql/
0
+* bug reports: http://kuwata-lab-products.googlegroups.com/
0
 
0
 
0
 == About
...
180
181
182
183
184
 
 
 
 
 
 
 
185
186
187
...
180
181
182
 
 
183
184
185
186
187
188
189
190
191
192
0
@@ -180,8 +180,13 @@ recipes:
0
           body.gsub! /<\/a>(<\/h\d>)/, '\1'
0
    edit_content(body)
0
    body.gsub! /copyright\(c\)/, 'copyright&copy;'
0
- body.sub! /http:\/\/$(project)\.rubyforge\.org\//, '<a href="\&">\&</a><br />'
0
- body.sub! /http:\/\/rubyforge.org\/projects\/$(project)\//, '<a href="\&">\&</a>'
0
+ #body.sub! /http:\/\/$(project)\.rubyforge\.org\//, '<a href="\&">\&</a><br />'
0
+ #body.sub! /http:\/\/rubyforge\.org\/projects\/$(project)\//, '<a href="\&">\&</a>'
0
+ #body.sub! /http:\/\/github\.com\/\w+\/$(project)\//, '<a href="\&">\&</a>'
0
+ #body.sub! /http:\/\/kuwata-lab-products\.googlegroups.com\/?/, '<a href="\&">\&</a>'
0
+ body.gsub! /(http:\/\/[-\w:\/.]+[^.<])/, '<a href="\1">\1</a>'
0
+
0
+
0
           #body.sub! /$(project)-$(release)\.tar\.gz/, "<a href=\"#{download_url}\">\\&</a>"
0
    #body.sub! /CGI-Exception/, '<a href="http://cgi-exception.rubyforge.org/">\&</a>'
0
           html = <<END
...
12
13
14
15
 
 
 
 
 
 
 
 
 
16
17
18
...
246
247
248
249
 
250
251
...
12
13
14
 
15
16
17
18
19
20
21
22
23
24
25
26
...
254
255
256
 
257
258
259
0
@@ -12,7 +12,15 @@
0
 
0
   <p>copyright&copy; 2008 kuwata-lab.com all rights reserved.</p>
0
 
0
- <p><a href="http://rubyforge.org/projects/motto-mysql/">http://rubyforge.org/projects/motto-mysql/</a></p>
0
+ <ul>
0
+ <li>website: <a href="http://motto-mysql.rubyforge.org/">http://motto-mysql.rubyforge.org/</a></li>
0
+
0
+ <li>download: <a href="http://rubyforge.org/projects/motto-mysql/">http://rubyforge.org/projects/motto-mysql/</a></li>
0
+
0
+ <li>repository: <a href="http://github.com/kwatch/motto-mysql/">http://github.com/kwatch/motto-mysql/</a></li>
0
+
0
+ <li>bug reports: <a href="http://kuwata-lab-products.googlegroups.com/">http://kuwata-lab-products.googlegroups.com/</a></li>
0
+ </ul>
0
 
0
   <h2>About</h2>
0
 
0
@@ -246,6 +254,6 @@ p result.fetch_all_as(MyClass) #=&gt; [ #&lt;MyObject @id=1, @name="foo", ...&gt
0
 
0
   <h2>Bug reports</h2>
0
 
0
- <p>If you have bugs or questions, join http://kuwata-lab-products.googlegroups.com.</p>
0
+ <p>If you have bugs or questions, join <a href="http://kuwata-lab-products.googlegroups.com">http://kuwata-lab-products.googlegroups.com</a>.</p>
0
 </body>
0
 </html>

Comments

    No one has commented yet.