From 044e2e77cd240540026993c5a2cb7bd567afefab Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 22 Jun 2013 07:49:56 -0700 Subject: [PATCH] 0.2 release notes Change-Id: Iced581916a4b557e1310e32152c6e333b935e515 --- website/content/docs/index.html | 1 + website/content/docs/release/0.2 | 55 ++++++++++++++++++++++++++++++++ website/content/download | 20 ++++++++++++ website/tmpl/page.html | 2 +- 4 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 website/content/docs/release/0.2 create mode 100644 website/content/download diff --git a/website/content/docs/index.html b/website/content/docs/index.html index cf227035c..f42b16377 100644 --- a/website/content/docs/index.html +++ b/website/content/docs/index.html @@ -30,6 +30,7 @@ HTML, though:

  • Sharing
  • Packages: internal API documentation
  • Prior Art: other projects doing similar stuff
  • +
  • Release History: previous releases and notable features of each
  • Contributing: how to help
  • diff --git a/website/content/docs/release/0.2 b/website/content/docs/release/0.2 new file mode 100644 index 000000000..fd4637c1d --- /dev/null +++ b/website/content/docs/release/0.2 @@ -0,0 +1,55 @@ +

    Release 0.2 ("Portland")

    + +

    2013-06-22

    + +

    Hot on the heels of our first release (Grenoble), +we're happy to be getting better at this release thing and announce +0.2, codename "Portland". Portland is my hometown and currently +hosting IndieWebCamp.

    + +
    camlistore-0.2.zip
    +
    +Or browse at Github: github.com/bradfitz/camlistore/tree/0.2 +
    +
    + +

    What is Camlistore?

    + +

    See the docs and overview.

    + +

    What works?

    + +

    Everything that worked in 0.1.

    + +

    New in 0.2

    + + + +

    Get involved!

    + +

    We welcome feedback, feature requests, bug reports, and code +contributions!

    + +

    Feel free to email us on our mailing +list, and/or file a bug (or +see existing +bugs).

    + +

    While we welcome user bug reports, we also welcome code +contributions. See the Contributing +page for details. While most the codebase (the server and +command-line tools) are written in Go, +there's also a lot of JavaScript which needs love, as well as Java +(for Android) and Objective C (for iOS). Or anything useful you'd like +to contribute.

    diff --git a/website/content/download b/website/content/download new file mode 100644 index 000000000..72c275891 --- /dev/null +++ b/website/content/download @@ -0,0 +1,20 @@ +

    Download Camlistore

    + +

    The latest release is 0.2 ("Portland").

    + +

    Or, the canonical git repo is:

    +
    $ git clone https://camlistore.org/r/p/camlistore
    + +

    It's also on Github at github.com/bradfitz/camlistore. See the contribution docs.

    + +

    Release Notes

    +

    Previous release notes:

    + + + diff --git a/website/tmpl/page.html b/website/tmpl/page.html index bf6e9c532..3575edd0d 100644 --- a/website/tmpl/page.html +++ b/website/tmpl/page.html @@ -20,7 +20,7 @@