root/trunk/website/download.bml @ 815

Revision 815, 2.1 kB (checked in by dormando, 6 months ago)

1.4.0-rc1 webpage update.

  • 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
13href="http://memcached.googlecode.com/files/memcached-1.2.8.tar.gz">memcached-1.2.8.tar.gz</a>
14(<a href="dist/memcached-1.2.8.tar.gz">backup link</a>) -- April
1510th, 2009 [<a href="news.bml">Changes</a>]
16</ul>
17
18<p>Release candidate for next stable (1.4.x) series:</p>
19
20<ul>
21<li><a
22href="http://code.google.com/p/memcached/downloads/list?q=label:RC">latest release</a> (<a href="dist/memcached-1.4.0-rc1.tar.gz">backup link</a>) (please help test!)
23</ul>
24
25<p>Subversion</p>
26
27<ul>
28<li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository (not used for the server software anymore)</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>]
29</ul>
30
31<p>Git</p>
32<ul><a href="http://github.com/memcached/memcached/tree/master">Git development tree</a></ul>
33
34<ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable
35tree</a> [<a
36href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>]
37</ul>
38
39<ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's
40tree (master binary protocol branch)</a>
41</ul>
42
43<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's
44tree (master storage engine branch)</a>
45</ul>
46
47<p>Quick git tutorial:
48git clone http://consoleninja.net/code/memcached/memcached.git<br />
49'master' is tracking stable upstream.<br />
50create a branch:<br />
51git checkout -b newbranch<br />
52work work work<br />
53git commit -a<br />
54update the tree:<br />
55git pull<br />
56<br />
57Working with a branch tree:<br />
58git clone git://github.com/dustin/memcached.git<br />
59git branch -r (show remote branches)<br />
60git checkout --track -b lbinary dustin/binary<br />
61etc.<br />
62
63<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN
64users</a><br />
65<a href="http://git.or.cz/#documentation">Git documentation</a><br />
66<br />
67<?h1 Download Client APIs h1?>
68<p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p>
69
70
71<=body
72page?>
Note: See TracBrowser for help on using the browser.