README.md in gitdocs-0.5.0.pre6 vs README.md in gitdocs-0.5.0.pre7

- old
+ new

@@ -1,18 +1,21 @@ # Gitdocs [![Gem Version](https://badge.fury.io/rb/gitdocs.png)](http://badge.fury.io/rb/gitdocs) [![Code Climate](https://codeclimate.com/github/bazaarlabs/gitdocs.png)](https://codeclimate.com/github/bazaarlabs/gitdocs) [![Build Status](https://travis-ci.org/nesquena/gitdocs.svg?branch=master)](https://travis-ci.org/nesquena/gitdocs) +[![Inline docs](http://inch-ci.org/github/nesquena/gitdocs.png?branch=master)](http://inch-ci.org/github/nesquena/gitdocs) +[![Dependency Status](https://gemnasium.com/nesquena/gitdocs.svg)](https://gemnasium.com/nesquena/gitdocs) +[![Coverage Status](https://coveralls.io/repos/nesquena/gitdocs/badge.png?branch=master)](https://coveralls.io/r/nesquena/gitdocs) Open-source dropbox alternative powered by git. Collaborate on files and tasks without any extra hassle. gitdocs will automatically keep everyone's repos in sync by pushing and pulling changes. This allows any git repo to be used as a collaborative task list, file share, or wiki for a team. Supports a web front-end allowing each repo to be accessed through your browser. **Note:** Gitdocs has been tested on multiple unix systems including Mac OS X and Ubuntu. -Windows support is [half-baked](https://github.com/bazaarlabs/gitdocs/issues/7) +Windows support is [half-baked](https://github.com/nesquena/gitdocs/issues/7) but we plan to tackle that shortly in an upcoming release. ## Why? Why use gitdocs for your file and doc sharing needs? @@ -169,10 +172,11 @@ - Tagging and organizing of files within the web front-end - Better access to the versions for a particular file within the web front-end ## Contributors -Gitdocs was created at [Miso](http://engineering.gomiso.com) by [Joshua Hull](https://github.com/joshbuddy) and [Nathan Esquenazi](https://github.com/nesquena). +Gitdocs is now primarily being developed by [Andrew Sullivan Cant](https://github.com/acant). Gitdocs was created at [Miso](http://engineering.gomiso.com) by [Joshua Hull](https://github.com/joshbuddy) and [Nathan Esquenazi](https://github.com/nesquena). + We also have had several contributors: * [Chris Kempson](https://github.com/ChrisKempson) - Encoding issues * [Evan Tatarka](https://github.com/evant) - Front-end style fixes * [Kale Worsley](https://github.com/kaleworsley) - Custom commit msgs, revert revisions, front-end cleanup