Start of tutorial

This commit is contained in:
Ian Gulliver
2014-05-22 11:34:33 -07:00
parent f8105f5d9f
commit 11010fdcd4
2 changed files with 10 additions and 6 deletions

View File

@@ -25,18 +25,24 @@
</header> </header>
<section> <section>
<h1> <h1>
<a name="cosmopolite" class="anchor" href="#cosmopolite"><span class="octicon octicon-link"></span></a>cosmopolite</h1> <a name="cosmopolite" class="anchor" href="#cosmopolite"><span class="octicon octicon-link"></span></a>Cosmopolite</h1>
<p>Client/server publish/subscribe and key/value storage for <a href="https://developers.google.com/appengine/">AppEngine</a>.</p> <p>Client/server publish/subscribe and key/value storage for <a href="https://developers.google.com/appengine/">AppEngine</a>.</p>
<h3>Components:</h3> <h3>Dig in</h3>
<ul>
<li style="font-weight: bold;">Read <a href="tutorial.html">the tutorial</a></li>
</ul>
<h3>Components</h3>
<ul> <ul>
<li>A server API built on the <a href="https://developers.google.com/appengine/docs/python/">AppEngine Python framework</a>.</li> <li>A server API built on the <a href="https://developers.google.com/appengine/docs/python/">AppEngine Python framework</a>.</li>
<li>A browser client library written in JavaScript.</li> <li>A browser client library written in JavaScript.</li>
</ul> </ul>
<h3>Feature overview:</h3> <h3>Feature overview</h3>
<ul> <ul>
<li>Near-realtime notification to subscribers of messages published to a "subject"</li> <li>Near-realtime notification to subscribers of messages published to a "subject"</li>

View File

@@ -77,7 +77,6 @@ h4, h5, h6 {
a { a {
color:#C30000; color:#C30000;
font-weight:200;
text-decoration:none; text-decoration:none;
} }
@@ -173,7 +172,6 @@ pre {
border:1px solid #D7D8C8; border:1px solid #D7D8C8;
overflow: auto; overflow: auto;
overflow-y: hidden; overflow-y: hidden;
margin-bottom: 32px;
} }
@@ -418,4 +416,4 @@ footer {
font-size:12pt; font-size:12pt;
color:#444; color:#444;
} }
} }