This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit c71ff0da14b56f881ee8d07c9224d1eb7eb94042
tree 616e37b45558167ff4e77a24833b6e03722405dc
parent 8a4d8934bdfa222e4655f9bbdd8f14050c5ae6fd
tree 616e37b45558167ff4e77a24833b6e03722405dc
parent 8a4d8934bdfa222e4655f9bbdd8f14050c5ae6fd
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 ----- You'll need a few gems first: $ gem install merb-core bluecloth markaby activerecord Run the server: $ cd backchat $ merb -I backchat.rb Then embed the javascript in a page or template: <script type="text/javascript" src="http://your-server:4000/<reference>.js"></script> Where <reference> is something unique, like a trac changeset number. TODO ---- * A better way of embedding the HTML than document.write might be nice - the way I'm doing it right now is incredibly flaky * Determine the reference automatically from the URL * Some kind of bookmarklet








