74 line
3.6KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <link rel="stylesheet" href="../../style.css">
  6. </head>
  7. <body>
  8. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  9. <div id="header">
  10. <div class="header2">
  11. <div class="menu">
  12. <a href="../../en/news/index.html">News</a>
  13. <a href="../../en/game/index.html">Games</a>
  14. <a href="../../en/tool/index.html">Tools</a>
  15. <a href="../../en/page/about.html">About</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/iso-git2.html">EN</a>
  19. <a href="../../ru/news/iso-git2.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <h3 class="left_item_title">In the news...</h3>
  25. <center>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="iso-git2.html">PSKOV 2 without LHA?</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2025-04-10 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <p><img src="../../images/2025-04_vercel.jpg" alt="splash" /></p>
  35. <h1 id="assessingthefeasibilityofpskov2withoutlocalhostaccess">Assessing the feasibility of PSKOV 2 without Local Host Access</h1>
  36. <p>PSKOV 2 and original PSKOV assume there is Local Host Access running
  37. in order to access PC's local filesystem to read Markdown files and
  38. write HTML ones.</p>
  39. <p>In March I assessed if Isomorphic-Git is able to read and write to Git
  40. repositories from a web browser. The assessment succeeded. Actually,
  41. this was the second assessment of Isomorphic-Git. The first one happened in
  42. 2021, however, it ended as a failure because Isomorphic-Git cannot work without CORS
  43. proxy with, say, GitHub due to web browser limitations.</p>
  44. <p>Isomoprhic-Git's dependency on CORS proxy is still there, though.
  45. However this time I've discovered <a href="https://vercel.com">Vercel</a> service with a free plan
  46. that allows anyone to run his own copy of CORS proxy (here's the
  47. <a href="https://github.com/OGStudio/vercel-cors-proxy">guide</a>). This solves the problem of accessing GitHub, at least unless
  48. Vercel goes bankrupt.</p>
  49. <h1 id="april">April</h1>
  50. <p>In April I plan to further the research of Git by creating a tiny notes
  51. application. This will help me understand how to use Git in PSKOV 2.</p>
  52. </div>
  53. </div>
  54. <div id="disqus_thread"></div>
  55. <script>
  56. var disqus_config = function () {
  57. this.page.url = "https://opengamestudio.org/en/news/iso-git2.html";
  58. this.page.identifier = "iso-git2.html";
  59. };
  60. (function() { // DON'T EDIT BELOW THIS LINE
  61. var d = document, s = d.createElement('script');
  62. s.src = 'https://opengamestudio.disqus.com/embed.js';
  63. s.setAttribute('data-timestamp', +new Date());
  64. (d.head || d.body).appendChild(s);
  65. })();
  66. </script>
  67. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  68. <div id="footer">
  69. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  70. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  71. </div>
  72. </center>
  73. </body>
  74. </html>