I want to install a "pastie" in our local intranet. What are the alternatives to RaPaste and pastie.org? (the latter can't even be installed locally b/c it doesn't seem to be open source?)
Edit: Doesn't have to be Ruby btw.
Edit: What I mean with pastie is an app where you can share source code pastes instead of pasting it in an irc ch...
I have an application I'm writing, in Objective-C(iPhone), and I want to be able to write a string of text to Pastie or Pastebin, and be able to have the link to that page. I have not been able to find any API for either of these, is this possible? How?
Thanks!
...
I'm looking for a way to submit a post to pastie.org, or pastebin.com from within my C# app, i know ill have to use some sort of http post but im looking for specific examples..
...
I think I have this narrowed down to something debuggable
This will not work, where I am just sending in 'paste[body]=<'
curl http://pastie.caboo.se/pastes/create -H 'Expect:' -F 'paste[parser]=plaintext' -F 'paste[body]=<' -F 'paste[authorization]=burger' -s -L -o /dev/null -w '%{url_effective}'
This will work, where I send in 'past...