-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40a4b3f
commit 8f3ae9a
Showing
3 changed files
with
83 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
Welcome to the first edition of IPFS Weekly! [IPFS](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we will try to highlight some of development that happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [github](https://github.com/ipfs) or join us on [IRC](http://webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network). | ||
|
||
## December 21 | ||
|
||
Here are some of the highlights for the [December 21](https://github.com/ipfs/pm/issues/76) Sprint: | ||
|
||
Not too much happened during this sprint, because it was the holidays. [@jbenet](//github.com/jbenet) was off visiting Middle Earth (New Zealand), and [@whyrusleeping](//github.com/whyrusleeping), [@diasdavid](//github.com/diasdavid), [@lgierth](//github.com/lgierth), and more of the team were over at 32c3 in Hamburg. | ||
|
||
### Updates | ||
|
||
* [**(go-ipfs)**](https://github.com/ipfs/go-ipfs) [@whyrusleeping](//github.com/whyrusleeping) and [@diasdavid](//github.com/diasdavid) did amazing work closing around 200 issues as part of the "Great go-ipfs Issue Party of 2015". | ||
* [**(registry-mirror)**](https://github.com/ipfs/registry-mirror) npm on IPFS was furthered by [@diasdavid](//github.com/diasdavid) by making it work with 0.4.0. Currently, there are 130,000 modules and it's going strong. | ||
* [**(go-ipfs)**](https://github.com/ipfs/go-ipfs) [@lgierth](//github.com/lgierth) set up namaka and hiiaka (NUC nodes at our table at 32c3). This is pretty cool. CF. [ipfs/infrastructure#142](//github.com/ipfs/infrastructure#142). | ||
* [**(readme-standard)**](https://github.com/RichardLitt/readme-standard) [@RichardLitt](//github.com/RichardLitt) had his own great issue party. He's most proud of breaking ground on the future [readme standard](https://github.com/RichardLitt/readme-standard/issues/1) for IPFS. | ||
|
||
For more updates, see the sprint issue. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
## December 14 | ||
|
||
Here are some of the highlights for the [December 14](https://github.com/ipfs/pm/issues/74) Sprint: | ||
|
||
### Releases | ||
* [@whyrusleeping](//github.com/whyrusleeping) shipped [fs-repo-migrations](https://github.com/ipfs/fs-repo-migrations)! These are migrations for the filesystem repository of ipfs clients. This tool is written in Go, and developed alongside go-ipfs, but it should work with any repo conforming to the fs-repo specs. | ||
* [@Dignifiedquire](//github.com/Dignifiedquire) did some great work with [rust-multiaddr](https://github.com/Dignifiedquire/rust-multiaddr), which is a Rust implementation of [@jbenet](//github.com/jbenet)'s [multiaddr](https://github.com/jbenet/multiaddr). | ||
|
||
### Updates | ||
* [**(registry-mirror)**](https://github.com/ipfs/registry-mirror) [@diasdavid](//github.com/diasdavid) worked on the npm on IPFS project. This involved some new features, moving the mirror to a different server, and making it work better with larger dirs and with 0.4.0. While doing all of this, he still found time to do some major updates for [js-ipfs](https://github.com/ipfs/js-ipfs-repo), too. | ||
|
||
Not much else to report this week; a lot of people are off to enjoy CCC, and the holidays. | ||
|
||
## December 7th | ||
|
||
Here are some highlights of what happened during the [December 7 Sprint](https://github.com/ipfs/pm/issues/67) : | ||
|
||
### Releases | ||
* [@whyrusleeping](//github.com/whyrusleeping) shipped IPFS version 0.3.10! It contains [74 new commits](https://github.com/ipfs/go-ipfs/compare/v0.3.9...v0.3.10) since the previous version and you can [get it here](https://ipfs.io/docs/install/). | ||
* npm on IPFS! `registry-mirror` is a new tool that enables distributed discovery of npm modules by fetching and caching the latest state of npm through IPNS. For more info, see this [blog post](http://blog.daviddias.me/2015/12/08/stellar-module-management) by [@diasdavid](//github.com/diasdavid) . | ||
* [@jbenet](//github.com/jbenet) released a new tool/library called [dnslink](https://github.com/jbenet/go-dnslink) that makes it easy to resolve dns links (special TXT records in a domain name that can point to paths, like an IPFS path) | ||
|
||
### Updates | ||
* [**(infrastructure)**](https://github.com/ipfs/infrastructure) On the infrastructure side of things, [@lgierth](//github.com/lgierth) has [bootstrapped](https://github.com/ipfs/infrastructure/pull/135) two new storage, each with 17 TB of disk space! | ||
* [**(api)**](https://github.com/ipfs/api) [@RichardLitt](//github.com/RichardLitt) has [reached a draft 1]((https://github.com/ipfs/api/pull/13) of the much needed API documentation. | ||
* [@harlantwood](//github.com/harlantwood) wrote a bit of [nodejs code](https://github.com/ipfs/project-repos/pull/11) that spins up a fresh IPFS node, sets it to a known ID, and publishes to IPNS using that node | ||
* [**(specs)**](https://github.com/ipfs/specs) The new IPFS Linked Data (IPLD) spec is actively being iterated on in the specs repository. Join the discussion [here!](https://github.com/ipfs/specs/pull/37) | ||
|
||
### Active stuff | ||
* [@robcat](//github.com/robcat) and [@fazo](//github.com/fazo)96 have done great work integrating IPFS with pacman (the package manager for Arch Linux). They can now install arch packages straight from IPFS! For more details, see [this active discussion](https://github.com/ipfs/notes/issues/84). | ||
* [@Dignifiedquire](//github.com/Dignifiedquire) has been working on an attractive new distribution page for IPFS, which will be the new landing page to download all things IPFS. You can see the [latest screenshots here](https://github.com/ipfs/distributions/issues/11). | ||
|
||
## Contributors | ||
|
||
Across the entire IPFS github organization, the following people have comitted code since December 7th. (We're autogenerating this list using [this tool](https://github.com/ipfs/weekly/pull/5), so please let us know if your name isn't here.) In the future, we will also include people who comment, as they are also super important; bear with us while we develop that technology. | ||
|
||
|
||
* Adam Gashlin | ||
* Alex Mingoia | ||
* Christian Couder | ||
* David Dias | ||
* Dominic Della Valle | ||
* Enrico Fasoli | ||
* Friedel Ziegelmayer | ||
* Harlan T Wood | ||
* Ian Preston | ||
* Ivan Vilata-i-Balaguer | ||
* Jakub (Kubuxu) Sztandera | ||
* Jeromy Johnson | ||
* Jonathan Dahan | ||
* Juan Benet | ||
* Kyle Drake | ||
* Lars Gierth | ||
* Lars-Magnus Skog | ||
* RainerWasserfuhr | ||
* ReadmeCritic | ||
* Richard Littauer | ||
* Simon Kirkby | ||
* Teo Sartori | ||
* Travis Person | ||
* digital dreamer | ||
* dignifiedquire | ||
* greenkeeperio-bot | ||
* rht | ||
|
||
Thanks, and see you next week! |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Can we make "sprint issue" a hyperlink?