From 253f47ce4d1ebda201478bdb250ab769e567b292 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 3 Jun 2018 02:09:30 +0300 Subject: [PATCH] Also deploy JPEG files to public web. --- index.html | 6 ++---- index.org | 2 -- tools/update web site | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 5afb6b0..ccbf5d7 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ QBasicApps - collection of applications mostly written in MS QBasic for DOS environment - + @@ -276,7 +276,6 @@ games/checkers -

2 Platform game

@@ -300,7 +299,6 @@ games/platform
-

3 3D Synthezier

@@ -346,7 +344,7 @@ graphics/3D/3D Synthezier
diff --git a/index.org b/index.org index 0b806a0..15fae38 100644 --- a/index.org +++ b/index.org @@ -41,7 +41,6 @@ See directory: [[file:games/checkers/screenshot.png]] - * 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]] - * 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 diff --git a/tools/update web site b/tools/update web site index 48bb5d6..9d03fa2 100755 --- a/tools/update web site +++ b/tools/update web site @@ -7,6 +7,7 @@ rsync -avz --delete -e 'ssh -p 10006' ./ \ --include="*/" \ --include="*.html" \ --include="*.png" \ + --include="*.jpeg" \ --exclude="*" \ n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/ -- 2.20.1