No description
Find a file
Alec Leamas bb67b1231b Test availability of thin and websocket ports before start.
Improving cmd line scanning, handling thin options in front of
-p <port>. Also clean up test usage, just use if/then and [].
2010-10-19 08:26:43 +02:00
app username can be any case, but diaspora handle should always, always, ALWAYS be lowercase, for webfinger reasons 2010-10-18 22:55:09 -07:00
autotest Add or later to license notice 2010-10-07 16:25:34 -07:00
config invite sends friend request if already friends, and raises if already friends 2010-10-18 16:27:02 -07:00
db Don't overwrite existing pod_url in db:seed:dev 2010-10-18 12:56:22 -07:00
doc Activerecord this time\! 2010-06-11 10:40:49 -07:00
features Case sensitivity... 2010-10-18 12:43:04 -07:00
lib Continuation of previous commit 2010-10-17 19:07:54 -04:00
pkg Separate wsd daemon, simpler bundle directories, -f bundle update flag 2010-10-17 07:01:24 +02:00
public The invitation now has an optional personal message 2010-10-18 14:35:41 -07:00
script Test availability of thin and websocket ports before start. 2010-10-19 08:26:43 +02:00
spec username can be any case, but diaspora handle should always, always, ALWAYS be lowercase, for webfinger reasons 2010-10-18 22:55:09 -07:00
tmp Add a global tmp directory, according to rails spec. 2010-10-10 16:38:01 +02:00
vendor/plugins Activerecord this time\! 2010-06-11 10:40:49 -07:00
.gitignore Add vendor/bundle to gitignore 2010-10-15 14:14:32 -07:00
.pairs Adding a .pairs file 2010-08-26 17:55:09 -07:00
.rspec tried taking format nested out of tests. maybe it will give us dots? 2010-08-17 00:01:47 -07:00
AUTHORS Adding in COPYRIGHT, AUTHORS, and blueprint attribution 2010-09-15 10:09:42 -07:00
Capfile Add or later to license notice 2010-10-07 16:25:34 -07:00
ci.sh Remove Gemfile.lock before each bundle install 2010-10-12 19:08:50 -07:00
config.ru Add or later to license notice 2010-10-07 16:25:34 -07:00
COPYRIGHT Big clean up: delete trailing whitespace 2010-09-26 12:48:40 -04:00
Gemfile ohai rails 3.0.1 2010-10-14 20:51:54 -07:00
Gemfile.lock put ruby-debug back into Gemfile.lock 2010-10-16 20:14:01 -07:00
GNU-AGPL-3.0 added license to every single goddamn file. also, put one in the root dir. 2010-09-13 14:23:50 -07:00
Rakefile Add or later to license notice 2010-10-07 16:25:34 -07:00
README.md readme quick edit 2010-10-15 17:44:07 -07:00

Diaspora

The privacy aware, personally controlled, do-it-all, open source social network.

THIS IS PRE-ALPHA SOFTWARE AND SHOULD BE TREATED ACCORDINGLY. PLEASE, DO NOT RUN IN PRODUCTION. IT IS FUN TO GET RUNNING, BUT EXPECT THINGS TO BE BROKEN.

Installation instructions

Installation instructions are here.

Thanks for helping battle test Diaspora. Please report any bugs you see at bugs.joindiaspora.com.

Contributing to Diaspora

You can find an introduction to the source code here. Bugs and pending features are on our issue tracker. Here are a few good places to start:

  • Run "rake spec" to run our Rspec unit test suite. Take a look at the pending specs, make one pass!

  • Run "rake cucumber" to run our Cucumber integration test suite. As you can see, we need more integration tests. Pick a feature and write one!

  • Take a look at the issue tracker and pick a bug. Write a spec for it, so it's easy for another developer to fix it.

Patches must be tested, and all your tests should be green, unless you're marking an existing bug, before a pull request is sent. Unit tests should be in Rspec, and integration tests should be in Cucumber.

Please make your changes in a branch to ensure that new commits to your master are not included in the pull request, and to make it easier for us to merge your commits.

Please do not rebase our tree into yours. See here for when to rebase.

We need you to fill out a contributor agreement form before we can accept your patches. The agreement gives Diaspora joint ownership of the patch so the copyright isn't scattered. You can find it here.

Resources

We are maintaining a public tracker project and a roadmap. Also, you can file bug reports on our issue tracker.

Ongoing discussion:

More general info and updates about the project can be found on our blog, and on Twitter. Also, be sure to join the official mailing list.

If you wish to contact us privately about any exploits in Diaspora you may find, you can email exploits@joindiaspora.com.