richo / groundstation

Decentralised gossip driven data sharing for the 21st century.
http://groundstation.me
MIT License
59 stars 12 forks source link

JS compatibility updates and minor install.md updates #25

Closed samurai closed 11 years ago

samurai commented 11 years ago

This seems to want to include the install guide itself (perhaps the #22 PR wasn't accepted yet?), nonetheless there is also a small modification to that included in this.

This is mostly JS updates to the way grefs are drawn and updates are pushed so that it works for firefox. I've done basic testing on these changes and believe them to be cross-compatible with most things, tho IE seems to not like it

richo commented 11 years ago

Yup, you generally want to start new features off master git checkout -b features/foo_thing master

I'll have a look over this and probably rebase it into master.

richo commented 11 years ago

I rebased 1380c00 in e17076bd5e183d7cf1fa9aab583b4d49b0e5acca so that can come out of this PR.

The rest I'll need to check over, but I'm pretty sure text()

samurai commented 11 years ago

@richo , forgot about the whitespace issue with that. If you haven't already looked into it, I'll knock that out

richo commented 11 years ago

@samurai I ported all the markdown'y bits to just use textareas: https://github.com/richo/groundstation/pull/23/files

richo commented 11 years ago

Closing, I'm pretty sure this is all on master now.