Add LFSA and en PSKOV
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
{
|
||||
color: #433729;
|
||||
}
|
||||
iframe
|
||||
{
|
||||
width: 720px;
|
||||
height: 720px;
|
||||
}
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
@@ -71,68 +66,156 @@
|
||||
}
|
||||
</style>
|
||||
<title>
|
||||
PSKOV - Opensource Game Studio static site generator
|
||||
PSKOV-201905
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong id="title">PSKOV</strong>
|
||||
<a href="index.html">Tool</a>
|
||||
<a href="tool.pskov.html">Tool</a>
|
||||
<a href="education.html">Education</a>
|
||||
</div>
|
||||
<center><h1>
|
||||
Education
|
||||
</h1></center>
|
||||
<center><div class="contents">
|
||||
<p>Here you can find a set of documents to make you proficient in generating static sites with <strong>PSKOV</strong>. You are encouraged to read the documents in order.</p>
|
||||
<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>
|
||||
<h2 id="01whywhy"><a href="education.01.why.html">01. Why</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>№</th>
|
||||
<th>Document</th>
|
||||
<th>Item</th>
|
||||
<th>Details</th>
|
||||
<th>Demonstration</th>
|
||||
<th>Estimated completion time</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td><a href="education.01.why.html">Why</a></td>
|
||||
<td>Description</td>
|
||||
<td>Find out why <strong>PSKOV</strong> was created</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Estimated completion time</td>
|
||||
<td>5 minutes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td><a href="education.02.deps.html">Dependencies</a></td>
|
||||
<td>Install dependencies to start using <strong>PSKOV</strong></td>
|
||||
<td>-</td>
|
||||
<td>?? minutes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td><a href="education.03.site.html">Site</a></td>
|
||||
<td>Learn how to create a simple static web site with two pages</td>
|
||||
<td>TODO Link</td>
|
||||
<td>?? minutes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Language</td>
|
||||
<td>?</td>
|
||||
<td>TODO Link</td>
|
||||
<td>?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Blog</td>
|
||||
<td>?</td>
|
||||
<td>TODO Link</td>
|
||||
<td>?</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="02dependenciesdeps"><a href="education.02.deps.html">02. Dependencies</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Description</td>
|
||||
<td>Install dependencies to start using <strong>PSKOV</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Estimated completion time</td>
|
||||
<td>5 minutes</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="03sitesite"><a href="education.03.site.html">03. Site</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Description</td>
|
||||
<td>Learn how to create a simple static web site with two pages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Estimated completion time</td>
|
||||
<td>10 minutes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Demonstration</td>
|
||||
<td><a href="http://opengamestudio.org/pskov/sample/01.TwoPages/about.html">TwoPages</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced PSKOV constants</td>
|
||||
<td><ol> <li><code>PSKOV_ITEM_TITLE</code></li> <li><code>PSKOV_ITEM_CONTENTS</code></li> </ol></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced configuration keys</td>
|
||||
<td><ol> <li><code>input</code></li> <li><code>item</code></li> </ol></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced header constants</td>
|
||||
<td><ol> <li><code>Title:</code></li> <li><code>Slug:</code></li> </ol></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="04languagelang"><a href="education.04.lang.html">04. Language</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Description</td>
|
||||
<td>Learn how to add language selection</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Estimated completion time</td>
|
||||
<td>10 minutes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Demonstration</td>
|
||||
<td><a href="http://opengamestudio.org/pskov/sample/02.Language/en/about.html">Language</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced PSKOV constants</td>
|
||||
<td><ol> <li><code>PSKOV_ITEM_URL</code></li> </ol></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="05blogblog"><a href="education.05.blog.html">05. Blog</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Description</td>
|
||||
<td>Learn how to create "dynamic" pages like blog posts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Estimated completion time</td>
|
||||
<td>20 minutes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Demonstration</td>
|
||||
<td><a href="http://opengamestudio.org/pskov/sample/03.Blog/en/blog/index.html">Blog</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced PSKOV constants</td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced configuration keys</td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced header constants</td>
|
||||
<td><ol> <li><code>Date:</code></li> </ol></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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>
|
||||
</div></center>
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user