From 1181b6a8f25ef632e4e8e514f509c2fb78b90986 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Fri, 22 Jun 2018 01:43:58 +0300 Subject: [PATCH] Fixed broken links. --- doc/index.html | 23 +++++++++++++++-------- doc/index.org | 16 ++++++++++------ tools/update web site | 15 +++++---------- 3 files changed, 30 insertions(+), 24 deletions(-) diff --git a/doc/index.html b/doc/index.html index 8462bb3..e2d5819 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth - system for data storage, computation, exploration and interaction - + @@ -198,12 +198,19 @@ $(function() {

Sixth - system for data storage, computation, exploration and interaction


    -
  • download latest snapshot +
  • Clone GIT repository using commanad: +
    +git clone http://www2.svjatoslav.eu/git/sixth.git
    +
  • -
  • This program is free software; you can redistribute it and/or modify it under -the terms of version 3 of the GNU Lesser General Public License or later as -published by the Free Software Foundation. +
  • Download latest snapshot in TAR GZ format +
  • + +
  • This program is free software: you can redistribute it and/or modify +it under the terms of the 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: @@ -217,7 +224,7 @@ published by the Free Software Foundation.
-
  • other applications hosted at svjatoslav.eu +
  • Other software projects hosted at svjatoslav.eu
  • @@ -327,7 +334,7 @@ storage.
  • In short: it's just a number.
  • Many years ago inspired by the ideas of Forth (programming -language) I decided to create my own implementation Fifth +language) I decided to create my own implementation Fifth (computing/programming environment).
  • Then I realized I miss type safe object oriented capabilities. So @@ -351,7 +358,7 @@ I updated the name to Sixth and switched to Java.
  • diff --git a/doc/index.org b/doc/index.org index 06d41e0..cf565f7 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,18 +1,22 @@ #+TITLE: Sixth - system for data storage, computation, exploration and interaction ----- -- [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +- Clone GIT repository using commanad: + : git clone http://www2.svjatoslav.eu/git/sixth.git -- This program is free software; you can redistribute it and/or modify it 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. +- [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] + ++ 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/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] * (document settings) :noexport: ** use dark style for TWBS-HTML exporter @@ -84,7 +88,7 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992) - Why such name ? - In short: it's just a number. - Many years ago inspired by the ideas of [[https://en.wikipedia.org/wiki/Forth_(programming_language)][Forth (programming - language)]] I decided to create my own implementation [[http://www2.svjatoslav.eu/gitbrowse/fifth/doc/index.html][Fifth]] + language)]] I decided to create my own implementation [[http://www3.svjatoslav.eu/projects/fifth/][Fifth]] (computing/programming environment). - Then I realized I miss type safe object oriented capabilities. So I updated the name to Sixth and switched to Java. diff --git a/tools/update web site b/tools/update web site index 8ccd42d..8f844f6 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,16 +1,11 @@ #!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; -cd "${0%/*}" cd .. +rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth/ -#rm -rf doc/graphs/ -#mkdir -p doc/graphs/ - -#javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h -#javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h -#javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h - -#meviz index -w doc/graphs/ -t "Sixth 3D classes" -rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth/ +echo "" +echo "Press ENTER to close this window." +read -- 2.20.1