From: Svjatoslav Agejenko Date: Fri, 22 Jun 2018 00:00:17 +0000 (+0300) Subject: Fixed broken links. X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=commitdiff_plain;h=b6bdbc685546909eb74c3cd1b1457078ab3a7a0b Fixed broken links. --- diff --git a/.gitignore b/.gitignore index 981c582..4e92340 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea/ -/target/ \ No newline at end of file +/.settings/ +/target/ diff --git a/doc/index.html b/doc/index.html index ec272aa..09ac75d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D engine demos - + @@ -198,15 +198,23 @@ $(function() {

Sixth 3D engine demos


    -
  • This is a subproject of Sixth 3D which in turn is a subproject of -Sixth. +
  • This is a subproject of Sixth 3D which in turn is a subproject of +Sixth.
  • -
  • download latest snapshot + +
  • Clone GIT repository using command: +
    +git clone http://www2.svjatoslav.eu/git/sixth-3d-demos.git
    +
    +
  • + +
  • Download latest snapshot in TAR GZ format
  • -
  • 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. +
  • 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: @@ -220,17 +228,16 @@ published by the Free Software Foundation.
-
  • other applications hosted at svjatoslav.eu +
  • Other software projects hosted at svjatoslav.eu
  • -

    1 Overview

    Goal of this project is to show off capabilities and API usage of -Sixth 3D engine. +Sixth 3D engine.

    @@ -515,7 +522,7 @@ Simple test scene. Easy to implement and looks nice.

    Author: Svjatoslav Agejenko

    -

    Created: 2017-11-29 Wed 23:57

    +

    Created: 2018-06-22 Fri 02:53

    Emacs 25.1.1 (Org-mode 8.2.10)

    diff --git a/doc/index.org b/doc/index.org index f25a1fe..f3f8784 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,21 +1,25 @@ #+TITLE: Sixth 3D engine demos ----- -- This is a subproject of [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html][Sixth 3D]] which in turn is a subproject of - [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html][Sixth]]. -- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +- This is a subproject of [[http://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]] which in turn is a subproject of + [[http://www3.svjatoslav.eu/projects/sixth/][Sixth]]. -- 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. +- Clone GIT repository using command: + : git clone http://www2.svjatoslav.eu/git/sixth-3d-demos.git + +- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.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 @@ -29,7 +33,7 @@ * Overview Goal of this project is to show off capabilities and API usage of -[[http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html][Sixth 3D]] engine. +[[http://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]] engine. All sample scenes below are rendered at interactive framerates. * Navigating in space diff --git a/sixth-3d-demos.iml b/sixth-3d-demos.iml deleted file mode 100644 index e629421..0000000 --- a/sixth-3d-demos.iml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file 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 diff --git a/tools/open with git-cola b/tools/open with git-cola deleted file mode 100755 index 8655908..0000000 --- a/tools/open with git-cola +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd "${0%/*}" - -cd .. - -cola diff --git a/tools/update web site b/tools/update web site index 6136ba4..57963a5 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,17 +1,10 @@ #!/bin/bash -cd "${0%/*}" -cd .. - - -mvn clean package - -#rm -rf doc/graphs/ -#mkdir -p doc/graphs/ +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; -#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" +cd .. rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d-demos/ + +echo "" +echo "Press ENTER to close this window." +read