public
Fork of lazyatom/backchat
Description: Your own personal hoodwink'd. Add commenting to any site.
Clone URL: git://github.com/lukeredpath/backchat.git
Markdown syntax would be nice
lukeredpath (author)
Tue May 20 07:04:20 -0700 2008
commit  cc43d7160686188663735eb9e30d982cfba10189
tree    eaa0af6874052cea9f2e3d5a07d5966e87aa25f8
parent  a977e49765d0b7d6983c4ff7b2e8c59f0f2ca1a8
...
1
2
 
3
4
5
6
7
 
8
9
10
...
26
27
28
29
30
 
31
32
33
...
 
 
1
2
3
4
 
 
5
6
7
8
...
24
25
26
 
 
27
28
29
30
0
@@ -1,10 +1,8 @@
0
-Backchat
0
-========
0
+## Backchat
0
 
0
 Basically a simple server to embed comments on other websites. Like, say, Trac. You can think of it a bit like Hoodwink'd, except these comments can be private, and therefore contain sensitive information.
0
 
0
-Usage
0
------
0
+### Usage
0
 
0
 You'll need a few gems first:
0
 
0
@@ -26,8 +24,7 @@ Then embed the javascript in a page or template:
0
 
0
 Where <reference> is something unique, like a trac changeset number.
0
 
0
-TODO
0
-----
0
+### TODO
0
 
0
 * A better way of embedding the HTML than document.write might be nice - the way I'm doing it right now is incredibly flaky
0
 * Determine the reference automatically from the URL

Comments

    No one has commented yet.