fixed TOC
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 24 Jun 2018 00:14:10 +0000 (03:14 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 24 Jun 2018 00:14:10 +0000 (03:14 +0300)
graphics/3D/3D Synthezier/doc/index.html
graphics/3D/3D Synthezier/doc/index.org
index.html
index.org
tools/commit and push [new file with mode: 0755]

index 959d12f..e86cdc0 100644 (file)
@@ -2,14 +2,14 @@
 <html lang="en">
 <head>
 <title>3D Synthezier</title>
 <html lang="en">
 <head>
 <title>3D Synthezier</title>
-<!-- 2018-06-20 Wed 16:08 -->
+<!-- 2018-06-24 Sun 03:07 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
 <meta name="author" content="Svjatoslav Agejenko">
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
 <meta name="author" content="Svjatoslav Agejenko">
-<link href="https://bootswatch.com/4/darkly/bootstrap.min.css" rel="stylesheet">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
+<link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
 <style type="text/css">
 footer {background-color: #111 !important;}
 pre {background-color: #111; color: #ccc;}
 <style type="text/css">
 footer {background-color: #111 !important;}
 pre {background-color: #111; color: #ccc;}
@@ -196,12 +196,59 @@ $(function() {
 <body>
 <div id="content" class="container">
 <div class="row"><div class="col-md-9"><h1 class="title">3D Synthezier</h1>
 <body>
 <div id="content" class="container">
 <div class="row"><div class="col-md-9"><h1 class="title">3D Synthezier</h1>
-<hr >
+
+<div id="outline-container-sec-1" class="outline-2">
+<h2 id="sec-1"><span class="section-number-2">1</span> General</h2>
+<div class="outline-text-2" id="text-1">
 <ul class="org-ul">
 <li>This software is part of <a href="../../../../index.html">QBasic apps package</a>.
 </li>
 <ul class="org-ul">
 <li>This software is part of <a href="../../../../index.html">QBasic apps package</a>.
 </li>
+
+<li>This program is free software: you can redistribute it and/or modify
+it under the terms of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a> as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+</li>
+
+<li>Program author:
+<ul class="org-ul">
+<li>Svjatoslav Agejenko
+</li>
+<li>Homepage: <a href="http://svjatoslav.eu">http://svjatoslav.eu</a>
+</li>
+<li>Email: <a href="mailto://svjatoslav@svjatoslav.eu">mailto://svjatoslav@svjatoslav.eu</a>
+</li>
+</ul>
+</li>
+
+<li><a href="http://www.svjatoslav.eu/projects/">Other software projects hosted at svjatoslav.eu</a>
+</li>
 </ul>
 </ul>
+</div>
+
+<div id="outline-container-sec-1-1" class="outline-3">
+<h3 id="sec-1-1"><span class="section-number-3">1.1</span> Source code</h3>
+<div class="outline-text-3" id="text-1-1">
+<ul class="org-ul">
+<li><a href="http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
+</li>
+
+<li><a href="http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=summary">Browse Git repository online</a>
+</li>
 
 
+<li>Clone Git repository using command:
+<pre class="example">
+git clone http://www2.svjatoslav.eu/git/qbasicapps.git
+</pre>
+</li>
+</ul>
+</div>
+</div>
+</div>
+
+<div id="outline-container-sec-2" class="outline-2">
+<h2 id="sec-2"><span class="section-number-2">2</span> Operating principle</h2>
+<div class="outline-text-2" id="text-2">
 <p>
 Parses scene definition language and creates 3D world based on
 it. Result will be in a <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">wavefront obj file</a>, witch can be then
 <p>
 Parses scene definition language and creates 3D world based on
 it. Result will be in a <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">wavefront obj file</a>, witch can be then
@@ -224,10 +271,12 @@ Objects with all its subobjects can be rotated, mirrored or resized
 omong any axis. Generator has built in cache for data input and output
 to minimize file access.
 </p>
 omong any axis. Generator has built in cache for data input and output
 to minimize file access.
 </p>
+</div>
+</div>
 
 
-<div id="outline-container-sec-1" class="outline-2">
-<h2 id="sec-1"><span class="section-number-2">1</span> System requirements</h2>
-<div class="outline-text-2" id="text-1">
+<div id="outline-container-sec-3" class="outline-2">
+<h2 id="sec-3"><span class="section-number-2">3</span> System requirements</h2>
+<div class="outline-text-2" id="text-3">
 <table class="table table-striped table-bordered table-hover table-condensed">
 
 
 <table class="table table-striped table-bordered table-hover table-condensed">
 
 
@@ -256,9 +305,9 @@ to minimize file access.
 </table>
 </div>
 </div>
 </table>
 </div>
 </div>
-<div id="outline-container-sec-2" class="outline-2">
-<h2 id="sec-2"><span class="section-number-2">2</span> Installation</h2>
-<div class="outline-text-2" id="text-2">
+<div id="outline-container-sec-4" class="outline-2">
+<h2 id="sec-4"><span class="section-number-2">4</span> Installation</h2>
+<div class="outline-text-2" id="text-4">
 <ul class="org-ul">
 <li>Unpack ZIP file in any folder.
 </li>
 <ul class="org-ul">
 <li>Unpack ZIP file in any folder.
 </li>
@@ -266,9 +315,9 @@ to minimize file access.
 </li>
 </ul>
 </div>
 </li>
 </ul>
 </div>
-<div id="outline-container-sec-2-0-1" class="outline-4">
-<h4 id="sec-2-0-1"><span class="section-number-4">2.0.1</span> Directory layout</h4>
-<div class="outline-text-4" id="text-2-0-1">
+<div id="outline-container-sec-4-0-1" class="outline-4">
+<h4 id="sec-4-0-1"><span class="section-number-4">4.0.1</span> Directory layout</h4>
+<div class="outline-text-4" id="text-4-0-1">
 <ul class="org-ul">
 <li>bin
 <ul class="org-ul">
 <ul class="org-ul">
 <li>bin
 <ul class="org-ul">
@@ -291,9 +340,9 @@ to minimize file access.
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
-<div id="outline-container-sec-3" class="outline-2">
-<h2 id="sec-3"><span class="section-number-2">3</span> Scene description language</h2>
-<div class="outline-text-2" id="text-3">
+<div id="outline-container-sec-5" class="outline-2">
+<h2 id="sec-5"><span class="section-number-2">5</span> Scene description language</h2>
+<div class="outline-text-2" id="text-5">
 <p>
 (read examples&#x2026;)
 </p>
 <p>
 (read examples&#x2026;)
 </p>
@@ -430,9 +479,9 @@ dummy function, does notheing
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-sec-4" class="outline-2">
-<h2 id="sec-4"><span class="section-number-2">4</span> Usage</h2>
-<div class="outline-text-2" id="text-4">
+<div id="outline-container-sec-6" class="outline-2">
+<h2 id="sec-6"><span class="section-number-2">6</span> Usage</h2>
+<div class="outline-text-2" id="text-6">
 <p>
 Make sure you have QB binaries in your PATH.  Execute
 </p>
 <p>
 Make sure you have QB binaries in your PATH.  Execute
 </p>
@@ -452,9 +501,9 @@ Visualize scene with your favourite renderer.
 </p>
 </div>
 </div>
 </p>
 </div>
 </div>
-<div id="outline-container-sec-5" class="outline-2">
-<h2 id="sec-5"><span class="section-number-2">5</span> Examples</h2>
-<div class="outline-text-2" id="text-5">
+<div id="outline-container-sec-7" class="outline-2">
+<h2 id="sec-7"><span class="section-number-2">7</span> Examples</h2>
+<div class="outline-text-2" id="text-7">
 <p>
 Download Blender files:
 </p>
 <p>
 Download Blender files:
 </p>
@@ -491,9 +540,9 @@ They were produced by importing generated <a href="https://en.wikipedia.org/wiki
 </p>
 </div>
 
 </p>
 </div>
 
-<div id="outline-container-sec-5-1" class="outline-3">
-<h3 id="sec-5-1"><span class="section-number-3">5.1</span> Rectangular city</h3>
-<div class="outline-text-3" id="text-5-1">
+<div id="outline-container-sec-7-1" class="outline-3">
+<h3 id="sec-7-1"><span class="section-number-3">7.1</span> Rectangular city</h3>
+<div class="outline-text-3" id="text-7-1">
 
 <figure>
 <p><img src="rectangular city, 1.jpeg" class="img-responsive" alt="rectangular city, 1.jpeg">
 
 <figure>
 <p><img src="rectangular city, 1.jpeg" class="img-responsive" alt="rectangular city, 1.jpeg">
@@ -513,9 +562,9 @@ They were produced by importing generated <a href="https://en.wikipedia.org/wiki
 </figure>
 </div>
 </div>
 </figure>
 </div>
 </div>
-<div id="outline-container-sec-5-2" class="outline-3">
-<h3 id="sec-5-2"><span class="section-number-3">5.2</span> Hexagonal city</h3>
-<div class="outline-text-3" id="text-5-2">
+<div id="outline-container-sec-7-2" class="outline-3">
+<h3 id="sec-7-2"><span class="section-number-3">7.2</span> Hexagonal city</h3>
+<div class="outline-text-3" id="text-7-2">
 
 <figure>
 <p><img src="hexagonal city, 1.jpeg" class="img-responsive" alt="hexagonal city, 1.jpeg">
 
 <figure>
 <p><img src="hexagonal city, 1.jpeg" class="img-responsive" alt="hexagonal city, 1.jpeg">
@@ -539,14 +588,20 @@ They were produced by importing generated <a href="https://en.wikipedia.org/wiki
 </div><div class="col-md-3"><nav id="table-of-contents">
 <div id="text-table-of-contents" class="bs-docs-sidebar">
 <ul class="nav">
 </div><div class="col-md-3"><nav id="table-of-contents">
 <div id="text-table-of-contents" class="bs-docs-sidebar">
 <ul class="nav">
-<li><a href="#sec-1">1. System requirements</a></li>
-<li><a href="#sec-2">2. Installation</a></li>
-<li><a href="#sec-3">3. Scene description language</a></li>
-<li><a href="#sec-4">4. Usage</a></li>
-<li><a href="#sec-5">5. Examples</a>
+<li><a href="#sec-1">1. General</a>
+<ul class="nav">
+<li><a href="#sec-1-1">1.1. Source code</a></li>
+</ul>
+</li>
+<li><a href="#sec-2">2. Operating principle</a></li>
+<li><a href="#sec-3">3. System requirements</a></li>
+<li><a href="#sec-4">4. Installation</a></li>
+<li><a href="#sec-5">5. Scene description language</a></li>
+<li><a href="#sec-6">6. Usage</a></li>
+<li><a href="#sec-7">7. Examples</a>
 <ul class="nav">
 <ul class="nav">
-<li><a href="#sec-5-1">5.1. Rectangular city</a></li>
-<li><a href="#sec-5-2">5.2. Hexagonal city</a></li>
+<li><a href="#sec-7-1">7.1. Rectangular city</a></li>
+<li><a href="#sec-7-2">7.2. Hexagonal city</a></li>
 </ul>
 </li>
 </ul>
 </ul>
 </li>
 </ul>
@@ -555,7 +610,7 @@ They were produced by importing generated <a href="https://en.wikipedia.org/wiki
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2018-06-20 Wed 16:08</p>
+<p class="date">Created: 2018-06-24 Sun 03:07</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
index 8c9cee9..c532d8f 100644 (file)
@@ -1,8 +1,40 @@
 #+TITLE:  3D Synthezier
 
 #+TITLE:  3D Synthezier
 
------
+* (document settings) :noexport:
+** use dark style for TWBS-HTML exporter
+#+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <style type="text/css">
+#+HTML_HEAD:   footer {background-color: #111 !important;}
+#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
+#+HTML_HEAD: </style>
+
+* General
 - This software is part of [[../../../../index.html][QBasic apps package]].
 
 - This software is part of [[../../../../index.html][QBasic apps package]].
 
+- This program is free software: you can redistribute it and/or modify
+  it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
+
+- Program author:
+  - Svjatoslav Agejenko
+  - Homepage: http://svjatoslav.eu
+  - Email: mailto://svjatoslav@svjatoslav.eu
+
+- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
+
+** Source code
+- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
+
+- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=summary][Browse Git repository online]]
+
+- Clone Git repository using command:
+  : git clone http://www2.svjatoslav.eu/git/qbasicapps.git
+
+* Operating principle
+
 Parses scene definition language and creates 3D world based on
 it. Result will be in a [[https://en.wikipedia.org/wiki/Wavefront_.obj_file][wavefront obj file]], witch can be then
 visualized using external renderer.
 Parses scene definition language and creates 3D world based on
 it. Result will be in a [[https://en.wikipedia.org/wiki/Wavefront_.obj_file][wavefront obj file]], witch can be then
 visualized using external renderer.
@@ -126,13 +158,3 @@ They were produced by importing generated [[https://en.wikipedia.org/wiki/Wavefr
 [[file:hexagonal city, 2.jpeg]]
 
 [[file:hexagonal city, 3.jpeg]]
 [[file:hexagonal city, 2.jpeg]]
 
 [[file:hexagonal city, 3.jpeg]]
-
-* (document settings) :noexport:
-** use dark style for TWBS-HTML exporter
-#+HTML_HEAD: <link href="https://bootswatch.com/4/darkly/bootstrap.min.css" rel="stylesheet">
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
-#+HTML_HEAD: <style type="text/css">
-#+HTML_HEAD:   footer {background-color: #111 !important;}
-#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
-#+HTML_HEAD: </style>
index 7f4dd1f..a4c0b1b 100644 (file)
@@ -2,14 +2,14 @@
 <html lang="en">
 <head>
 <title>QBasicApps - collection of applications mostly written in MS QBasic for DOS environment</title>
 <html lang="en">
 <head>
 <title>QBasicApps - collection of applications mostly written in MS QBasic for DOS environment</title>
-<!-- 2018-06-20 Wed 15:59 -->
+<!-- 2018-06-24 Sun 03:12 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
 <meta name="author" content="Svjatoslav Agejenko">
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
 <meta name="author" content="Svjatoslav Agejenko">
-<link href="https://bootswatch.com/4/darkly/bootstrap.min.css" rel="stylesheet">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
+<link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
 <style type="text/css">
 footer {background-color: #111 !important;}
 pre {background-color: #111; color: #ccc;}
 <style type="text/css">
 footer {background-color: #111 !important;}
 pre {background-color: #111; color: #ccc;}
@@ -196,24 +196,18 @@ $(function() {
 <body>
 <div id="content" class="container">
 <div class="row"><div class="col-md-9"><h1 class="title">QBasicApps - collection of applications mostly written in MS QBasic for DOS environment</h1>
 <body>
 <div id="content" class="container">
 <div class="row"><div class="col-md-9"><h1 class="title">QBasicApps - collection of applications mostly written in MS QBasic for DOS environment</h1>
-<hr >
-<ul class="org-ul">
-<li>Clone GIT repository using commanad:
-<pre class="example">
-git clone http://www2.svjatoslav.eu/git/qbasicapps.git
-</pre>
-</li>
 
 
-<li><a href="http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
-</li>
-
-<li>These programs are free software; you can redistribute them and/or
-modify them under the terms of version 3 of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General
-Public License</a> or later as published by the Free Software
-Foundation.
+<div id="outline-container-sec-1" class="outline-2">
+<h2 id="sec-1"><span class="section-number-2">1</span> General</h2>
+<div class="outline-text-2" id="text-1">
+<ul class="org-ul">
+<li>This program is free software: you can redistribute it and/or modify
+it under the terms of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a> as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
 </li>
 
 </li>
 
-<li>Programs author:
+<li>Program author:
 <ul class="org-ul">
 <li>Svjatoslav Agejenko
 </li>
 <ul class="org-ul">
 <li>Svjatoslav Agejenko
 </li>
@@ -227,8 +221,31 @@ Foundation.
 <li><a href="http://www.svjatoslav.eu/projects/">Other software projects hosted at svjatoslav.eu</a>
 </li>
 </ul>
 <li><a href="http://www.svjatoslav.eu/projects/">Other software projects hosted at svjatoslav.eu</a>
 </li>
 </ul>
+</div>
+
+<div id="outline-container-sec-1-1" class="outline-3">
+<h3 id="sec-1-1"><span class="section-number-3">1.1</span> Source code</h3>
+<div class="outline-text-3" id="text-1-1">
+<ul class="org-ul">
+<li><a href="http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
+</li>
 
 
+<li><a href="http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=summary">Browse Git repository online</a>
+</li>
 
 
+<li>Clone Git repository using command:
+<pre class="example">
+git clone http://www2.svjatoslav.eu/git/qbasicapps.git
+</pre>
+</li>
+</ul>
+</div>
+</div>
+</div>
+
+<div id="outline-container-sec-2" class="outline-2">
+<h2 id="sec-2"><span class="section-number-2">2</span> Content</h2>
+<div class="outline-text-2" id="text-2">
 <p>
 This collection contains lots of applications:
 </p>
 <p>
 This collection contains lots of applications:
 </p>
@@ -252,10 +269,12 @@ use under DOS operating system.
 <p>
 Few sample applications from the package:
 </p>
 <p>
 Few sample applications from the package:
 </p>
+</div>
+</div>
 
 
-<div id="outline-container-sec-1" class="outline-2">
-<h2 id="sec-1"><span class="section-number-2">1</span> Checkers</h2>
-<div class="outline-text-2" id="text-1">
+<div id="outline-container-sec-3" class="outline-2">
+<h2 id="sec-3"><span class="section-number-2">3</span> Checkers</h2>
+<div class="outline-text-2" id="text-3">
 <p>
 Play checkers against the computer with any board size and any amount
 of caps. Does thinking by recursively testing many possible scenarios
 <p>
 Play checkers against the computer with any board size and any amount
 of caps. Does thinking by recursively testing many possible scenarios
@@ -282,9 +301,9 @@ games/checkers
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-sec-2" class="outline-2">
-<h2 id="sec-2"><span class="section-number-2">2</span> Platform game</h2>
-<div class="outline-text-2" id="text-2">
+<div id="outline-container-sec-4" class="outline-2">
+<h2 id="sec-4"><span class="section-number-2">4</span> Platform game</h2>
+<div class="outline-text-2" id="text-4">
 <p>
 Jump around, collect coins and dont touch snails! Inspired by Super
 Mario Bros.
 <p>
 Jump around, collect coins and dont touch snails! Inspired by Super
 Mario Bros.
@@ -305,9 +324,9 @@ games/platform
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-sec-3" class="outline-2">
-<h2 id="sec-3"><span class="section-number-2">3</span> 3D Synthezier</h2>
-<div class="outline-text-2" id="text-3">
+<div id="outline-container-sec-5" class="outline-2">
+<h2 id="sec-5"><span class="section-number-2">5</span> 3D Synthezier</h2>
+<div class="outline-text-2" id="text-5">
 <p>
 Parses scene definition language and creates 3D world based on
 it. Result will be in a <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">wavefront obj file</a>, witch can be then
 <p>
 Parses scene definition language and creates 3D world based on
 it. Result will be in a <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">wavefront obj file</a>, witch can be then
@@ -341,16 +360,22 @@ graphics/3D/3D Synthezier
 </div><div class="col-md-3"><nav id="table-of-contents">
 <div id="text-table-of-contents" class="bs-docs-sidebar">
 <ul class="nav">
 </div><div class="col-md-3"><nav id="table-of-contents">
 <div id="text-table-of-contents" class="bs-docs-sidebar">
 <ul class="nav">
-<li><a href="#sec-1">1. Checkers</a></li>
-<li><a href="#sec-2">2. Platform game</a></li>
-<li><a href="#sec-3">3. 3D Synthezier</a></li>
+<li><a href="#sec-1">1. General</a>
+<ul class="nav">
+<li><a href="#sec-1-1">1.1. Source code</a></li>
+</ul>
+</li>
+<li><a href="#sec-2">2. Content</a></li>
+<li><a href="#sec-3">3. Checkers</a></li>
+<li><a href="#sec-4">4. Platform game</a></li>
+<li><a href="#sec-5">5. 3D Synthezier</a></li>
 </ul>
 </div>
 </nav>
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
 </ul>
 </div>
 </nav>
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2018-06-20 Wed 15:59</p>
+<p class="date">Created: 2018-06-24 Sun 03:12</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
index 751df36..6362827 100644 (file)
--- a/index.org
+++ b/index.org
@@ -1,24 +1,38 @@
 #+TITLE:  QBasicApps - collection of applications mostly written in MS QBasic for DOS environment
 
 #+TITLE:  QBasicApps - collection of applications mostly written in MS QBasic for DOS environment
 
------
-- Clone GIT repository using commanad:
-  : git clone http://www2.svjatoslav.eu/git/qbasicapps.git
+* (document settings) :noexport:
+** use dark style for TWBS-HTML exporter
+#+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <style type="text/css">
+#+HTML_HEAD:   footer {background-color: #111 !important;}
+#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
+#+HTML_HEAD: </style>
 
 
-- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
+* General
 
 
-- These programs are free software; you can redistribute them and/or
-  modify them under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General
-  Public License]] or later as published by the Free Software
-  Foundation.
+- This program is free software: you can redistribute it and/or modify
+  it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
 
 
-- Programs author:
+- Program author:
   - Svjatoslav Agejenko
   - Homepage: http://svjatoslav.eu
   - Email: mailto://svjatoslav@svjatoslav.eu
 
 - [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
 
   - Svjatoslav Agejenko
   - Homepage: http://svjatoslav.eu
   - Email: mailto://svjatoslav@svjatoslav.eu
 
 - [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
 
+** Source code
+- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
+
+- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=summary][Browse Git repository online]]
 
 
+- Clone Git repository using command:
+  : git clone http://www2.svjatoslav.eu/git/qbasicapps.git
+
+* Content
 This collection contains lots of applications:
 + Games.
 + Graphics tests (2D/3D/4D).
 This collection contains lots of applications:
 + Games.
 + Graphics tests (2D/3D/4D).
@@ -66,13 +80,3 @@ See directory:
 [[file:graphics/3D/3D Synthezier/doc/hexagonal city, 2.jpeg]]
 
 [[file:graphics/3D/3D Synthezier/doc/index.html][Read more]]
 [[file:graphics/3D/3D Synthezier/doc/hexagonal city, 2.jpeg]]
 
 [[file:graphics/3D/3D Synthezier/doc/index.html][Read more]]
-
-* (document settings) :noexport:
-** use dark style for TWBS-HTML exporter
-#+HTML_HEAD: <link href="https://bootswatch.com/4/darkly/bootstrap.min.css" rel="stylesheet">
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
-#+HTML_HEAD: <style type="text/css">
-#+HTML_HEAD:   footer {background-color: #111 !important;}
-#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
-#+HTML_HEAD: </style>
diff --git a/tools/commit and push b/tools/commit and push
new file mode 100755 (executable)
index 0000000..057b511
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
+
+cd ..
+
+cola
+git push
+
+echo ""
+echo "Press ENTER to close this window."
+read