Skip to content

Commit

Permalink
Update with new desc
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 2, 2016
1 parent b245abf commit 7c4a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion published/004-2016-Jan-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here are some of the highlights for the [January 25th](//github.com/ipfs/pm/issu

* [**js-ipfs**](//github.com/ipfs/js-ipfs): [@diasdavid](//github.com/diasdavid) created [js-ipfs-merkle-dag](//github.com/vijayee/js-ipfs-merkle-dag) and [js-ipfs-blocks](//github.com/ipfs/js-ipfs-blocks), which will help IPFS deal with [MerkleDAGs](https://github.com/ipfs/specs) and are extensible enough to allow others to build their own MerkleDAG structures. Also, js-ipfs is now able to import a file into the MerkleDAG, an important milestone. An architecture graph has been spec'ed out [here](https://github.com/ipfs/js-ipfs#ipfs-core-implementation-architecture) to help newcomers understand how js-ipfs works. Finally, lots of new issues and low-hanging fruit have been tagged for [contributors to tackle](//github.com/ipfs/js-ipfs/issues).
* [**idb-plus-blob-store**](https://github.com/dignifiedquire/idb-plus-blob-store): Node streams are not able to provide consistent guarantees for writes on the "end" event, so [@dignifiedquire](//github.com/dignifiedquire) found a way to make them do that so that we can use them in js-ipfs. This fixes some inconsistencies that substack/idb-blob-store has.
* [**go-ipfs**](//github.com/ipfs/go-ipfs): Thanks to [@Kubuxu](//github.com/Kubuxu), dnslink now works for subdomains. This allows users to alias their main domain to the ipfs.io gateway (using a CNAME), and still be able to set dnslinks separately. Also, [@whyrusleeping](//github.com/whyrusleeping) has [an open PR](https://github.com/ipfs/go-ipfs/pull/2256) to pull libp2p out of go-ipfs and put it into a module on [gx](https://github.com/whyrusleeping/gx), the IPFS native package manager. This is part of a larger effort to whittle go-ipfs down into smaller, extensible modules.
* [**go-ipfs**](//github.com/ipfs/go-ipfs): Thanks to [@Kubuxu](//github.com/Kubuxu), dnslink was extended by dedicated subdomain (`_dnslink.`). This allows users to alias (using CNAME) the domain to gateway.ipfs.io while still being able to to set the dnslink to content they wish. Also, [@whyrusleeping](//github.com/whyrusleeping) has [an open PR](https://github.com/ipfs/go-ipfs/pull/2256) to pull libp2p out of go-ipfs and put it into a module on [gx](https://github.com/whyrusleeping/gx), the IPFS native package manager. This is part of a larger effort to whittle go-ipfs down into smaller, extensible modules.
* [**community**](//github.com/ipfs/community): [@diasdavid](//github.com/diasdavid) has written a [guide to writing captain.logs](https://github.com/ipfs/community/blob/master/captain.log.md), which are short gists written by maintainers about IPFS projects, their status, and how to help. We plan to have more of these in different projects.

## Community
Expand Down

0 comments on commit 7c4a7f7

Please sign in to comment.