From: Svjatoslav Agejenko Date: Thu, 21 Jun 2018 23:32:42 +0000 (+0300) Subject: Fixed broken links. X-Git-Tag: sixth-3d-1.2~44 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=ef06f8e7a2c413a53da0d25f353b5743d298b1eb Fixed broken links. --- diff --git a/doc/index.html b/doc/index.html index ed11e14..39d59e4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -198,15 +198,22 @@ $(function() {

Sixth 3D - 3D engine


    -
  • This is a subproject of Sixth +
  • This is a subproject of Sixth
  • -
  • download latest snapshot +
  • Clone GIT repository using commanad: +
    +git clone http://www2.svjatoslav.eu/git/sixth-3d.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,7 +227,7 @@ published by the Free Software Foundation.
-
  • other applications hosted at svjatoslav.eu +
  • Other software projects hosted at svjatoslav.eu
  • @@ -228,14 +235,14 @@ published by the Free Software Foundation.

    1 Project description

    In software, pure Java realtime 3D rendering engine. With the final goal of becoming a platform for buildng 3D user interfaces and -interactive data visualization for project Sixth. +interactive data visualization for project Sixth.

    @@ -327,7 +334,7 @@ So far best resource is to download and explore source code for:

    @@ -340,30 +347,30 @@ Maven *pom.xml* file snippet:

    -
    <dependencies>
    +
    <dependencies>
         ...
    -    <dependency>
    -        <groupId>eu.svjatoslav</groupId>
    -        <artifactId>sixth-3d</artifactId>
    -        <version>1.1</version>
    -    </dependency>
    +    <dependency>
    +        <groupId>eu.svjatoslav</groupId>
    +        <artifactId>sixth-3d</artifactId>
    +        <version>1.1</version>
    +    </dependency>
         ...
    -</dependencies>
    +</dependencies>
     
    -<repositories>
    +<repositories>
         ...
    -    <repository>
    -        <id>svjatoslav.eu</id>
    -        <name>Svjatoslav repository</name>
    -        <url>http://www2.svjatoslav.eu/maven/</url>
    -    </repository>
    +    <repository>
    +        <id>svjatoslav.eu</id>
    +        <name>Svjatoslav repository</name>
    +        <url>http://www2.svjatoslav.eu/maven/</url>
    +    </repository>
         ...
    -</repositories>
    +</repositories>
     

    -For API usage examples, see demos. +For API usage examples, see demos.

    @@ -463,7 +470,7 @@ becomes visible. diff --git a/doc/index.org b/doc/index.org index 8fc3714..c214637 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,20 +1,24 @@ #+TITLE: Sixth 3D - 3D engine ----- -- This is a subproject of [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html][Sixth]] +- This is a subproject of [[http://www3.svjatoslav.eu/projects/sixth/][Sixth]] -- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +- Clone GIT repository using commanad: + : git clone http://www2.svjatoslav.eu/git/sixth-3d.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-3d.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 @@ -27,11 +31,11 @@ #+HTML_HEAD: * Project description -+ See: [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][demos of current 3D engine capabilities]] ++ See: [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]] [[id:d03013e5-931b-40ca-bc4b-e4b3f23b9a4e][In software]], [[id:a11f7150-1b25-4ca4-a3c3-8c8bd1352bd4][pure Java]] realtime 3D rendering engine. With the final goal of becoming a platform for buildng 3D user interfaces and -interactive data visualization for [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html][project Sixth]]. +interactive data visualization for [[http://www3.svjatoslav.eu/projects/sixth/][project Sixth]]. Sixth 3D can be also used as standalone [[id:08f71987-90af-40dc-bb65-bac87db9e652][3D engine in your project]]. @@ -81,7 +85,7 @@ Documentation currently missing for the lack of time. So far best resource is to download and explore source code for: + 3D engine ([[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][generated code graphs]] (generated using [[http://www3.svjatoslav.eu/projects/javainspect/][JavaInspect]])) -+ For API usage examples, see [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][demos]]. ++ For API usage examples, see [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]] * Instructions to embed Sixth-3D in your project :PROPERTIES: :ID: 08f71987-90af-40dc-bb65-bac87db9e652 @@ -109,7 +113,7 @@ Maven *pom.xml* file snippet: #+END_SRC -For API usage examples, see [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][demos]]. +For API usage examples, see [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]]. * TODO features to add + Partial region/frame repaint: when only one small object changed on the scene, it would be faster to re-render that specific area. diff --git a/sixth-3d.iml b/sixth-3d.iml deleted file mode 100644 index ba996dc..0000000 --- a/sixth-3d.iml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file