diff --git a/website/content/docs/release/0.9 b/website/content/docs/release/0.9 index e1a8fbe72..47a6b3a36 100644 --- a/website/content/docs/release/0.9 +++ b/website/content/docs/release/0.9 @@ -6,9 +6,11 @@ installation for new users. Recognizing that most users don't have their own servers, we've been working on making it easier to run Camlistore on cloud providers. Initially we've targeted the Google Cloud Platform, making -sure Camlistore is well-adapted to that environment. We now provide a -web-based launcher for users go create new instances:
+href="https://cloud.google.com/">Google Cloud Platform and Scaleway, making sure Camlistore +is well-adapted to those environments. For users wishing to use Google +Cloud Platform, we now provide a web-based launcher for users to +create their own Camlistore instances:
-Making Camlistore run well on cloud providers required two other major
-features: the blobpacked
storage backend (for latency and
-cost reasons) and HTTP/2 (for
-latency reasons).
-
For users wishing to use Scaleway, see our early scaleway-camlistore +image. Our Scaleway image does not yet use Scaleway's Object Storage service, however, +and puts all Camlistore data on the same volume as the Camlistore code itself, potentially complicating +upgrades. It should be considered an early preview.
-
-The blobpacked
storage backend allows faster reading & serving of
-files because it stores related blobs contiguously within larger container blobs (which
-are also valid zip files) instead of many small randomly dispersed blobs. See the Making Camlistore run well on cloud providers required two other
+major features: the blobpacked
storage backend (for
+latency and cost reasons) and HTTP/2 (for latency reasons).
The blobpacked
storage backend allows faster reading &
+serving of files because it stores related blobs contiguously within
+larger container blobs (which are also valid zip files) instead of
+many small randomly dispersed blobs. See the blobpacked
-package documentation.
-
The Go HTTP/2
-implementation was developed for both Camlistore and the Go standard
-library and will be included in Go 1.6. Camlistore 0.9 only requires
-Go 1.5 but includes a vendored copy of The Go HTTP/2 implementation
+was developed for both Camlistore and the Go standard library and will
+be included in Go 1.6. Camlistore 0.9 only requires Go 1.5 but
+includes a vendored copy of golang.org/x/net/http2
. See
https://http2.golang.org/ for
-a demo.
Source release: @@ -158,7 +163,7 @@ Aljammāz, Steven L. Speek, Tamás Gulácsi, Will Norris.
HTTP/2!
+ HTTP/2
golang.org/x/oauth2
, google.golang.org/cloud
, etc.