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.

190 line
6.2KB

  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">ПСКОВ</strong>
  85. <a href="pskov_1.0.0+ru.html">Инструмент</a>
  86. <a href="education.html">Обучение</a>
  87. <div id="lang">
  88. <a href="../en/education.02.deps.html">EN</a>
  89. <a href="../ru/education.02.deps.html">RU</a>
  90. </div>
  91. </div>
  92. <center><h1>
  93. Обучение: 02. Зависимости
  94. </h1></center>
  95. <center><div class="contents">
  96. <table>
  97. <thead>
  98. <tr>
  99. <th>&lt; Назад</th>
  100. <th>Начало</th>
  101. <th>Далее &gt;</th>
  102. </tr>
  103. </thead>
  104. <tbody>
  105. <tr>
  106. <td><a href="education.01.why.html">01. Почему</a></td>
  107. <td><a href="education.html">Обучение</a></td>
  108. <td><a href="education.03.site.html">03. Сайт</a></td>
  109. </tr>
  110. </tbody>
  111. </table>
  112. <p></div><div class="contents"></p>
  113. <p>В этом документы мы коснёмся зависимостей <strong>ПСКОВА</strong> и их установку.</p>
  114. <p>Ожидаемое время завершения: 5 минут.</p>
  115. <p><strong>Содержание</strong></p>
  116. <ul>
  117. <li><a href="#deps">01. Зависимости</a></li>
  118. <li><a href="#details">02. Подробности</a></li>
  119. </ul>
  120. <p><a name="deps"/></p>
  121. <h2 id="01">01. Зависимости</h2>
  122. <p>Мы спроектировали <strong>ПСКОВ</strong> таким образом, чтобы он исполнялся в веб-браузере. Для запуска <strong>ПСКОВА</strong> вам понадобятся:</p>
  123. <table>
  124. <thead>
  125. <tr>
  126. <th>№</th>
  127. <th>Зависимость ПСКОВА</th>
  128. <th>Подробности</th>
  129. </tr>
  130. </thead>
  131. <tbody>
  132. <tr>
  133. <td>1</td>
  134. <td>Веб-браузер 2010-го года или новее</td>
  135. <td><strong>ПСКОВ</strong> использует ECMAScript 5 (2009), любой современный веб-браузер должен подойти</td>
  136. </tr>
  137. <tr>
  138. <td>2</td>
  139. <td>К локальной файловой системе доступ</td>
  140. <td><a href="http://opengamestudio.org/lfsa/ru">ЛФСД</a> предоставляет <strong>ПСКОВУ</strong> доступ к вашей локальной файловой системе. Установите ЛФСД, чтобы использовать <strong>ПСКОВ</strong>.</td>
  141. </tr>
  142. </tbody>
  143. </table>
  144. <p><strong>Внимание</strong>: <a href="http://opengamestudio.org/lfsa/ru">установите ЛФСД</a>, чтобы использовать <strong>ПСКОВ</strong>.</p>
  145. <p><a name="details"/></p>
  146. <h2 id="02">02. Подробности</h2>
  147. <p><strong>ПСКОВ</strong>:</p>
  148. <ul>
  149. <li>является приложением JavaScript на стороне клиента</li>
  150. <li>не имеет прямого доступа к локальной файловой системе</li>
  151. <li>использует <a href="http://opengamestudio.org/lfsa/ru">ЛФСД</a> для доступа к локальной файловой системе</li>
  152. <li>использует <a href="https://github.com/showdownjs/showdown">Showdown</a> для перевода Markdown в HTML</li>
  153. </ul>
  154. <p><strong>ЛФСД</strong>:</p>
  155. <ul>
  156. <li>является крошечным веб-сервером, предоставляющим доступ к локальной файловой системе</li>
  157. <li>использует порт 8000</li>
  158. <li>занимает менее 200 строк кода, <a href="https://bitbucket.org/ogstudio/lfsa/src/default/lfsa_1.0.0.py">удостоверьтесь в этом</a> сами</li>
  159. </ul>
  160. <p></div><div class="contents"></p>
  161. <table>
  162. <thead>
  163. <tr>
  164. <th>&lt; Назад</th>
  165. <th>Начало</th>
  166. <th>Далее &gt;</th>
  167. </tr>
  168. </thead>
  169. <tbody>
  170. <tr>
  171. <td><a href="education.01.why.html">01. Почему</a></td>
  172. <td><a href="education.html">Обучение</a></td>
  173. <td><a href="education.03.site.html">03. Сайт</a></td>
  174. </tr>
  175. </tbody>
  176. </table>
  177. </div></center>
  178. <div id="footer">
  179. Сайт сгенерирован <a href="http://opengamestudio.org/pskov">ПСКОВОМ</a>
  180. из <a href="http://github.com/ogstudio/site-pskov">этого исходного кода</a>.
  181. Сайт расположен на <a href="https://pages.github.com">GitHub Pages</a>.
  182. </div>
  183. <script type="text/javascript">
  184. </script>
  185. </body>
  186. </html>