You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

235 lines
6.0KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #856d51;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #title
  19. {
  20. color: #433729;
  21. }
  22. html
  23. {
  24. font-family: sans-serif;
  25. }
  26. body
  27. {
  28. line-height: 1.5em;
  29. }
  30. body
  31. {
  32. background: #FAFAFA;
  33. }
  34. table
  35. {
  36. border-collapse: collapse;
  37. width: 100%;
  38. }
  39. table, th, td
  40. {
  41. border: 1px solid #aaa;
  42. padding: 0.5em;
  43. margin-top: 0.5em;
  44. margin-bottom: 0.5em;
  45. }
  46. code, pre
  47. {
  48. font-family: monospace, serif;
  49. font-size: 1em;
  50. color: #7f0a0c;
  51. background: #f5f5f5;
  52. white-space: pre-wrap;
  53. }
  54. video
  55. {
  56. width: 100%;
  57. }
  58. .contents
  59. {
  60. background: #FFFFFF;
  61. width: 720px;
  62. padding: 1em;
  63. margin-top: 2em;
  64. margin-bottom: 2em;
  65. border: 1px solid #E0E0E0;
  66. text-align: left;
  67. color: #444;
  68. }
  69. #footer
  70. {
  71. text-align: center;
  72. }
  73. #lang
  74. {
  75. float: right;
  76. }
  77. </style>
  78. <title>
  79. PSKOV
  80. </title>
  81. </head>
  82. <body>
  83. <div id="header">
  84. <strong id="title">PSKOV</strong>
  85. <a href="pskov_1.0.0.html">Tool</a>
  86. <a href="education.html">Education</a>
  87. <div id="lang">
  88. <a href="../en/education.01.why.html">EN</a>
  89. <a href="../ru/education.01.why.html">RU</a>
  90. </div>
  91. </div>
  92. <center><h1>
  93. Education: 01. Why
  94. </h1></center>
  95. <center><div class="contents">
  96. <table>
  97. <thead>
  98. <tr>
  99. <th>&lt; Back</th>
  100. <th>Index</th>
  101. <th>Next &gt;</th>
  102. </tr>
  103. </thead>
  104. <tbody>
  105. <tr>
  106. <td>Not available</td>
  107. <td><a href="education.html">Education</a></td>
  108. <td><a href="education.02.deps.html">02. Dependencies</a></td>
  109. </tr>
  110. </tbody>
  111. </table>
  112. <p></div><div class="contents"></p>
  113. <p>In this document we briefly explain why <strong>PSKOV</strong> was created.</p>
  114. <p>Estimated completion time: 5 minutes.</p>
  115. <p><strong>Table of contents</strong></p>
  116. <ul>
  117. <li><a href="#why">01. Why</a></li>
  118. <li><a href="#features">02. Features</a></li>
  119. </ul>
  120. <p><a name="why"/></p>
  121. <h2 id="01why">01. Why</h2>
  122. <p>You might know there already exist quite a lot of <a href="https://medium.com/codingthesmartway-com-blog/top-static-site-generators-for-2019-26a4c8afcc05">static site generators</a>, why create another one? Because <strong>they were not good enough</strong> for <a href="http://opengamestudio.org">Open Game Studio</a> needs.</p>
  123. <p>Here's a list of <strong>features we don't need</strong>:</p>
  124. <table>
  125. <thead>
  126. <tr>
  127. <th>№</th>
  128. <th>Unwelcome feature</th>
  129. <th>Note</th>
  130. </tr>
  131. </thead>
  132. <tbody>
  133. <tr>
  134. <td>1</td>
  135. <td>Learning anything beyond HTML, CSS, JavaScript, and Markdown</td>
  136. <td>These technologies are enough to have a clean web site</td>
  137. </tr>
  138. <tr>
  139. <td>2</td>
  140. <td>Server side</td>
  141. <td>Nobody should be able to pull the plug on you except yourself</td>
  142. </tr>
  143. <tr>
  144. <td>3</td>
  145. <td>Installation</td>
  146. <td>No more forced updates that were never requested</td>
  147. </tr>
  148. <tr>
  149. <td>4</td>
  150. <td>Comprehensible source code</td>
  151. <td>No more millions of source code files</td>
  152. </tr>
  153. </tbody>
  154. </table>
  155. <p><a name="features"/></p>
  156. <h2 id="02features">02. Features</h2>
  157. <p>Consequently, here is a list of <strong>PSKOV features</strong>:</p>
  158. <table>
  159. <thead>
  160. <tr>
  161. <th>№</th>
  162. <th>PSKOV feature</th>
  163. <th>Note</th>
  164. </tr>
  165. </thead>
  166. <tbody>
  167. <tr>
  168. <td>1</td>
  169. <td>HTML, CSS, JavaScript, and Markdown</td>
  170. <td>Just what you already know</td>
  171. </tr>
  172. <tr>
  173. <td>2</td>
  174. <td>Client side</td>
  175. <td><strong>PSKOV</strong> is a client side JavaScript application, it runs solely on your device</td>
  176. </tr>
  177. <tr>
  178. <td>3</td>
  179. <td>Available on-line</td>
  180. <td><a href="http://opengamestudio.org/pskov">http://opengamestudio.org/pskov</a></td>
  181. </tr>
  182. <tr>
  183. <td>4</td>
  184. <td>Available off-line</td>
  185. <td>Just save the <a href="http://opengamestudio.org/pskov">Tool</a> page and then open it locally</td>
  186. </tr>
  187. <tr>
  188. <td>5</td>
  189. <td>Comprehensible source code</td>
  190. <td><strong>PSKOV</strong> is a single HTML file</td>
  191. </tr>
  192. <tr>
  193. <td>6</td>
  194. <td>Belongs to everyone</td>
  195. <td><strong>PSKOV</strong> is released under <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0</a> license (public domain)</td>
  196. </tr>
  197. <tr>
  198. <td>7</td>
  199. <td>Runs for decades</td>
  200. <td>You can use <strong>PSKOV</strong> on both Windows 2000 and Windows 2030*</td>
  201. </tr>
  202. </tbody>
  203. </table>
  204. <p>* Windows 2030 does not (yet) exist, we simply refer to the fact that <strong>PSKOV</strong> is designed to work for operating systems released in the range of years 2000-2030</p>
  205. <p></div><div class="contents"></p>
  206. <table>
  207. <thead>
  208. <tr>
  209. <th>&lt; Back</th>
  210. <th>Index</th>
  211. <th>Next &gt;</th>
  212. </tr>
  213. </thead>
  214. <tbody>
  215. <tr>
  216. <td>Not available</td>
  217. <td><a href="education.html">Education</a></td>
  218. <td><a href="education.02.deps.html">02. Dependencies</a></td>
  219. </tr>
  220. </tbody>
  221. </table>
  222. </div></center>
  223. <div id="footer">
  224. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  225. from <a href="http://github.com/ogstudio/site-pskov">this source code</a>.
  226. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  227. </div>
  228. <script type="text/javascript">
  229. </script>
  230. </body>
  231. </html>