Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/qbasicapps
[qbasicapps.git] / doc / index.org
diff --git a/doc/index.org b/doc/index.org
deleted file mode 100644 (file)
index 2713513..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#+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
-
-- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
-
-- 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.
-
-- Programs author:
-  - Svjatoslav Agejenko
-  - Homepage: http://svjatoslav.eu
-  - Email: mailto://svjatoslav@svjatoslav.eu
-
-- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
-
-
-This collection contains lots of applications:
-+ games
-+ graphics tests (2D/3D/4D)
-+ algorithms tests
-+ utilities
-I wrote them long time ago mostly in QBasic, some in x86 assembly for
-use under DOS environment.
-
-
-Few sample applications from the package:
-+ [[file:../games/checkers/index.html][Checkers game]]
-+ [[file:../games/mario/index.html][Super Mario clone]]
-+ [[file:../graphics/3D/3dSynthezier/doc/index.html][3D synthezer]]
-+ [[file:../graphics/3D/ray casting engine/index.html][Ray casting 3D engine]]
-+ [[file:../graphics/4D engine/index.html][4D engine]]
-+ [[file:../math/3D graph/index.html][Interactive 3D graph for visualizing formulas]]
-+ [[file:../math/biorythm/index.html][Biorythm calculator]]
-+ [[file:../networking/digital data over analog audio channel/index.html][Digital data over analog audio channel]]
-+ [[file:../simulation/explosion/index.html][Explosion simulation]]
-+ [[file:../simulation/life/index.html][Game of life]]
-
-* (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>