From cdffd082707983a30777da7e989dd32b10a5637f Mon Sep 17 00:00:00 2001
From: Svjatoslav Agejenko
Date: Sun, 14 Jan 2018 22:46:02 +0200
Subject: [PATCH] Enabled static site deployment. Fixed links.
---
doc/index.html | 8 ++++----
doc/index.org | 4 ++--
tools/update web site | 28 +++++++++-------------------
3 files changed, 15 insertions(+), 25 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 17c966d..8462bb3 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -2,7 +2,7 @@
Sixth - system for data storage, computation, exploration and interaction
-
+
@@ -230,8 +230,8 @@ Makes lots of complex data intuitive to:
- manipulate and compute on
by extensively relying on:
- - realtime 3D graphics with immediate feedback loop
- - flexible and distributed computation and data storage
+ - Realtime 3D graphics with immediate feedback loop.
+ - Flexible and distributed computation and data storage.
@@ -351,7 +351,7 @@ I updated the name to Sixth and switched to Java.
diff --git a/doc/index.org b/doc/index.org
index 800ec72..06d41e0 100644
--- a/doc/index.org
+++ b/doc/index.org
@@ -34,8 +34,8 @@ Makes lots of complex data intuitive to:
- manipulate and compute on
by extensively relying on:
- - [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html][realtime 3D graphics]] with immediate feedback loop
- - [[http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html][flexible and distributed computation and data storage]]
+ - [[http://www3.svjatoslav.eu/projects/sixth-3d/][Realtime 3D graphics]] with immediate feedback loop.
+ - [[http://www3.svjatoslav.eu/projects/sixth-data/][Flexible and distributed computation and data storage]].
#+END_VERSE
diff --git a/tools/update web site b/tools/update web site
index 02ac7d2..8ccd42d 100755
--- a/tools/update web site
+++ b/tools/update web site
@@ -1,26 +1,16 @@
#!/bin/bash
-cd "${0%/*}"; if [ "$1" != "T" ]; then xterm -e "'$0' T"; exit; fi;
-(
- # TODO: needs updating
- #
- # cd ..
+cd "${0%/*}"
+cd ..
- # mvn clean
- # mkdir -p target/website/codegraphs
+#rm -rf doc/graphs/
+#mkdir -p doc/graphs/
- # mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test"
+#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
- # (
- # cd target/website/codegraphs/
- # meviz index -t Sixth
- # )
+#meviz index -w doc/graphs/ -t "Sixth 3D classes"
- # cp target/sixth.jar target/website/
-
- # rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth
-)
-
-echo "Script finished. Press ENTER to close this terminal"
-read
+rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth/
--
2.20.1