Skip to content

Commit

Permalink
Squashed 'doc/blog/public/' content from commit e8f54cd
Browse files Browse the repository at this point in the history
git-subtree-dir: doc/blog/public
git-subtree-split: e8f54cd
  • Loading branch information
sahib committed Jan 16, 2016
0 parents commit 9f6a5fc
Show file tree
Hide file tree
Showing 110 changed files with 12,860 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
vendor/
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Makefile
@@ -0,0 +1,2 @@
all:
gometalinter ./... --deadline 1m | grep -v '.*\.pb\..*'
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
# Brig: Ship your data around the world

![a brig](http://www.rodlangton.com/nnimages/brig1.jpg)

``brig`` is a distributed & secure file synchronization tool (and more!)
It is based on ``ipfs``. Here's a list of what it can do:

- Transfer data.
- Synchronize data.
- ... TODO ...


This is a very early work in progress.
More information will follow once a rough first prototype is ready.

0 comments on commit 9f6a5fc

Please sign in to comment.