Publish site-pskov with en/ru docs
This commit is contained in:
@@ -64,9 +64,17 @@
|
||||
text-align: left;
|
||||
color: #444;
|
||||
}
|
||||
#footer
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
<title>
|
||||
pskov_1.0.0
|
||||
PSKOV
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -74,6 +82,10 @@
|
||||
<strong id="title">PSKOV</strong>
|
||||
<a href="pskov_1.0.0.html">Tool</a>
|
||||
<a href="education.html">Education</a>
|
||||
<div id="lang">
|
||||
<a href="../en/education.01.why.html">EN</a>
|
||||
<a href="../ru/education.01.why.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center><h1>
|
||||
Education: 01. Why
|
||||
@@ -105,7 +117,7 @@ Education: 01. Why
|
||||
</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>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 were not good enough</strong> for <a href="http://opengamestudio.org">Open Game Studio</a> needs.</p>
|
||||
<p>Here's a list of <strong>features we don't need</strong>:</p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -119,7 +131,7 @@ Education: 01. Why
|
||||
<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>
|
||||
<td>These technologies are enough to have a clean web site</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
@@ -129,12 +141,12 @@ Education: 01. Why
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Installation</td>
|
||||
<td>We had enough updates that were never requested</td>
|
||||
<td>No more forced 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>
|
||||
<td>No more millions of source code files</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -152,8 +164,8 @@ Education: 01. Why
|
||||
<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>
|
||||
<td>HTML, CSS, JavaScript, and Markdown</td>
|
||||
<td>Just what you already know</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
@@ -162,17 +174,27 @@ Education: 01. Why
|
||||
</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>
|
||||
<td>Available on-line</td>
|
||||
<td><a href="http://opengamestudio.org/pskov">http://opengamestudio.org/pskov</a></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>
|
||||
<td>Available off-line</td>
|
||||
<td>Just save the <a href="http://opengamestudio.org/pskov">Tool</a> page and then open it locally</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Decades long support (DLS)</td>
|
||||
<td>Comprehensible source code</td>
|
||||
<td><strong>PSKOV</strong> is a single HTML file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Belongs to everyone</td>
|
||||
<td><strong>PSKOV</strong> is released under <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0</a> license (public domain)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>Runs for decades</td>
|
||||
<td>You can use <strong>PSKOV</strong> on both Windows 2000 and Windows 2030*</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -196,6 +218,11 @@ Education: 01. Why
|
||||
</tbody>
|
||||
</table>
|
||||
</div></center>
|
||||
<div id="footer">
|
||||
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
|
||||
from <a href="http://github.com/ogstudio/site-pskov">this source code</a>.
|
||||
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user