diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-24 15:24:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-24 15:24:30 -0400 |
commit | ac20a105888eb495e129e30da5cedb497ea91519 (patch) | |
tree | e13895bb5de82f6af2386bf7d1ff93118c9ce088 /doc/design/assistant/blog/day_90__beta.mdwn | |
parent | b8e96d9bc085183a807df14345f92a372e3111f9 (diff) |
blog for the day
Diffstat (limited to 'doc/design/assistant/blog/day_90__beta.mdwn')
-rw-r--r-- | doc/design/assistant/blog/day_90__beta.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_90__beta.mdwn b/doc/design/assistant/blog/day_90__beta.mdwn new file mode 100644 index 000000000..fc9bf4a41 --- /dev/null +++ b/doc/design/assistant/blog/day_90__beta.mdwn @@ -0,0 +1,16 @@ +Just released git-annex 3.20120924, which includes beta versions of +the assistant and webapp. Read the [[/assistant/errata]], then give it a +try! + +I've uploaded it to Haskell's cabal, and to Debian unstable, and hope my +helpers for other distributions will update them soon. (Although the +additional dependencies to build the webapp may take a while on some.) +I also hope something can be done to make a prebuilt version available on +OSX soonish. + +I've decided to license the webapp under the +[AGPL](http://www.gnu.org/licenses/agpl-3.0.html). This should not impact +normal users of it, and git-annex can be built without the webapp as a pure +GPL licensed program. This is just insurance to prevent someone turning the +webapp into a propritary web-only service, by requiring that anyone who +does so provide the source of the webapp. |