This question came up on the etherpad-open-source-discuss mailing list and I thought it would be useful to have it here.
|
feedback
|
|
A few other possibilities:
| |||
|
feedback
|
|
Just construct a URL like so and fetch it: http://dtherpad.com/ep/pad/export/foo/latest?format=txt That will get the live, plaintext contents of http://dtherpad.com/foo For example, in PHP you can grab it with file_get_contents("http://dtherpad.com/ep/pad/export/foo/latest?format=txt") Note that that's just the "export to plain text" link that's provided in the Import/Export menu of every pad. | |||
|
feedback
|