Maxim Sokhatsky 11 years ago
parent
commit
8c450cccb5

+ 5 - 0
apps/face/priv/static/doc/contents.htm

@@ -19,5 +19,10 @@ Server<br>
 <a target="_parent" href="kvs_schema.htm">Database</a><br>
 </blockquote>
 
+Schedule<br>
+<blockquote>
+<a target="_parent" href="plans/april2014.htm">April 2014</a><br>
+</blockquote>
+
 </body>
 </html>

+ 56 - 0
apps/face/priv/static/doc/plans/april2014.htm

@@ -0,0 +1,56 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="../synrc.css" type="text/css" rel="stylesheet">
+</head>
+<body>
+
+<div class="threecol">
+
+<div class="left">
+<div class="hints"></div>
+<div class="main">
+
+<h1><a name="chapter2">Kakaranet April 2014</a></h1>
+
+<h2>1. Bootstrap <a href="https://github.com/kakaranet/games">kakaranet/games</a></h2>
+<h2>2. Make Debug Playable Okey in browser</h2>
+        <h3><p><font color=red>1. Adopt <a href="https://github.com/synrc/kvs">KVS</a> database</font></p></h3>
+        <h3><p>2. Write JavaScript Library</p></h3>
+        <h3><p>3. Create <b>n2o_game</b> Endpoint for Game</p></h3>
+        <h3><p>4. Remove jQuery from <a href="https://github.com/5HT/n2o">N2O</a></p></h3>
+        <h3><p><font color=red>5. Facebook Login with <a href="https://github.com/synrc/avz">AVZ</a></font></p></h3>
+<h2>3. Publish our new Server for JavaScript team</h2>
+        <h3><p><font color=red>1. New SSL Certificates</font></p></h3>
+        <h3><p><font color=red>2. SPDY deploy</font></p></h3>
+<h2>4. Interconnect JavaScript Events to N2O Events</h2>
+              1. Depending on the JavaScript team Thin or Thick client
+
+          No need to design, just design new controls for Kakaranet Application
+
+<h2>5. Crate Game (SVG Control)</h2>
+<h2>6. In Game Chat (SVG Chat Control)</h2>
+<h2>7. Lobby Chats</h2>
+
+<br>
+
+<h1>Future</h1>
+
+<h2>8. Tournaments (SVG Control)</h2>
+<h2>9. Investigate Skill Pointing and Statistic</h2>
+<h2>10. Clarify Promo Section</h2>
+<h2>11. Copy Admin Functionality</h2>
+<h2>12. Payments</h2>
+
+</div>
+
+<div class="contents">
+<iframe src="../contents.htm" frameborder=0 width=340 height=2190></iframe>
+</div>
+
+</div>
+
+</body>
+</html>
+
+

+ 2 - 0
apps/face/priv/static/doc/synrc.css

@@ -10,9 +10,11 @@
     H2          { font-size:20pt; color: darkblue; margin-top:20px; margin-bottom:10px; margin-right:6px; }
     H3          { font-size:18pt; margin-top:20px; margin-bottom:10px; margin-right:6px; } 
     P           { font-size:14pt; margin-top: 0px; margin-bottom: 8px;  }
+    H3 P        { font-size:16pt; margin-left: 70px; margin-top:20px; margin-bottom:10px; margin-right:6px; } 
     B           { font-size:14pt; background-color: lightblue; padding: 2px; }
     H2 B        { font-size:16pt; background-color: lightblue; padding: 5px; margin-top: 20px; margin-bottom: 20px;}
     LI          { font-size:14pt; }
+
  pre          { font-size:10pt; font-family: Lucida Console; }
 
     .menu { font-size:14pt; font-family: Calibri, Lucida Sans Unicode; color: red; }