root/trunk/website/download.bml @ 806

Revision 806, 2.1 kB (checked in by dormando, 8 months ago)

link the beta downloads

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?page
2wintitle=>download
3body<=
4
5<?h1 Download Server h1?>
6
7<p>The server is licensed under the BSD License.</p>
8
9<p>Main (1.2.x) series:</p>
10
11<ul>
12<li><a href="dist/memcached-1.2.6.tar.gz">memcached-1.2.6.tar.gz</a> -- July
1329, 2008 [<a href="news.bml">Changes</a>]
14</ul>
15
16<p>Beta (1.3.x) series:</p>
17
18<ul>
19<li><a href="http://code.google.com/p/memcached/downloads/list?q=label:Beta">latest beta release</a> (please help test!)
20</ul>
21
22<p>Old (1.1.x) series, now maintenance releases only:</p>
23
24<ul>
25<li><a href="dist/memcached-1.1.13.tar.gz">memcached-1.1.13.tar.gz</a> -- Sep 9, 2006 [<a href="http://code.sixapart.com/svn/memcached/tags/1.1.13/ChangeLog">Changes</a>]
26</ul>
27
28<p>Subversion</p>
29
30<ul>
31<li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>]
32</ul>
33
34<p>Git</p>
35
36<ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable
37tree</a> [<a
38href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>]
39</ul>
40
41<ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's
42tree (master binary protocol branch)</a>
43</ul>
44
45<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's
46tree (master storage engine branch)</a>
47</ul>
48
49<p>Quick git tutorial:
50git clone http://consoleninja.net/code/memcached/memcached.git<br />
51'master' is tracking stable upstream.<br />
52create a branch:<br />
53git checkout -b newbranch<br />
54work work work<br />
55git commit -a<br />
56update the tree:<br />
57git pull<br />
58<br />
59Working with a branch tree:<br />
60git clone git://github.com/dustin/memcached.git<br />
61git branch -r (show remote branches)<br />
62git checkout --track -b lbinary dustin/binary<br />
63etc.<br />
64
65<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN
66users</a><br />
67<a href="http://git.or.cz/#documentation">Git documentation</a><br />
68<br />
69<?h1 Download Client APIs h1?>
70<p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p>
71
72
73<=body
74page?>
Note: See TracBrowser for help on using the browser.