2011-01-03 23:49:19 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2012-06-16 17:20:32 +00:00
|
|
|
{{with $x := .Title}}
|
|
|
|
<title>{{$x}} - Camlistore</title>
|
|
|
|
{{else}}
|
2011-01-03 23:49:19 +00:00
|
|
|
<title>Camlistore</title>
|
2012-06-16 17:20:32 +00:00
|
|
|
{{end}}
|
2011-01-03 23:49:19 +00:00
|
|
|
<link rel="stylesheet" href="/static/all.css" type="text/css" media="all" charset="utf-8">
|
2011-01-29 18:59:25 +00:00
|
|
|
<script type="text/javascript" src="/static/all-async.js" async="true"></script>
|
2011-01-03 23:49:19 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
<div id='header'>
|
2011-11-02 04:16:30 +00:00
|
|
|
<a href="/"><img width='788' height='161' src='/static/camli-header.jpg' title="Camlistore" border='0' /></a>
|
2011-01-24 05:48:04 +00:00
|
|
|
</div>
|
2011-01-03 23:49:19 +00:00
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
<div class='bar'><div class='hatecss'>
|
|
|
|
<a href='/'>About</a>
|
2011-01-28 07:47:44 +00:00
|
|
|
<a href='/docs/'>Docs</a>
|
2011-01-25 18:38:36 +00:00
|
|
|
<a href='/code/'>Code</a>
|
2011-01-28 07:47:44 +00:00
|
|
|
<a href='/contributors'>Who</a>
|
2011-02-01 20:13:30 +00:00
|
|
|
<a href='/lists'>Lists</a>
|
2011-01-28 20:04:56 +00:00
|
|
|
<!-- <a href='http://code.google.com/p/camlistore/w/list'>Wiki</a> -->
|
2011-01-24 05:48:04 +00:00
|
|
|
<a href='http://code.google.com/p/camlistore/issues/list'>Bugs</a>
|
|
|
|
</div></div>
|
2011-01-03 23:49:19 +00:00
|
|
|
|
2011-01-24 05:48:04 +00:00
|
|
|
<div class='content'>
|
|
|
|
<!-- Content is HTML-escaped elsewhere -->
|
2012-06-16 17:20:32 +00:00
|
|
|
{{.Content}}
|
2011-01-03 23:49:19 +00:00
|
|
|
</div>
|
2011-01-24 05:48:04 +00:00
|
|
|
|
|
|
|
<div class='bar'><div class='hatecss'>
|
|
|
|
</div></div>
|
|
|
|
<div id='props'>
|
2011-01-28 07:47:44 +00:00
|
|
|
Website layout inspired by <a href="http://git-scm.com/">git</a> and <a href="http://memcached.org/">memcached</a>,<br />
|
|
|
|
design done by <a href="http://upallday.com/">up all day</a> creative solutions.<br />
|
|
|
|
Content by <a href="/contributors">the authors</a>.
|
2011-01-24 05:48:04 +00:00
|
|
|
</div>
|
|
|
|
|
2011-01-03 23:49:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|