2025-08 File editing, recent files

This commit is contained in:
2025-08-08 22:26:09 +03:00
parent dbe3dddc36
commit 5e2ed80ca8
29 changed files with 663 additions and 321 deletions

View File

@@ -0,0 +1,103 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<link rel="stylesheet" href="../../style.css">
</head>
<body>
<script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
<div id="header">
<div class="header2">
<div class="menu">
<a href="../../ru/news/index.html">Новости</a>
<a href="../../ru/game/index.html">Игры</a>
<a href="../../ru/tool/index.html">Инструменты</a>
<a href="../../ru/page/about.html">О нас</a>
</div>
<div id="lang">
<a href="../../en/news/add-edit-save-remove.html">EN</a>
<a href="../../ru/news/add-edit-save-remove.html">RU</a>
</div>
<div class="clear"></div>
</div>
</div>
<h3 class="left_item_title">В новостях...</h3>
<center>
<div class="news_item">
<h2 class="news_item_title">
<a href="add-edit-save-remove.html">Добавление, редактирование, сохранение, удаление файлов</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="">Новое</h1>
<p>В июле я добавил в ПСКОВ 2 следующее:</p>
<table>
<thead>
<tr>
<th></th>
<th>Описание</th>
<th>Демонстрация</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Выбор ветки Git</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>Подтягивание изменений в ветке Git</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>Создание нового файла</td>
<td><video controls width="500"><source src="../../images/2025-08_03.add.mp4" type="video/mp4"/></video></td>
</tr>
<tr>
<td>4</td>
<td>Редактирование файла и список недавних файлов</td>
<td><video controls width="500"><source src="../../images/2025-08_04.edit-recent.mp4" type="video/mp4"/></video></td>
</tr>
<tr>
<td>5</td>
<td>Сохранение изменений</td>
<td><video controls width="500"><source src="../../images/2025-08_05.save.mp4" type="video/mp4"/></video></td>
</tr>
<tr>
<td>6</td>
<td>Удаление</td>
<td><video controls width="500"><source src="../../images/2025-08_06.delete.mp4" type="video/mp4"/></video></td>
</tr>
</tbody>
</table>
<h1 id="-1">Август</h1>
<p>В августе планирую добавить команды <code>git commit</code> и <code>git push</code>, чтобы
следующую статью написать в ПСКОВе.</p>
</div>
</div>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://opengamestudio.org/ru/news/add-edit-save-remove.html";
this.page.identifier = "add-edit-save-remove.html";
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://opengamestudio.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Пожалуйста, включите JavaScript для просмотра <a href="https://disqus.com/?ref_noscript">комментариев на платформе Disqus.</a></noscript>
<div id="footer">
Сайт сгенерирован <a href="http://opengamestudio.org/pskov/ru">ПСКОВОМ</a>
из <a href="http://github.com/ogstudio/site-opengamestudio">этого исходного кода</a>.
</div>
</center>
</body>
</html>