awesome.
Does it download what others have written?
It will, but at the moment, it just acts as a notepad.
Also, I will not be able to do the server side code; however, I have devised an alternative that will work quite well until I can find someone who knows Python.
Allow me to explain how this works:
every time you leave a position in the world, the program (client-side) saves all the text at that position and the current time. when another person arrives at that position, they send a request to everybody online for the text. The person with the most recent copy of the text sends it to that person.
The program also sends live updates to everybody else while you are typing, and so all records are constantly updated.
I know this method has obvious flaws, but it is only a temporary solution.
oh, and one more thing; the program does not support continuous scrolling, like the original; instead, it uses screens like in KS.