root/trunk/website/memcached.look @ 804

Revision 804, 1.0 kB (checked in by dormando, 11 months ago)

old. people should e-mail the list now.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1page<=
2{Fps}<html>
3<head>
4   <title>memcached: %%wintitle%%</title>
5   <link rel='stylesheet' type='text/css' href='memcached.css' />
6</head>
7<body>
8
9<h1>memcached</h1>
10<div class='linkbar'>
11<?link ./|About link?>
12<?link news.bml|News link?>
13<?link download.bml|Download link?>
14<?link apis.bml|Client APIs link?>
15<?link users.bml|Users link?>
16<?link http://code.google.com/p/memcached/wiki/Start|FAQ / Wiki link?>
17<?link http://groups.google.com/group/memcached|Mailing List link?>
18</div>
19
20%%body%%
21
22<script type="text/javascript">
23var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
24document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
25</script>
26<script type="text/javascript">
27var pageTracker = _gat._getTracker("UA-4841723-1");
28pageTracker._initData();
29pageTracker._trackPageview();
30</script>
31
32</body>
33</html>
34<=page
35
36h1=>{D}<h2>%%data%%</h2>
37
38memd=>{S}<tt class='mem'>memcached</tt>
39
40link=>{RP}[<a href="%%data1%%" class='barlink'>%%data2%%</a>]
Note: See TracBrowser for help on using the browser.