Start of tutorial
This commit is contained in:
12
index.html
12
index.html
@@ -25,18 +25,24 @@
|
||||
</header>
|
||||
<section>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
<h3>Feature overview:</h3>
|
||||
<h3>Feature overview</h3>
|
||||
|
||||
<ul>
|
||||
<li>Near-realtime notification to subscribers of messages published to a "subject"</li>
|
||||
|
||||
@@ -77,7 +77,6 @@ h4, h5, h6 {
|
||||
|
||||
a {
|
||||
color:#C30000;
|
||||
font-weight:200;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
@@ -173,7 +172,6 @@ pre {
|
||||
border:1px solid #D7D8C8;
|
||||
overflow: auto;
|
||||
overflow-y: hidden;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
|
||||
@@ -418,4 +416,4 @@ footer {
|
||||
font-size:12pt;
|
||||
color:#444;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user