public
Description: Embedded 'reply' links in blog comments
Homepage: http://drnicjavascript.rubyforge.org/comment_replies
Clone URL: git://github.com/drnic/comment_replies.git
fixed project website
drnic (author)
Sat Feb 16 23:03:36 -0800 2008
commit  44ce54f47f5edc23b5e61c6ac8e1bb3f14d6cb30
tree    bbb7dc24495655b650a6ece3638e9e83c32f1e06
parent  e19c7e6d3ee878e571e30766efc09b7bfb8203d8
...
9
10
11
12
 
13
14
15
16
...
9
10
11
 
12
13
14
15
16
0
@@ -9,7 +9,7 @@ Description:
0
     into the comment textarea for easy reference.
0
 
0
 More information:
0
- http://drnic_javascript.rubyforge.org/comment_replies
1
+ http://drnicjavascript.rubyforge.org/comment_replies
0
     
0
 Author:
0
     Dr Nic Williams, drnicwilliams@gmail.com
0
\ No newline at end of file
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ ENV['rakefile_just_config'] = "true"
0
 load File.dirname(__FILE__) + '/../Rakefile'
0
 
0
 version = APP_VERSION
0
-download = 'http://rubyforge.org/projects/comment_replies'
0
+download = 'http://rubyforge.org/projects/drnicjavascript'
0
 
0
 class Fixnum
0
   def ordinal
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,6 +3,6 @@
0
  *
0
  * Comment Replies is freely distributable under
0
  * the terms of an MIT-style license.
0
- * For details, see the web site: http://drnic_javascript.rubyforge.org/comment_replies
0
+ * For details, see the web site: http://drnicjavascript.rubyforge.org/comment_replies
0
  *
0
  *--------------------------------------------------------------------------*/
0
\ No newline at end of file
...
32
33
34
35
 
36
37
 
38
39
40
...
32
33
34
 
35
36
 
37
38
39
40
0
@@ -32,9 +32,9 @@
0
 <div id="main">
0
 
0
     <h1>comment_replies</h1>
0
- <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/comment_replies"; return false'>
0
+ <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/drnicjavascript"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/comment_replies" class="numbers">0.0.1</a>
0
+ <a href="http://rubyforge.org/projects/drnicjavascript" class="numbers">0.0.1</a>
0
     </div>
0
     
0
     <div id="comments_div">

Comments