Publish durable applications

This commit is contained in:
2019-08-05 13:22:05 +03:00
parent cfc384d22b
commit d46501c255
298 changed files with 14278 additions and 7379 deletions

View File

@@ -9,13 +9,18 @@
padding: 0.7em;
text-align: left;
}
#header a
{
color: white;
text-decoration: none;
padding: 0.5em 1em 0.5em 1em;
}
#lang
{
float: right;
}
.news_item
{
background: #FFFFFF;
@@ -36,6 +41,11 @@
margin-bottom: 2em;
color: #aaa;
}
html
{
font-family: sans-serif;
}
body
{
background: #FAFAFA;
@@ -46,38 +56,20 @@
font-size: 1em;
color: #7f0a0c;
}
figure
{
margin: 0px;
padding: 0px;
}
img
{
width: 720px;
}
html
{
font-family: sans-serif;
}
a
{
color: #3A91CB;
text-decoration: none;
}
#lang
{
float: right;
}
figcaption
{
color: #aaa;
}
table
{
border-collapse: collapse;
}
table, th, td
{
border: 1px solid #aaa;
@@ -88,27 +80,30 @@
</style>
</head>
<body>
<center>
<div id="header">
<strong id="title">Open Game Studio</strong>
<a href="../../en/news/index.html">News</a>
<a href="../../en/page/games.html">Games</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 id="lang">
<a href="about.html">EN</a>
<a href="../../en/page/about.html">EN</a>
<a href="../../ru/page/about.html">RU</a>
</div>
</div>
<h1 class="news_item_title">About</h1>
<div class="news_item">
<div class="news_item_contents">
<p><strong>Goals</strong></p>
<p>The goals of Opensource Game Studio are:</p>
<center>
<h1>About us</h1>
<div class="news_item">
<div class="news_item_contents">
<p><strong>Goals</strong></p>
<p>The goals of Open Game Studio are:</p>
<ul>
<li>creation of free video game development tools</li>
<li>making video games with those tools</li>
<li>preparing video game development tutorials</li>
</ul>
<p>To this date, we have released OGS Mahjong 1. Its a solitaire game and the first step in the long path towards full-scale RPG.</p>
<p>To this date, we have released OGS Mahjong 1. It's a solitaire game and the
first step in the long path towards full-scale RPG.</p>
<p><strong>Team</strong></p>
<ul>
<li>Michael “kornerr” Kapelko software engineer, co-founder</li>
@@ -123,10 +118,15 @@
<li>Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher translators</li>
</ul>
<p><strong>Support us</strong></p>
<p>If you like what we do, support us by joining our group at <a href="https://twitter.com/OpenGameStudio">Twitter</a>, <a href="https://www.facebook.com/groups/162611230470183">Facebook</a>, or <a href="https://vk.com/opengamestudo">VK</a>. One day well need your help.</p>
</div>
<p>If you like what we do, support us by joining our group at
<a href="https://vk.com/opengamestudo">VK</a>, <a href="https://twitter.com/OpenGameStudio">Twitter</a>, or <a href="https://www.facebook.com/groups/162611230470183">Facebook</a>.</p>
</div>
</div>
<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>.
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
</div>
</center>
</body>
</html>

38
en/page/about.md Normal file
View File

@@ -0,0 +1,38 @@
Title: About us
Date: 2019-07-31 00:00
Category: Page
Slug: about
Lang: en
**Goals**
The goals of Open Game Studio are:
* creation of free video game development tools
* making video games with those tools
* preparing video game development tutorials
To this date, we have released OGS Mahjong 1. It's a solitaire game and the
first step in the long path towards full-scale RPG.
**Team**
* Michael “kornerr” Kapelko software engineer, co-founder
* Ivan “Kai SD” Korystin game designer, QA, PM, co-founder
**Contributors**
* Maxim Zaretsky writer
* Tatyana Artemyeva QA
* devALEX software engineer
* Timur “Sora” Malikin, Anton “Kif” Chernov- 3D modellers
* Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher translators
**Support us**
If you like what we do, support us by joining our group at
[VK][vk], [Twitter][tw], or [Facebook][fb].
[vk]: https://vk.com/opengamestudo
[tw]: https://twitter.com/OpenGameStudio
[fb]: https://www.facebook.com/groups/162611230470183

108
en/page/item.template Normal file
View File

@@ -0,0 +1,108 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<style>
#header
{
background: #2BA6E3;
padding: 0.7em;
text-align: left;
}
#header a
{
color: white;
text-decoration: none;
padding: 0.5em 1em 0.5em 1em;
}
#lang
{
float: right;
}
.news_item
{
background: #FFFFFF;
width: 720px;
padding: 1em;
margin-top: 2em;
margin-bottom: 2em;
border: 1px solid #E0E0E0;
text-align: left;
}
.news_item_contents
{
color: #444;
line-height: 1.5em;
}
.news_item_date
{
margin-bottom: 2em;
color: #aaa;
}
html
{
font-family: sans-serif;
}
body
{
background: #FAFAFA;
}
code, pre
{
font-family: monospace, serif;
font-size: 1em;
color: #7f0a0c;
}
img
{
width: 720px;
}
a
{
color: #3A91CB;
text-decoration: none;
}
table
{
border-collapse: collapse;
}
table, th, td
{
border: 1px solid #aaa;
padding: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
</style>
</head>
<body>
<div id="header">
<strong id="title">Open Game Studio</strong>
<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 id="lang">
<a href="../../en/page/PSKOV_ITEM_URL">EN</a>
<a href="../../ru/page/PSKOV_ITEM_URL">RU</a>
</div>
</div>
<center>
<h1>PSKOV_ITEM_TITLE</h1>
<div class="news_item">
<div class="news_item_contents">
PSKOV_ITEM_CONTENTS
</div>
</div>
<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>.
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
</div>
</center>
</body>
</html>

View File

@@ -1,144 +1,4 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<style>
#header
{
background: #2BA6E3;
padding: 0.7em;
text-align: left;
}
#header a
{
color: white;
text-decoration: none;
padding: 0.5em 1em 0.5em 1em;
}
.news_item
{
background: #FFFFFF;
width: 720px;
padding: 1em;
margin-top: 2em;
margin-bottom: 2em;
border: 1px solid #E0E0E0;
text-align: left;
}
.news_item_contents
{
color: #444;
line-height: 1.5em;
}
.news_item_date
{
margin-bottom: 2em;
color: #aaa;
}
body
{
background: #FAFAFA;
}
code, pre
{
font-family: monospace, serif;
font-size: 1em;
color: #7f0a0c;
}
figure
{
margin: 0px;
padding: 0px;
}
img
{
width: 720px;
}
html
{
font-family: sans-serif;
}
a
{
color: #3A91CB;
text-decoration: none;
}
#lang
{
float: right;
}
figcaption
{
color: #aaa;
}
table
{
border-collapse: collapse;
}
table, th, td
{
border: 1px solid #aaa;
padding: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
</style>
</head>
<body>
<center>
<div id="header">
<a href="../../en/news/index.html">News</a>
<a href="../../en/page/games.html">Games</a>
<a href="../../en/page/about.html">About</a>
<div id="lang">
<a href="ogs-mahjong-1.html">EN</a>
<a href="../../ru/page/ogs-mahjong-1.html">RU</a>
</div>
</div>
<h1 class="news_item_title">OGS Mahjong 1</h1>
<div class="news_item">
<div class="news_item_contents">
<p>Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen>
</iframe>
<p><br></p>
<p><strong>Features</strong></p>
<ul>
<li>3 game modes: Mahjong Solitaire, Shisen-sho and Shisen-sho with gravity.</li>
<li>More than 150 layouts. Layouts format is compatible with KMahjongg.</li>
<li>Support for multiple tilesets.</li>
<li>4 themes: “Classic”, “Neo-classic”, “Flowers”, “Distros”.</li>
<li>Support for background scenes.</li>
<li>3 scenes: “Room”, “Room Lite” and “Inside the computer”.</li>
<li>Save and load.</li>
<li>Hints and shuffle.</li>
<li>Unlimited number of undos.</li>
<li>Camera animations and dynamic camera (cursor tracking).</li>
<li>Layers highlighting.</li>
<li>6 languages: Russian, English, German, French, Spanish and Hindi.</li>
<li>Online leaderboard.</li>
<li>Adapting the game settings to your computer configuration during the first game launch.</li>
</ul>
<p><strong>Basic version</strong></p>
<ul>
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-windows32.exe/download" title="Download ogs-mahjong-1.1.0-windows32.exe">For Windows (exe)</a> (40 MB)</li>
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-windows32.exe/download" title="Download ogs-mahjong-1.1.0-full-windows32.exe">For Windows, with editor and additional music (exe)</a> (123 MB)</li>
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux64.tar.lzma/download" title="Download ogs-mahjong-1.1.0-linux64.tar.lzma">For Linux64 (tar.lzma)</a> (37 MB)</li>
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux64.tar.lzma/download" title="Download ogs-mahjong-1.1.0-full-linux64.tar.lzma">For Linux64, with editor and additional music (tar.lzma)</a> (110 MB)</li>
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux32.tar.lzma/download" title="Download ogs-mahjong-1.1.0-linux32.tar.lzma">For Linux32 (tar.lzma)</a> (37 MB)</li>
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux32.tar.lzma/download" title="Download ogs-mahjong-1.1.0-full-linux32.tar.lzma">For Linux32, with editor and additional music (tar.lzma)</a> (110 MB)</li>
</ul>
<p><strong>Deluxe version</strong></p>
<p>If you like our work, you can support us by buying the Deluxe version. It will help us keep the things running and, maybe, hire some freelance artists to make our future games a bit better.</p>
<p><strong>OGS Mahjong Deluxe</strong> contains two additional tilesets: “Eastern” and “Sport”.</p>
<iframe src="https://www.humblebundle.com/widget/v2/product/ogsmahjong/ySGF3h34?theme=transparent-light" width="526" height="325" style="border: none;" scrolling="no" frameborder="0">
</iframe>
</div>
</div>
</center>
</body>
<meta http-equiv="refresh" content="0; URL='../game/ogs-mahjong-1.html'"/>
</html>