Paste-it: Colaborative Debugging Tool
Paste-it is a Colaborative Debuggint Tool based on Patebin from Paul Dixon. It was completely rebuilt, only the Diff class was reused.
Demo
No, it's not a "demo", it's really in production level here: http://paste.milk-it.net
Why another Paste system?
The motivation was that Patebin, that is a great System, has a poor code. It hasn't separation between code and view, so we couldn't customize it to us. It also has an odd lifecycle (the code execution, I mean). By this spaghetti code, we couldn't ease add features to it. So here we are, with a brand new, well built, well separated paste system :D Ah! It's themable too :D
Downloading
You can clone it from our git repos.
git clone git://github.com/milk-it/paste-it.git
Or download the latest snapshot from here and then extract using:
tar xvfz paste-it.latest.tar.gz
Installing
Please, see the INSTALL file in the root of your installation dir.