From d06b2a28136aee3cf906f1e0f288a0e9844dd8a7 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 24 Jun 2018 03:14:10 +0300 Subject: [PATCH 1/1] fixed TOC --- graphics/3D/3D Synthezier/doc/index.html | 129 ++++++++++++++++------- graphics/3D/3D Synthezier/doc/index.org | 44 ++++++-- index.html | 89 ++++++++++------ index.org | 42 ++++---- tools/commit and push | 11 ++ 5 files changed, 216 insertions(+), 99 deletions(-) create mode 100755 tools/commit and push diff --git a/graphics/3D/3D Synthezier/doc/index.html b/graphics/3D/3D Synthezier/doc/index.html index 959d12f..e86cdc0 100644 --- a/graphics/3D/3D Synthezier/doc/index.html +++ b/graphics/3D/3D Synthezier/doc/index.html @@ -2,14 +2,14 @@ 3D Synthezier - + - - -" + + + + +* General - 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. @@ -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]] - -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: diff --git a/index.html b/index.html index 7f4dd1f..a4c0b1b 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,14 @@ QBasicApps - collection of applications mostly written in MS QBasic for DOS environment - + - - -" + + + -- [[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]] +** 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). @@ -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]] - -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/tools/commit and push @@ -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 -- 2.20.1