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.

education.html 5.8KB

vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
vor 5 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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. </style>
  66. <title>
  67. pskov_1.0.0
  68. </title>
  69. </head>
  70. <body>
  71. <div id="header">
  72. <strong id="title">PSKOV</strong>
  73. <a href="pskov_1.0.0.html">Tool</a>
  74. <a href="education.html">Education</a>
  75. </div>
  76. <center><h1>
  77. Education
  78. </h1></center>
  79. <center><div class="contents">
  80. <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>
  81. <h2 id="01whywhy"><a href="education.01.why.html">01. Why</a></h2>
  82. <table>
  83. <thead>
  84. <tr>
  85. <th>Item</th>
  86. <th>Details</th>
  87. </tr>
  88. </thead>
  89. <tbody>
  90. <tr>
  91. <td>Description</td>
  92. <td>Find out why <strong>PSKOV</strong> was created</td>
  93. </tr>
  94. <tr>
  95. <td>Estimated completion time</td>
  96. <td>5 minutes</td>
  97. </tr>
  98. </tbody>
  99. </table>
  100. <h2 id="02dependenciesdeps"><a href="education.02.deps.html">02. Dependencies</a></h2>
  101. <table>
  102. <thead>
  103. <tr>
  104. <th>Item</th>
  105. <th>Details</th>
  106. </tr>
  107. </thead>
  108. <tbody>
  109. <tr>
  110. <td>Description</td>
  111. <td>Install dependencies to start using <strong>PSKOV</strong></td>
  112. </tr>
  113. <tr>
  114. <td>Estimated completion time</td>
  115. <td>5 minutes</td>
  116. </tr>
  117. </tbody>
  118. </table>
  119. <h2 id="03sitesite"><a href="education.03.site.html">03. Site</a></h2>
  120. <table>
  121. <thead>
  122. <tr>
  123. <th>Item</th>
  124. <th>Details</th>
  125. </tr>
  126. </thead>
  127. <tbody>
  128. <tr>
  129. <td>Description</td>
  130. <td>Learn how to create a simple static web site with two pages</td>
  131. </tr>
  132. <tr>
  133. <td>Estimated completion time</td>
  134. <td>10 minutes</td>
  135. </tr>
  136. <tr>
  137. <td>Demonstration</td>
  138. <td><a href="http://opengamestudio.org/pskov/sample/01.TwoPages/about.html">TwoPages</a></td>
  139. </tr>
  140. <tr>
  141. <td>Introduced PSKOV constants</td>
  142. <td><ol> <li><code>PSKOV_ITEM_TITLE</code></li> <li><code>PSKOV_ITEM_CONTENTS</code></li> </ol></td>
  143. </tr>
  144. <tr>
  145. <td>Introduced configuration keys</td>
  146. <td><ol> <li><code>input</code></li> <li><code>item</code></li> </ol></td>
  147. </tr>
  148. <tr>
  149. <td>Introduced header constants</td>
  150. <td><ol> <li><code>Title:</code></li> <li><code>Slug:</code></li> </ol></td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. <h2 id="04languagelang"><a href="education.04.lang.html">04. Language</a></h2>
  155. <table>
  156. <thead>
  157. <tr>
  158. <th>Item</th>
  159. <th>Details</th>
  160. </tr>
  161. </thead>
  162. <tbody>
  163. <tr>
  164. <td>Description</td>
  165. <td>Learn how to add language selection</td>
  166. </tr>
  167. <tr>
  168. <td>Estimated completion time</td>
  169. <td>10 minutes</td>
  170. </tr>
  171. <tr>
  172. <td>Demonstration</td>
  173. <td><a href="http://opengamestudio.org/pskov/sample/02.Language/en/about.html">Language</a></td>
  174. </tr>
  175. <tr>
  176. <td>Introduced PSKOV constants</td>
  177. <td><ol> <li><code>PSKOV_ITEM_URL</code></li> </ol></td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <h2 id="05blogblog"><a href="education.05.blog.html">05. Blog</a></h2>
  182. <table>
  183. <thead>
  184. <tr>
  185. <th>Item</th>
  186. <th>Details</th>
  187. </tr>
  188. </thead>
  189. <tbody>
  190. <tr>
  191. <td>Description</td>
  192. <td>Learn how to create "dynamic" pages like blog posts</td>
  193. </tr>
  194. <tr>
  195. <td>Estimated completion time</td>
  196. <td>20 minutes</td>
  197. </tr>
  198. <tr>
  199. <td>Demonstration</td>
  200. <td><a href="http://opengamestudio.org/pskov/sample/03.Blog/en/blog/index.html">Blog</a></td>
  201. </tr>
  202. <tr>
  203. <td>Introduced PSKOV constants</td>
  204. <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>
  205. </tr>
  206. <tr>
  207. <td>Introduced configuration keys</td>
  208. <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>
  209. </tr>
  210. <tr>
  211. <td>Introduced header constants</td>
  212. <td><ol> <li><code>Date:</code></li> </ol></td>
  213. </tr>
  214. </tbody>
  215. </table>
  216. <p>If you like what we do, support us by joining our group at <a href="https://twitter.com/OpenGameStudio">Twitter</a>, <a href="https://www.facebook.com/groups/162611230470183">Facebook</a>, or <a href="https://vk.com/opengamestudo">VK</a>.</p>
  217. </div></center>
  218. <script type="text/javascript">
  219. </script>
  220. </body>
  221. </html>