lazyatom / backchat
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8a4d893
commit 8a4d8934bdfa222e4655f9bbdd8f14050c5ae6fd
tree 34af2a50428cf4d65aa6910ec08c8c01bd977dc1
parent 658834d977038780e47058c96d88195d7e93a282
tree 34af2a50428cf4d65aa6910ec08c8c01bd977dc1
parent 658834d977038780e47058c96d88195d7e93a282
backchat /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
backchat.rb | ||
| |
test.html |
README
Backchat ======== 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. Usage ----- Run the server: $ merb -I backchat.rb Then embed the javascript in a page or template: <script type="text/javascript" src="http://your-server:4576/<reference>.js"></script> Where <reference> is something uniq. Todo ---- Determine the reference automatically Redirect back to the originating page when posting

