Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
8answers
2k views

Operational Transformation library?

I'm looking for a library that would allow me to synchronize text in real-time between multiple users (ala Google Docs). I've stumbled upon Operational Transformation, which seems to fit my needs. ...
6
votes
2answers
379 views

EtherPad Database Schema?

Does anyone have an EtherPad Database Schema? I googled for it, see tons of requests, but can't seem to find one. I'm interested in taking a look. I'm also curious how EtherPad handler ...
6
votes
2answers
268 views

How do etherpad & Google Docs do ChangeSets

I'm curious to learn how Etherpad and Google Docs automatically save data. When you're writing a text document the products send only the changes to the server. Any idea how this technology works and ...
4
votes
1answer
1k views

How to turn on syntax highlighting in etherpad

There are many free etherpad implementations since it went open source. Does etherpad support syntax highlighting or is some kind of add-on available? I tried http://typewith.me/ http://sync.in/ ...
4
votes
3answers
241 views

Collaborative text editing in a web application

I have a group of writers around the world all trying to work on one story. I want them to be able to work with each other like they would on google documents, but from within our application. ...
3
votes
1answer
131 views

How is the caret emulated in Etherpad?

How is the blinking caret emulated in Etherpad? (See a live version at ietherpad.com) The way I would do it, is to create a div and position it absolutely where the caret should be. Then, display and ...
3
votes
2answers
473 views

Etherpad and Wordpress, possible?

I recently stumbled upon Etherpad, it's a collaborative writing tool http://code.google.com/p/etherpad/ - main project page online Examples: http://piratepad.net/ http://ietherpad.com/ ...
3
votes
1answer
281 views

Viewing recently edited etherpads (note new 'etherpad' tag for open sourced etherpad code!)

Prescript: The amazing etherpad was recently open sourced. Get it here: http://code.google.com/p/etherpad. This is the first question that I know of on StackOverflow about the etherpad code. If ...
3
votes
1answer
162 views

Efficient storage/retrieval method for replayable comet style applications (Google Wave, Etherpad)

I am considering a web application that would have the same kind of multi user, automatic saving, infinite undo / replay capabilities that you see in Google Wave and Etherpad (albeit on a drastically ...
2
votes
1answer
62 views

is there a bulk exporter for etherpad?

is there a bulk exporter for etherpad? we might need one to document a series of etherpads, in a publishable form best including the comments column, my sources: Peter Murray-Rust's question and ...
2
votes
1answer
148 views

how to change the etherpad's ace2editor to something else?

i see that on ./etherpad/src/static/js/pad_editor.js it's being called as, self.ace = new Ace2Editor(); can I just include and call some other editor (like codemirror) ?
2
votes
2answers
656 views

How would node.js stack up vs jetty for an etherpad-like application?

I noticed that etherpad, when it was alive ( and living clones of it ) used Jetty. I'm considering writing a similar program but I want to use node.js instead. Could anyone offer some insight into ...
2
votes
1answer
244 views

Commutative (operational transform) diffs for databases

What Unix program generates "diff"s between text files (or INSERT/UPDATE/DELETEs for databases) in such a way that the order that the "diff"s are applied in is irrelevant, and the result is ...
2
votes
4answers
890 views

I want to use EtherPad (or a clone). My site is running Ruby on Rails. API or local install?

I'd like to utilize an etherpad interface on my website. Two questions: 1) is there any site with an etherpad api that I could just call remotely? 2) if not, how much trouble is it to install scala ...
2
votes
3answers
1k views

Create new etherpad using PHP and CURL

I'm trying to write a simple PHP script which automatically sets up new etherpads (see http://etherpad.com/). They don't have an API (yet) for creating new pads so I'm trying to figure if I can do ...
1
vote
1answer
49 views

Avoid proxy blocking Etherpad Lite

I've set up an Etherpad Lite on my Apache server, the address is something like http://example.com:9001 and I wish to access it from my university but a proxy is blocking the port. On the wiki of the ...
1
vote
4answers
239 views

What to use in place of EtherPad? Using php and mySql

I came across EtherPad but found out shortly afterwards that it has been shelved by Google. Is there something else that I could use that allows people to collaborate on an online document? It must ...
1
vote
2answers
41 views

How do I get my Etherpad changes to show up?

I change files like /etherpad/trunk/infrastructure/ace/www/ace2_inner.js and then run /etherpad/trunk/etherpad/rebuildjar.sh and yet when I run it again everything looks the same. Is there a trick I'm ...
1
vote
2answers
64 views

Adapting Etherpad to react on new params

I try to adapt etherpad so it is only accessible if certain params are sent with the request. For example I want a certain pad just to be displayed if there is a unique id provided like ...
1
vote
1answer
53 views

What are the Options in Undeploying Etherpad?

Are there "clean" ways of undeploying Etherpad on a (Windows Server 2003) server? Right now, I just use ctrl+c on the cygwin console or end the process on the Task Manager. I don't want to use ...
1
vote
2answers
106 views

How do I programatically fetch the live plaintext contents of an etherpad?

This question came up on the etherpad-open-source-discuss mailing list and I thought it would be useful to have it here.
1
vote
1answer
195 views

I can't figure EtherPad out

I feel like this is probably a pretty dumb question, but I am just completely lost. I have seen (and tried) about ten different ways to install EtherPad on my system, but absolutely nothing on how to ...
1
vote
1answer
159 views

what's the best way to get etherpad to launch on startup on OSX

I think launchd is the answer, but using this plist: http://gist.github.com/553573 I get this error: Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main Caused by: ...
1
vote
0answers
133 views

Bypassing authentication for localhost in order to implement search in Etherpad

I'm trying to implement Nutch + Solr based search engine into my Etherpad installation. The main issue I'm having is that Nutch doesn't support POST authentication. Etherpad and Nutch are installed on ...
1
vote
3answers
598 views

JQUERY COMET for Real-Time multi-user Note Taking

I'm interest in learning how to use jquery comet to create real-time multi-user note taking like etherpad used to offer. Can anyone offer any tips/tutorials/plug-ins... to point me in the right ...
1
vote
1answer
400 views

Problems running local copy of etherpad

I get the following message when trying to execute etherpad/bin/run-local.sh: Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main I created CLASSPATH variable, export ...
0
votes
1answer
90 views

Can't SET/GET with NodeJS and Redis

I want to write a ueberDB Redis-Handler for my Etherpad. I absolutely do not understand my problem because with PHP I can set and get key/values without any problems. It only does not work with ...
0
votes
1answer
124 views

Etherpad: how to make it run under a domain?

right now I have /etc/etherpad/bin/run.sh however, it says it's starting the server at 0.0.0.0:90001 how do I make it point tomydomain.com ?
0
votes
2answers
144 views

online “diary” - existing script / mysql / fwrite()? [closed]

i am looking for a PHP web script that could suit my needs. i am ready to write it but i suppose it has already been done, so i thought i'd ask here first. what i want is to have a web page that i ...
0
votes
1answer
90 views

Ruby persistent chat

Can anyone recommend a persistent chat plugin for Rails? I'm looking for something close to the persistent chat that is part of etherpad. Juggernaut looks like a possible candidate, but I would like ...
0
votes
3answers
102 views

How to view differences between two html documents?

I'm working on a help system with hundreds of pages written in HTML. I want to give those HTML pages to multiple people so they can make changes. Before I upload their modified documents, I need some ...