2025-08 File editing, recent files
This commit is contained in:
@@ -25,6 +25,47 @@
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="add-edit-save-remove.html">Add, edit, save, and remove files</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-08-08
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2025-08_splash.jpg" alt="" /></p>
|
||||
<h1 id="new">New</h1>
|
||||
<p>In July I've added the following to PSKOV 2:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>№</th>
|
||||
<th>Description</th>
|
||||
<th>Demonstration</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Selecting a Git branch</td>
|
||||
<td><video controls width="500"><source src="../../images/2025-08_01.select-branch.mp4" type="video/mp4"/></video></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Pulling the changes of a Git branch</td>
|
||||
<td><video controls width="500"><source src="../../images/2025-08_02.pull.mp4" type="video/mp4"/></video></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Creating a new file</td>
|
||||
<td><video controls width="500"><source src="../../images/2025-08_03.add.mp4" type="video/mp4"/></video></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="add-edit-save-remove.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="git-fs-components.html">FS and Git components' draft</a>
|
||||
</h2>
|
||||
@@ -217,45 +258,6 @@ Thus, when one needs something as simple as to find out if a symlink. . .</p>
|
||||
<div class="news_item_more">
|
||||
<a href="lha-jvm-macos.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="pskov-again.html">Back to the development of "PSKOV"</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2024-11-14 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2024_lha-path.gif" alt="lha" /></p>
|
||||
<h1 id="pskovtoday">"PSKOV" today</h1>
|
||||
<p>Now, we have an old "PSKOV" version and we need an improved one.</p>
|
||||
<p>First, we should recall what "PSKOV" consists of:</p>
|
||||
<ol>
|
||||
<li>The <a href="https://opengamestudio.org/pskov/en/pskov_1.0.0.html">generator</a> itself in the form of HTML page with JavaScript</li>
|
||||
<li>Helper <a href="https://opengamestudio.org/lfsa/en/index.html">Python script</a> to save generated files to disk</li>
|
||||
</ol>
|
||||
<p>Helper script is used to bypass web page restriction to access
|
||||
local file system.</p>
|
||||
<p>The script itself is a tiny web server with the following commands:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>№</th>
|
||||
<th>Command</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td><code>GET /path</code></td>
|
||||
<td>Get current working directory path</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="pskov-again.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="pagination_title">Page 1 of 9</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user