74 lines
3.6 KiB
HTML
74 lines
3.6 KiB
HTML
<!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="../../en/news/index.html">News</a>
|
|
<a href="../../en/game/index.html">Games</a>
|
|
<a href="../../en/tool/index.html">Tools</a>
|
|
<a href="../../en/page/about.html">About</a>
|
|
</div>
|
|
<div id="lang">
|
|
<a href="../../en/news/iso-git2.html">EN</a>
|
|
<a href="../../ru/news/iso-git2.html">RU</a>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
<h3 class="left_item_title">In the news...</h3>
|
|
<center>
|
|
<div class="news_item">
|
|
<h2 class="news_item_title">
|
|
<a href="iso-git2.html">PSKOV 2 without LHA?</a>
|
|
</h2>
|
|
<p class="news_item_date">
|
|
2025-04-10 00:00
|
|
</p>
|
|
<div class="news_item_contents">
|
|
<p><img src="../../images/2025-04_vercel.jpg" alt="splash" /></p>
|
|
<h1 id="assessingthefeasibilityofpskov2withoutlocalhostaccess">Assessing the feasibility of PSKOV 2 without Local Host Access</h1>
|
|
<p>PSKOV 2 and original PSKOV assume there is Local Host Access running
|
|
in order to access PC's local filesystem to read Markdown files and
|
|
write HTML ones.</p>
|
|
<p>In March I assessed if Isomorphic-Git is able to read and write to Git
|
|
repositories from a web browser. The assessment succeeded. Actually,
|
|
this was the second assessment of Isomorphic-Git. The first one happened in
|
|
2021, however, it ended as a failure because Isomorphic-Git cannot work without CORS
|
|
proxy with, say, GitHub due to web browser limitations.</p>
|
|
<p>Isomoprhic-Git's dependency on CORS proxy is still there, though.
|
|
However this time I've discovered <a href="https://vercel.com">Vercel</a> service with a free plan
|
|
that allows anyone to run his own copy of CORS proxy (here's the
|
|
<a href="https://github.com/OGStudio/vercel-cors-proxy">guide</a>). This solves the problem of accessing GitHub, at least unless
|
|
Vercel goes bankrupt.</p>
|
|
<h1 id="april">April</h1>
|
|
<p>In April I plan to further the research of Git by creating a tiny notes
|
|
application. This will help me understand how to use Git in PSKOV 2.</p>
|
|
</div>
|
|
</div>
|
|
<div id="disqus_thread"></div>
|
|
<script>
|
|
var disqus_config = function () {
|
|
this.page.url = "https://opengamestudio.org/en/news/iso-git2.html";
|
|
this.page.identifier = "iso-git2.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>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
<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-opengamestudio">this source code</a>.
|
|
</div>
|
|
</center>
|
|
</body>
|
|
</html> |