root/trunk/website/download.bml @ 782

Revision 782, 1.9 kB (checked in by dormando, 18 months ago)

maybe this'll look better? Hate not being able to test BML from here :)

  • 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.5.tar.gz">memcached-1.2.5.tar.gz</a> -- Mar 3, 2008 [<a href="news.bml">Changes</a>]
13</ul>
14
15<p>Old (1.1.x) series, now maintenance releases only:</p>
16
17<ul>
18<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>]
19</ul>
20
21<p>Subversion</p>
22
23<ul>
24<li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>]
25</ul>
26
27<p>Git</p>
28
29<ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable
30tree</a> [<a
31href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>]
32</ul>
33
34<ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's
35tree (master binary protocol branch)</a>
36</ul>
37
38<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's
39tree (master storage engine branch)</a>
40</ul>
41
42<p>Quick git tutorial:
43git clone http://consoleninja.net/code/memcached/memcached.git<br />
44'master' is tracking stable upstream.<br />
45create a branch:<br />
46git checkout -b newbranch<br />
47work work work<br />
48git commit -a<br />
49update the tree:<br />
50git pull<br />
51<br />
52Working with a branch tree:<br />
53git clone git://github.com/dustin/memcached.git<br />
54git branch -r (show remote branches)<br />
55git checkout --track -b lbinary dustin/binary<br />
56etc.<br />
57
58<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN
59users</a><br />
60<a href="http://git.or.cz/#documentation">Git documentation</a><br />
61<br />
62<?h1 Download Client APIs h1?>
63<p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p>
64
65
66<=body
67page?>
Note: See TracBrowser for help on using the browser.