Browse Source

Merge pull request #60 from dylanPowers/repo-map

Repo map
Juan Batiz-Benet 10 years ago
parent
commit
46702cbb0f
2 changed files with 54 additions and 1 deletions
  1. 6 1
      README.md
  2. 48 0
      project-directory.md

+ 6 - 1
README.md

@@ -9,7 +9,12 @@ IPFS could become a new major subsystem of the internet. If built right, it coul
 
 Please note that IPFS is a work in progress. It is an ambitious plan to make the internet more free, open, secure, and high performance. It builds on the good ideas of numerous battle-tested distributed systems.
 
-IPFS Talks:
+
+## [Project directory](project-directory.md)
+Lost? Searching for something? Need to submit an issue? Want to contribute? Take a peek at [project-directory.md](project-directory.md) which maps out all the repositories for the ipfs project on Github.
+
+
+## IPFS Talks
 
 [![Alpha Demo](img/ipfs-alpha-video.png)](https://www.youtube.com/watch?v=8CMxDNuuAiQ)
 

+ 48 - 0
project-directory.md

@@ -0,0 +1,48 @@
+IPFS Project Directory
+======================
+These are all the repos found in the ipfs Github organization. If you still can't find what you're looking for, try [searching Github]( https://github.com/search?utf8=%E2%9C%93&q=user%3Aipfs).
+
+## Documents
+* [papers](https://github.com/ipfs/papers)  
+    Academic papers on ipfs.
+    
+* [specs](https://github.com/ipfs/specs)  
+    Specifications on the ipfs protocol.
+
+
+## Implementations
+* [go-ipfs](https://github.com/ipfs/go-ipfs)  
+    An ipfs implementation in golang. This is currently the only implementation in active development.
+
+
+## Applications
+* [astralboot](https://github.com/ipfs/astralboot)  
+    A low level boot server that deploys directly out of ipfs.
+    
+* [webui](https://github.com/ipfs/webui)  
+    The ipfs webui accessible from the api gateway typically at port 5001.
+    
+    
+## Demos and Examples
+* [container-demos](https://github.com/ipfs/container-demos)  
+    Demos on how to boot docker images and VMs.
+    
+* [examples](https://github.com/ipfs/examples)  
+    Examples on how to use go-ipfs.
+
+
+## Community Resources
+* [community](https://github.com/ipfs/community)  
+    Information related to the community.
+
+* [infrastructure](https://github.com/ipfs/infrastructure)  
+    Documentation and scripts related to infrastructure for developers and users.
+
+* [logo](https://github.com/ipfs/logo)  
+    The logo for ipfs.
+  
+* [mgmt](https://github.com/ipfs/mgmt)  
+    Information related to project management.
+
+* [website](https://github.com/ipfs/website)  
+    The source to the ipfs community website at http://ipfs.io.