Also deploy JPEG files to public web.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 2 Jun 2018 23:09:30 +0000 (02:09 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 2 Jun 2018 23:09:30 +0000 (02:09 +0300)
index.html
index.org
tools/update web site

index 5afb6b0..ccbf5d7 100644 (file)
@@ -2,7 +2,7 @@
 <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-03 Sun 02:00 -->
+<!-- 2018-06-03 Sun 02:08 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -276,7 +276,6 @@ 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-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">
@@ -300,7 +299,6 @@ 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-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">
@@ -346,7 +344,7 @@ graphics/3D/3D Synthezier
 </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-03 Sun 02:00</p>
+<p class="date">Created: 2018-06-03 Sun 02:08</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 0b806a0..15fae38 100644 (file)
--- a/index.org
+++ b/index.org
@@ -41,7 +41,6 @@ See directory:
 
 [[file:games/checkers/screenshot.png]]
 
 
 [[file:games/checkers/screenshot.png]]
 
-
 * Platform game
 Jump around, collect coins and dont touch snails! Inspired by Super
 Mario Bros.
 * Platform game
 Jump around, collect coins and dont touch snails! Inspired by Super
 Mario Bros.
@@ -51,7 +50,6 @@ See directory:
 
 [[file:games/platform/screenshot.png]]
 
 
 [[file:games/platform/screenshot.png]]
 
-
 * 3D Synthezier
 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
 * 3D Synthezier
 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
index 48bb5d6..9d03fa2 100755 (executable)
@@ -7,6 +7,7 @@ rsync -avz --delete  -e 'ssh -p 10006' ./ \
       --include="*/" \
       --include="*.html" \
       --include="*.png" \
       --include="*/" \
       --include="*.html" \
       --include="*.png" \
+      --include="*.jpeg" \
       --exclude="*" \
       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/
 
       --exclude="*" \
       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/