Start of tutorial
This commit is contained in:
12
index.html
12
index.html
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user