No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

246 líneas
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. 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.html">EN</a>
  89. <a href="../ru/education.html">RU</a>
  90. </div>
  91. </div>
  92. <center><h1>
  93. Education
  94. </h1></center>
  95. <center><div class="contents">
  96. <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>
  97. <h2 id="01whywhy"><a href="education.01.why.html">01. Why</a></h2>
  98. <table>
  99. <thead>
  100. <tr>
  101. <th>Property</th>
  102. <th>Details</th>
  103. </tr>
  104. </thead>
  105. <tbody>
  106. <tr>
  107. <td>Description</td>
  108. <td>Find out why <strong>PSKOV</strong> was created</td>
  109. </tr>
  110. <tr>
  111. <td>Estimated completion time</td>
  112. <td>5 minutes</td>
  113. </tr>
  114. </tbody>
  115. </table>
  116. <h2 id="02dependenciesdeps"><a href="education.02.deps.html">02. Dependencies</a></h2>
  117. <table>
  118. <thead>
  119. <tr>
  120. <th>Property</th>
  121. <th>Details</th>
  122. </tr>
  123. </thead>
  124. <tbody>
  125. <tr>
  126. <td>Description</td>
  127. <td>Install dependencies to start using <strong>PSKOV</strong></td>
  128. </tr>
  129. <tr>
  130. <td>Estimated completion time</td>
  131. <td>5 minutes</td>
  132. </tr>
  133. </tbody>
  134. </table>
  135. <h2 id="03sitesite"><a href="education.03.site.html">03. Site</a></h2>
  136. <table>
  137. <thead>
  138. <tr>
  139. <th>Property</th>
  140. <th>Details</th>
  141. </tr>
  142. </thead>
  143. <tbody>
  144. <tr>
  145. <td>Description</td>
  146. <td>Learn how to create a simple static web site with two pages</td>
  147. </tr>
  148. <tr>
  149. <td>Estimated completion time</td>
  150. <td>10 minutes</td>
  151. </tr>
  152. <tr>
  153. <td>Demonstration</td>
  154. <td><a href="http://opengamestudio.org/pskov/sample/01.TwoPages/about.html">TwoPages</a></td>
  155. </tr>
  156. <tr>
  157. <td>Introduced PSKOV constants</td>
  158. <td><ol> <li><code>PSKOV_ITEM_TITLE</code></li> <li><code>PSKOV_ITEM_CONTENTS</code></li> </ol></td>
  159. </tr>
  160. <tr>
  161. <td>Introduced configuration keys</td>
  162. <td><ol> <li><code>input</code></li> <li><code>item</code></li> </ol></td>
  163. </tr>
  164. <tr>
  165. <td>Introduced header keys</td>
  166. <td><ol> <li><code>Title</code></li> <li><code>Slug</code></li> </ol></td>
  167. </tr>
  168. </tbody>
  169. </table>
  170. <h2 id="04languagelang"><a href="education.04.lang.html">04. Language</a></h2>
  171. <table>
  172. <thead>
  173. <tr>
  174. <th>Property</th>
  175. <th>Details</th>
  176. </tr>
  177. </thead>
  178. <tbody>
  179. <tr>
  180. <td>Description</td>
  181. <td>Learn how to add language selection</td>
  182. </tr>
  183. <tr>
  184. <td>Estimated completion time</td>
  185. <td>10 minutes</td>
  186. </tr>
  187. <tr>
  188. <td>Demonstration</td>
  189. <td><a href="http://opengamestudio.org/pskov/sample/02.Language/en/about.html">Language</a></td>
  190. </tr>
  191. <tr>
  192. <td>Introduced PSKOV constants</td>
  193. <td><ol> <li><code>PSKOV_ITEM_URL</code></li> </ol></td>
  194. </tr>
  195. </tbody>
  196. </table>
  197. <h2 id="05blogblog"><a href="education.05.blog.html">05. Blog</a></h2>
  198. <table>
  199. <thead>
  200. <tr>
  201. <th>Property</th>
  202. <th>Details</th>
  203. </tr>
  204. </thead>
  205. <tbody>
  206. <tr>
  207. <td>Description</td>
  208. <td>Learn how to create "dynamic" pages for a blog</td>
  209. </tr>
  210. <tr>
  211. <td>Estimated completion time</td>
  212. <td>20 minutes</td>
  213. </tr>
  214. <tr>
  215. <td>Demonstration</td>
  216. <td><a href="http://opengamestudio.org/pskov/sample/03.Blog/en/blog/index.html">Blog</a></td>
  217. </tr>
  218. <tr>
  219. <td>Introduced PSKOV constants</td>
  220. <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>
  221. </tr>
  222. <tr>
  223. <td>Introduced configuration keys</td>
  224. <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>
  225. </tr>
  226. <tr>
  227. <td>Introduced header keys</td>
  228. <td><ol> <li><code>Date</code></li> </ol></td>
  229. </tr>
  230. </tbody>
  231. </table>
  232. <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>
  233. </div></center>
  234. <div id="footer">
  235. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  236. from <a href="http://github.com/ogstudio/site-pskov">this source code</a>.
  237. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  238. </div>
  239. <script type="text/javascript">
  240. </script>
  241. </body>
  242. </html>