A little bit of header layout

This commit is contained in:
Ian Gulliver
2014-05-22 11:02:20 -07:00
parent 65bfdda48f
commit 725c83d96f

View File

@@ -32,12 +32,14 @@
<p>Client/server publish/subscribe and key/value storage for AppEngine.</p> <p>Client/server publish/subscribe and key/value storage for AppEngine.</p>
<p>Components:</p> <h3>Components:</h3>
<ul> <ul>
<li>A server API built on the AppEngine Python framework.</li> <li>A server API built on the AppEngine Python framework.</li>
<li>A browser client library written in JavaScript.</li> <li>A browser client library written in JavaScript.</li>
</ul><p>Feature overview:</p> </ul>
<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>