|
Revision 789, 1.2 kB
(checked in by bradfitz, 17 months ago)
|
|
add analytics, and change my email address to link to mailing list.. heh
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | page<= |
|---|
| 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://www.socialtext.net/memcached/|FAQ / Wiki link?> |
|---|
| 17 | <?link http://lists.danga.com/mailman/listinfo/memcached|Mailing List link?> |
|---|
| 18 | </div> |
|---|
| 19 | |
|---|
| 20 | %%body%% |
|---|
| 21 | |
|---|
| 22 | <div class='footer'>Brad Fitzpatrick <<a href="http://lists.danga.com/mailman/listinfo/memcached">brad@danga.com</a>></div> |
|---|
| 23 | |
|---|
| 24 | <script type="text/javascript"> |
|---|
| 25 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
|---|
| 26 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
|---|
| 27 | </script> |
|---|
| 28 | <script type="text/javascript"> |
|---|
| 29 | var pageTracker = _gat._getTracker("UA-4841723-1"); |
|---|
| 30 | pageTracker._initData(); |
|---|
| 31 | pageTracker._trackPageview(); |
|---|
| 32 | </script> |
|---|
| 33 | |
|---|
| 34 | </body> |
|---|
| 35 | </html> |
|---|
| 36 | <=page |
|---|
| 37 | |
|---|
| 38 | h1=>{D}<h2>%%data%%</h2> |
|---|
| 39 | |
|---|
| 40 | memd=>{S}<tt class='mem'>memcached</tt> |
|---|
| 41 | |
|---|
| 42 | link=>{RP}[<a href="%%data1%%" class='barlink'>%%data2%%</a>] |
|---|