209 lines
5.5 KiB
HTML
209 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<head>
|
|
<style>
|
|
#header
|
|
{
|
|
background: #856d51;
|
|
padding: 0.7em;
|
|
text-align: left;
|
|
}
|
|
|
|
#header a
|
|
{
|
|
color: white;
|
|
text-decoration: none;
|
|
padding: 0.5em 1em 0.5em 1em;
|
|
}
|
|
#title
|
|
{
|
|
color: #433729;
|
|
}
|
|
iframe
|
|
{
|
|
width: 720px;
|
|
height: 720px;
|
|
}
|
|
html
|
|
{
|
|
font-family: sans-serif;
|
|
}
|
|
body
|
|
{
|
|
line-height: 1.5em;
|
|
}
|
|
body
|
|
{
|
|
background: #FAFAFA;
|
|
}
|
|
table
|
|
{
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
table, th, td
|
|
{
|
|
border: 1px solid #aaa;
|
|
padding: 0.5em;
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
code, pre
|
|
{
|
|
font-family: monospace, serif;
|
|
font-size: 1em;
|
|
color: #7f0a0c;
|
|
background: #f5f5f5;
|
|
white-space: pre-wrap;
|
|
}
|
|
.contents
|
|
{
|
|
background: #FFFFFF;
|
|
width: 720px;
|
|
padding: 1em;
|
|
margin-top: 2em;
|
|
margin-bottom: 2em;
|
|
border: 1px solid #E0E0E0;
|
|
text-align: left;
|
|
color: #444;
|
|
}
|
|
</style>
|
|
<title>
|
|
PSKOV - Opensource Game Studio static site generator
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<strong id="title">PSKOV</strong>
|
|
<a href="index.html">Tool</a>
|
|
<a href="education.html">Education</a>
|
|
</div>
|
|
<center><h1>
|
|
Education: 01. Why
|
|
</h1></center>
|
|
<center><div class="contents">
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>< Back</th>
|
|
<th>Index</th>
|
|
<th>Next ></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Not available</td>
|
|
<td><a href="education.html">Education</a></td>
|
|
<td><a href="education.02.deps.html">02. Dependencies</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p></div><div class="contents"></p>
|
|
<p>In this document we briefly explain why <strong>PSKOV</strong> was created.</p>
|
|
<p>Estimated completion time: 5 minutes.</p>
|
|
<p><strong>Table of contents</strong></p>
|
|
<ul>
|
|
<li><a href="#why">01. Why</a></li>
|
|
<li><a href="#features">02. Features</a></li>
|
|
</ul>
|
|
<p><a name="why"/></p>
|
|
<h2 id="01why">01. Why</h2>
|
|
<p>You might know there already exist quite a lot of <a href="https://medium.com/codingthesmartway-com-blog/top-static-site-generators-for-2019-26a4c8afcc05">static site generators</a>, why create another one? Because <strong>they are not good enough</strong> for <a href="http://opengamestudio.org">Opensource Game Studio</a> needs.</p>
|
|
<p>Here's a list of <strong>features we don't need</strong>:</p>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>№</th>
|
|
<th>Unwelcome feature</th>
|
|
<th>Note</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Learning anything beyond HTML, CSS, JavaScript, and Markdown</td>
|
|
<td>These technologies are enough to deliver information to users</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Server side</td>
|
|
<td>Nobody should be able to pull the plug on you except yourself</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Installation</td>
|
|
<td>We had enough updates that were never requested</td>
|
|
</tr>
|
|
<tr>
|
|
<td>4</td>
|
|
<td>Comprehensible source code</td>
|
|
<td>Single file with just enough number of lines</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p><a name="features"/></p>
|
|
<h2 id="02features">02. Features</h2>
|
|
<p>Consequently, here is a list of <strong>PSKOV features</strong>:</p>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>№</th>
|
|
<th>PSKOV feature</th>
|
|
<th>Note</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Bare HTML, CSS, JavaScript, and Markdown</td>
|
|
<td>No need for template language, web framework or anything else</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Client side</td>
|
|
<td><strong>PSKOV</strong> is a client side JavaScript application, it runs solely on your device</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Optional installation</td>
|
|
<td><strong>PSKOV</strong> is available at <a href="http://opengamestudio.org/pskov">http://opengamestudio.org/pskov</a>. However, if you want to keep <strong>PSKOV</strong> locally, you can get <strong>PSKOV</strong> single HTML file <a href="http://opengamestudio.org/pskov-201905.html">here</a> and open it locally</td>
|
|
</tr>
|
|
<tr>
|
|
<td>4</td>
|
|
<td>Comprehensible source code</td>
|
|
<td><strong>PSKOV</strong> is a <a href="http://opengamestudio.org/pskov-201905.html">single HTML file</a> with less than 10000 lines of code</td>
|
|
</tr>
|
|
<tr>
|
|
<td>5</td>
|
|
<td>Decades long support (DLS)</td>
|
|
<td>You can use <strong>PSKOV</strong> on both Windows 2000 and Windows 2030*</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p>* Windows 2030 does not (yet) exist, we simply refer to the fact that <strong>PSKOV</strong> is designed to work for operating systems released in the range of years 2000-2030</p>
|
|
<p></div><div class="contents"></p>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>< Back</th>
|
|
<th>Index</th>
|
|
<th>Next ></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Not available</td>
|
|
<td><a href="education.html">Education</a></td>
|
|
<td><a href="education.02.deps.html">02. Dependencies</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div></center>
|
|
<script type="text/javascript">
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|