public
Description: Provide a nicer looking web interface for ticgit
Clone URL: git://github.com/pope/ticgit-watchtower.git
Search Repo:
Comments are now shown using textile
pope (author)
Sat May 10 20:15:49 -0700 2008
commit  361b4c332e580337a76e48001344861c39e2c465
tree    78ccbe82c66e9dd2ba24537a46f5ffe5353cb453
parent  c8c30343986d0c710f73dcc3937ca1848053c301
0
...
21
22
23
 
24
25
26
...
21
22
23
24
25
26
27
0
@@ -21,6 +21,7 @@
0
 * gravatar
0
 * git
0
 * ticgit
0
+* RedCloth
0
 
0
 Then to compile and install the ticgit-watchtower gem
0
 
...
21
22
23
 
24
25
26
...
21
22
23
24
25
26
27
0
@@ -21,6 +21,7 @@
0
   s.add_dependency 'sinatra'
0
   s.add_dependency 'haml'
0
   s.add_dependency 'gravatar'
0
+ s.add_dependency 'RedCloth'
0
   s.add_dependency('ticgit', '>=0.2.0')
0
 end
0
 
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,7 +28,7 @@
0
         = c.added.strftime("%m/%d %H:%M")
0
         by
0
         %strong= c.user
0
- %p= c.comment
0
+ %div= RedCloth.new(c.comment).to_html
0
 - else
0
   %p There are no comments for this issue
0
 
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
 #
0
 # author : K. Adam Christensen
0
 
0
-%w(rubygems sinatra git ticgit haml gravatar set).each do |dependency|
0
+%w(rubygems sinatra git ticgit haml gravatar set redcloth).each do |dependency|
0
   begin
0
     require dependency
0
   rescue LoadError => e

Comments

    No one has commented yet.