Enabled static site deployment. Fixed links.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 14 Jan 2018 20:46:02 +0000 (22:46 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 14 Jan 2018 20:46:02 +0000 (22:46 +0200)
doc/index.html
doc/index.org
tools/update web site

index 17c966d..8462bb3 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth - system for data storage, computation, exploration and interaction</title>
 <html lang="en">
 <head>
 <title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2017-11-29 Wed 23:55 -->
+<!-- 2018-01-14 Sun 22:42 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -230,8 +230,8 @@ Makes lots of complex data intuitive to:<br >
 &#xa0;&#xa0;- manipulate and compute on<br >
 <br >
 by extensively relying on:<br >
 &#xa0;&#xa0;- manipulate and compute on<br >
 <br >
 by extensively relying on:<br >
-&#xa0;&#xa0;- <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html">realtime 3D graphics</a> with immediate feedback loop<br >
-&#xa0;&#xa0;- <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">flexible and distributed computation and data storage</a><br >
+&#xa0;&#xa0;- <a href="http://www3.svjatoslav.eu/projects/sixth-3d/">Realtime 3D graphics</a> with immediate feedback loop.<br >
+&#xa0;&#xa0;- <a href="http://www3.svjatoslav.eu/projects/sixth-data/">Flexible and distributed computation and data storage</a>.<br >
 </p>
 
 
 </p>
 
 
@@ -351,7 +351,7 @@ I updated the name to Sixth and switched to Java.
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-11-29 Wed 23:55</p>
+<p class="date">Created: 2018-01-14 Sun 22:42</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
index 800ec72..06d41e0 100644 (file)
@@ -34,8 +34,8 @@ Makes lots of complex data intuitive to:
   - manipulate and compute on
 
 by extensively relying on:
   - 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
 
 
 #+END_VERSE
 
 
index 02ac7d2..8ccd42d 100755 (executable)
@@ -1,26 +1,16 @@
 #!/bin/bash
 #!/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/