fixed the site url

This commit is contained in:
2017-10-16 06:48:43 +00:00
parent fcef2f7583
commit 87a199baf7
25 changed files with 379 additions and 379 deletions

View File

@@ -6,11 +6,11 @@
<title>OpenSceneGraph cross-platform guide</title>
<link rel="stylesheet" href="https://github.com/KaiSD/ogs-site/theme/css/normalize.css" />
<link rel="stylesheet" href="https://github.com/KaiSD/ogs-site/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://github.com/KaiSD/ogs-site/theme/css/style.css" />
<link rel="stylesheet" href="https://github.com/KaiSD/ogs-site/theme/css/pygments.css" />
<script src="https://github.com/KaiSD/ogs-site/theme/js/custom.modernizr.js"></script>
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/normalize.css" />
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/style.css" />
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/pygments.css" />
<script src="https://kaisd.github.io/ogs-site/theme/js/custom.modernizr.js"></script>
<!-- So Firefox can bookmark->"abo this site" -->
<link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
@@ -25,7 +25,7 @@
<!-- Show menu items and pages -->
<div class="row">
<div class="large-12 columns top-bar">
<h1><a href="https://github.com/KaiSD/ogs-site">Opensource Game Studio</a></h1>
<h1><a href="https://kaisd.github.io/ogs-site">Opensource Game Studio</a></h1>
</div>
</div>
<div class="row top-menu">
@@ -46,14 +46,14 @@
<div class="large-9 columns">
<article>
<header>
<h3 class="article-title"><a href="https://github.com/KaiSD/ogs-site/openscenegraph-cross-platform-guide.html" rel="bookmark"
<h3 class="article-title"><a href="https://kaisd.github.io/ogs-site/openscenegraph-cross-platform-guide.html" rel="bookmark"
title="Permalink to OpenSceneGraph cross-platform guide">OpenSceneGraph cross-platform guide</a></h3>
</header>
<h6 class="subheader" title="2017-07-17T00:00:00+03:00">Mon 17 July 2017
<a class="button secondary small translation-button" href="https://github.com/KaiSD/ogs-site/openscenegraph-cross-platform-guide-ru.html">ru</a>
<a class="button secondary small translation-button" href="https://kaisd.github.io/ogs-site/openscenegraph-cross-platform-guide-ru.html">ru</a>
</h6> <p><img alt="OpenSceneGraph guide" src="https://github.com/KaiSD/ogs-site/2017-07-openscenegraph-guide.png"></p>
</h6> <p><img alt="OpenSceneGraph guide" src="https://kaisd.github.io/ogs-site/2017-07-openscenegraph-guide.png"></p>
<p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
<p>June marked the finish of <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide">OpenSceneGraph cross-platform guide</a> with the publishing of the last (initially planned) tutorial. The tutorial describes <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/tree/master/1.10.SampleWeb">how to build and run sample OpenSceneGraph application in Web</a> using Emscripten.
In case you missed it, here's a <a href="https://ogstudio.github.io/openscenegraph-cross-platform-guide/">link to the final application</a>. Open it in your web browser.</p>
@@ -73,7 +73,7 @@ We spent 120 hours in five months to produce ten tutorials of the guide.</p>
<p>Reaching our goal of researching OpenSceneGraph cross-platform development and providing the knowledge back to the community just made us happier.</p>
<p>However, our journey does not stop here. Using the knowledge of the guide, we now continue to work on bringing our tools to support mobile and web, just as we <a href="http://opengamestudio.org/lang/en/news/2456">promised in January</a>.</p>
<p>That's it for summarizing the work we did to produce OpenSceneGraph cross-platform guide.</p>
<p class="subheader">Category: <a href="https://github.com/KaiSD/ogs-site/category/news.html">News</a>
<p class="subheader">Category: <a href="https://kaisd.github.io/ogs-site/category/news.html">News</a>
</p>
@@ -88,18 +88,18 @@ We spent 120 hours in five months to produce ten tutorials of the guide.</p>
<!--k
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="https://github.com/KaiSD/ogs-site/archives.html">Archives</a>
<li><a href="https://github.com/KaiSD/ogs-site/tags.html">Tags</a>
<li><a href="https://kaisd.github.io/ogs-site/archives.html">Archives</a>
<li><a href="https://kaisd.github.io/ogs-site/tags.html">Tags</a>
<li><a href="https://github.com/KaiSD/ogs-site/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
<li><a href="https://kaisd.github.io/ogs-site/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="https://github.com/KaiSD/ogs-site/category/news.html">News</a></li>
<li><a href="https://github.com/KaiSD/ogs-site/category/stub.html">Stub</a></li>
<li><a href="https://kaisd.github.io/ogs-site/category/news.html">News</a></li>
<li><a href="https://kaisd.github.io/ogs-site/category/stub.html">Stub</a></li>
</ul>
-->