Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

242 Zeilen
6.4KB

  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. .contents
  55. {
  56. background: #FFFFFF;
  57. width: 720px;
  58. padding: 1em;
  59. margin-top: 2em;
  60. margin-bottom: 2em;
  61. border: 1px solid #E0E0E0;
  62. text-align: left;
  63. color: #444;
  64. }
  65. #footer
  66. {
  67. text-align: center;
  68. }
  69. #lang
  70. {
  71. float: right;
  72. }
  73. </style>
  74. <title>
  75. PSKOV
  76. </title>
  77. </head>
  78. <body>
  79. <div id="header">
  80. <strong id="title">PSKOV</strong>
  81. <a href="pskov_1.0.0.html">Tool</a>
  82. <a href="education.html">Education</a>
  83. <div id="lang">
  84. <a href="../en/education.html">EN</a>
  85. <a href="../ru/education.html">RU</a>
  86. </div>
  87. </div>
  88. <center><h1>
  89. Education
  90. </h1></center>
  91. <center><div class="contents">
  92. <p>Here is a set of documents to make you proficient in generating static sites with <strong>PSKOV</strong>. We encourage you to read the documents in order.</p>
  93. <h2 id="01whywhy"><a href="education.01.why.html">01. Why</a></h2>
  94. <table>
  95. <thead>
  96. <tr>
  97. <th>Property</th>
  98. <th>Details</th>
  99. </tr>
  100. </thead>
  101. <tbody>
  102. <tr>
  103. <td>Description</td>
  104. <td>Find out why <strong>PSKOV</strong> was created</td>
  105. </tr>
  106. <tr>
  107. <td>Estimated completion time</td>
  108. <td>5 minutes</td>
  109. </tr>
  110. </tbody>
  111. </table>
  112. <h2 id="02dependenciesdeps"><a href="education.02.deps.html">02. Dependencies</a></h2>
  113. <table>
  114. <thead>
  115. <tr>
  116. <th>Property</th>
  117. <th>Details</th>
  118. </tr>
  119. </thead>
  120. <tbody>
  121. <tr>
  122. <td>Description</td>
  123. <td>Install dependencies to start using <strong>PSKOV</strong></td>
  124. </tr>
  125. <tr>
  126. <td>Estimated completion time</td>
  127. <td>5 minutes</td>
  128. </tr>
  129. </tbody>
  130. </table>
  131. <h2 id="03sitesite"><a href="education.03.site.html">03. Site</a></h2>
  132. <table>
  133. <thead>
  134. <tr>
  135. <th>Property</th>
  136. <th>Details</th>
  137. </tr>
  138. </thead>
  139. <tbody>
  140. <tr>
  141. <td>Description</td>
  142. <td>Learn how to create a simple static web site with two pages</td>
  143. </tr>
  144. <tr>
  145. <td>Estimated completion time</td>
  146. <td>10 minutes</td>
  147. </tr>
  148. <tr>
  149. <td>Demonstration</td>
  150. <td><a href="http://opengamestudio.org/pskov/sample/01.TwoPages/about.html">TwoPages</a></td>
  151. </tr>
  152. <tr>
  153. <td>Introduced PSKOV constants</td>
  154. <td><ol> <li><code>PSKOV_ITEM_TITLE</code></li> <li><code>PSKOV_ITEM_CONTENTS</code></li> </ol></td>
  155. </tr>
  156. <tr>
  157. <td>Introduced configuration keys</td>
  158. <td><ol> <li><code>input</code></li> <li><code>item</code></li> </ol></td>
  159. </tr>
  160. <tr>
  161. <td>Introduced header keys</td>
  162. <td><ol> <li><code>Title</code></li> <li><code>Slug</code></li> </ol></td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <h2 id="04languagelang"><a href="education.04.lang.html">04. Language</a></h2>
  167. <table>
  168. <thead>
  169. <tr>
  170. <th>Property</th>
  171. <th>Details</th>
  172. </tr>
  173. </thead>
  174. <tbody>
  175. <tr>
  176. <td>Description</td>
  177. <td>Learn how to add language selection</td>
  178. </tr>
  179. <tr>
  180. <td>Estimated completion time</td>
  181. <td>10 minutes</td>
  182. </tr>
  183. <tr>
  184. <td>Demonstration</td>
  185. <td><a href="http://opengamestudio.org/pskov/sample/02.Language/en/about.html">Language</a></td>
  186. </tr>
  187. <tr>
  188. <td>Introduced PSKOV constants</td>
  189. <td><ol> <li><code>PSKOV_ITEM_URL</code></li> </ol></td>
  190. </tr>
  191. </tbody>
  192. </table>
  193. <h2 id="05blogblog"><a href="education.05.blog.html">05. Blog</a></h2>
  194. <table>
  195. <thead>
  196. <tr>
  197. <th>Property</th>
  198. <th>Details</th>
  199. </tr>
  200. </thead>
  201. <tbody>
  202. <tr>
  203. <td>Description</td>
  204. <td>Learn how to create "dynamic" pages for a blog</td>
  205. </tr>
  206. <tr>
  207. <td>Estimated completion time</td>
  208. <td>20 minutes</td>
  209. </tr>
  210. <tr>
  211. <td>Demonstration</td>
  212. <td><a href="http://opengamestudio.org/pskov/sample/03.Blog/en/blog/index.html">Blog</a></td>
  213. </tr>
  214. <tr>
  215. <td>Introduced PSKOV constants</td>
  216. <td><ol> <li><code>PSKOV_ITEM_DATE</code></li> <li><code>PSKOV_PREVIEW</code></li> <li><code>PSKOV_INDEX_URL</code></li> <li><code>PSKOV_PREVIEWS</code></li> <li><code>PSKOV_PAGINATION</code></li> <li><code>PSKOV_PAGE_ID</code></li> <li><code>PSKOV_PAGES_COUNT</code></li> <li><code>PSKOV_PREV_PAGE_URL</code></li> <li><code>PSKOV_NEXT_PAGE_URL</code></li> </ol></td>
  217. </tr>
  218. <tr>
  219. <td>Introduced configuration keys</td>
  220. <td><ol> <li><code>preview</code></li> <li><code>index</code></li> <li><code>paginationPrev</code></li> <li><code>paginationNext</code></li> <li><code>paginationPrevNext</code></li> <li><code>previewSize</code></li> <li><code>previewEnding</code></li> <li><code>previewsPerPage</code></li> <li><code>previewsPageBaseName</code></li> </ol></td>
  221. </tr>
  222. <tr>
  223. <td>Introduced header keys</td>
  224. <td><ol> <li><code>Date</code></li> </ol></td>
  225. </tr>
  226. </tbody>
  227. </table>
  228. <p>If you like what we do, join us at <a href="https://vk.com/opengamestudo">VK</a>, <a href="https://twitter.com/OpenGameStudio">Twitter</a>, or <a href="https://www.facebook.com/groups/162611230470183">Facebook</a>.</p>
  229. </div></center>
  230. <div id="footer">
  231. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  232. from <a href="http://github.com/ogstudio/site-pskov">this source code</a>.
  233. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  234. </div>
  235. <script type="text/javascript">
  236. </script>
  237. </body>
  238. </html>