From: Svjatoslav Agejenko Date: Fri, 18 Jan 2019 22:52:44 +0000 (+0200) Subject: prefer HTTPS in documentation X-Git-Tag: sixth-3d-1.2~22 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=916ecef8d7e369921e292553d89e47767ab7082b prefer HTTPS in documentation --- diff --git a/doc/index.html b/doc/index.html index 39d59e4..813ea56 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -198,16 +198,17 @@ $(function() {

Sixth 3D - 3D engine


@@ -235,14 +236,14 @@ License, or (at your option) any later version.

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.

@@ -332,9 +333,9 @@ Documentation currently missing for the lack of time. So far best resource is to download and explore source code for:

@@ -370,7 +371,7 @@ Maven *pom.xml* file snippet:

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

@@ -470,8 +471,8 @@ becomes visible. diff --git a/doc/index.org b/doc/index.org index bb9967d..b71817e 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,12 +1,12 @@ #+TITLE: Sixth 3D - 3D engine ----- -- This is a subproject of [[http://www3.svjatoslav.eu/projects/sixth/][Sixth]] +- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]] - Clone GIT repository using command: - : git clone http://www2.svjatoslav.eu/git/sixth-3d.git + : git clone https://www2.svjatoslav.eu/git/sixth-3d.git -- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] +- [[https://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 @@ -15,10 +15,10 @@ - Program author: - Svjatoslav Agejenko - - Homepage: http://svjatoslav.eu + - Homepage: https://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] +- [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] * (document settings) :noexport: ** use dark style for TWBS-HTML exporter @@ -31,11 +31,11 @@ #+HTML_HEAD: * Project description -+ See: [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]] ++ See: [[https://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://www3.svjatoslav.eu/projects/sixth/][project Sixth]]. +interactive data visualization for [[https://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]]. @@ -84,8 +84,8 @@ pixel. 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://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]] ++ 3D engine ([[https://www3.svjatoslav.eu/projects/sixth-3d/graphs/][generated code graphs]] (generated using [[https://www3.svjatoslav.eu/projects/javainspect/][JavaInspect]])) ++ For API usage examples, see [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]] * Instructions to embed Sixth-3D in your project :PROPERTIES: :ID: 08f71987-90af-40dc-bb65-bac87db9e652 @@ -113,7 +113,7 @@ Maven *pom.xml* file snippet: #+END_SRC -For API usage examples, see [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]]. +For API usage examples, see [[https://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.