Fixed broken links.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 21 Jun 2018 22:43:58 +0000 (01:43 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 21 Jun 2018 22:43:58 +0000 (01:43 +0300)
doc/index.html
doc/index.org
tools/update web site

index 8462bb3..e2d5819 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>
-<!-- 2018-01-14 Sun 22:42 -->
+<!-- 2018-06-22 Fri 01:38 -->
 <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">
@@ -198,12 +198,19 @@ $(function() {
 <div class="row"><div class="col-md-9"><h1 class="title">Sixth - system for data storage, computation, exploration and interaction</h1>
 <hr >
 <ul class="org-ul">
 <div class="row"><div class="col-md-9"><h1 class="title">Sixth - system for data storage, computation, exploration and interaction</h1>
 <hr >
 <ul class="org-ul">
-<li><a href="http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz">download latest snapshot</a>
+<li>Clone GIT repository using commanad:
+<pre class="example">
+git clone http://www2.svjatoslav.eu/git/sixth.git
+</pre>
 </li>
 
 </li>
 
-<li>This program is free software; you can redistribute it and/or modify it under
-the terms of version 3 of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a> or later as
-published by the Free Software Foundation.
+<li><a href="http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
+</li>
+
+<li>This program is free software: you can redistribute it and/or modify
+it under the terms of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a> as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
 </li>
 
 <li>Program author:
 </li>
 
 <li>Program author:
@@ -217,7 +224,7 @@ published by the Free Software Foundation.
 </ul>
 </li>
 
 </ul>
 </li>
 
-<li><a href="http://www.svjatoslav.eu/programs.jsp">other applications hosted at svjatoslav.eu</a>
+<li><a href="http://www.svjatoslav.eu/projects/">Other software projects hosted at svjatoslav.eu</a>
 </li>
 </ul>
 
 </li>
 </ul>
 
@@ -327,7 +334,7 @@ storage.
 <li>In short: it's just a number.
 </li>
 <li>Many years ago inspired by the ideas of <a href="https://en.wikipedia.org/wiki/Forth_(programming_language)">Forth (programming
 <li>In short: it's just a number.
 </li>
 <li>Many years ago inspired by the ideas of <a href="https://en.wikipedia.org/wiki/Forth_(programming_language)">Forth (programming
-language)</a> I decided to create my own implementation <a href="http://www2.svjatoslav.eu/gitbrowse/fifth/doc/index.html">Fifth</a>
+language)</a> I decided to create my own implementation <a href="http://www3.svjatoslav.eu/projects/fifth/">Fifth</a>
 (computing/programming environment).
 </li>
 <li>Then I realized I miss type safe object oriented capabilities. So
 (computing/programming environment).
 </li>
 <li>Then I realized I miss type safe object oriented capabilities. So
@@ -351,7 +358,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: 2018-01-14 Sun 22:42</p>
+<p class="date">Created: 2018-06-22 Fri 01:38</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 06d41e0..cf565f7 100644 (file)
@@ -1,18 +1,22 @@
 #+TITLE: Sixth - system for data storage, computation, exploration and interaction
 
 -----
 #+TITLE: Sixth - system for data storage, computation, exploration and interaction
 
 -----
-- [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]]
+- Clone GIT repository using commanad:
+  : git clone http://www2.svjatoslav.eu/git/sixth.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.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
 
 
 - 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
 
 * (document settings) :noexport:
 ** use dark style for TWBS-HTML exporter
@@ -84,7 +88,7 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992)
 - Why such name ?
   - In short: it's just a number.
   - Many years ago inspired by the ideas of [[https://en.wikipedia.org/wiki/Forth_(programming_language)][Forth (programming
 - Why such name ?
   - In short: it's just a number.
   - Many years ago inspired by the ideas of [[https://en.wikipedia.org/wiki/Forth_(programming_language)][Forth (programming
-    language)]] I decided to create my own implementation [[http://www2.svjatoslav.eu/gitbrowse/fifth/doc/index.html][Fifth]]
+    language)]] I decided to create my own implementation [[http://www3.svjatoslav.eu/projects/fifth/][Fifth]]
     (computing/programming environment).
   - Then I realized I miss type safe object oriented capabilities. So
     I updated the name to Sixth and switched to Java.
     (computing/programming environment).
   - Then I realized I miss type safe object oriented capabilities. So
     I updated the name to Sixth and switched to Java.
index 8ccd42d..8f844f6 100755 (executable)
@@ -1,16 +1,11 @@
 #!/bin/bash
 #!/bin/bash
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
 
 
-cd "${0%/*}"
 cd ..
 
 cd ..
 
+rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth/
 
 
-#rm -rf doc/graphs/
-#mkdir -p doc/graphs/
-
-#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"
 
 
-rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth/
+echo ""
+echo "Press ENTER to close this window."
+read