Browse Source

Created a project directory

I'd still like to fine tune some of the descriptions
Dylan Powers 10 years ago
parent
commit
7be7205cca
1 changed files with 48 additions and 0 deletions
  1. 48 0
      project-directory.md

+ 48 - 0
project-directory.md

@@ -0,0 +1,48 @@
+IPFS Project Directory
+======================
+Listed here are all the repositories for use by the ipfs community on Github.
+
+## Applications
+* [go-ipfs](https://github.com/ipfs/go-ipfs)  
+    IPFS implementation in golang. This is currently the only implementation in active development.
+    
+* [astralboot](https://github.com/ipfs/astralboot)  
+    A low level boot server that deploys directly out of ipfs.
+    
+    
+## Application Resources
+* [infrastructure](https://github.com/ipfs/infrastructure)  
+    Documentation and scripts related to infrastructure for developers and users.
+  
+* [logo](https://github.com/ipfs/logo)  
+    IPFS logo.
+    
+* [website](https://github.com/ipfs/website)  
+    Source for the ipfs website at http://ipfs.io.
+    
+* [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/astralboot)  
+    Demos on how to boot docker images and VMs.
+    
+* [examples](https://github.com/ipfs/examples)  
+    Examples on how to use go-ipfs.
+
+
+## Documents
+* [papers](https://github.com/ipfs/papers)  
+    Academic papers on ipfs.
+    
+* [specs](https://github.com/ipfs/specs)  
+    Specifications on the ipfs protocol.
+
+
+## Human Resources
+* [community](https://github.com/ipfs/community)  
+    Information related to the community.
+    
+* [mgmt](https://github.com/ipfs/mgmt)  
+    Information related to project management.